]> Pileus Git - ~andy/gtk/history - gtk/gtkcssshorthandpropertyimpl.c
shorthand: Unify border parsing code
[~andy/gtk] / gtk / gtkcssshorthandpropertyimpl.c
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