summaryrefslogtreecommitdiff
path: root/gtk/gtkcssparser.c
Commit message (Expand)AuthorAgeFilesLines
* css: Implement support for anglesBenjamin Otte2012-02-021-8/+12
* css: Add GtkCssNumberBenjamin Otte2012-02-021-0/+117
* Ensure we can load images via resource:// uris from CSSAlexander Larsson2012-01-161-0/+10
* parser: remove unused _gtk_css_parser_read_uri()Cosimo Cecchi2012-01-131-49/+0
* parser: remove a duplicate copy of gtk_css_parse_url()Cosimo Cecchi2012-01-131-0/+56
* Introduce _gtk_css_parser_try_lengthPaolo Borelli2012-01-091-0/+17
* css: Add _gtk_css_parser_has_prefix()Benjamin Otte2012-01-091-0/+9
* css: 'transparent' is a valid color everywhereBenjamin Otte2012-01-091-0/+7
* Plug tiny leak in the css parserPaolo Borelli2011-12-031-0/+1
* css: Add _gtk_css_parser_try_enumAlexander Larsson2011-11-251-0/+47
* Add support for win32 theme colors as symbolic colorsAlexander Larsson2011-11-181-2/+11
* cssparser: Fix cases where we could overrun the terminating 0Benjamin Otte2011-08-261-3/+8
* cssparser: Make lines and positions 0-indexedBenjamin Otte2011-08-261-1/+1
* css: Use the correct free functionBenjamin Otte2011-07-201-1/+1
* css: Make font property a shorthandBenjamin Otte2011-06-151-1/+4
* cssparser: Actually send an error in an error caseBenjamin Otte2011-06-131-0/+1
* Revert "css: Make font property a shorthand"Benjamin Otte2011-06-021-4/+1
* css: Make font property a shorthandBenjamin Otte2011-06-021-1/+4
* css: Don't infloop when resyncing over a slashBenjamin Otte2011-06-021-0/+2
* css: We want to unescape backslashes, not slashesBenjamin Otte2011-06-021-1/+1
* cssparser: Fix typo where we used "uint" for a typeBenjamin Otte2011-05-221-1/+1
* css: Make property parsing functions take a css parserBenjamin Otte2011-05-181-3/+10
* css: Rewrite the parserBenjamin Otte2011-05-181-0/+938