| Commit message (Expand) | Author | Age | Files | Lines |
* | css: Fix text-decoration-line support | Matthias Clasen | 2021-01-26 | 1 | -5/+25 |
* | Drop fallback-c89.c | Christoph Reiter | 2020-05-31 | 1 | -5/+0 |
* | css: Remove outline border radius properties | Timm Bäder | 2020-02-08 | 1 | -5/+0 |
* | styleproperty: Remove ability to query properties | Benjamin Otte | 2020-01-28 | 1 | -241/+66 |
* | csshorthandproperty: Try to avoid allocating a GString for 1 font | Timm Bäder | 2020-01-18 | 1 | -9/+17 |
* | Fix crash in parse_border() | Alexandr Miloslavskiy | 2019-11-23 | 1 | -1/+1 |
* | css: Use multiple font-family values | Matthias Clasen | 2019-05-03 | 1 | -2/+12 |
* | css: Review error messages | Benjamin Otte | 2019-04-12 | 1 | -21/+25 |
* | css: Use gtk_css_parser_consume_any() for transition shorthand | Benjamin Otte | 2019-04-12 | 1 | -44/+51 |
* | cssparser: Add gtk_css_parser_try_delim() | Benjamin Otte | 2019-04-12 | 1 | -3/+3 |
* | cssparser: Drop _gtk_css_parser_has_prefix() | Benjamin Otte | 2019-04-12 | 1 | -2/+2 |
* | parser: Get rid of _gtk_css_parser_is_eof() | Benjamin Otte | 2019-04-12 | 1 | -1/+1 |
* | css: Make font-weight an integer | Benjamin Otte | 2019-04-12 | 1 | -2/+29 |
* | cssparser: Add gtk_css_parser_try_token() | Benjamin Otte | 2019-04-12 | 1 | -3/+3 |
* | cssparser: Introduce gtk_css_parser_try_ident() | Benjamin Otte | 2019-04-12 | 1 | -7/+7 |
* | cssparser: Get rid of _gtk_css_parser_begins_with() | Benjamin Otte | 2019-04-12 | 1 | -4/+4 |
* | css: Don't do indirections | Benjamin Otte | 2018-07-04 | 1 | -8/+6 |
* | css: Report sizes as absolute | Benjamin Otte | 2018-07-04 | 1 | -4/+1 |
* | Drop unused gtkcssstylefuncs.c | Matthias Clasen | 2017-11-30 | 1 | -1/+0 |
* | css: Use enums instead of idents for font-variant properties | Matthias Clasen | 2017-09-18 | 1 | -153/+104 |
* | Fix a typo | Matthias Clasen | 2017-09-18 | 1 | -1/+1 |
* | css: implement font-variant as a shorthand | Matthias Clasen | 2017-09-18 | 1 | -5/+230 |
* | Fix the -gtk-outline-radius shorthand | Matthias Clasen | 2017-09-17 | 1 | -2/+2 |
* | Drop aliases for outline radius | Matthias Clasen | 2017-09-17 | 1 | -1/+0 |
* | Drop support for pango syntax in css | Matthias Clasen | 2017-09-17 | 1 | -60/+0 |
* | css: Remove deprecated number-as-pixels compatibility | Benjamin Otte | 2017-01-18 | 1 | -8/+1 |
* | API: Remove API to set CSS properties from GValues | Benjamin Otte | 2016-10-16 | 1 | -179/+0 |
* | css: Fix case where we didn't convert pt => px | Benjamin Otte | 2016-07-28 | 1 | -2/+6 |
* | Fix a typo | Matthias Clasen | 2016-04-18 | 1 | -1/+1 |
* | Add backwards compat back | Matthias Clasen | 2016-04-18 | 1 | -0/+61 |
* | Fix parsing of the font: shorthand | Matthias Clasen | 2016-04-18 | 1 | -34/+29 |
* | css: always get default font size in pixels | Matt Watson | 2016-04-12 | 1 | -1/+4 |
* | css: Add gtk_css_number_value_can_parse() | Benjamin Otte | 2016-02-13 | 1 | -7/+7 |
* | cssnumbervalue: Remove gtk_css_number_value_get_unit() | Benjamin Otte | 2016-02-13 | 1 | -1/+1 |
* | Trivial changes | Matthias Clasen | 2015-12-22 | 1 | -7/+14 |
* | Prefix outline radius CSS properties | Matthias Clasen | 2015-12-22 | 1 | -1/+2 |
* | css: support text-decoration-style | Paolo Borelli | 2015-07-06 | 1 | -3/+9 |
* | css: add shorthand text-decoration property | Paolo Borelli | 2015-07-06 | 1 | -0/+39 |
* | Fix the build | Matthias Clasen | 2014-10-24 | 1 | -1/+1 |
* | css: Implement font-stretch | Emmanuele Bassi | 2014-08-28 | 1 | -2/+20 |
* | css: Fail animation shorthand parsing properly | Benjamin Otte | 2014-07-31 | 1 | -0/+3 |
* | css: Don't infloop when parsing broken borders | Benjamin Otte | 2014-07-31 | 1 | -0/+7 |
* | css: Don't special-case fill-mode in 'animation' | Benjamin Otte | 2014-07-07 | 1 | -9/+5 |
* | css: Implement "all" shorthand | Benjamin Otte | 2014-05-11 | 1 | -0/+39 |
* | css: add properties for outline-radius | Cosimo Cecchi | 2014-05-01 | 1 | -0/+8 |
* | Don't return prematurely | Matthias Clasen | 2012-11-29 | 1 | -3/+3 |
* | cssstyleproperty: Replace symbolic colors with GtkCssColorValue | Benjamin Otte | 2012-11-08 | 1 | -5/+5 |
* | Fix css parser tests | Matthias Clasen | 2012-10-16 | 1 | -1/+1 |
* | css: Implement 'animation' shorthand parsing | Benjamin Otte | 2012-09-17 | 1 | -0/+126 |
* | shorthand: implement multiple backgrounds for the background shorthand | Cosimo Cecchi | 2012-05-15 | 1 | -25/+83 |