summaryrefslogtreecommitdiff
path: root/gtk/gtkcssanimatedstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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