summaryrefslogtreecommitdiff
path: root/Userland/Applications/ThemeEditor
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
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-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
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-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-07ThemeEditor: Warn about unsaved changes on file openKarol Kosek
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-13ThemeEditor: Use `FileSystemAccessServer` instead of unveiling filesLucas CHOLLET
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: Run gml-formatLinus Groh
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-05-25ThemeEditor: Use 'open' icon instead of ellipsis on path picker buttonKarol Kosek
2022-05-25ThemeEditor: Show unsaved changes prompt also in the quit actionKarol Kosek
2022-05-21ThemeEditor: Position preview windows based on the title heightSam Atkins
2022-05-21ThemeEditor: Make MainWidget responsible for holding the edited PaletteSam Atkins
2022-05-21ThemeEditor: Convert the widget-preview layout to GMLSam 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
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-07ThemeEditor: Fix Clang build failure in PreviewWidgetLinus Groh
2022-05-07ThemeEditor: Center preview with center_window_group_within()MacDue
2022-04-29ThemeEditor: Show if modified, and prompt before discarding unsaved workSam Atkins
2022-04-29ThemeEditor: Update displayed alignment when loading a theme fileSam Atkins
2022-04-29ThemeEditor: Stop firing unnecessary change callbacksSam Atkins
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-29ThemeEditor: Open the FilePicker at the location in the path inputSam Atkins