1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland
thankyouverycool 46d6347035 LibGUI+WindowServer: Initialize minimum window size to zero
And remove unnecessary workarounds to the old limit of {50, 50} and
the cautious but arbitrary limit of {1, 1} for other WindowTypes.
Null rects are already the default when calculating minimum window
size and are the least restrictive but valid value.

Also returns early during minimum size calculations for frameless
windows, and verifies against negative minimum sizes and failure to
disable widget min size before setting a minimum window size. Layout
automatically overrides this setting each relayout otherwise.
2022-08-25 13:28:50 +02:00
..
Applets WindowServer+WorkspacePicker: Adjust active and inactive colors 2022-08-16 16:41:47 +02:00
Applications WindowServer+DisplaySettings: Capitalize display mode dropdown 2022-08-24 12:17:30 +02:00
Demos Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
DevTools SQLStudio: Reset status bar and menu actions when closing a tab 2022-08-23 19:08:26 +01:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
Libraries LibGUI+WindowServer: Initialize minimum window size to zero 2022-08-25 13:28:50 +02:00
Services LibGUI+WindowServer: Initialize minimum window size to zero 2022-08-25 13:28:50 +02:00
Shell Userland: Consolidate most PATH resolving into a single implementation 2022-08-23 19:00:04 +01:00
Utilities Userland: Consolidate most PATH resolving into a single implementation 2022-08-23 19:00:04 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00