summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Palette.h
AgeCommit message (Expand)Author
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-02-09LibGfx: Add more syntax-related ColorRolesItamar
2022-02-07LibGfx: Return proper ColorRole for GutterBordersthankyouverycool
2022-01-01Theming: Add alignment sectionFiliph Sandström
2022-01-01LibGfx: Add window border/title theming optionsFiliph Sandström
2021-10-31LibGfx: Add 'IsDark' flag to SystemTheme and PaletteSam Atkins
2021-07-28LibGfx+Base: Add a themable "Accent" color roleAndreas Kling
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
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-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-02-07LibGfx: Make Palette::color(ColorRole) inlineAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling