summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylefuncs.c
Commit message (Expand)AuthorAgeFilesLines
* cssstylefuncs: Remove base argumentBenjamin Otte2012-05-111-24/+5
* cssparser: Change APIs that work with filesBenjamin Otte2012-05-111-1/+1
* cssvalue: Split out old value handling to new typed valueBenjamin Otte2012-04-171-11/+28
* symboliccolor: Treat it as a CssValueBenjamin Otte2012-04-171-8/+6
* symboliccolor: Parse 'currentColor' everywhereBenjamin Otte2012-04-171-20/+6
* css: Remove old animation codeBenjamin Otte2012-04-171-42/+0
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-50/+0
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-1/+1
* cssvalue: Add a custom RGBA valueBenjamin Otte2012-04-171-9/+7
* shadow: Also rename filesBenjamin Otte2012-04-171-1/+1
* cssvalue: Split number values into their own classBenjamin Otte2012-04-171-11/+0
* css: Move shadow parse/print/compute funcsBenjamin Otte2012-04-171-119/+0
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-5/+1
* Use GtkCssValue in symbolic color resolvingAlexander Larsson2012-03-081-6/+8
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-50/+44
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* css: Add GtkCssNumberBenjamin Otte2012-02-021-0/+11
* css: parse 'currentColor' for symbolic colorsBenjamin Otte2012-02-021-3/+10
* css: Make the 'currentColor' keyword a symbolic colorBenjamin Otte2012-02-021-13/+15
* Pedantic spelling fixMatthias Clasen2012-01-231-1/+1
* css: Fix memleak in shadow parsingBenjamin Otte2012-01-181-2/+2
* parser: remove a duplicate copy of gtk_css_parse_url()Cosimo Cecchi2012-01-131-57/+1
* Remove duplicate definition of GtkStylePrintFuncChristophe Fergeau2012-01-111-2/+0
* background: Simplify background-repeatBenjamin Otte2012-01-091-33/+0
* Introduce _gtk_css_parser_try_lengthPaolo Borelli2012-01-091-9/+7
* css: Handle 'currentColor' special valueBenjamin Otte2012-01-091-1/+14
* win32: Remove GtkWin32ThemePartBenjamin Otte2012-01-091-5/+0
* styleproperty: Use factored-out gradient parserBenjamin Otte2012-01-091-181/+4
* css: Redo value resolvingBenjamin Otte2012-01-091-23/+166
* css: Split generic parse/print functions outBenjamin Otte2012-01-091-0/+1465