]> Pileus Git - ~andy/gtk/history - gtk/gtkcssparser.c
Assamese translation completed
[~andy/gtk] / gtk / gtkcssparser.c
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