summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a doc comment typoMatthias Clasen2015-08-091-1/+1
* Fix a doc commentMatthias Clasen2015-08-051-0/+1
* Fix return value error in gtk_stack_get_interpolate_sizeTing-Wei Lan2015-07-201-1/+1
* GtkStack: Add interpolate-size propertyTimm Bäder2015-07-201-14/+84
* GtkStack: Avoid some unnecessary complicationMatthias Clasen2015-06-231-16/+3
* Avoid spurious operations on destroyPaolo Borelli2015-06-211-0/+20
* GtkStack: Don't mix code and declarationsMatthias Clasen2015-05-301-1/+3
* GtkStack: Interpolate between size changesTimm Bäder2015-05-291-14/+48
* GtkStack: Remove some useless function callsTimm Bäder2015-05-291-3/+0
* GtkStack: Keep the last_visible_child around during transitionsTimm Bäder2015-05-291-24/+19
* GtkStack: Misc indentation fixesTimm Bäder2015-05-291-3/+3
* GtkStack: Remove useless castTimm Bäder2015-05-291-1/+1
* GtkStack: Remove useless function callsTimm Bäder2015-05-291-2/+0
* GtkStack: Save last visible widget sizeTimm Bäder2015-05-291-2/+16
* GtkStack: Remove gtk_widget_set_opacity callTimm Bäder2015-05-291-1/+0
* GtkStack: Don't emit notify::visible-child during destructionDebarshi Ray2015-05-071-0/+12
* stack: check for widget before calling is_ancestor()Christian Hergert2015-02-141-0/+1
* 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