summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/SystemTheme.cpp
AgeCommit message (Expand)Author
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-10WindowServer: Fix switching between shadows and no shadows with themesTom
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling