summaryrefslogtreecommitdiff
path: root/Userland/Applications/ThemeEditor/main.cpp
AgeCommit message (Expand)Author
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-08ThemeEditor: Port to `Core::Stream`Lucas CHOLLET
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
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-05-21ThemeEditor: Make MainWidget responsible for holding the edited PaletteSam Atkins
2022-05-21ThemeEditor: Give each theme property its own editing widgetSam Atkins
2022-05-21ThemeEditor: Extract most logic into a MainWidget classSam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
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-29ThemeEditor: Open the FilePicker at the location in the path inputSam Atkins
2022-04-29ThemeEditor: Show a message box if saving failsSam Atkins
2022-04-29ThemeEditor: Propagate failure to create AlignmentModelSam Atkins
2022-04-18ThemeEditor: Remove unused model classesKarol Kosek
2022-04-18ThemeEditor: Use new RoleModel template classKarol Kosek
2022-04-18ThemeEditor: Add generic RoleModel template classKarol Kosek
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03ThemeEditor: Open files with ReadWriteGeekFiftyFive
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-01-20ThemeEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-01ThemeEditor: Add "alignment" supportFiliph Sandström
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-11-28ThemeEditor: Use LibMainMarcus Nilsson
2021-11-05ThemeEditor: Add support for FlagRolesSam Atkins
2021-10-28ThemeEditor: Add PathRole editingSam Atkins
2021-10-28ThemeEditor: Update value edit boxes when loading a theme fileSam Atkins
2021-10-28ThemeEditor: Add MetricRole editingSam Atkins
2021-10-28ThemeEditor: Convert layout to GMLSam Atkins
2021-09-26ThemeEditor: Show currently opened theme path in the window titleKarol Kosek
2021-09-16ThemeEditor: Save theme metrics and paths to fileKarol Kosek
2021-09-12ThemeEditor: Update theme path on theme loadKarol Kosek
2021-09-12ThemeEditor: Rename main()'s preview_palette to startup_preview_paletteKarol Kosek
2021-09-12ThemeEditor: Use preview_palette from the PreviewWidgetKarol Kosek
2021-09-12ThemeEditor: Add 'Open file' menu actionKarol Kosek
2021-09-12ThemeEditor: Open files from an argumentKarol Kosek
2021-09-12ThemeEditor: Reference FileSystemAccessClient::Result in save_to_resultKarol Kosek