summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GtkContainer and its accessible implementationMatthias Clasen2020-05-111-467/+0
* Update the docsMatthias Clasen2020-05-111-4/+2
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-1/+8
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* container: Use dispose instead of destroyMatthias Clasen2020-05-051-5/+6
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-122/+0
* Move set_focus_child to GtkWidgetMatthias Clasen2020-04-201-34/+0
* Drop gtk_container_set_focus_[hv]adjustmentMatthias Clasen2020-04-181-150/+0
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+2
* widget: Replace style-updated signal with css_changed vfuncBenjamin Otte2020-02-051-1/+1
* container: Remove an unnecessary checkMatthias Clasen2020-01-211-3/+1
* containter: Remove gtk_container_get_path_for_child()Benjamin Otte2020-01-211-48/+0
* Fix incorrect use of GIR closure annotations.Robert Ancell2020-01-131-2/+2
* container: Be more careful with rootsMatthias Clasen2019-12-301-2/+5
* 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