summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/SystemTheme.h
AgeCommit message (Expand)Author
2023-04-30LibGfx: Return StringView for SystemTheme Rolesthankyouverycool
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2022-12-31LibGfx: Support color schemesimplicitfield
2022-12-14LibGfx+Userland: Make Gfx::SystemTheme propagate errorsCygnix Proto
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-25LibGfx+WindowServer: Add theme flag TitleButtonsIconOnlyMacDue
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-02-09LibGfx: Add more syntax-related ColorRolesItamar
2022-01-01Theming: Add alignment sectionFiliph Sandström
2022-01-01LibGfx: Add window border/title theming optionsFiliph Sandström
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-10-31LibGfx: Add 'IsDark' flag to SystemTheme and PaletteSam Atkins
2021-10-28LibGfx: Add to_string() functions for MetricRole and PathRoleSam Atkins
2021-09-16LibGfx: Add support for enumerating by Metric and Path rolesKarol Kosek
2021-09-12LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)Karol Kosek
2021-07-28LibGfx+Base: Add a themable "Accent" color roleAndreas Kling
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-05-20LibGfx: Remove unused current_system_theme() functionAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling