summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* container: Remove focus chainsBenjamin Otte2018-07-311-399/+0
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+2
* container: Remove SPECIAL_CONTAINER hackTimm Bäder2018-06-201-18/+0
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-8/+12
* container: Remove gtk_container_maybe_start_idle_sizer()Benjamin Otte2018-04-111-11/+7
* container: Remove gtk_container_queue_resize_handler()Benjamin Otte2018-04-111-15/+0
* container: Use maybe_start_idle_sizer()Benjamin Otte2018-04-111-8/+8
* container: Don't store the resize clockBenjamin Otte2018-04-111-4/+1
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-4/+4
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-2/+1
* Revert "container: Fix scroll adjustment coordinates"Timm Bäder2018-03-281-1/+1
* container: Don't use forall() in compute_expandTimm Bäder2018-03-201-41/+26
* container: Don't use forall() in get_request_modeTimm Bäder2018-03-201-31/+24
* container: Fix scroll adjustment coordinatesTimm Bäder2018-03-171-1/+1
* container: Remove focus widget sorting codeTimm Bäder2018-03-171-437/+0
* container: Only do custom focus management if a focus chain is setTimm Bäder2018-03-171-87/+41
* container: Rename parent_class to gtk_container_parent_classTimm Bäder2018-03-171-3/+3
* container: Remove unused struct memberTimm Bäder2018-03-041-1/+0
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-14/+13
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
* container: Remove some unused includesTimm Bäder2018-01-171-3/+0
* 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