summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
Commit message (Expand)AuthorAgeFilesLines
* styleproperty: Remove context arg from _gtk_style_context_query()Benjamin Otte2012-01-091-2/+0
* stylecontext: Remove GtkStylePropertyContext from pack funcsBenjamin Otte2012-01-091-2/+1
* styleproperty: Move parse/print vfuncs to GtkCssStylePropertyBenjamin Otte2012-01-091-7/+0
* styleproperty: Move property_parse_func memberBenjamin Otte2012-01-091-1/+0
* styleproperty: Move implementations to separate fileBenjamin Otte2012-01-091-7/+0
* styleproperty: Remove _gtk_style_property_unpack()Benjamin Otte2012-01-091-4/+0
* styleproperty: Make parse_value() a vfuncBenjamin Otte2012-01-091-0/+4
* styleproperty: Move pspec to GtkCssStylePropertyBenjamin Otte2012-01-091-2/+0
* styleproperty: Make query() and assign() vfuncsBenjamin Otte2012-01-091-0/+10
* styleproperty: Move value printing to real propertiesBenjamin Otte2012-01-091-3/+0
* shorthand: Remove a bunch of unused functionalityBenjamin Otte2012-01-091-3/+0
* styleproperty: Move member variablesBenjamin Otte2012-01-091-2/+0
* css: Move a bunch of functionsBenjamin Otte2012-01-091-9/+0
* styleproperty: Move id handlingBenjamin Otte2012-01-091-1/+0
* styleproperty: Add gtk_style_property_assign()Benjamin Otte2012-01-091-0/+4
* styleproperty: Add GtkStyleProperty::value-typeBenjamin Otte2012-01-091-0/+2
* styleproperty: unconstifyBenjamin Otte2012-01-091-9/+9
* styleproperty: Remove unuse args from register()Benjamin Otte2012-01-091-4/+1
* styleproperty: Add a name propertyBenjamin Otte2012-01-091-0/+6
* styleproperty: Get rid of _gtk_style_property_is_shorthand()Benjamin Otte2012-01-091-1/+0
* styleproperty: Make this an objectBenjamin Otte2012-01-091-2/+19
* styleproperty: Add _gtk_style_property_query()Benjamin Otte2012-01-091-16/+6
* styleproperty: Add _gtk_style_property_get_initial_value()Benjamin Otte2012-01-091-0/+2
* styleproperty: Pass initial value explicitlyBenjamin Otte2012-01-091-5/+2
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-091-0/+1
* css: Add _gtk_style_property_get_count()Benjamin Otte2012-01-091-0/+2
* css: Add _gtk_style_property_get_id()Benjamin Otte2012-01-091-0/+1
* styleproperty: Assign a unique id to every stylepropertyBenjamin Otte2012-01-091-0/+1
* make _gtk_style_property_resolve copy the result to an output valueAlexander Larsson2011-11-171-1/+2
* Add GtkStylePropertyContext and use it in when getting style propertiesAlexander Larsson2011-11-171-2/+6
* styleproperties: Add an unset vfunc to style propertiesBenjamin Otte2011-07-191-1/+5
* styleproperty: Make default_value() take a stateBenjamin Otte2011-06-131-0/+3
* styleproperty: Move resolving codeBenjamin Otte2011-06-021-0/+4
* styleproperty: Add flagsBenjamin Otte2011-06-021-0/+6
* styleproperty: Add _gtk_style_property_is_inherit()Benjamin Otte2011-06-021-0/+2
* styleproperty: Move default value setting to styleproperty.cBenjamin Otte2011-06-021-7/+15
* styleproperty: Allow passing in a parse func and a print funcBenjamin Otte2011-06-021-1/+11
* 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-1/+3
* style: Convert border-width to a shorthandBenjamin Otte2011-05-221-1/+1
* style: Add support for shorthand propertiesBenjamin Otte2011-05-221-2/+21
* styleproperties: Move the style property handling codeBenjamin Otte2011-05-211-0/+13
* css: Rename gtkcssstrfuncs file to gtkstylepropertyBenjamin Otte2011-05-211-0/+34