Age | Commit message (Expand) | Author |
---|---|---|
2020-01-07 | LibDraw: Add support for parsing #RGBA colors | N00byEdge |
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 |
2019-12-23 | LibDraw: Parse all CSS standardised color keywords | Shannon Booth |
2019-12-16 | LibDraw: Parse the color name "pink" to #ffc0cb | Andreas Kling |
2019-11-18 | LibDraw: Add named colors "MidCyan" and "DarkCyan" | Andreas Kling |
2019-10-06 | LibDraw: Parse some more color string formats found on the web | Andreas Kling |
2019-08-03 | LibDraw: Add Color::from_string(StringView) | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |