summaryrefslogtreecommitdiff
path: root/gtk/gtkcssshorthandpropertyprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* cssshorthand: Don't pass base file anymoreBenjamin Otte2012-05-111-2/+1
| | | | It's part of the parser now.
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-1/+1
| | | | Also split out initial/inherit handling into a custom GtkCssValue class.
* styleproperty: Make _gtk_style_property_query() take a GValueBenjamin Otte2012-04-171-1/+2
| | | | | ... and don't make it return a GtkCssValue. We want to use this for compat with the old GValue APIs after all...
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-2/+1
| | | | | | Also, in places where we're computing a new CssValue based on an old one, make sure that if nothing changes we're returning a reference to the old one, rather than creating a new identical instance.
* Change FSF AddressJavier Jardón2012-02-271-2/+1
|
* styleproperty: Make query function take a vfuncBenjamin Otte2012-01-111-2/+2
| | | | | This way we can use different methods to query properties and aren't bound to a GtkStyleProperties object.
* shorthand: Get rid of GParameter danceBenjamin Otte2012-01-111-3/+4
| | | | Instead assign properties directly.
* shorthand: Move pack funcs from base classBenjamin Otte2012-01-111-0/+10
| | | | Also make the vfuncs take the shorthand as an argument.
* shorthand: Redo shorthand value parsingBenjamin Otte2012-01-091-0/+6
| | | | The new approach does not need unpack functions anymore.
* shorthand: Add a property for all subpropertiesBenjamin Otte2012-01-091-0/+8
|
* styleproperty: Move shorthand declarations to new fileBenjamin Otte2012-01-091-0/+2
|
* styleproperty: Split into shorthand and real style propertiesBenjamin Otte2012-01-091-0/+55