1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:47:48 +00:00
serenity/Userland
Andreas Kling 2fa765bbd5 LibGUI: Add getter/setter for GUI::Window modified state
This state lives in WindowServer and has no local copy in the client
process for now. This may turn out to be a performance issue, and if
it does we can easily cache it.
2021-05-01 19:42:29 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Demos Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
DevTools Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
DynamicLoader Tests: Unify LibC tests to single location. 2021-04-29 10:37:26 +02:00
Games Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
Libraries LibGUI: Add getter/setter for GUI::Window modified state 2021-05-01 19:42:29 +02:00
Services WindowServer: Add Window "modified" state 2021-05-01 19:42:29 +02:00
Shell Shell: Move the heredocs vector to a local value before processing it 2021-05-01 15:58:31 +02:00
Tests Tests: Convert LibC exec unit test to be LibTest based. 2021-04-29 10:37:26 +02:00
Utilities Userland: Add the rev(1) utility to reverse lines 2021-05-01 14:15:30 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00