summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* stack: Remove commented out lineBenjamin Otte2015-01-071-1/+0
* GtkStack: Improve focus handlingMatthias Clasen2014-12-101-1/+40
* GtkStack: silently ignore visible-child-name set to NULLMatthias Clasen2014-11-251-1/+3
* GtkStack: Fix an oversight in child renamingMatthias Clasen2014-11-181-0/+2
* Drop unused variablesMatthias Clasen2014-11-141-2/+0
* GtkStack: Remove some clumsy use of GList APIMatthias Clasen2014-11-101-11/+4
* GtkStack: split homogeneousMatthias Clasen2014-10-261-18/+181
* stack: Ensure the bin window has an evmask suitable to windowless childrenCarlos Garnacho2014-08-121-0/+11
* GtkStack: Render a backgroundBenjamin Otte2014-07-121-0/+12
* Revert "GtkStack: Render background and chain up gtk_widget_draw ()."Matthias Clasen2014-07-121-7/+1
* GtkStack: Render background and chain up gtk_widget_draw ().William Hua2014-07-111-1/+7
* GtkStack: Avoid a few redundant notify emissionsMatthias Clasen2014-06-091-0/+6
* GtkStack: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-32/+24
* GtkStack: Avoid compiler warningsMatthias Clasen2014-05-021-0/+2
* stack: Add counterparts of OVER_UP_DOWN transitionPhilip Chimento2014-05-021-2/+14
* stack: More readability when adding transitionsPhilip Chimento2014-05-021-46/+94
* widgets: Remove (GtkTickCallback) castsBenjamin Otte2014-04-291-2/+3
* Improve GtkStack documentationMatthias Clasen2014-03-061-0/+12
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-6/+6
* docs: don't use signal syntax for propertiesWilliam Jon McCann2014-01-211-1/+1
* GtkStack: add gtk_stack_get_child_by_name()Steve Frécinaux2014-01-211-0/+34
* stack: Fix crash on g_object_get("visible-child")Benjamin Otte2013-11-251-1/+1
* Revert "stack: respect gtk-enable-animations setting"Jasper St. Pierre2013-11-191-11/+0
* stack: respect gtk-enable-animations settingMatthias Clasen2013-11-181-0/+11
* GtkStack: add transition-running propertyXavier Claessens2013-11-121-0/+33
* stack: Use g_object_notify_by_pspec()David King2013-11-091-6/+10
* stack: Use g_object_class_install_properties()David King2013-11-091-38/+33
* stack: Fix the slide animation if the child has a non-zero allocation positionJasper St. Pierre2013-11-011-0/+3
* stack: Scope some variables so that the code is clearerJasper St. Pierre2013-11-011-35/+34
* stack: Remove some confusing whitespaceJasper St. Pierre2013-10-091-1/+0
* stack: Warn when setting a visible child which is not in the stackDavid King2013-10-081-2/+12
* GtkStack: Add more transition typesMatthias Clasen2013-09-251-18/+137
* Add a needs-attention child property to GtkStackPaolo Borelli2013-09-251-1/+30
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-1/+1
* stack: Use normal opacity groups rather than weird ones in GtkWidgetAlexander Larsson2013-07-041-9/+15
* stack: Use new private model, remove priv pointerAlexander Larsson2013-07-021-55/+63
* GtkStack: Switch order on left/right up/down transitions.Alexander Larsson2013-06-131-2/+2
* GtkStack: Fix drawing of slidingAlexander Larsson2013-06-131-8/+11
* GtkStack: Add position-dependent slide transitionsErick Pérez Castellanos2013-06-131-0/+33
* GtkStack: Fix double-draw in crossfadeAlexander Larsson2013-05-071-2/+3
* GtkStack: improve docsMatthias Clasen2013-04-241-3/+3
* stack: fix a typo in docsCosimo Cecchi2013-04-221-1/+1
* Typo fix in GtkStack docsMatthias Clasen2013-04-221-1/+1
* GtkStack: shorten a few parameter namesMatthias Clasen2013-04-211-11/+9
* Forgot one placeMatthias Clasen2013-04-211-6/+6
* Make transition-duration unsignedMatthias Clasen2013-04-211-5/+5
* Change transition-type property typeMatthias Clasen2013-04-211-9/+8
* GtkStack: warn if child names are not uniqueMatthias Clasen2013-04-211-1/+15
* GtkStack: add vertical slide transitionsMatthias Clasen2013-04-211-12/+44
* GtkStack: rtl flipping for animationMatthias Clasen2013-04-211-2/+18