summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractThemePreview.cpp
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim 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-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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-25LibGUI: Respect TitleButtonsIconOnly in AbstractThemePreviewMacDue
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell