1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:57:35 +00:00
serenity/Userland/Applications/ThemeEditor
Karol Kosek 2d6edd5898 ThemeEditor: Show unsaved changes prompt also in the quit action
While the app displayed the prompt on the close button press, the quit
action from the menu didn't do so.
2022-05-25 13:42:53 +02:00
..
Previews ThemeEditor: Convert the widget-preview layout to GML 2022-05-21 22:25:33 +02:00
AlignmentProperty.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00
CMakeLists.txt ThemeEditor: Convert the widget-preview layout to GML 2022-05-21 22:25:33 +02:00
ColorProperty.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00
FlagProperty.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00
main.cpp ThemeEditor: Make MainWidget responsible for holding the edited Palette 2022-05-21 22:25:33 +02:00
MainWidget.cpp ThemeEditor: Show unsaved changes prompt also in the quit action 2022-05-25 13:42:53 +02:00
MainWidget.h ThemeEditor: Make MainWidget responsible for holding the edited Palette 2022-05-21 22:25:33 +02:00
MetricProperty.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00
PathProperty.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00
PreviewWidget.cpp ThemeEditor: Position preview windows based on the title height 2022-05-21 22:25:33 +02:00
PreviewWidget.h LibGUI+ThemeEditor: Split preview-widget palette-change callback 2022-04-29 20:06:39 +02:00
ThemeEditor.gml ThemeEditor: Give each theme property its own editing widget 2022-05-21 22:25:33 +02:00