| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | cssimage: Add is_computed vfunc | Timm Bäder | 2020-01-18 | 1 | -0/+32 |
* | cssimageradial: Use array + length instead of GArray | Timm Bäder | 2020-01-18 | 1 | -71/+83 |
* | Remove GtkCssRgbaValue | Timm Bäder | 2020-01-18 | 1 | -2/+2 |
* | css: Avoid more type checks in hot paths | Timm Bäder | 2019-09-09 | 1 | -2/+2 |
* | css: Review error messages | Benjamin Otte | 2019-04-12 | 1 | -3/+3 |
* | cssimageradial: Use gtk_css_parser_consume_function() | Benjamin Otte | 2019-04-12 | 1 | -69/+88 |
* | cssparser: Introduce gtk_css_parser_try_ident() | Benjamin Otte | 2019-04-12 | 1 | -2/+2 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -2/+1 |
* | cssimage: Get rid of draw vfunc | Benjamin Otte | 2018-02-17 | 1 | -5/+12 |
* | css: Merge GtkStyleProviderPrivate into GtkStyleProvider | Benjamin Otte | 2017-10-31 | 1 | -5/+5 |
* | Drop support for one-stop gradients | Matthias Clasen | 2017-09-17 | 1 | -4/+3 |
* | cssimageradial: Handle "partial" gradients correctly | Benjamin Otte | 2016-12-20 | 1 | -1/+1 |
* | css: Improve spec compliance of the radial gradient parser | Matthias Clasen | 2016-11-07 | 1 | -3/+3 |
* | css: Avoid a crash while parsing radial gradients | Matthias Clasen | 2016-11-07 | 1 | -1/+1 |
* | css: Fix radial-gradient() color stop computation | Benjamin Otte | 2016-11-02 | 1 | -1/+1 |
* | cssimage: Warn if gradients only have 1 color stop | Benjamin Otte | 2016-04-18 | 1 | -0/+8 |
* | css: Add gtk_css_number_value_can_parse() | Benjamin Otte | 2016-02-13 | 1 | -3/+3 |
* | cssnumbervalue: Remove gtk_css_number_value_get_unit() | Benjamin Otte | 2016-02-13 | 1 | -1/+1 |
* | cssimageradial: Don't print 2 spaces | Benjamin Otte | 2016-02-13 | 1 | -2/+4 |
* | cssimageradial: Only allow at "<position>" after other props | Benjamin Otte | 2016-02-05 | 1 | -16/+20 |
* | cssimageradial: Only emit one error for wrong position | Benjamin Otte | 2016-02-05 | 1 | -4/+1 |
* | Implement transitions for radial gradients | Matthias Clasen | 2016-01-07 | 1 | -0/+98 |
* | Implement CSS radial gradients | Matthias Clasen | 2016-01-04 | 1 | -0/+588 |