ladybird/Userland
Andreas Kling 5b68a76c77 LibGUI: Track modified state in GUI::TextDocument
Until now, this has been hackishly tracked by the TextEditor app's
main widget. Let's do it in GUI::TextDocument instead, so that anyone
who uses this class can know whether it's modified or not.
2021-05-01 19:42:29 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications TextEditor: Add some missing curly braces around a nested if statement 2021-05-01 19:42:29 +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: Track modified state in GUI::TextDocument 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