summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecascade.c
Commit message (Expand)AuthorAgeFilesLines
* stylecascade: Avoid some allocationsMatthias Clasen2023-01-171-2/+8
* css: Add fast-path for parent selector matchingBenjamin Otte2020-01-281-5/+6
* css: Pass node through the lookup codeBenjamin Otte2020-01-281-2/+2
* style cascade: Remove some pointless castsMatthias Clasen2020-01-191-32/+10
* gtkstyleprovider: Rename -gtk-style-changed signal to have a valid namePhilip Withnall2019-11-121-2/+2
* css: Merge GtkStyleProviderPrivate into GtkStyleProviderBenjamin Otte2017-10-311-33/+26
* Remove all widget style property codeTimm Bäder2017-07-191-31/+0
* gtk/gtkstylecascade.c: Fix formattingChun-wei Fan2016-06-301-2/+3
* gtk/gtkstylecascade.c: Declare variables at beginning of blockChun-wei Fan2016-06-271-1/+2
* style cascade: Allow cascades with more ancestorsPhilip Chimento2016-06-191-41/+58
* style cascade: Replace g_return by gtk_internal_returnMatthias Clasen2015-09-121-10/+11
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-071-4/+3
* css: Move scale to GtkStyleProviderPrivatewip/mir2Benjamin Otte2015-02-061-0/+9
* stylecontext: Store the scale value in the cascadeBenjamin Otte2015-02-061-0/+23
* styleprovider: Fold get_change() vfunc into lookup()Benjamin Otte2014-12-101-30/+7
* stylecascade: Remove functionBenjamin Otte2014-02-201-9/+0
* settings: Store style cascade in settings objectBenjamin Otte2014-02-201-14/+2
* style: Add _gtk_style_provider_private_get_settings()Benjamin Otte2012-12-011-0/+24
* styleprovider: Change function prototypeBenjamin Otte2012-11-251-5/+5
* styleprovider: Remove (broken) implementations of get_styleBenjamin Otte2012-11-241-11/+0
* stylecascade: Remove get_icon_factory() implementationBenjamin Otte2012-11-241-10/+0
* Avoid an unintented exportMatthias Clasen2012-09-181-1/+1
* styleprovider: Add query function for keyframesBenjamin Otte2012-09-171-0/+25
* styleprovider: Make all implementors emit the new signalBenjamin Otte2012-04-171-2/+23
* syleprovider: Add a vfunc to get the changesBenjamin Otte2012-04-171-0/+28
* css: Make the style provider take a matcher as an input argumentBenjamin Otte2012-04-171-14/+4
* styleprovider: Add a custom object for a list of style providersBenjamin Otte2012-04-171-0/+352