summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix Since tag for frame clock functionsBenjamin Otte2013-04-091-0/+1
* cssvalue: At cycle detection to color resolvingBenjamin Otte2013-03-281-1/+2
* stylecontext: Do invalidation on first resize containerBenjamin Otte2013-03-161-3/+3
* stylecontext: If we force invalidate, invalidate all propertiesBenjamin Otte2013-03-121-2/+13
* Add gdk_frame_clock_begin/end_updating()Owen W. Taylor2013-02-181-4/+2
* Small documentation fixes for frame synchronizationOwen W. Taylor2013-02-141-1/+2
* Add gtk_widget_add_tick_callback(), remove GtkTimeline, etc.Owen W. Taylor2013-02-141-33/+79
* Add an UPDATE phase and GdkFrameClockTarget, use for GtkStyleContextOwen W. Taylor2013-02-141-47/+77
* stylecontext: Make font hack not crashBenjamin Otte2013-01-071-5/+17
* stylecontext: Deprecate direction propertyBenjamin Otte2012-12-181-0/+12
* stylecontext: Use state flags for directionBenjamin Otte2012-12-181-12/+39
* stylecontext: Fix gtk_style_context_set_background()Benjamin Otte2012-12-171-8/+28
* stylecontext: Deprecate gtk_style_context_get_font()Benjamin Otte2012-12-061-0/+3
* stylecontext: Always recompute fontBenjamin Otte2012-12-061-9/+6
* stylecontext: Remove unused private functionsBenjamin Otte2012-11-301-11/+0
* stylecontext: Expose a function to get at the current changesBenjamin Otte2012-11-301-0/+20
* stylecontext: Pass a bitmask to the changed valuesBenjamin Otte2012-11-301-6/+15
* deprecations: Move files into deprecated/ dirBenjamin Otte2012-11-251-2/+3
* symboliccolor: DeprecateBenjamin Otte2012-11-251-0/+4
* styleprovider: Change function prototypeBenjamin Otte2012-11-251-7/+7
* symboliccolor: Implement using GtkCssValueBenjamin Otte2012-11-251-5/+6
* stylecontext: Split out a functionBenjamin Otte2012-11-181-12/+2
* stylecontext: Add a flag to force style_updated() emissionBenjamin Otte2012-11-141-1/+1
* Exit early in gtk_style_context_update_cache codepathsAlexander Larsson2012-11-091-1/+5
* stylecontext: Fix a memleakBenjamin Otte2012-11-081-0/+2
* stylecontext: Remove unused functionBenjamin Otte2012-11-081-19/+0
* stylecontext: Don't use bg image in gtk_style_context_set_background()Benjamin Otte2012-10-311-10/+0
* gradient: Add a private header fileBenjamin Otte2012-10-021-0/+1
* stylecontext: Actually use superset matcherBenjamin Otte2012-10-011-3/+6
* css: Huge refactoring to avoid computing wrong valuesBenjamin Otte2012-09-281-11/+25
* symboliccolor: Change prototype of _gtk_symbolic_color_resolve_full()Benjamin Otte2012-09-281-17/+3
* stylecontext: Rebuild cached styles with correct classes/regionsBenjamin Otte2012-09-281-10/+8
* stylecontext: Always create animationsBenjamin Otte2012-09-171-14/+14
* stylecontext: Only create transitions conditionallyBenjamin Otte2012-09-171-1/+22
* stylecontext: Refactor the way animations are started and stoppedBenjamin Otte2012-09-171-64/+44
* stylecontext: Clear animations for values kept in cacheBenjamin Otte2012-09-171-0/+3
* stylecontext: Remove leftover debuggingBenjamin Otte2012-09-171-2/+0
* csscomputedvalues: Handle starting animations differentlyBenjamin Otte2012-09-171-10/+13
* csscomputedvalues: Get rid of animated valuesBenjamin Otte2012-09-171-18/+12
* css: Add animation supportBenjamin Otte2012-09-171-1/+2
* stylecontext: Provide a function for getting the style providerBenjamin Otte2012-09-171-0/+8
* stylecontext: fix a StyleData refleakCosimo Cecchi2012-09-131-2/+3
* css: Make color lookup handle dependenciesBenjamin Otte2012-08-281-10/+17
* stylecontext: Update computed values when dependencies changeBenjamin Otte2012-08-281-2/+39
* stylecontext: Refactor some codeBenjamin Otte2012-08-281-30/+29
* css: Pass relevant properties to css lookup codeBenjamin Otte2012-08-281-1/+1
* stylecontext: Compute correct changesBenjamin Otte2012-08-281-11/+19
* stylecontext: Split out a function for simplicityBenjamin Otte2012-08-281-25/+38
* stylecontext: Pass the changes in the parent to validation functionBenjamin Otte2012-08-281-4/+5
* stylecontext: pass down the requested change type to invalidationCosimo Cecchi2012-06-131-1/+1