summaryrefslogtreecommitdiff
path: root/gtk/gtkcssanimatedstyle.c
Commit message (Expand)AuthorAgeFilesLines
* gtkcssanimatedstyle: Fix return of new_advance()Matteo Percivaldi2023-01-131-1/+4
* css: Implement text-transformMatthias Clasen2021-08-221-0/+4
* css: Add line-height propertyMatthias Clasen2021-08-221-0/+4
* css: Implement transform-originMatthias Clasen2021-01-241-0/+4
* css: Make GtkStyleAnimation and subclasses non-objectsTimm Bäder2020-05-101-7/+18
* css: Drop a few dynamic type checksTimm Bäder2020-05-101-1/+1
* css: Drop the -gtk-icon-theme propertyMatthias Clasen2020-04-221-4/+0
* css: Remove outline border radius propertiesTimm Bäder2020-02-081-16/+0
* animatedstyle: Fix the debug buildMatthias Clasen2020-01-291-1/+1
* Use style values directlyMatthias Clasen2020-01-291-12/+12
* css: Split styles into groupsMatthias Clasen2020-01-291-34/+449
* Change the signature of gtk_css_style_get_static_styleMatthias Clasen2020-01-161-2/+2
* css: Add gtk_css_style_get_static_styleMatthias Clasen2020-01-161-0/+10
* cssanimatedstyle: Keep transition_info_add from recursingTimm Bäder2019-09-091-1/+7
* cssanimatedstyle: Make set_animated_value transfer-fullTimm Bäder2019-09-091-1/+2
* cssanimatedstyle: Save animation in arrayTimm Bäder2019-09-091-53/+83
* cssanimatedstyle: Avoid type check in loopTimm Bäder2019-09-091-3/+5
* cssanimatedstyle: Avoid unnecessary transition workTimm Bäder2019-09-091-2/+8
* cssanimatedstyle: Remove some casts in hot pathsTimm Bäder2019-09-091-4/+4
* csssection: Make printing functions publicBenjamin Otte2019-04-121-1/+0
* cssanimatedstyle: Avoid some type checks and unnecessary workTimm Bäder2019-01-291-5/+5
* css: Implement support for dynamic valuesBenjamin Otte2018-03-161-0/+23
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-12/+12
* Skip dynamic type check in css value gettersAlexander Larsson2017-01-111-3/+2
* Refactor some css transition code slightlyMatthias Clasen2017-01-101-22/+15
* animatedstyle: don't share styleanimationsMatt Watson2016-04-081-13/+16
* animatedstyle: just ref current style if timestamp the sameMatt Watson2016-04-081-1/+1
* animatedstyle: fail to create new style if timestamp goes backwardsMatt Watson2016-04-081-0/+2
* cssanimation: port to progress trackerMatt Watson2016-04-081-1/+0
* csstransition: port to progress trackerMatt Watson2016-04-081-2/+3
* css: Don't start transitions when the value didn't changeBenjamin Otte2016-02-181-0/+4
* cssstyle: Add gtk_css_style_is_static()Benjamin Otte2015-03-181-16/+16
* cssstyle: Handle 0 timestamp to mean "don't animate"Benjamin Otte2015-03-181-0/+6
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-4/+2
* cssstyle: Move function from vfunc to static funcBenjamin Otte2015-01-071-11/+0
* stylecontext: Refactor update_properties()Benjamin Otte2015-01-071-1/+3
* cssanimatedstyle: Apply animation values after creationBenjamin Otte2015-01-071-0/+3
* cssanimatedstyle: Make advancing the style return a new styleBenjamin Otte2015-01-071-41/+38
* cssanimatedstyle: Avoid creating animationBenjamin Otte2015-01-071-33/+47
* cssanimatedstyle: Remove unused functionBenjamin Otte2015-01-071-16/+0
* cssanimatedstyle: Merge two functionsBenjamin Otte2015-01-071-24/+23
* stylecontext: Make static styles staticBenjamin Otte2015-01-071-26/+36
* stylecontext: Always pass the static styleBenjamin Otte2015-01-071-18/+0
* cssstyle: Add GtkCssStaticStyleBenjamin Otte2015-01-071-103/+10
* cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyleBenjamin Otte2015-01-071-0/+599