summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertyprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Add a way to add aliases for css propertiesMatthias Clasen2015-11-201-0/+3
* styleproperty: Remove base argumentBenjamin Otte2012-05-111-4/+2
* css: Move enum to the only source file using itBenjamin Otte2012-04-171-4/+0
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-4/+2
* styleproperty: Make _gtk_style_property_query() take a GValueBenjamin Otte2012-04-171-2/+4
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-6/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* styleproperty: Make query function take a vfuncBenjamin Otte2012-01-111-6/+9
* shorthand: Move pack funcs from base classBenjamin Otte2012-01-111-9/+0
* styleproperty: Call style properties init function in more placesBenjamin Otte2012-01-091-0/+2
* 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