1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Userland/Applications/TextEditor
Andreas Kling e9c40b0243 TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Instead of tracking this stuff ourselves at the application level,
we now just act as an intermediary and pass along the information to
the windowing system.
2021-05-01 19:42:29 +02:00
..
CMakeLists.txt TextEditor: Rename TextEditorWidget => TextEditor::MainWidget 2021-05-01 19:42:29 +02:00
main.cpp TextEditor: Add some missing curly braces around a nested if statement 2021-05-01 19:42:29 +02:00
MainWidget.cpp TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window 2021-05-01 19:42:29 +02:00
MainWidget.h TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window 2021-05-01 19:42:29 +02:00
TextEditorWindow.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00