| Commit message (Expand) | Author | Age | Files | Lines |
* | cssanimation: Don't store the end value in a CSS transition | Benjamin Otte | 2012-10-01 | 1 | -1/+0 |
* | csscomputedvalues: Unset the section when setting a new value | Benjamin Otte | 2012-10-01 | 1 | -0/+6 |
* | css: Huge refactoring to avoid computing wrong values | Benjamin Otte | 2012-09-28 | 1 | -19/+21 |
* | cssanimation: Implement pausing the animation | Benjamin Otte | 2012-09-17 | 1 | -15/+29 |
* | stylecontext: Only create transitions conditionally | Benjamin Otte | 2012-09-17 | 1 | -1/+2 |
* | stylecontext: Clear animations for values kept in cache | Benjamin Otte | 2012-09-17 | 1 | -0/+16 |
* | csscomputedvalues: Handle starting animations differently | Benjamin Otte | 2012-09-17 | 1 | -17/+12 |
* | animation: Don't set the changed properties anymore | Benjamin Otte | 2012-09-17 | 1 | -8/+3 |
* | csscomputedvalues: Compute the changes by animations ourselves | Benjamin Otte | 2012-09-17 | 1 | -0/+17 |
* | csscomputedvalues: Get rid of animated values | Benjamin Otte | 2012-09-17 | 1 | -0/+306 |
* | csscomputedvalues: Allow storing animated values here | Benjamin Otte | 2012-09-17 | 1 | -1/+39 |
* | csscomputedvalues: Inline function | Benjamin Otte | 2012-09-17 | 1 | -11/+4 |
* | computedvalues: Pass dependencies to set_value() | Benjamin Otte | 2012-08-28 | 1 | -21/+14 |
* | cssomputedvalues: Track dependencies | Benjamin Otte | 2012-08-28 | 1 | -3/+30 |
* | css: Introduce dependencies for value computations | Benjamin Otte | 2012-08-28 | 1 | -1/+1 |
* | css: Move computing of initial and inherit values | Benjamin Otte | 2012-08-28 | 1 | -58/+9 |
* | cssstyleproperty: Get rid of unused API | Benjamin Otte | 2012-08-28 | 1 | -4/+1 |
* | computedvalues: Split out a function | Benjamin Otte | 2012-04-17 | 1 | -8/+12 |
* | stylecontext: Compute if things changed before invalidating | Benjamin Otte | 2012-04-17 | 1 | -0/+22 |
* | computedvalues: Fix signage error | Benjamin Otte | 2012-04-17 | 1 | -1/+1 |
* | css: Remove _gtk_css_computed_values_get_value_by_name() | Benjamin Otte | 2012-04-17 | 1 | -15/+0 |
* | stylecontext: Convert _gtk_style_context_peek_property() | Benjamin Otte | 2012-04-17 | 1 | -2/+1 |
* | styleproperty: Make _gtk_style_property_parse_value() return a CssValue | Benjamin Otte | 2012-04-17 | 1 | -21/+14 |
* | csscomputedvalues: Unref old value when setting new one | Benjamin Otte | 2012-04-07 | 1 | -0/+2 |
* | css: Use GtkCssValues instead of GValue in the css machinery | Alexander Larsson | 2012-03-08 | 1 | -40/+20 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | css: Allow bypassing the compute_value() stage | Benjamin Otte | 2012-02-02 | 1 | -0/+35 |
* | css: Use GArray in GtkCssComputedValues | Benjamin Otte | 2012-01-25 | 1 | -8/+11 |
* | css: Introduce GtkCssComputedValues | Benjamin Otte | 2012-01-11 | 1 | -0/+233 |