serenity/Userland
Andreas Kling 0a133ccba4 LibWeb: Remove the HTML blink element
Support for this element has been removed from all major engines years
ago already, and it's currently the only reason we have a weird
"visible" flag on Layout::Node (which we toggle on a timer here..)
2023-09-18 14:45:20 +02:00
..
Applets Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
Applications Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
DevTools Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Solitaire: Rearrange Help Menu 2023-09-17 17:26:32 -06:00
Libraries LibWeb: Remove the HTML blink element 2023-09-18 14:45:20 +02:00
Services WebServer: Return 403 for a GET request to an inaccessible path 2023-09-17 17:10:04 -06:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities less: Allow quitting with uppercase 'Q' 2023-09-17 17:10:50 -06:00
CMakeLists.txt