| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't return prematurely | Matthias Clasen | 2012-11-29 | 1 | -3/+3 |
* | cssstyleproperty: Replace symbolic colors with GtkCssColorValue | Benjamin Otte | 2012-11-08 | 1 | -5/+5 |
* | Fix css parser tests | Matthias Clasen | 2012-10-16 | 1 | -1/+1 |
* | css: Implement 'animation' shorthand parsing | Benjamin Otte | 2012-09-17 | 1 | -0/+126 |
* | shorthand: implement multiple backgrounds for the background shorthand | Cosimo Cecchi | 2012-05-15 | 1 | -25/+83 |
* | shorthand: add background-position and background-size to bg shorthand | Cosimo Cecchi | 2012-05-15 | 1 | -10/+25 |
* | shorthand: use array values for shorthand properties parsing | Cosimo Cecchi | 2012-05-15 | 1 | -6/+15 |
* | cssshorthand: Don't pass base file anymore | Benjamin Otte | 2012-05-11 | 1 | -27/+14 |
* | cssimage: No need to pass base file anymore | Benjamin Otte | 2012-05-11 | 1 | -2/+2 |
* | shorthand: Fix border query functions | Benjamin Otte | 2012-04-17 | 1 | -13/+16 |
* | symboliccolor: Treat it as a CssValue | Benjamin Otte | 2012-04-17 | 1 | -22/+8 |
* | symboliccolor: Parse 'currentColor' everywhere | Benjamin Otte | 2012-04-17 | 1 | -10/+3 |
* | css: Add a shorthand 'transition' property | Benjamin Otte | 2012-04-17 | 1 | -0/+111 |
* | shorthand: Add ',' to value_is_done_parsing() | Benjamin Otte | 2012-04-17 | 1 | -0/+1 |
* | cssvalue: Convert border-image-width to border value | Benjamin Otte | 2012-04-17 | 1 | -8/+8 |
* | cssvalue: Add a border value | Benjamin Otte | 2012-04-17 | 1 | -6/+10 |
* | cssvalue: Add a custom value for repeats | Benjamin Otte | 2012-04-17 | 1 | -63/+50 |
* | cssvalue: Add a value for border-radius corner properties | Benjamin Otte | 2012-04-17 | 1 | -42/+47 |
* | cssarrayvalue: Redo parsing arrays | Benjamin Otte | 2012-04-17 | 1 | -2/+1 |
* | cssvalue: Do a hacky conversion of font-size to a number value | Benjamin Otte | 2012-04-17 | 1 | -2/+2 |
* | cssvalue: Convert 'font-family' | Benjamin Otte | 2012-04-17 | 1 | -7/+5 |
* | cssvalue: Add GtkCssArea to the enum values | Benjamin Otte | 2012-04-17 | 1 | -3/+6 |
* | cssvalue: Add a cssvalue for images | Benjamin Otte | 2012-04-17 | 1 | -2/+3 |
* | cssvalue: Add enum values for the pango enums | Benjamin Otte | 2012-04-17 | 1 | -9/+6 |
* | cssvalue: Make border styles be their own value | Benjamin Otte | 2012-04-17 | 1 | -17/+8 |
* | cssvalue: Split number values into their own class | Benjamin Otte | 2012-04-17 | 1 | -27/+15 |
* | styleproperty: Make _gtk_style_property_parse_value() return a CssValue | Benjamin Otte | 2012-04-17 | 1 | -128/+106 |
* | styleproperty: Make _gtk_style_property_query() take a GValue | Benjamin Otte | 2012-04-17 | 1 | -21/+21 |
* | cssvalue: Constify a bunch of APIs | Benjamin Otte | 2012-04-17 | 1 | -1/+1 |
* | css: Use GtkCssValues instead of GValue in the css machinery | Alexander Larsson | 2012-03-08 | 1 | -27/+27 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | css: Implement padding as numbers | Benjamin Otte | 2012-02-02 | 1 | -38/+20 |
* | css: Port margin properties to GtkCssNumber | Benjamin Otte | 2012-02-02 | 1 | -8/+33 |
* | css: Convert border-radius to GtkCssNumber | Benjamin Otte | 2012-02-02 | 1 | -14/+19 |
* | css: Make border-width a length property | Benjamin Otte | 2012-02-02 | 1 | -15/+71 |
* | css: Make the 'currentColor' keyword a symbolic color | Benjamin Otte | 2012-02-02 | 1 | -5/+5 |
* | shorthand: fix parsing of currentColor for border-color shorthand | Cosimo Cecchi | 2012-01-11 | 1 | -6/+14 |
* | styleproperty: Make query function take a vfunc | Benjamin Otte | 2012-01-11 | 1 | -48/+48 |
* | shorthand: Get rid of GParameter dance | Benjamin Otte | 2012-01-11 | 1 | -86/+70 |
* | shorthand: Unify unpack_border() | Benjamin Otte | 2012-01-11 | 1 | -45/+12 |
* | shorthand: Do an unpack function to assign to everything | Benjamin Otte | 2012-01-11 | 1 | -51/+18 |
* | shorthand: Add a "pack_first_element" pack function | Benjamin Otte | 2012-01-11 | 1 | -24/+24 |
* | shorthand: Unify border parsing code | Benjamin Otte | 2012-01-11 | 1 | -57/+27 |
* | shorthand: Remove hack | Benjamin Otte | 2012-01-11 | 1 | -19/+7 |
* | shorthand: Move pack funcs from base class | Benjamin Otte | 2012-01-11 | 1 | -41/+55 |
* | css: Add outline CSS properties | Benjamin Otte | 2012-01-09 | 1 | -0/+7 |
* | Also add border-{top|right|bottom|left} shorthands | Paolo Borelli | 2012-01-09 | 1 | -0/+75 |
* | Add the border css shorthand | Paolo Borelli | 2012-01-09 | 1 | -0/+78 |
* | Rename parse_border | Paolo Borelli | 2012-01-09 | 1 | -8/+8 |
* | Add border-{top|left|bottom|right}-style properties | Paolo Borelli | 2012-01-09 | 1 | -0/+79 |