ladybird/Userland
Tim Ledbetter 6290f96aa7 LibGUI: Don't crash when rendering a collapsible toolbar with no items
This prevents a crash in GML Playground that would occur when
previewing a GUI with a collapsible toolbar.
2024-05-15 08:28:24 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications MouseSettings: Only allow valid cursor themes 2024-05-13 08:26:16 +01:00
BuggieBox Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
Demos Demos: Add sleep option to CatDog 2024-05-14 15:45:33 -06:00
DevTools HackStudio: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
DynamicLoader DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
Games LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
Libraries LibGUI: Don't crash when rendering a collapsible toolbar with no items 2024-05-15 08:28:24 +02:00
Services Kernel: Add FUSE support 2024-05-07 16:54:27 -06:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
CMakeLists.txt