ladybird/Userland
Torstennator c85c61571c PixelPaint: Make use of DynamicWidgetContainer
This patch adds the new DynamicWidgetContainer for the right panel
elements. This allows the user to collapse, expand or even detach
widgets to a separate window. The collapsed or expanded state is
persisted so that they are restored after application startup.
With this change it is possible to shrink the size of widgets to a
minimum in order to give more space to other currently important
widgets.
2023-12-14 09:07:20 -07:00
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications PixelPaint: Make use of DynamicWidgetContainer 2023-12-14 09:07:20 -07:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos LibGUI: Split HorizontalSlider to separate header 2023-12-08 01:06:09 +01:00
DevTools Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
DynamicLoader DynamicLoader: Make heuristic for running directly actually correct 2023-11-27 09:27:34 -07:00
Games Solitaire: Ability to automatically solve the end of the game 2023-12-10 00:02:32 +01:00
Libraries LibGUI: Add DynamicWidgetContainter 2023-12-14 09:07:20 -07:00
Services LibWeb: Make request_select_dropdown more similar to context menu api 2023-12-13 10:30:13 +01:00
Shell Userland: Don't leak objects when constructor arguments throw 2023-12-13 19:21:03 -07:00
Utilities Utilities/drain: Add an option to specify different block size 2023-12-12 06:44:10 -05:00
CMakeLists.txt