summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* css: Do get_change directly on the tree without matching firstAlexander Larsson2012-12-101-24/+46
* css: Don't keep around linear selectorsAlexander Larsson2012-11-301-0/+12
* css: Remove gtk_css_ruleset_matchesAlexander Larsson2012-11-301-10/+4
* css: Use tree for gtk_css_provider_get_style_propertyAlexander Larsson2012-11-301-7/+7
* css: Implement ruleset_get_change() with the treeAlexander Larsson2012-11-301-1/+1
* css: Use the tree to print css selectorsAlexander Larsson2012-11-301-1/+1
* css: Track the tree selector matchesAlexander Larsson2012-11-301-0/+2
* css: Better tree match verificationAlexander Larsson2012-11-301-23/+38
* css: Create and use a tree for css selector matchingAlexander Larsson2012-11-301-13/+60
* styleprovider: Change function prototypeBenjamin Otte2012-11-251-13/+10
* symboliccolor: Change prototype of functionBenjamin Otte2012-11-241-2/+2
* styleprovider: Remove (broken) implementations of get_styleBenjamin Otte2012-11-241-64/+0
* cssprovider: Handle non-existing sectionBenjamin Otte2012-11-151-3/+6
* gtk_css_style_provider_lookup: minor loop optimiziationAlexander Larsson2012-11-091-6/+7
* Exit early in gtk_style_context_update_cache codepathsAlexander Larsson2012-11-091-0/+3
* cssprovider: Move fallback code into _gtk_css_provider_load_named()Benjamin Otte2012-10-311-0/+16
* cssprovider: Export gtk_css_provider_load_named) functionBenjamin Otte2012-10-311-5/+17
* cssprovider: Split out theme loading functionBenjamin Otte2012-10-311-93/+92
* section: Add _gtk_css_section_to_string()Benjamin Otte2012-09-281-53/+11
* cssprovider: Remove another path that can't be reachedBenjamin Otte2012-09-191-16/+5
* docs: Clarify GtkCssProvider loading return valuesBenjamin Otte2012-09-191-3/+12
* cssprovider: Get rid of return valueBenjamin Otte2012-09-191-14/+7
* Revert "Bind the themes to the livecycle of the screen"Matthias Clasen2012-09-171-187/+122
* styleprovider: Add query function for keyframesBenjamin Otte2012-09-171-0/+10
* cssprovider: Add parsing support for @keyframesBenjamin Otte2012-09-171-3/+104
* Add back gtk_css_provider_get_namedWilliam Jon McCann2012-09-171-0/+23
* Bind the themes to the lifecycle of the screenWilliam Jon McCann2012-09-161-135/+176
* cssstyleproperty: Get rid of unused APIBenjamin Otte2012-08-281-1/+1
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* cssprovider: Remove unused members from scannerBenjamin Otte2012-05-111-25/+3
* csssection: Remove file argument from constructorBenjamin Otte2012-05-111-2/+1
* styleproperty: Remove base argumentBenjamin Otte2012-05-111-2/+1
* cssstylefuncs: Remove base argumentBenjamin Otte2012-05-111-2/+1
* cssparser: Change APIs that work with filesBenjamin Otte2012-05-111-2/+1
* cssparser: Keep track of the fileBenjamin Otte2012-05-111-0/+1
* Revert "cssprovider: Remove unused members from scanner"Benjamin Otte2012-05-111-3/+25
* cssprovider: Remove unused members from scannerBenjamin Otte2012-05-111-25/+3
* cssmatcher: Handle case of empty widget pathBenjamin Otte2012-05-011-15/+18
* cssprovider: Actually match the state for style propertiesBenjamin Otte2012-05-011-1/+1
* Try to load css themes from the XDG config directory firstWilliam Jon McCann2012-04-301-8/+21
* styleprovider: Make all implementors emit the new signalBenjamin Otte2012-04-171-1/+9
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-3/+3
* cssprovider: Add an empty line when printingBenjamin Otte2012-04-171-1/+1
* cssprovider: Store widget style value as stringBenjamin Otte2012-04-171-6/+6
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-49/+49
* css: Remove _gtk_css_style_property_is_specified_type()Benjamin Otte2012-04-171-1/+0
* syleprovider: Add a vfunc to get the changesBenjamin Otte2012-04-171-0/+37
* css: Make the style provider take a matcher as an input argumentBenjamin Otte2012-04-171-9/+11
* css: Only keep around GtkCssSections if GTK_CSS_DEBUG env var setAlexander Larsson2012-03-291-6/+18
* Remove broken approach to get stable sort of CSS rulesAlexander Larsson2012-03-151-7/+0