summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageradial.c
Commit message (Expand)AuthorAgeFilesLines
* cssimageradial: Avoid creating color stops with an offset > 1Timm Bäder2020-09-191-1/+1
* css: switch to h/vradiusMatthias Clasen2020-09-181-22/+14
* css: Use snapshot api for radial gradientsMatthias Clasen2020-09-181-37/+30
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* cssimage: Add is_computed vfuncTimm Bäder2020-01-181-0/+32
* cssimageradial: Use array + length instead of GArrayTimm Bäder2020-01-181-71/+83
* Remove GtkCssRgbaValueTimm Bäder2020-01-181-2/+2
* css: Avoid more type checks in hot pathsTimm Bäder2019-09-091-2/+2
* css: Review error messagesBenjamin Otte2019-04-121-3/+3
* cssimageradial: Use gtk_css_parser_consume_function()Benjamin Otte2019-04-121-69/+88
* cssparser: Introduce gtk_css_parser_try_ident()Benjamin Otte2019-04-121-2/+2
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-2/+1
* cssimage: Get rid of draw vfuncBenjamin Otte2018-02-171-5/+12
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-5/+5
* Drop support for one-stop gradientsMatthias Clasen2017-09-171-4/+3
* cssimageradial: Handle "partial" gradients correctlyBenjamin Otte2016-12-201-1/+1
* css: Improve spec compliance of the radial gradient parserMatthias Clasen2016-11-071-3/+3
* css: Avoid a crash while parsing radial gradientsMatthias Clasen2016-11-071-1/+1
* css: Fix radial-gradient() color stop computationBenjamin Otte2016-11-021-1/+1
* cssimage: Warn if gradients only have 1 color stopBenjamin Otte2016-04-181-0/+8
* css: Add gtk_css_number_value_can_parse()Benjamin Otte2016-02-131-3/+3
* cssnumbervalue: Remove gtk_css_number_value_get_unit()Benjamin Otte2016-02-131-1/+1
* cssimageradial: Don't print 2 spacesBenjamin Otte2016-02-131-2/+4
* cssimageradial: Only allow at "<position>" after other propsBenjamin Otte2016-02-051-16/+20
* cssimageradial: Only emit one error for wrong positionBenjamin Otte2016-02-051-4/+1
* Implement transitions for radial gradientsMatthias Clasen2016-01-071-0/+98
* Implement CSS radial gradientsMatthias Clasen2016-01-041-0/+588