| Commit message (Expand) | Author | Age | Files | Lines |
* | cssprovider: Store widget style value as string | Benjamin Otte | 2012-04-17 | 1 | -6/+6 |
* | styleproperty: Make _gtk_style_property_parse_value() return a CssValue | Benjamin Otte | 2012-04-17 | 1 | -49/+49 |
* | css: Remove _gtk_css_style_property_is_specified_type() | Benjamin Otte | 2012-04-17 | 1 | -1/+0 |
* | syleprovider: Add a vfunc to get the changes | Benjamin Otte | 2012-04-17 | 1 | -0/+37 |
* | css: Make the style provider take a matcher as an input argument | Benjamin Otte | 2012-04-17 | 1 | -9/+11 |
* | css: Only keep around GtkCssSections if GTK_CSS_DEBUG env var set | Alexander Larsson | 2012-03-29 | 1 | -6/+18 |
* | Remove broken approach to get stable sort of CSS rules | Alexander Larsson | 2012-03-15 | 1 | -7/+0 |
* | css: Use GtkCssValues instead of GValue in the css machinery | Alexander Larsson | 2012-03-08 | 1 | -17/+15 |
* | Free the resource file string. | Paolo Borelli | 2012-03-04 | 1 | -7/+9 |
* | css: Move selector parsing code into a custom function | Benjamin Otte | 2012-03-02 | 1 | -278/+1 |
* | bitmask: Make setters return a new value | Benjamin Otte | 2012-03-01 | 1 | -3/+3 |
* | css: Fix variable | Benjamin Otte | 2012-03-01 | 1 | -3/+3 |
* | cssprovider: Redo styles as an array | Benjamin Otte | 2012-03-01 | 1 | -129/+95 |
* | css: Fix fallout | Benjamin Otte | 2012-03-01 | 1 | -52/+53 |
* | Don't use hashtables for storing css rule properties | Alexander Larsson | 2012-03-01 | 1 | -90/+201 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Plug a small memory leak | Matthias Clasen | 2012-02-11 | 1 | -0/+1 |
* | docs: Add documentation for alpha() in CSS | Sebastian Keller | 2012-02-11 | 1 | -0/+8 |
* | Remove all default css and make Raleigh a pure fallback theme | Alexander Larsson | 2012-02-09 | 1 | -18/+24 |
* | Fix crash with theme resource file | Alexander Larsson | 2012-02-03 | 1 | -5/+11 |
* | css: Remove any loaded resource in gtk_css_provider_reset | Alexander Larsson | 2012-02-03 | 1 | -0/+7 |
* | Support a gtk.gresource file in themes | Alexander Larsson | 2012-02-03 | 1 | -0/+20 |
* | css: Make border-width a length property | Benjamin Otte | 2012-02-02 | 1 | -1/+0 |
* | css: Add a check function for specified types | Benjamin Otte | 2012-02-02 | 1 | -0/+3 |
* | css: Return GArrays from shorthand parsing | Benjamin Otte | 2012-01-25 | 1 | -3/+4 |
* | cssprovider: Improve error handling for import errors | Benjamin Otte | 2012-01-16 | 1 | -1/+3 |
* | css: Don't import CSS too early | Benjamin Otte | 2012-01-16 | 1 | -7/+6 |
* | Access win32 css as resource, not custom generated C code | Alexander Larsson | 2012-01-16 | 1 | -3/+1 |
* | Add Gtk resource file with the default CSS file | Alexander Larsson | 2012-01-16 | 1 | -366/+27 |
* | provider: use _gtk_css_parse_read_url() in parse_import() | Cosimo Cecchi | 2012-01-13 | 1 | -7/+12 |
* | Rename 'window-unfocused' to 'backdrop' | Rui Matos | 2012-01-09 | 1 | -1/+1 |
* | styleproperty: Let parse_value() initialize the value | Benjamin Otte | 2012-01-09 | 1 | -1/+0 |
* | shorthand: Redo shorthand value parsing | Benjamin Otte | 2012-01-09 | 1 | -12/+9 |
* | css: Use _gtk_style_property_get_value_type() where appropriate | Benjamin Otte | 2012-01-09 | 1 | -1/+1 |
* | styleproperty: require property in _gtk_style_property_parse_value() | Benjamin Otte | 2012-01-09 | 1 | -4/+4 |
* | css: Feed sections to CSS lookup code | Benjamin Otte | 2012-01-09 | 1 | -1/+1 |
* | styleproperty: Move value printing to real properties | Benjamin Otte | 2012-01-09 | 1 | -3/+3 |
* | css: Move a bunch of functions | Benjamin Otte | 2012-01-09 | 1 | -7/+16 |
* | styleproperty: Use _gtk_style_property_get_name() | Benjamin Otte | 2012-01-09 | 1 | -3/+3 |
* | styleproperty: unconstify | Benjamin Otte | 2012-01-09 | 1 | -7/+7 |
* | styleproperty: Get rid of _gtk_style_property_is_shorthand() | Benjamin Otte | 2012-01-09 | 1 | -1/+2 |
* | css: Add generic support for 'inherit' and 'initial' | Benjamin Otte | 2012-01-09 | 1 | -0/+4 |
* | css: Change prototype of _gtk_css_selector_matches() | Benjamin Otte | 2012-01-09 | 1 | -19/+7 |
* | cssprovider: Remove has_inherit flag from rulesets | Benjamin Otte | 2012-01-09 | 1 | -3/+0 |
* | cssprovider: Don't do inheritance anymore | Benjamin Otte | 2012-01-09 | 1 | -65/+45 |
* | css: Redo StyleProvider interface | Benjamin Otte | 2012-01-09 | 1 | -1/+79 |
* | cssprovider: Keep a bitmask for the properties | Benjamin Otte | 2012-01-09 | 1 | -4/+14 |
* | Add a Since tag | Matthias Clasen | 2011-12-30 | 1 | -0/+2 |
* | cssprovider: Fix leak | Benjamin Otte | 2011-12-23 | 1 | -0/+2 |
* | GtkCssProvider: don't segfault when CSS file is not found | Stef Walter | 2011-11-30 | 1 | -2/+2 |