1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 12:57:39 +00:00
serenity/Userland/Applications/ThemeEditor
Karol Kosek 7e4db556eb ThemeEditor: Remove one usage of DeprecatedString
Up until 3d53dc8228, to_string(ColorRole)
returned char*, which prevented us from directly creating a String
class.
2023-05-06 16:12:11 +01:00
..
Previews ThemeEditor: Convert the widget-preview layout to GML 2022-05-21 22:25:33 +02:00
AlignmentProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ColorProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
FlagProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
main.cpp LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
MainWidget.cpp ThemeEditor: Remove one usage of DeprecatedString 2023-05-06 16:12:11 +01:00
MainWidget.h ThemeEditor: Store tab title in PropertyTabs as StringView 2023-03-16 09:58:42 +01:00
MetricProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
PathProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
PreviewWidget.cpp Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
PreviewWidget.h ThemeEditor: Take drop events from the whole window 2023-01-11 20:15:47 +00:00
ThemeEditor.gml ThemeEditor: Update GML and polish interface 2022-11-19 11:04:11 +01:00