summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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