Age | Commit message (Expand) | Author |
---|---|---|
2020-01-07 | Themes: Support rubberband selection theming | 0xtechnobabble |
2020-01-01 | AK: Move the userspace SharedBuffer from LibC to AK | Andreas Kling |
2019-12-29 | LibDraw+LibGUI: Allow changing individual colors in a Palette | Andreas Kling |
2019-12-26 | LibDraw: Add MenuBaseText and MenuSelectionText color roles | Andreas Kling |
2019-12-25 | LibDraw: Remove bogus LibC/ prefix on SharedBuffer.h include | Andreas Kling |
2019-12-24 | LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base) | Andreas Kling |
2019-12-24 | LibGUI+LibDraw: Add "Palette" concept for scoped color theming | Andreas Kling |
2019-12-24 | LibDraw: Add Selection and SelectionText system theme colors | Andreas Kling |
2019-12-24 | LibDraw: Add Button and ButtonText system theme colors | Andreas Kling |
2019-12-23 | WindowServer+LibGUI: Implement basic color theming | Andreas Kling |