summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* stack: Remove css box drawingTimm Bäder2017-07-191-19/+1
* gtkstack: Remove view windowCarlos Garnacho2017-05-251-24/+7
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-12/+3
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* stack: Fix node position during crossfadeTimm Bäder2017-01-301-3/+8
* snapshot: Redo pop() APIBenjamin Otte2017-01-131-7/+7
* stack: Build stored render node with custom Snapshot objectBenjamin Otte2017-01-131-3/+9
* Add gtk_snapshot_push_cross_fade()Benjamin Otte2017-01-131-26/+7
* Avoid some more type checks for internal callsAlexander Larsson2017-01-111-1/+1
* Snapshot: Only record names if inspector is recordingAlexander Larsson2017-01-111-3/+7
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-12/+12
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* gsk: Add cross-fade nodeBenjamin Otte2016-12-201-24/+28
* stack: Implement snapshot()Benjamin Otte2016-12-201-81/+76
* stack: Don't draw an extra backgroundBenjamin Otte2016-12-201-8/+0
* GtkStack: Remove redundant codeDebarshi Ray2016-12-201-12/+0
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-22/+14
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* gtkstack: reorder size_allocate and move_windowOlivier Fourdan2016-11-141-11/+9
* stack: Use gtk_widget_measureTimm Bäder2016-11-121-4/+7
* gtk: Chain up in realize()Benjamin Otte2016-11-021-2/+1
* stack: Don't underallocate child in interpolate-size caseTimm Bäder2016-10-311-14/+27
* stack: Redraw last_visible_surface if child allocation changesTimm Bäder2016-10-311-0/+7
* Fix clip position of windowed widgetsTimm Bäder2016-10-281-0/+2
* stack: Use measure() to measure child widgetTimm Bäder2016-10-281-14/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-74/+19
* stack: Use gdk_window_new_child()Benjamin Otte2016-10-181-21/+13
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* Add GtkStackAccessibleTimm Bäder2016-05-301-0/+7
* stack: Only map children when necessaryFlorian Müllner2016-05-211-2/+1
* stack: always update window position at transition startMatt Watson2016-05-161-1/+2
* stack: Don't underallocate the last_childTimm Bäder2016-05-121-4/+9
* stack: Remove some code duplicationTimm Bäder2016-05-121-6/+2
* stack: Use getter for gtk-enable-animationsMatthias Clasen2016-05-011-6/+2
* stack: skip first frame for animationsMatt Watson2016-04-081-2/+7
* stack: port to progress trackerMatt Watson2016-04-081-52/+34
* 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