summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* stack: Only map children when necessaryFlorian Müllner2016-05-231-2/+1
* stack: Don't underallocate the last_childTimm Bäder2016-05-191-4/+9
* stack: Remove some code duplicationTimm Bäder2016-05-191-6/+2
* stack: query preferred size for last_visible_childChristian Hergert2016-03-211-1/+8
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* stack: realize windows in correct positionBenjamin Otte2016-01-261-2/+2
* stack: Turn into no-window widgetBenjamin Otte2016-01-261-2/+31
* stack: Clip animation drawingBenjamin Otte2016-01-221-0/+6
* Fixed typo childen->childrenMarek Černocký2016-01-191-1/+1
* Complete docs for gtk_stack_get_interpolate_sizeMatthias Clasen2015-12-151-6/+8
* stack: Convert to gadgetsMatthias Clasen2015-12-151-145/+169
* gtkstack: remove needless queue_resizeMatt Watson2015-12-101-2/+0
* stack: Update windows before allocating childrenMatthias Clasen2015-11-301-10/+10
* GtkStack: Add some missing nullable annotationsTimm Bäder2015-11-241-3/+3
* gtkstack: allow templates to override all propertiesCarlos Soriano2015-11-191-4/+10
* Avoid excessive property notification for GtkStack::interpolate-sizeMatthias Clasen2015-11-091-1/+1
* stack: Store actual widget size, not preferred sizeBenjamin Otte2015-11-051-7/+5
* stack: Queue a resize/allocate when switching childrenBenjamin Otte2015-11-041-0/+5
* stack: Set an element nameMatthias Clasen2015-11-031-0/+6
* stack: GtkStack:interpolate-size should be read/writeChristian Hergert2015-11-031-1/+1
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* stack: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-18/+23
* 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