summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify the gtk_style_context_add_provider docsMatthias Clasen2012-05-261-2/+5
* stylecontext: Make queue_invalidate() always workBenjamin Otte2012-05-081-13/+10
* stylecontext: Disallow adding/removing GtkSettings style providersBenjamin Otte2012-05-021-0/+3
* debug: Add GTK_DEBUG=no-css-cacheBenjamin Otte2012-05-021-0/+16
* cssmatcher: Handle case of empty widget pathBenjamin Otte2012-05-011-7/+9
* container: Redo style validation handlingBenjamin Otte2012-04-171-1/+1
* stylecontext: Avoid style_context_save() callsBenjamin Otte2012-04-171-12/+20
* stylecontext: Pull all the animation code togetherBenjamin Otte2012-04-171-8/+109
* stylecontext: Shuffle around codeBenjamin Otte2012-04-171-8/+13