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