]> Pileus Git - ~andy/gtk/history - gtk/gtkcssstylepropertyimpl.c
css: Move shadow parse/print/compute funcs
[~andy/gtk] / gtk / gtkcssstylepropertyimpl.c
2012-04-17 Benjamin Ottecss: Move shadow parse/print/compute funcs
2012-04-17 Benjamin Ottestylepropertyimpl: Add parse funcs for enums
2012-04-17 Benjamin Ottestylepropertyimpl: Add color parsing function
2012-04-17 Benjamin Ottestyleproperty: Make gtk_style_property_register() not...
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-17 Benjamin Ottecssvalue: Remove _gtk_css_value_new_take_gvalue()
2012-04-17 Benjamin Ottestyleproperty: Make print_func take a GtkCssValue
2012-04-17 Benjamin Ottestyleproperty: Add support for equal_func
2012-04-17 Benjamin Ottecssvalue: Constify a bunch of APIs
2012-04-09 Benjamin Otte styleproperty: Fix thinko
2012-04-09 Benjamin Ottestyleproperty: Save some memory
2012-03-17 Alexander Larssoncss: Support background-position property
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: Implement padding as numbers
2012-02-02 Benjamin Ottecss: Port margin properties to GtkCssNumber
2012-02-02 Benjamin Ottecss: Implement parsing for 'background-size'
2012-02-02 Benjamin Ottecss: Convert border-radius to GtkCssNumber
2012-02-02 Benjamin Ottecss: Make border-width a length property
2012-02-02 Benjamin Ottestyleproperty: Simplifiy registering function
2012-02-02 Benjamin Ottecss: color_compute no longer needs to check type
2012-02-02 Benjamin Ottecss: Initialize value before calling compute function
2012-02-02 Benjamin Ottecss: Initialize values to their specified type
2012-02-02 Benjamin Ottestyleproperty: Introduce "specified type" and "computed...
2012-02-01 Benjamin Ottecss: Make the 'currentColor' keyword a symbolic color
2012-01-12 Benjamin Ottestyleproperty: Fix 'currentColor'
2012-01-09 Benjamin Ottecss: Add outline CSS properties
2012-01-09 Benjamin Ottecss: border-style: hidden computes a 0 border
2012-01-09 Benjamin OtteSet border-width to 0 in compute function
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 Ottebackground: Simplify background-repeat
2012-01-09 Benjamin Ottestyleproperty: Use a custom resolve function for colors
2012-01-09 Benjamin Ottecss: Handle 'currentColor' special value
2012-01-09 Benjamin Ottestyleproperty: Change order for property registration
2012-01-09 Benjamin Otteborderimage: Convert to using GtkCssImage
2012-01-09 Benjamin Ottestyleproperty: Convert background-image from pattern...
2012-01-09 Benjamin Ottestyleproperty: Add compute_value vfunc
2012-01-09 Benjamin Ottestyleproperty: Move parse/print vfuncs to GtkCssStylePr...
2012-01-09 Benjamin Ottestyleproperty: Stop using pspecs
2012-01-09 Benjamin Ottestyleproperty: Don't use gtk_style_properties_register_...
2012-01-09 Benjamin Ottestyleproperty: Make the register functin take varargs
2012-01-09 Benjamin Ottestyleproperty: Don't register a property parse func
2012-01-09 Benjamin Ottestyleproperty: Move implementations to separate file