summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-17/+15
* Free the resource file string.Paolo Borelli2012-03-041-7/+9
* css: Move selector parsing code into a custom functionBenjamin Otte2012-03-021-278/+1
* bitmask: Make setters return a new valueBenjamin Otte2012-03-011-3/+3
* css: Fix variableBenjamin Otte2012-03-011-3/+3
* cssprovider: Redo styles as an arrayBenjamin Otte2012-03-011-129/+95
* css: Fix falloutBenjamin Otte2012-03-011-52/+53
* Don't use hashtables for storing css rule propertiesAlexander Larsson2012-03-011-90/+201
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Plug a small memory leakMatthias Clasen2012-02-111-0/+1
* docs: Add documentation for alpha() in CSSSebastian Keller2012-02-111-0/+8
* Remove all default css and make Raleigh a pure fallback themeAlexander Larsson2012-02-091-18/+24
* Fix crash with theme resource fileAlexander Larsson2012-02-031-5/+11