ladybird/Userland
Tobias Christiansen 5471c87246 LibWeb: Add box-shadow rendering
This patch adds the box-shadow rendering to Boxes. We do parse the
blur-radius of a box-shadow but we don't use it for now as the Filter
in the system don't seem quite powerful enough yet to handle that.
2021-07-24 22:16:48 +02:00
..
Applets DesktopPicker: Make sure the applet always ends up in the same place 2021-07-22 09:17:01 +02:00
Applications FileManager: Show an open icon for selected folder in tree view again 2021-07-24 21:13:22 +02:00
Demos Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
DevTools GML Playground: Add Vim emulation 2021-07-24 01:13:42 +02:00
DynamicLoader DynamicLoader: Don't truncate dynamic section address on x86_64 2021-07-22 23:34:33 +02:00
Games Solitaire: Use AK::get_random_uniform() instead of rand()/srand() 2021-07-24 01:40:51 +02:00
Libraries LibWeb: Add box-shadow rendering 2021-07-24 22:16:48 +02:00
Services CrashDaemon: Remove BACKTRACE_DEBUG debugging code 2021-07-22 23:34:33 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities js: Implement pretty-printing of Temporal.PlainDateTime objects 2021-07-22 21:19:40 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00