summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
Commit message (Expand)AuthorAgeFilesLines
* container: Deprecate resize modeBenjamin Otte2013-10-051-0/+2
* stylecontext: Deprecate gtk_style_context_invalidate()Benjamin Otte2013-10-051-0/+4
* Improve doc of gtk_style_context_invalidate()Sébastien Wilmet2013-10-051-5/+2
* Improve struct packing in various placesMatthias Clasen2013-09-211-1/+1
* gtkstylecontext: Remove some dead code when rendering layoutsJasper St. Pierre2013-08-071-3/+0
* stylecontext: Clear paths in gtk_render_foo()Martin Stransky2013-07-261-0/+17
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+3
* stylecontext: add gtk_render_icon_surfaceAlexander Larsson2013-07-031-0/+36
* css: Add a scale argument to css-value compute vfuncAlexander Larsson2013-07-031-0/+1
* GtkStyleContext: Add gtk_style_context_get/set_scaleAlexander Larsson2013-07-031-0/+43
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-1/+12
* 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