| Commit message (Expand) | Author | Age | Files | Lines |
* | stack: check for widget before calling is_ancestor() | Christian Hergert | 2015-02-14 | 1 | -0/+1 |
* | stack: Remove commented out line | Benjamin Otte | 2015-01-07 | 1 | -1/+0 |
* | GtkStack: Improve focus handling | Matthias Clasen | 2014-12-10 | 1 | -1/+40 |
* | GtkStack: silently ignore visible-child-name set to NULL | Matthias Clasen | 2014-11-25 | 1 | -1/+3 |
* | GtkStack: Fix an oversight in child renaming | Matthias Clasen | 2014-11-18 | 1 | -0/+2 |
* | Drop unused variables | Matthias Clasen | 2014-11-14 | 1 | -2/+0 |
* | GtkStack: Remove some clumsy use of GList API | Matthias Clasen | 2014-11-10 | 1 | -11/+4 |
* | GtkStack: split homogeneous | Matthias Clasen | 2014-10-26 | 1 | -18/+181 |
* | stack: Ensure the bin window has an evmask suitable to windowless children | Carlos Garnacho | 2014-08-12 | 1 | -0/+11 |
* | GtkStack: Render a background | Benjamin Otte | 2014-07-12 | 1 | -0/+12 |
* | Revert "GtkStack: Render background and chain up gtk_widget_draw ()." | Matthias Clasen | 2014-07-12 | 1 | -7/+1 |
* | GtkStack: Render background and chain up gtk_widget_draw (). | William Hua | 2014-07-11 | 1 | -1/+7 |
* | GtkStack: Avoid a few redundant notify emissions | Matthias Clasen | 2014-06-09 | 1 | -0/+6 |
* | GtkStack: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -32/+24 |
* | GtkStack: Avoid compiler warnings | Matthias Clasen | 2014-05-02 | 1 | -0/+2 |
* | stack: Add counterparts of OVER_UP_DOWN transition | Philip Chimento | 2014-05-02 | 1 | -2/+14 |
* | stack: More readability when adding transitions | Philip Chimento | 2014-05-02 | 1 | -46/+94 |
* | widgets: Remove (GtkTickCallback) casts | Benjamin Otte | 2014-04-29 | 1 | -2/+3 |
* | Improve GtkStack documentation | Matthias Clasen | 2014-03-06 | 1 | -0/+12 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -6/+6 |
* | docs: don't use signal syntax for properties | William Jon McCann | 2014-01-21 | 1 | -1/+1 |
* | GtkStack: add gtk_stack_get_child_by_name() | Steve Frécinaux | 2014-01-21 | 1 | -0/+34 |
* | stack: Fix crash on g_object_get("visible-child") | Benjamin Otte | 2013-11-25 | 1 | -1/+1 |
* | Revert "stack: respect gtk-enable-animations setting" | Jasper St. Pierre | 2013-11-19 | 1 | -11/+0 |
* | stack: respect gtk-enable-animations setting | Matthias Clasen | 2013-11-18 | 1 | -0/+11 |
* | GtkStack: add transition-running property | Xavier Claessens | 2013-11-12 | 1 | -0/+33 |
* | stack: Use g_object_notify_by_pspec() | David King | 2013-11-09 | 1 | -6/+10 |
* | stack: Use g_object_class_install_properties() | David King | 2013-11-09 | 1 | -38/+33 |
* | stack: Fix the slide animation if the child has a non-zero allocation position | Jasper St. Pierre | 2013-11-01 | 1 | -0/+3 |
* | stack: Scope some variables so that the code is clearer | Jasper St. Pierre | 2013-11-01 | 1 | -35/+34 |
* | stack: Remove some confusing whitespace | Jasper St. Pierre | 2013-10-09 | 1 | -1/+0 |
* | stack: Warn when setting a visible child which is not in the stack | David King | 2013-10-08 | 1 | -2/+12 |
* | GtkStack: Add more transition types | Matthias Clasen | 2013-09-25 | 1 | -18/+137 |
* | Add a needs-attention child property to GtkStack | Paolo Borelli | 2013-09-25 | 1 | -1/+30 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -1/+1 |
* | stack: Use normal opacity groups rather than weird ones in GtkWidget | Alexander Larsson | 2013-07-04 | 1 | -9/+15 |
* | stack: Use new private model, remove priv pointer | Alexander Larsson | 2013-07-02 | 1 | -55/+63 |
* | GtkStack: Switch order on left/right up/down transitions. | Alexander Larsson | 2013-06-13 | 1 | -2/+2 |
* | GtkStack: Fix drawing of sliding | Alexander Larsson | 2013-06-13 | 1 | -8/+11 |
* | GtkStack: Add position-dependent slide transitions | Erick Pérez Castellanos | 2013-06-13 | 1 | -0/+33 |
* | GtkStack: Fix double-draw in crossfade | Alexander Larsson | 2013-05-07 | 1 | -2/+3 |
* | GtkStack: improve docs | Matthias Clasen | 2013-04-24 | 1 | -3/+3 |
* | stack: fix a typo in docs | Cosimo Cecchi | 2013-04-22 | 1 | -1/+1 |
* | Typo fix in GtkStack docs | Matthias Clasen | 2013-04-22 | 1 | -1/+1 |
* | GtkStack: shorten a few parameter names | Matthias Clasen | 2013-04-21 | 1 | -11/+9 |
* | Forgot one place | Matthias Clasen | 2013-04-21 | 1 | -6/+6 |
* | Make transition-duration unsigned | Matthias Clasen | 2013-04-21 | 1 | -5/+5 |
* | Change transition-type property type | Matthias Clasen | 2013-04-21 | 1 | -9/+8 |
* | GtkStack: warn if child names are not unique | Matthias Clasen | 2013-04-21 | 1 | -1/+15 |
* | GtkStack: add vertical slide transitions | Matthias Clasen | 2013-04-21 | 1 | -12/+44 |