1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:47:35 +00:00
serenity/Userland
Tim Ledbetter 24aa43f3fd LibGUI: Use floating rect when saving window state on exit
Previously, exiting a fullscreen application when
`save_size_and_position_on_close()` was used would lead to the
application having an unexpectedly large size when it was reopened.

Exiting a maximized application would lead to the restore button not
working as expected when the application was reopened.
2023-09-24 20:07:54 -06:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications Maps: Add search panel 2023-09-24 20:05:33 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
DevTools Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Libraries LibGUI: Use floating rect when saving window state on exit 2023-09-24 20:07:54 -06:00
Services WindowServer: Add an IPC call to get the window floating rect 2023-09-24 20:07:54 -06:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities Utilities: Use new ArgsParser method for enum values 2023-09-24 23:41:22 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00