]> Pileus Git - ~andy/gtk/history - gtk/gtkcssshorthandpropertyimpl.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssshorthandpropertyimpl.c
2012-11-30 Matthias ClasenDon't return prematurely
2012-11-08 Benjamin Ottecssstyleproperty: Replace symbolic colors with GtkCssCo...
2012-10-16 Matthias ClasenFix css parser tests
2012-09-17 Benjamin Ottecss: Implement 'animation' shorthand parsing
2012-05-15 Cosimo Cecchishorthand: implement multiple backgrounds for the backg...
2012-05-15 Cosimo Cecchishorthand: add background-position and background-size...
2012-05-15 Cosimo Cecchishorthand: use array values for shorthand properties...
2012-05-11 Benjamin Ottecssshorthand: Don't pass base file anymore
2012-05-11 Benjamin Ottecssimage: No need to pass base file anymore
2012-04-17 Benjamin Otteshorthand: Fix border query functions
2012-04-17 Benjamin Ottesymboliccolor: Treat it as a CssValue
2012-04-17 Benjamin Ottesymboliccolor: Parse 'currentColor' everywhere
2012-04-17 Benjamin Ottecss: Add a shorthand 'transition' property
2012-04-17 Benjamin Otteshorthand: Add ',' to value_is_done_parsing()
2012-04-17 Benjamin Ottecssvalue: Convert border-image-width to border value
2012-04-17 Benjamin Ottecssvalue: Add a border value
2012-04-17 Benjamin Ottecssvalue: Add a custom value for repeats
2012-04-17 Benjamin Ottecssvalue: Add a value for border-radius corner properties
2012-04-17 Benjamin Ottecssarrayvalue: Redo parsing arrays
2012-04-17 Benjamin Ottecssvalue: Do a hacky conversion of font-size to a numbe...
2012-04-17 Benjamin Ottecssvalue: Convert 'font-family'
2012-04-17 Benjamin Ottecssvalue: Add GtkCssArea to the enum values
2012-04-17 Benjamin Ottecssvalue: Add a cssvalue for images
2012-04-17 Benjamin Ottecssvalue: Add enum values for the pango enums
2012-04-17 Benjamin Ottecssvalue: Make border styles be their own value
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_query() take...
2012-04-17 Benjamin Ottecssvalue: Constify a bunch of APIs
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
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: Implement padding as numbers
2012-02-02 Benjamin Ottecss: Port margin properties to GtkCssNumber
2012-02-02 Benjamin Ottecss: Convert border-radius to GtkCssNumber
2012-02-02 Benjamin Ottecss: Make border-width a length property
2012-02-01 Benjamin Ottecss: Make the 'currentColor' keyword a symbolic color
2012-01-11 Cosimo Cecchishorthand: fix parsing of currentColor for border-color...
2012-01-11 Benjamin Ottestyleproperty: Make query function take a vfunc
2012-01-11 Benjamin Otteshorthand: Get rid of GParameter dance
2012-01-11 Benjamin Otteshorthand: Unify unpack_border()
2012-01-11 Benjamin Otteshorthand: Do an unpack function to assign to everything
2012-01-11 Benjamin Otteshorthand: Add a "pack_first_element" pack function
2012-01-11 Benjamin Otteshorthand: Unify border parsing code
2012-01-11 Benjamin Otteshorthand: Remove hack
2012-01-11 Benjamin Otteshorthand: Move pack funcs from base class
2012-01-09 Benjamin Ottecss: Add outline CSS properties
2012-01-09 Paolo BorelliAlso add border-{top|right|bottom|left} shorthands
2012-01-09 Paolo BorelliAdd the border css shorthand
2012-01-09 Paolo BorelliRename parse_border
2012-01-09 Paolo BorelliAdd border-{top|left|bottom|right}-style properties
2012-01-09 Benjamin Ottestyleproperty: Parse all values for background-repeat
2012-01-09 Benjamin Otteshorthand: Implement the 'background' shorthand
2012-01-09 Benjamin Otteshorthand: Make border-image unget/settable
2012-01-09 Benjamin Otteshorthand: Don't require pack/unpack functions
2012-01-09 Benjamin Otteborderimage: Convert to using GtkCssImage
2012-01-09 Benjamin Ottestylecontext: Remove GtkStylePropertyContext from pack...
2012-01-09 Benjamin Otteshorthand: Remove old parse func support
2012-01-09 Benjamin Otteshorthand: Do font parsing the new way
2012-01-09 Benjamin Otteshorthand: Update border-image parsing
2012-01-09 Benjamin Otteshorthand: Move border-color to new parsing code
2012-01-09 Benjamin Otteshorthand: Move border radius parsing to new parsing...
2012-01-09 Benjamin Otteshorthand: Implement border parsing with new parse...
2012-01-09 Benjamin Otteshorthand: Allow registering a new parse func
2012-01-09 Benjamin Ottestyleproperty: require property in _gtk_style_property_...
2012-01-09 Benjamin Ottecss: Feed sections to CSS lookup code
2012-01-09 Benjamin Otteshorthand: Remove a bunch of unused functionality
2012-01-09 Benjamin Otteshorthand: shorthands can't be inherited
2012-01-09 Benjamin Ottestyleproperty: Add GtkStyleProperty::value-type
2012-01-09 Benjamin Otteshorthand: Add a property for all subproperties
2012-01-09 Benjamin Ottestyleproperty: Add custom registration func for shorthands
2012-01-09 Benjamin Ottestyleproperty: Move shorthand declarations to new file