summaryrefslogtreecommitdiff
path: root/gtk/gtkcssprovider.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* styleproperty: Add border-*-color style propertiesBenjamin Otte2011-06-131-2/+16
* default theme: Fix menuitem check/radio colorsBenjamin Otte2011-06-121-1/+1
* default theme: fix menuitem selectionsBenjamin Otte2011-06-121-2/+3
* default theme: fix tooltip colorsBenjamin Otte2011-06-121-1/+2
* cssprovider: add a doc paragraph about box-shadowCosimo Cecchi2011-06-111-0/+26
* border-image: add support for border-image-width tooCosimo Cecchi2011-06-091-1/+9
* docs: expand the docs for border-imageCosimo Cecchi2011-06-091-10/+40
* Revert "css: Make font property a shorthand"Benjamin Otte2011-06-021-30/+0
* docs: There is no font-name style propertyBenjamin Otte2011-06-021-2/+2
* styleproperty: Add _gtk_style_property_is_inherit()Benjamin Otte2011-06-021-2/+2
* css: Make font property a shorthandBenjamin Otte2011-06-021-0/+30
* cssprovider: Remove colors when resettingBenjamin Otte2011-06-021-0/+2
* css: Move property parsing into styleproperty fileBenjamin Otte2011-06-021-55/+18
* css: Rename function to _gtk_style_property_parse_value()Benjamin Otte2011-06-021-6/+8
* css: Rename struct variableBenjamin Otte2011-06-021-4/+6
* styleproperty: Change _css_value_to_string()Benjamin Otte2011-06-021-4/+1
* Add annotations to gtk_css_provider_load_from_dataMatthias Clasen2011-05-311-1/+1
* gtkcssprovider: Free shorthand border GValues in the right placeCarlos Garnacho2011-05-301-0/+1
* gtkcssprovider: plug several leaksCarlos Garnacho2011-05-301-7/+16
* gtkcssprovider: Use g_slice_dup() to copy GValues aroundCarlos Garnacho2011-05-301-2/+2
* cssprovider: Don't convert widget style properties to CSSBenjamin Otte2011-05-231-3/+1
* cssprovider: Use right hash table when printingBenjamin Otte2011-05-231-1/+1
* style: Make margin a shorthandBenjamin Otte2011-05-221-0/+24
* style: Make padding a shorthandBenjamin Otte2011-05-221-0/+24
* style: Convert border-width to a shorthandBenjamin Otte2011-05-221-2/+29
* style: Add support for shorthand propertiesBenjamin Otte2011-05-221-0/+20
* styleproperties: Add _gtk_style_properties_set_property_by_property()Benjamin Otte2011-05-221-20/+21
* css: Rename gtkcssstrfuncs file to gtkstylepropertyBenjamin Otte2011-05-211-1/+1
* cssprovider: Use _gtk_style_property_lookup()Benjamin Otte2011-05-211-12/+11
* docs: Add missing <row>Benjamin Otte2011-05-211-0/+1
* styleproperties: add a "text-shadow" style propertyCosimo Cecchi2011-05-201-0/+27
* cssprovider: When loading themes, don't pass in an errorBenjamin Otte2011-05-181-7/+2
* cssprovider: Don't propagate deprecation messages to passed-in errorBenjamin Otte2011-05-181-0/+7
* css: Make property parsing functions take a css parserBenjamin Otte2011-05-181-37/+75
* css: Move binding set parsing to strfuncsBenjamin Otte2011-05-181-32/+0
* cssprovider: Cache if rulesets have inheritable style propertiesBenjamin Otte2011-05-181-1/+4
* cssprovider: Keep two hash tables per rulesetBenjamin Otte2011-05-181-29/+74
* cssprovider: Add a new setter for rulesetsBenjamin Otte2011-05-181-6/+15
* cssprovider: Refactor handling of rulesetsBenjamin Otte2011-05-181-72/+63
* cssprovider: Refactor code to have a gtk_css_ruleset_matches()Benjamin Otte2011-05-181-2/+10
* cssprovider: Rename "SelectorStyleInfo" to "Ruleset"Benjamin Otte2011-05-181-53/+52
* css: Implement inherit propertiesBenjamin Otte2011-05-181-18/+28
* css: Refactor code to do property lookups earlierBenjamin Otte2011-05-181-11/+7
* css: Make _gtk_css_selector_matches() take a path lengthBenjamin Otte2011-05-181-2/+2
* cssprovider: Simplify codeBenjamin Otte2011-05-181-46/+13