summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* container: Reduce boilerplateMatthias Clasen2019-04-051-129/+34
* Drop child property related apisMatthias Clasen2019-04-051-915/+1
* container: Remove the ::set-focus-child signalMatthias Clasen2019-02-261-11/+1
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-1/+2
* container: Drop gtk_container_check_resize()Benjamin Otte2019-02-151-52/+5
* stack: Convert child properties to a child meta objectMatthias Clasen2019-02-081-1/+0
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-5/+5
* container: Document that removal from foreach is permissibleBenjamin Berg2018-11-191-0/+2
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* 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