summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Rename function and export it.Benjamin Otte2015-01-201-15/+14
* stylecontext: Keep track of the CSS IDBenjamin Otte2015-01-201-0/+36
* stylecontext: Fix FALSE/TRUE mixupBenjamin Otte2015-01-191-1/+1
* stylecontext: Be more graceful when save() isn't matched with restore()Benjamin Otte2015-01-191-8/+17
* stylecontext: Explicitly specify root nodeBenjamin Otte2015-01-191-8/+17
* stylecontext: Remove a bunch of return_if_fail()sBenjamin Otte2015-01-171-14/+0
* stylecontext: Do not transition from the default styleBenjamin Otte2015-01-171-2/+6
* stylecontext: Stop animations on manual invalidationBenjamin Otte2015-01-101-0/+3
* stylecontext: Handle theme changes for cached stylesBenjamin Otte2015-01-071-1/+3
* stylecontext: Rename GtkStyleInfo to GtkCssNodeBenjamin Otte2015-01-071-94/+94
* stylecontext: update_animating() properlyBenjamin Otte2015-01-071-5/+2
* stylecontext: Add a parent style cacheBenjamin Otte2015-01-071-0/+98
* cssstyle: Have a default styleBenjamin Otte2015-01-071-46/+33
* stylecontext: Use correct parent on updatesBenjamin Otte2015-01-071-29/+64
* stylecontext: Fix cache updatingBenjamin Otte2015-01-071-31/+38
* cssstaticstyle: Handle relevant changeBenjamin Otte2015-01-071-27/+14
* stylecontext: Use correct parent style for lookupsBenjamin Otte2015-01-071-9/+17
* cssnodedeclaration: Store the GType of the nodeBenjamin Otte2015-01-071-1/+13
* cssstaticstyle: Move functionBenjamin Otte2015-01-071-23/+10
* cssstaticstyle: Move functionBenjamin Otte2015-01-071-15/+11
* stylecontext: Refactor update_properties()Benjamin Otte2015-01-071-9/+31
* stylecontext: Simplify functionBenjamin Otte2015-01-071-14/+15
* stylecontext: Simplify codeBenjamin Otte2015-01-071-16/+10
* cssanimatedstyle: Apply animation values after creationBenjamin Otte2015-01-071-30/+21
* cssanimatedstyle: Make advancing the style return a new styleBenjamin Otte2015-01-071-2/+7
* stylecontext: Fold a function into only callerBenjamin Otte2015-01-071-18/+5
* cssanimatedstyle: Avoid creating animationBenjamin Otte2015-01-071-1/+2
* cssanimatedstyle: Merge two functionsBenjamin Otte2015-01-071-11/+8
* stylecontext: Make build_properties create the styleBenjamin Otte2015-01-071-9/+9
* stylecontext: Make static styles staticBenjamin Otte2015-01-071-8/+22
* stylecontext: Split functionBenjamin Otte2015-01-071-7/+38
* stylecontext: Only look up stuff in the cache that can be in the cacheBenjamin Otte2015-01-071-8/+7
* stylecontext: don't unset the current style info when clearing cacheBenjamin Otte2015-01-071-3/+5
* stylecontext: Always pass the static styleBenjamin Otte2015-01-071-5/+4
* stylecontext: Use a static style when savedBenjamin Otte2015-01-071-6/+11
* cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyleBenjamin Otte2015-01-071-13/+15
* cssstyle: Rename GtkCssComputedValues => GtkCssStyleBenjamin Otte2015-01-071-34/+34
* gtkstylecontext: Don't try to emit a signal when finalizingJasper St. Pierre2014-12-281-6/+14
* stylecontext: Make sure we always clear the cache when the CSS changesBenjamin Otte2014-12-131-0/+2
* styleprovider: Fold get_change() vfunc into lookup()Benjamin Otte2014-12-101-35/+19
* gtkstylecontext: Optimize GtkStyleContext usageJasper St. Pierre2014-11-261-2/+6
* gtkstylecontext: Add an optional warning when misusing GtkStyleContextJasper St. Pierre2014-11-251-0/+3
* Properly update the style cascade on screen changeMatthias Clasen2014-10-241-1/+3
* styleproperties: Remove header where it's not usedBenjamin Otte2014-10-241-1/+1
* css: Add "-gtk-icon-source: builtin"Benjamin Otte2014-10-211-3/+9
* stylecontext: fix icon-source extents computationBenjamin Otte2014-10-211-4/+4
* stylecontext: Handle querying the wrong state betterBenjamin Otte2014-10-211-4/+6
* stylecontext: Return a ref in lookup_values_for_stateBenjamin Otte2014-10-211-10/+20
* stylecontext: Don't copy CSS values on context_save()Benjamin Otte2014-10-211-6/+0
* stylecontext: Use node declaration in hashBenjamin Otte2014-10-211-39/+19