summaryrefslogtreecommitdiff
path: root/gtk/gtkcssparser.c
Commit message (Expand)AuthorAgeFilesLines
* css: Actually break at end of the stringBenjamin Otte2014-05-221-2/+3
* css: Fix printing code for CSS strings and identsBenjamin Otte2014-05-051-0/+1
* css: Split out a common functionBenjamin Otte2014-05-051-0/+44
* cssparser: Don't detect /*/ as a commentMarcus Kraßmann2012-11-281-1/+1
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-7/+7
* cssparser: Don't use a free'd string in error messagesBenjamin Otte2012-09-171-2/+3
* cssparser: Change APIs that work with filesBenjamin Otte2012-05-111-3/+45
* cssparser: Keep track of the fileBenjamin Otte2012-05-111-5/+13
* cssparser: Move symbolic color parser to gtksymboliccolor.cBenjamin Otte2012-04-171-251/+13
* css: Remove GtkCssNumberBenjamin Otte2012-04-171-29/+34
* css: Add <time> type to css number stuffBenjamin Otte2012-04-171-1/+3
* cssparser: Use _gtk_css_parser_error_full()Benjamin Otte2012-04-171-11/+6
* cssparser: Add _gtk_css_parser_error_full()Benjamin Otte2012-04-171-0/+17
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* 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