Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cssshorthand: Don't pass base file anymore | Benjamin Otte | 2012-05-11 | 1 | -2/+1 |
| | | | | It's part of the parser now. | ||||
* | styleproperty: Make _gtk_style_property_parse_value() return a CssValue | Benjamin Otte | 2012-04-17 | 1 | -1/+1 |
| | | | | Also split out initial/inherit handling into a custom GtkCssValue class. | ||||
* | styleproperty: Make _gtk_style_property_query() take a GValue | Benjamin Otte | 2012-04-17 | 1 | -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 machinery | Alexander Larsson | 2012-03-08 | 1 | -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 Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
| | |||||
* | styleproperty: Make query function take a vfunc | Benjamin Otte | 2012-01-11 | 1 | -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 dance | Benjamin Otte | 2012-01-11 | 1 | -3/+4 |
| | | | | Instead assign properties directly. | ||||
* | shorthand: Move pack funcs from base class | Benjamin Otte | 2012-01-11 | 1 | -0/+10 |
| | | | | Also make the vfuncs take the shorthand as an argument. | ||||
* | shorthand: Redo shorthand value parsing | Benjamin Otte | 2012-01-09 | 1 | -0/+6 |
| | | | | The new approach does not need unpack functions anymore. | ||||
* | shorthand: Add a property for all subproperties | Benjamin Otte | 2012-01-09 | 1 | -0/+8 |
| | |||||
* | styleproperty: Move shorthand declarations to new file | Benjamin Otte | 2012-01-09 | 1 | -0/+2 |
| | |||||
* | styleproperty: Split into shorthand and real style properties | Benjamin Otte | 2012-01-09 | 1 | -0/+55 |