summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
...
* css: Remove any loaded resource in gtk_css_provider_resetAlexander Larsson2012-02-031-0/+7
* Support a gtk.gresource file in themesAlexander Larsson2012-02-031-0/+20
* css: Make border-width a length propertyBenjamin Otte2012-02-021-1/+0
* css: Add a check function for specified typesBenjamin Otte2012-02-021-0/+3
* css: Return GArrays from shorthand parsingBenjamin Otte2012-01-251-3/+4
* cssprovider: Improve error handling for import errorsBenjamin Otte2012-01-161-1/+3
* css: Don't import CSS too earlyBenjamin Otte2012-01-161-7/+6
* Access win32 css as resource, not custom generated C codeAlexander Larsson2012-01-161-3/+1
* Add Gtk resource file with the default CSS fileAlexander Larsson2012-01-161-366/+27
* provider: use _gtk_css_parse_read_url() in parse_import()Cosimo Cecchi2012-01-131-7/+12
* Rename 'window-unfocused' to 'backdrop'Rui Matos2012-01-091-1/+1
* styleproperty: Let parse_value() initialize the valueBenjamin Otte2012-01-091-1/+0
* shorthand: Redo shorthand value parsingBenjamin Otte2012-01-091-12/+9
* css: Use _gtk_style_property_get_value_type() where appropriateBenjamin Otte2012-01-091-1/+1
* styleproperty: require property in _gtk_style_property_parse_value()Benjamin Otte2012-01-091-4/+4
* css: Feed sections to CSS lookup codeBenjamin Otte2012-01-091-1/+1
* styleproperty: Move value printing to real propertiesBenjamin Otte2012-01-091-3/+3
* css: Move a bunch of functionsBenjamin Otte2012-01-091-7/+16
* styleproperty: Use _gtk_style_property_get_name()Benjamin Otte2012-01-091-3/+3
* styleproperty: unconstifyBenjamin Otte2012-01-091-7/+7
* styleproperty: Get rid of _gtk_style_property_is_shorthand()Benjamin Otte2012-01-091-1/+2
* css: Add generic support for 'inherit' and 'initial'Benjamin Otte2012-01-091-0/+4
* css: Change prototype of _gtk_css_selector_matches()Benjamin Otte2012-01-091-19/+7
* cssprovider: Remove has_inherit flag from rulesetsBenjamin Otte2012-01-091-3/+0
* cssprovider: Don't do inheritance anymoreBenjamin Otte2012-01-091-65/+45
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-091-1/+79
* cssprovider: Keep a bitmask for the propertiesBenjamin Otte2012-01-091-4/+14
* Add a Since tagMatthias Clasen2011-12-301-0/+2
* cssprovider: Fix leakBenjamin Otte2011-12-231-0/+2
* GtkCssProvider: don't segfault when CSS file is not foundStef Walter2011-11-301-2/+2
* Build in default win32 css as gtk-win32Alexander Larsson2011-11-181-1/+14
* gtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state flagRui Matos2011-11-081-0/+1
* css: start background-repeatMarc-André Lureau2011-11-081-0/+10
* gtk: clean up the private horrorMichael Natterer2011-10-221-1/+1
* all: add an 'only-child' pseudo-class selectorCosimo Cecchi2011-10-041-0/+1
* cssprovider: Remove unused enumsBenjamin Otte2011-09-261-26/+0
* cssprovider: Remove outdated docsMorten Welinder2011-09-221-7/+0
* gtkcssprovider: fix a crash in gtk_css_provider_parsing_errorDan Winship2011-09-091-1/+1
* Change gtk_css_provider_propagate_error's signature.Eitan Isaacson2011-09-021-5/+31
* API: cssprovider: Change parsing-error signalBenjamin Otte2011-08-261-59/+63
* cssprovider: Store sections with parsed valuesBenjamin Otte2011-08-261-50/+68
* cssprovider: Handle non-NULL-terminated dataBenjamin Otte2011-08-261-20/+32
* cssprovider: Keep only the curent section while parsingBenjamin Otte2011-08-261-19/+24
* cssprovider: Remove dead codeBenjamin Otte2011-08-261-28/+0
* API: css: Add GtkCssSectionBenjamin Otte2011-08-261-17/+119
* cssprovider: Fix names for first and last child pseudo classBenjamin Otte2011-07-211-2/+2
* cssprovider: Emit an error when parsing a binding failsBenjamin Otte2011-07-201-1/+9
* cssprovider: Get the location right for semicolon warningsBenjamin Otte2011-07-201-6/+9
* cssprovider: @import <string> is valid CSSBenjamin Otte2011-07-201-1/+4
* css: Make font property a shorthandBenjamin Otte2011-06-151-0/+30