]> Pileus Git - ~andy/gtk/history - gtk/gtkcssshorthandpropertyimpl.c
Change FSF Address
[~andy/gtk] / gtk / gtkcssshorthandpropertyimpl.c
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