]> Pileus Git - ~andy/gtk/history - gtk/gtkcssvalue.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcssvalue.c
2012-12-04 Alexander Larssoncss: Use internal return_if_fail in some commonly calle...
2012-09-28 Benjamin Ottecss: Huge refactoring to avoid computing wrong values
2012-09-17 Benjamin Ottecssvalue: Always consider values equal to themselves
2012-09-03 Benjamin Ottecssvalue: Pass property ID to transition function
2012-08-28 Benjamin Ottecss: Introduce dependencies for value computations
2012-08-28 Benjamin Ottecssstyleproperty: Get rid of unused API
2012-08-28 Benjamin Ottecss: Pass property_id to compute function
2012-08-28 Benjamin Ottecss: Introduce _gtk_css_value_compute()
2012-04-17 Benjamin Ottecssvalue: Split out old value handling to new typed...
2012-04-17 Benjamin Ottecssvalue: Add a border value
2012-04-17 Benjamin Ottecssvalue: Add a cssvalue for background-size
2012-04-17 Benjamin Ottecssvalue: Add a custom value for repeats
2012-04-17 Benjamin Ottecssvalue: Add a value for background-position
2012-04-17 Benjamin Ottecssvalue: Add a css value for engines
2012-04-17 Benjamin Ottecssvalue: Add a value for border-radius corner properties
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_to_string()
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_transition()
2012-04-17 Benjamin Ottecssvalue: Do a hacky conversion of font-size to a numbe...
2012-04-17 Benjamin Ottecssvalue: Add a custom value for strings
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: Add a custom RGBA value
2012-04-17 Benjamin Ottecssvalue: Remove unused function
2012-04-17 Benjamin Otteshadow: Make this a GtkCssValue
2012-04-17 Benjamin Ottecssvalue: Split number values into their own class
2012-04-17 Benjamin Ottestyleproperty: Make gtk_style_property_register() not...
2012-04-17 Benjamin Ottecssvalue: Add _gtk_css_value_equal()
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 Ottecssvalue: Get rid of unused functions
2012-04-17 Benjamin Ottestyleproperty: Make print_func take a GtkCssValue
2012-04-17 Benjamin Ottecssvalue: Make the structure vtable-based
2012-04-17 Benjamin Ottecssvalue: Constify a bunch of APIs
2012-04-17 Benjamin Ottecssvalue: Remove unused functions
2012-04-09 Benjamin Ottecssvalue: Re-add support for random value types
2012-03-17 Alexander Larssoncss: Support GtkBackgroundPosition in cssvalue
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Alexander LarssonAdd some more types to GtkCssValue
2012-03-08 Alexander LarssonDon't use GValue in GtkCssValue
2012-03-08 Alexander LarssonAdd singletons for small ints and numbers
2012-03-08 Alexander Larssoncss: Add GtkCssValue, an immutable refcounted css value