]> Pileus Git - ~andy/gtk/history - gtk/gtkcsscomputedvalues.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcsscomputedvalues.c
2012-12-04 Alexander Larssoncss: Start array allocation with a better size
2012-12-04 Alexander Larssoncss: Use internal return_if_fail in some commonly calle...
2012-11-18 Benjamin Ottestylecontext: Split out a function
2012-10-16 Cosimo Cecchicsscomputedvalues: plug a refleak
2012-10-06 Benjamin Otteanimations: Start transitions from the current value
2012-10-01 Benjamin Ottecssanimation: Don't store the end value in a CSS transition
2012-10-01 Benjamin Ottecsscomputedvalues: Unset the section when setting a...
2012-09-28 Benjamin Ottecss: Huge refactoring to avoid computing wrong values
2012-09-17 Benjamin Ottecssanimation: Implement pausing the animation
2012-09-17 Benjamin Ottestylecontext: Only create transitions conditionally
2012-09-17 Benjamin Ottestylecontext: Clear animations for values kept in cache
2012-09-17 Benjamin Ottecsscomputedvalues: Handle starting animations differently
2012-09-17 Benjamin Otteanimation: Don't set the changed properties anymore
2012-09-17 Benjamin Ottecsscomputedvalues: Compute the changes by animations...
2012-09-17 Benjamin Ottecsscomputedvalues: Get rid of animated values
2012-09-17 Benjamin Ottecsscomputedvalues: Allow storing animated values here
2012-09-17 Benjamin Ottecsscomputedvalues: Inline function
2012-08-28 Benjamin Ottecomputedvalues: Pass dependencies to set_value()
2012-08-28 Benjamin Ottecssomputedvalues: Track dependencies
2012-08-28 Benjamin Ottecss: Introduce dependencies for value computations
2012-08-28 Benjamin Ottecss: Move computing of initial and inherit values
2012-08-28 Benjamin Ottecssstyleproperty: Get rid of unused API
2012-04-17 Benjamin Ottecomputedvalues: Split out a function
2012-04-17 Benjamin Ottestylecontext: Compute if things changed before invalidating
2012-04-17 Benjamin Ottecomputedvalues: Fix signage error
2012-04-17 Benjamin Ottecss: Remove _gtk_css_computed_values_get_value_by_name()
2012-04-17 Benjamin Ottestylecontext: Convert _gtk_style_context_peek_property()
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-07 Benjamin Ottecsscomputedvalues: Unref old value when setting new one
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: Allow bypassing the compute_value() stage
2012-01-25 Benjamin Ottecss: Use GArray in GtkCssComputedValues
2012-01-11 Benjamin Ottecss: Introduce GtkCssComputedValues