summaryrefslogtreecommitdiff
path: root/Userland/Applications/ThemeEditor/MainWidget.cpp
AgeCommit message (Expand)Author
2023-05-06ThemeEditor: Remove one usage of DeprecatedStringKarol Kosek
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-16ThemeEditor: Store tab title in PropertyTabs as StringViewKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-10ThemeEditor: Support more color scheme-related rolesimplicitfield
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-16LibFileSystemAccessClient: Remove the deprecated APILucas CHOLLET
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-01-11ThemeEditor: Warn about unsaved changes on file dropKarol Kosek
2023-01-11ThemeEditor: Fully load files on drop eventsKarol Kosek
2023-01-11ThemeEditor: Take drop events from the whole windowKarol Kosek
2023-01-08ThemeEditor: Port to `Core::Stream`Lucas CHOLLET
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-01ThemeEditor: Make GUI initialization fallibleSam Atkins
2022-12-31ThemeEditor: Support editing color schemesimplicitfield
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19ThemeEditor: Update GML and polish interfacethankyouverycool
2022-11-19Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()thankyouverycool
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-07ThemeEditor: Warn about unsaved changes on file openKarol Kosek
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-30ThemeEditor: Fix layout for new layout systemFrHun
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-05-25ThemeEditor: Show unsaved changes prompt also in the quit actionKarol Kosek
2022-05-21ThemeEditor: Make MainWidget responsible for holding the edited PaletteSam Atkins
2022-05-21ThemeEditor: Arrange the theme properties into groupsSam Atkins
2022-05-21ThemeEditor: Give each theme property its own editing widgetSam Atkins
2022-05-21ThemeEditor: Actually save alignment rolesSam Atkins
2022-05-21ThemeEditor: Extract most logic into a MainWidget classSam Atkins