| Commit message (Expand) | Author | Age | Files | Lines |
* | css: Make GtkStyleAnimation and subclasses non-objects | Timm Bäder | 2020-05-10 | 1 | -7/+18 |
* | css: Drop a few dynamic type checks | Timm Bäder | 2020-05-10 | 1 | -1/+1 |
* | css: Drop the -gtk-icon-theme property | Matthias Clasen | 2020-04-22 | 1 | -4/+0 |
* | css: Remove outline border radius properties | Timm Bäder | 2020-02-08 | 1 | -16/+0 |
* | animatedstyle: Fix the debug build | Matthias Clasen | 2020-01-29 | 1 | -1/+1 |
* | Use style values directly | Matthias Clasen | 2020-01-29 | 1 | -12/+12 |
* | css: Split styles into groups | Matthias Clasen | 2020-01-29 | 1 | -34/+449 |
* | Change the signature of gtk_css_style_get_static_style | Matthias Clasen | 2020-01-16 | 1 | -2/+2 |
* | css: Add gtk_css_style_get_static_style | Matthias Clasen | 2020-01-16 | 1 | -0/+10 |
* | cssanimatedstyle: Keep transition_info_add from recursing | Timm Bäder | 2019-09-09 | 1 | -1/+7 |
* | cssanimatedstyle: Make set_animated_value transfer-full | Timm Bäder | 2019-09-09 | 1 | -1/+2 |
* | cssanimatedstyle: Save animation in array | Timm Bäder | 2019-09-09 | 1 | -53/+83 |
* | cssanimatedstyle: Avoid type check in loop | Timm Bäder | 2019-09-09 | 1 | -3/+5 |
* | cssanimatedstyle: Avoid unnecessary transition work | Timm Bäder | 2019-09-09 | 1 | -2/+8 |
* | cssanimatedstyle: Remove some casts in hot paths | Timm Bäder | 2019-09-09 | 1 | -4/+4 |
* | csssection: Make printing functions public | Benjamin Otte | 2019-04-12 | 1 | -1/+0 |
* | cssanimatedstyle: Avoid some type checks and unnecessary work | Timm Bäder | 2019-01-29 | 1 | -5/+5 |
* | css: Implement support for dynamic values | Benjamin Otte | 2018-03-16 | 1 | -0/+23 |
* | css: Merge GtkStyleProviderPrivate into GtkStyleProvider | Benjamin Otte | 2017-10-31 | 1 | -12/+12 |
* | Skip dynamic type check in css value getters | Alexander Larsson | 2017-01-11 | 1 | -3/+2 |
* | Refactor some css transition code slightly | Matthias Clasen | 2017-01-10 | 1 | -22/+15 |
* | animatedstyle: don't share styleanimations | Matt Watson | 2016-04-08 | 1 | -13/+16 |
* | animatedstyle: just ref current style if timestamp the same | Matt Watson | 2016-04-08 | 1 | -1/+1 |
* | animatedstyle: fail to create new style if timestamp goes backwards | Matt Watson | 2016-04-08 | 1 | -0/+2 |
* | cssanimation: port to progress tracker | Matt Watson | 2016-04-08 | 1 | -1/+0 |
* | csstransition: port to progress tracker | Matt Watson | 2016-04-08 | 1 | -2/+3 |
* | css: Don't start transitions when the value didn't change | Benjamin Otte | 2016-02-18 | 1 | -0/+4 |
* | cssstyle: Add gtk_css_style_is_static() | Benjamin Otte | 2015-03-18 | 1 | -16/+16 |
* | cssstyle: Handle 0 timestamp to mean "don't animate" | Benjamin Otte | 2015-03-18 | 1 | -0/+6 |
* | css: Move scale to GtkStyleProviderPrivatewip/mir2 | Benjamin Otte | 2015-02-06 | 1 | -4/+2 |
* | cssstyle: Move function from vfunc to static func | Benjamin Otte | 2015-01-07 | 1 | -11/+0 |
* | stylecontext: Refactor update_properties() | Benjamin Otte | 2015-01-07 | 1 | -1/+3 |
* | cssanimatedstyle: Apply animation values after creation | Benjamin Otte | 2015-01-07 | 1 | -0/+3 |
* | cssanimatedstyle: Make advancing the style return a new style | Benjamin Otte | 2015-01-07 | 1 | -41/+38 |
* | cssanimatedstyle: Avoid creating animation | Benjamin Otte | 2015-01-07 | 1 | -33/+47 |
* | cssanimatedstyle: Remove unused function | Benjamin Otte | 2015-01-07 | 1 | -16/+0 |
* | cssanimatedstyle: Merge two functions | Benjamin Otte | 2015-01-07 | 1 | -24/+23 |
* | stylecontext: Make static styles static | Benjamin Otte | 2015-01-07 | 1 | -26/+36 |
* | stylecontext: Always pass the static style | Benjamin Otte | 2015-01-07 | 1 | -18/+0 |
* | cssstyle: Add GtkCssStaticStyle | Benjamin Otte | 2015-01-07 | 1 | -103/+10 |
* | cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle | Benjamin Otte | 2015-01-07 | 1 | -0/+599 |