ladybird/Userland
Andreas Kling 11c8596ad3 WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Tool windows are secondary windows with a smaller title bar. The sit on
the layer above normal windows, and cannot be minimized.

These are intended for complex yet non-modal interactions with the
content of a primary window, such as find/replace windows, property
windows, etc.
2021-02-16 16:26:29 +01:00
..
Applications Terminal: Drop "proc" and "exec" pledges after initializing 2021-02-16 13:39:03 +01:00
Demos CatDog: Set window hit testing to opaque pixels only 2021-02-15 23:07:49 +01:00
DevTools Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
DynamicLoader Revert "DynamicLoader: Remove unnecessary math functions" 2021-02-08 19:58:10 +01:00
Games
Libraries WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00
MenuApplets
Services WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00
Shell LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities grep: Exit with 1 if nothing matches 2021-02-15 17:32:56 +01:00
CMakeLists.txt