]> Pileus Git - ~andy/gtk/history - gtk/gtkcssparser.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssparser.c
2012-11-28 Marcus Kraßmanncssparser: Don't detect /*/ as a comment
2012-10-02 Benjamin Ottegtk: Make functions static that don't need to be non...
2012-09-17 Benjamin Ottecssparser: Don't use a free'd string in error messages
2012-05-11 Benjamin Ottecssparser: Change APIs that work with files
2012-05-11 Benjamin Ottecssparser: Keep track of the file
2012-04-17 Benjamin Ottecssparser: Move symbolic color parser to gtksymboliccolor.c
2012-04-17 Benjamin Ottecss: Remove GtkCssNumber
2012-04-17 Benjamin Ottecss: Add <time> type to css number stuff
2012-04-17 Benjamin Ottecssparser: Use _gtk_css_parser_error_full()
2012-04-17 Benjamin Ottecssparser: Add _gtk_css_parser_error_full()
2012-02-27 Javier JardónChange FSF Address
2012-02-02 Benjamin Ottecss: Implement support for angles
2012-02-02 Benjamin Ottecss: Add GtkCssNumber
2012-01-16 Alexander LarssonEnsure we can load images via resource:// uris from CSS
2012-01-13 Cosimo Cecchiparser: remove unused _gtk_css_parser_read_uri()
2012-01-13 Cosimo Cecchiparser: remove a duplicate copy of gtk_css_parse_url()
2012-01-09 Paolo BorelliIntroduce _gtk_css_parser_try_length
2012-01-09 Benjamin Ottecss: Add _gtk_css_parser_has_prefix()
2012-01-09 Benjamin Ottecss: 'transparent' is a valid color everywhere
2011-12-05 Alexander LarssonMerge branch 'transparent-windows'
2011-12-03 Paolo BorelliPlug tiny leak in the css parser
2011-11-25 Alexander Larssoncss: Add _gtk_css_parser_try_enum
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-18 Alexander LarssonAdd support for win32 theme colors as symbolic colors
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Benjamin Ottecssparser: Fix cases where we could overrun the termina...
2011-08-26 Benjamin Ottecssparser: Make lines and positions 0-indexed
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-20 Benjamin Ottecss: Use the correct free function
2011-06-15 Benjamin Ottecss: Make font property a shorthand
2011-06-13 Benjamin Ottecssparser: Actually send an error in an error case
2011-06-02 Benjamin OtteRevert "css: Make font property a shorthand"
2011-06-02 Benjamin Ottecss: Make font property a shorthand
2011-06-02 Benjamin Ottecss: Don't infloop when resyncing over a slash
2011-06-02 Benjamin Ottecss: We want to unescape backslashes, not slashes
2011-05-22 Benjamin Ottecssparser: Fix typo where we used "uint" for a type
2011-05-18 Benjamin Ottecss: Make property parsing functions take a css parser
2011-05-18 Benjamin Ottecss: Rewrite the parser