summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Move geometry management docs do GtkWidgetTimm Bäder2018-01-031-116/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-4/+3
* container: Drop priv pointerTimm Bäder2017-09-031-28/+24
* container: Fix scrolling adjustment coordinatesTimm Bäder2017-08-211-5/+1
* container: Remove gtk_container_propagate_drawTimm Bäder2017-08-211-65/+0
* Container: Don’t scroll to unset focus child coordDaniel Boles2017-08-071-4/+4
* Container: Fix scrolled coord in set_focus_child()Daniel Boles2017-08-071-11/+9
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-1/+2
* container: Remove get_children_clipTimm Bäder2017-07-191-32/+0
* widget: Make allocations parent-content-allocation relativeTimm Bäder2017-07-191-53/+3
* container: GtkActionBar is not a special container anymoreTimm Bäder2017-07-191-1/+0
* container: Propagate child properties if parent != containerTimm Bäder2017-07-191-2/+1
* container: Remove snapshot and draw implementationsTimm Bäder2017-07-191-96/+0
* 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