| Commit message (Expand) | Author | Age | Files | Lines |
* | css value: No need for atomic refcounting | Matthias Clasen | 2015-09-12 | 1 | -1/+1 |
* | cssvalue: Remove GtkCssDependencies | Benjamin Otte | 2015-03-18 | 1 | -4/+2 |
* | css: Move scale to GtkStyleProviderPrivatewip/mir2 | Benjamin Otte | 2015-02-06 | 1 | -6/+4 |
* | cssstyle: Rename GtkCssComputedValues => GtkCssStyle | Benjamin Otte | 2015-01-07 | 1 | -4/+4 |
* | css: Add a scale argument to css-value compute vfunc | Alexander Larsson | 2013-07-03 | 1 | -0/+2 |
* | css: Huge refactoring to avoid computing wrong values | Benjamin Otte | 2012-09-28 | 1 | -3/+6 |
* | cssvalue: Remove unnecessary include | Benjamin Otte | 2012-09-28 | 1 | -1/+0 |
* | cssvalue: Pass property ID to transition function | Benjamin Otte | 2012-09-03 | 1 | -0/+2 |
* | css: Introduce dependencies for value computations | Benjamin Otte | 2012-08-28 | 1 | -2/+4 |
* | css: Pass property_id to compute function | Benjamin Otte | 2012-08-28 | 1 | -0/+2 |
* | css: Introduce _gtk_css_value_compute() | Benjamin Otte | 2012-08-28 | 1 | -0/+5 |
* | cssvalue: Remove GObject macros | Benjamin Otte | 2012-04-17 | 1 | -5/+0 |
* | cssvalue: Split out old value handling to new typed value | Benjamin Otte | 2012-04-17 | 1 | -24/+0 |
* | symboliccolor: Treat it as a CssValue | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a border value | Benjamin Otte | 2012-04-17 | 1 | -0/+2 |
* | cssvalue: Add a cssvalue for background-size | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a custom value for repeats | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a value for background-position | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a css value for engines | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a value for border-radius corner properties | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add _gtk_css_value_to_string() | Benjamin Otte | 2012-04-17 | 1 | -0/+1 |
* | cssvalue: Add _gtk_css_value_transition() | Benjamin Otte | 2012-04-17 | 1 | -0/+6 |
* | cssvalue: Do a hacky conversion of font-size to a number value | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a custom value for strings | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a cssvalue for images | Benjamin Otte | 2012-04-17 | 1 | -3/+0 |
* | cssvalue: Add enum values for the pango enums | Benjamin Otte | 2012-04-17 | 1 | -3/+0 |
* | cssvalue: Make border styles be their own value | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Add a custom RGBA value | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | cssvalue: Remove unused function | Benjamin Otte | 2012-04-17 | 1 | -1/+0 |
* | shadow: Make this a GtkCssValue | Benjamin Otte | 2012-04-17 | 1 | -3/+1 |
* | cssvalue: Split number values into their own class | Benjamin Otte | 2012-04-17 | 1 | -2/+0 |
* | styleproperty: Make gtk_style_property_register() not be valist | Benjamin Otte | 2012-04-17 | 1 | -0/+4 |
* | cssvalue: Add _gtk_css_value_equal() | Benjamin Otte | 2012-04-17 | 1 | -0/+5 |
* | styleproperty: Make _gtk_style_property_parse_value() return a CssValue | Benjamin Otte | 2012-04-17 | 1 | -2/+7 |
* | cssvalue: Remove _gtk_css_value_new_take_gvalue() | Benjamin Otte | 2012-04-17 | 1 | -1/+0 |
* | cssvalue: Get rid of unused functions | Benjamin Otte | 2012-04-17 | 1 | -4/+0 |
* | styleproperty: Make print_func take a GtkCssValue | Benjamin Otte | 2012-04-17 | 1 | -29/+35 |
* | cssvalue: Make the structure vtable-based | Benjamin Otte | 2012-04-17 | 1 | -1/+18 |
* | cssvalue: Constify a bunch of APIs | Benjamin Otte | 2012-04-17 | 1 | -25/+25 |
* | cssvalue: Remove unused functions | Benjamin Otte | 2012-04-17 | 1 | -3/+0 |
* | css: Support GtkBackgroundPosition in cssvalue | Alexander Larsson | 2012-03-17 | 1 | -0/+2 |
* | css: Add GtkCssValue, an immutable refcounted css value | Alexander Larsson | 2012-03-08 | 1 | -0/+96 |