summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/SystemTheme.h
AgeCommit message (Expand)Author
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-26LibDraw: Add MenuBaseText and MenuSelectionText color rolesAndreas Kling
2019-12-25LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h includeAndreas Kling
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling