summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/Color.cpp
AgeCommit message (Expand)Author
2020-01-07LibDraw: Add support for parsing #RGBA colorsN00byEdge
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
2019-12-23LibDraw: Parse all CSS standardised color keywordsShannon Booth
2019-12-16LibDraw: Parse the color name "pink" to #ffc0cbAndreas Kling
2019-11-18LibDraw: Add named colors "MidCyan" and "DarkCyan"Andreas Kling
2019-10-06LibDraw: Parse some more color string formats found on the webAndreas Kling
2019-08-03LibDraw: Add Color::from_string(StringView)Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling