summaryrefslogtreecommitdiff
path: root/gtk/gtkcssparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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