summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractThemePreview.h
AgeCommit message (Expand)Author
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-12LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::StreamKarol Kosek
2023-01-12LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_fileKarol Kosek
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-17LibGUI: Support setting an in memory theme in AbstractThemePreviewnetworkException
2022-05-07LibGUI: Add center_window_group_within() to AbstractThemePreviewMacDue
2022-04-29LibGUI+ThemeEditor: Split preview-widget palette-change callbackSam Atkins
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell