| Commit message (Expand) | Author | Age | Files | Lines |
* | Use style values directly | Matthias Clasen | 2020-01-29 | 1 | -3/+3 |
* | csscolorvalue: check for singletons in new_literal | Timm Bäder | 2020-01-18 | 1 | -0/+6 |
* | cssvalue: Add is_computed flag | Timm Bäder | 2020-01-18 | 1 | -3/+4 |
* | csscolorvalue: Don't copy rgbas when applying function | Timm Bäder | 2020-01-18 | 1 | -30/+32 |
* | Remove GtkCssRgbaValue | Timm Bäder | 2020-01-18 | 1 | -26/+70 |
* | cssvalue: Add type names for all classes | Timm Bäder | 2020-01-18 | 1 | -0/+1 |
* | csscolorvalue: Compute alpha/shade/mix of color literals directly | Timm Bäder | 2020-01-18 | 1 | -10/+69 |
* | csscolorvalue: Don't resolve literal color values | Timm Bäder | 2020-01-18 | 1 | -7/+18 |
* | csscolorvalue: return the initial color value directly | Timm Bäder | 2019-09-09 | 1 | -133/+142 |
* | csscolorvalue: Remove unused new_from_rgba() | Timm Bäder | 2019-09-09 | 1 | -11/+0 |
* | cssrgbavalue: Add a singleton for transparent colors | Timm Bäder | 2019-09-09 | 1 | -4/+2 |
* | cssshadow: Use gtk_css_parser_consume_any() | Benjamin Otte | 2019-04-12 | 1 | -0/+17 |
* | css: Redo for new parser | Benjamin Otte | 2019-04-12 | 1 | -190/+108 |
* | cssparser: Get rid of _gtk_css_parser_try_double() | Benjamin Otte | 2019-04-12 | 1 | -12/+6 |
* | cssparser: Introduce gtk_css_parser_try_ident() | Benjamin Otte | 2019-04-12 | 1 | -2/+2 |
* | Remove win32 themeing support | Benjamin Otte | 2019-03-22 | 1 | -128/+2 |
* | cssanimatedstyle: Avoid some type checks and unnecessary work | Timm Bäder | 2019-01-29 | 1 | -1/+0 |
* | css: Introduce the idea of dynamic values | Benjamin Otte | 2018-03-16 | 1 | -0/+2 |
* | gtk: Fix debug build | Benjamin Otte | 2017-10-31 | 1 | -1/+1 |
* | css: Merge GtkStyleProviderPrivate into GtkStyleProvider | Benjamin Otte | 2017-10-31 | 1 | -14/+14 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+5 |
* | csscolorvalue: Print a comma for win32 values | Benjamin Otte | 2016-02-23 | 1 | -0/+1 |
* | csscolor: Allow using the name for a win32 color | Benjamin Otte | 2016-02-22 | 1 | -2/+22 |
* | win32: Update color handling to recent GtkWin32Theme changes | Benjamin Otte | 2016-02-15 | 1 | -25/+37 |
* | Add the caret-color CSS property | Matthias Clasen | 2016-01-08 | 1 | -0/+2 |
* | css: Introduct -gtk-icon-palette | Benjamin Otte | 2015-12-03 | 1 | -0/+2 |
* | css color: Use gtk_internal_return_if_fail | Matthias Clasen | 2015-09-08 | 1 | -8/+10 |
* | cssvalue: Remove GtkCssDependencies | Benjamin Otte | 2015-03-18 | 1 | -36/+9 |
* | css: Move scale to GtkStyleProviderPrivatewip/mir2 | Benjamin Otte | 2015-02-06 | 1 | -13/+10 |
* | cssstyle: Rename GtkCssComputedValues => GtkCssStyle | Benjamin Otte | 2015-01-07 | 1 | -6/+6 |
* | css: Remove unneeded header | Benjamin Otte | 2014-10-24 | 1 | -1/+0 |
* | css: Change currentColor handling | Benjamin Otte | 2013-09-06 | 1 | -3/+7 |
* | css: Add a scale argument to css-value compute vfunc | Alexander Larsson | 2013-07-03 | 1 | -1/+4 |
* | cssvalue: At cycle detection to color resolving | Benjamin Otte | 2013-03-28 | 1 | -7/+15 |
* | cssvalue: Handle named colors not resolving | Benjamin Otte | 2013-03-28 | 1 | -0/+2 |
* | cssvalue: Remove NULL check | Benjamin Otte | 2013-01-15 | 1 | -13/+10 |
* | cssvalue: Move value initialization | Benjamin Otte | 2013-01-15 | 1 | -1/+1 |
* | cssvalue: Fix return_if_fail() calls... | Benjamin Otte | 2013-01-15 | 1 | -3/+3 |
* | cssvalue: Remove useless call | Benjamin Otte | 2013-01-15 | 1 | -1/+0 |
* | deprecations: Move files into deprecated/ dir | Benjamin Otte | 2012-11-25 | 1 | -1/+0 |
* | hsla: Add _gtk_hsla_shade() | Benjamin Otte | 2012-11-25 | 1 | -6/+1 |
* | styleprovider: Change function prototype | Benjamin Otte | 2012-11-25 | 1 | -5/+4 |
* | symboliccolor: Implement using GtkCssValue | Benjamin Otte | 2012-11-25 | 1 | -16/+16 |
* | cssvalue: Fix copy/paste error | Benjamin Otte | 2012-11-20 | 1 | -1/+1 |
* | cssvalue: Make shade() work properly again | Benjamin Otte | 2012-11-10 | 1 | -2/+2 |
* | cssvalue: Add GtkCssColorValue | Benjamin Otte | 2012-11-08 | 1 | -0/+848 |