]> Pileus Git - ~andy/gtk/history - gtk/gtkcssstylefuncs.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssstylefuncs.c
2012-11-25 Benjamin Ottedeprecations: Move files into deprecated/ dir
2012-11-25 Benjamin Ottegtkgradient: Deprecate
2012-11-25 Benjamin Ottesymboliccolor: Deprecate
2012-11-25 Benjamin Ottesymboliccolor: Implement using GtkCssValue
2012-11-24 Benjamin Ottesymboliccolor: Change prototype of function
2012-10-02 Benjamin Ottegradient: Add a private header file
2012-09-28 Benjamin Ottecss: Huge refactoring to avoid computing wrong values
2012-09-28 Benjamin Ottecss: Don't crash when printing gradients
2012-08-28 Benjamin Ottecssvalue: Implement dependency tracking for gradients
2012-08-28 Benjamin Ottecssvalue: Handle dependencies for typed values
2012-08-28 Benjamin Ottecss: Make color lookup handle dependencies
2012-05-11 Benjamin Ottecssstylefuncs: Remove base argument
2012-05-11 Benjamin Ottecssparser: Change APIs that work with files
2012-04-17 Benjamin Ottecssvalue: Split out old value handling to new typed...
2012-04-17 Benjamin Ottesymboliccolor: Treat it as a CssValue
2012-04-17 Benjamin Ottesymboliccolor: Parse 'currentColor' everywhere
2012-04-17 Benjamin Ottecss: Remove old animation code
2012-04-17 Benjamin Ottecssvalue: Add a custom value for repeats
2012-04-17 Benjamin Ottestylecontext: Convert _gtk_style_context_peek_property()
2012-04-17 Benjamin Ottecssvalue: Add a custom RGBA value
2012-04-17 Benjamin Otteshadow: Also rename files
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class
2012-04-17 Benjamin Ottecss: Move shadow parse/print/compute funcs
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Alexander LarssonUse GtkCssValue in symbolic color resolving
2012-03-08 Alexander Larssoncss: Use GtkCssValues instead of GValue in the css...
2012-02-27 Javier JardónChange FSF Address
2012-02-02 Benjamin Ottecss: Add GtkCssNumber
2012-02-02 Benjamin Ottecss: parse 'currentColor' for symbolic colors
2012-02-01 Benjamin Ottecss: Make the 'currentColor' keyword a symbolic color
2012-01-23 Matthias ClasenPedantic spelling fix
2012-01-18 Benjamin Ottecss: Fix memleak in shadow parsing
2012-01-13 Cosimo Cecchiparser: remove a duplicate copy of gtk_css_parse_url()
2012-01-11 Christophe FergeauRemove duplicate definition of GtkStylePrintFunc
2012-01-09 Benjamin Ottebackground: Simplify background-repeat
2012-01-09 Paolo BorelliIntroduce _gtk_css_parser_try_length
2012-01-09 Benjamin Ottecss: Handle 'currentColor' special value
2012-01-09 Benjamin Ottewin32: Remove GtkWin32ThemePart
2012-01-09 Benjamin Ottestyleproperty: Use factored-out gradient parser
2012-01-09 Benjamin Ottecss: Redo value resolving
2012-01-09 Benjamin Ottecss: Split generic parse/print functions out