summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-7/+45
* Stack: Fix copy-paste errorDaniel Boles2017-08-011-1/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-14/+12
* stack: Fix under transitionsTimm Bäder2017-07-191-0/+3
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-23/+24
* stack: Compute clip directlyTimm Bäder2017-07-191-2/+6
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-8/+8
* stack: Remove bin_windowTimm Bäder2017-07-191-117/+20
* stack: Remove gadgetTimm Bäder2017-07-191-62/+11
* Slightly rework clip handlingTimm Bäder2017-07-191-3/+1
* 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