summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperty.c
Commit message (Expand)AuthorAgeFilesLines
* css: Make font property a shorthandBenjamin Otte2011-06-151-2/+243
* styleproperty: Add border-*-color style propertiesBenjamin Otte2011-06-131-3/+178
* styleproperty: The default border color is the normal colorBenjamin Otte2011-06-131-3/+19
* styleproperty: Make default_value() take a stateBenjamin Otte2011-06-131-5/+8
* styleproperty: Resolve NULL RGBAs to pinkBenjamin Otte2011-06-111-0/+5
* styleproperty: Fall back to default values, instead of recursingBenjamin Otte2011-06-111-8/+14
* styleproperty: Add a default value func for border-image-widthBenjamin Otte2011-06-111-3/+17
* styleproperty: Parse shadow options in any orderBenjamin Otte2011-06-111-18/+48
* styleproperty: register the box-shadow propertyCosimo Cecchi2011-06-111-0/+5
* border-image: add support for border-image-width tooCosimo Cecchi2011-06-091-5/+24
* styleproperties: add an 'icon-shadow' style propertyCosimo Cecchi2011-06-091-0/+12
* border-image-repeat: Fix order of hrepeat and vrepeatBenjamin Otte2011-06-091-4/+4
* borderimage: No need to resolveBenjamin Otte2011-06-091-28/+0
* border-image: move private types to gtkcsstypes.cCosimo Cecchi2011-06-091-17/+17
* styleproperty: turn border-image into a shorthand propertyCosimo Cecchi2011-06-091-50/+168
* Revert "css: Make font property a shorthand"Benjamin Otte2011-06-021-243/+2
* styleproperty: Move resolving codeBenjamin Otte2011-06-021-0/+113
* Revert "API: Add API to set style properties to be inherit"Benjamin Otte2011-06-021-2/+1
* styleproperty: Use the new flags for inheritanceBenjamin Otte2011-06-021-55/+79
* styleproperty: Add flagsBenjamin Otte2011-06-021-1/+15
* styleproperty: Add _gtk_style_property_is_inherit()Benjamin Otte2011-06-021-0/+8
* css: Make font property a shorthandBenjamin Otte2011-06-021-1/+229
* styleproperty: Factor out the string print functionBenjamin Otte2011-06-021-43/+48
* styleproperty: Move default value setting to styleproperty.cBenjamin Otte2011-06-021-12/+48
* css: Add all border-radius propertiesBenjamin Otte2011-06-021-3/+310
* styleproperty: Add a helper function for printing doublesBenjamin Otte2011-06-021-7/+11
* styleproperty: Make keybindings use custom parse/print functionsBenjamin Otte2011-06-021-6/+7
* styleproperty: Allow passing in a parse func and a print funcBenjamin Otte2011-06-021-14/+29
* styleproperty: Rename ParseFunc and PrintFunc typedefsBenjamin Otte2011-06-021-10/+10
* css: Move property parsing into styleproperty fileBenjamin Otte2011-06-021-0/+28
* css: Rename function to _gtk_style_property_parse_value()Benjamin Otte2011-06-021-3/+4
* css: Rename struct variableBenjamin Otte2011-06-021-2/+2
* styleproperty: Change _css_value_to_string()Benjamin Otte2011-06-021-8/+11
* css: Change to_string() to print()Benjamin Otte2011-06-021-121/+150
* gtkcssprovider: Free shorthand border GValues in the right placeCarlos Garnacho2011-05-301-2/+0
* gtkstyleproperty: Plug two leaksCarlos Garnacho2011-05-301-1/+2
* styleproperty: Fix memleak in unpacking codeBenjamin Otte2011-05-271-0/+2
* style: Make margin a shorthandBenjamin Otte2011-05-221-2/+43
* style: Make padding a shorthandBenjamin Otte2011-05-221-2/+43
* style: Convert border-width to a shorthandBenjamin Otte2011-05-221-2/+101
* style: Add support for shorthand propertiesBenjamin Otte2011-05-221-1/+42
* styleproperties: Move the style property handling codeBenjamin Otte2011-05-211-0/+135
* css: Rename gtkcssstrfuncs file to gtkstylepropertyBenjamin Otte2011-05-211-0/+1280