summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* container: Use gtk_container_forall lessTimm Bäder2017-04-251-17/+13
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-7/+4
* container: Remove focus_child pointerTimm Bäder2017-03-311-30/+6
* Remove gtk_container_get_focus_childTimm Bäder2017-03-311-22/+0
* widget: Save pointer to focus childTimm Bäder2017-03-311-5/+4
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-42/+3
* widget: Implement map/unmap with child widgetsTimm Bäder2017-01-071-34/+0
* widget: Implement show_allTimm Bäder2017-01-071-14/+0
* API: Export gtk_container_snapshot_child()Benjamin Otte2016-12-201-0/+20
* gtk: Remove unneeded gtk_snapshot_push()/pop() callsBenjamin Otte2016-12-091-11/+0
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-12/+0
* container: ensure we only append a single nodeBenjamin Otte2016-11-151-1/+12
* container: Remove get_render_node() support APIBenjamin Otte2016-11-151-147/+0
* container: Add snapshot() implementationBenjamin Otte2016-11-151-0/+23
* snapshot: Completely reengineer APIBenjamin Otte2016-11-151-15/+4
* window: Implement snapshot()Benjamin Otte2016-11-151-36/+81
* Remove gtk_widget_set_mappedTimm Bäder2016-11-051-13/+2
* container: Add a private api for render node propagationMatthias Clasen2016-11-011-26/+42
* container: Remove composite_nameTimm Bäder2016-10-201-82/+0
* container: Remove reallocate_redrawsTimm Bäder2016-10-201-29/+0
* container: Don't queue resize on non-toplevel widgetsTimm Bäder2016-10-201-1/+1
* container: Prepare to prune render nodesMatthias Clasen2016-10-181-1/+14
* Make outer shadows work againMatthias Clasen2016-10-181-2/+2
* gtk: Sort children by window depth when renderingEmmanuele Bassi2016-10-181-6/+46
* gtk: Update the coordinates when propagating render nodesEmmanuele Bassi2016-10-181-5/+49
* gtk: Add GtkContainer API to gather render nodesEmmanuele Bassi2016-10-181-1/+36
* gtk: Mark internal functions as staticEmmanuele Bassi2016-10-171-1/+1
* API: container: Remove GtkContainer::child propertyBenjamin Otte2016-10-161-64/+0
* container: Remove gtk_container_set_resize_mode()Benjamin Otte2016-10-161-185/+16
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-248/+0
* Remove GtkHBoxTimm Bäder2016-10-161-1/+1
* Fix typos.Arnaud Bonatti2016-09-011-1/+1
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-4/+4
* window: stop stomping on resize-mode set by external APICosimo Cecchi2016-03-141-12/+35
* container: Remove checkBenjamin Otte2016-03-021-7/+0
* container: Request layout again depending on layout modeBenjamin Otte2016-02-231-7/+19
* container: Clarify the forall/foreach documentationMatthias Clasen2016-01-231-10/+17
* container: Turn assert into return_if_fail()Benjamin Otte2016-01-221-3/+1
* Fix GtkShortcutsWindow crashMatthias Clasen2016-01-201-4/+13
* container: Don't create too-large clipsMatthias Clasen2016-01-201-2/+6
* container: Properly reorder no-window childrenBenjamin Otte2016-01-191-2/+2
* widget: Redo drawing codeBenjamin Otte2016-01-191-71/+49
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-4/+4
* container: Split out a functionBenjamin Otte2015-12-151-0/+24
* shortcuts: Complete the container implementationsMatthias Clasen2015-11-221-0/+2
* Expand the container_remove hackMatthias Clasen2015-11-201-1/+3
* gtkcontainer: clarify requirements for implementationsCarlos Soriano2015-11-161-0/+10
* container: Slightly reword some docsMatthias Clasen2015-11-091-1/+1
* gtkcontainer: Guard internal use of deprecated public APIColomban Wendling2015-11-011-0/+2
* container: Don't keep our own variable trying to track need for resizeBenjamin Otte2015-10-281-10/+8