summaryrefslogtreecommitdiff
path: root/Userland/Applications/ThemeEditor
AgeCommit message (Expand)Author
2021-11-13ThemeEditor: Correct GroupBox marginsSam Atkins
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-05ThemeEditor: Offset the preview vertically to center it betterSam Atkins
2021-11-05ThemeEditor: Add support for FlagRolesSam Atkins
2021-10-28ThemeEditor: Display the theme's window icons in the previewSam 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-10-28ThemeEditor: Display window shadows in preview :^)Sam Atkins
2021-10-28ThemeEditor: Give both preview windows a background colorSam 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: Accept drop eventsKarol 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
2021-09-12ThemeEditor: Create menu contents after creating widgetsKarol Kosek
2021-09-06ThemeEditor: Make the model derived from ItemListModelKarol Kosek
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-26ThemeEditor: Place menu quit action as the last itemKarol Kosek
2021-08-22ThemeEditor: Add Actions to save preview_palette to theme filenetworkException
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-28ThemeEditor: Initialize color input to Gfx::ColorRole::WindowLuK1337
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-17ThemeEditor: Disable focus for demo widgetsMarcus Nilsson
2021-07-16ThemeEditor: Set window size to 480x385 and disable resizingLuK1337
2021-07-16ThemeEditor: Add menu bar with quit and about itemsLuK1337
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling