summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Drop some unnecessary includesMatthias Clasen2023-02-181-1/+0
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-9/+3
* box: Avoid redundant storageMatthias Clasen2021-05-311-14/+6
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* box: Convert docsMatthias Clasen2021-03-111-66/+86
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+0
* box: Replace tabs with spacesTimm Bäder2021-01-031-3/+3
* box: improve documentationYetizone2020-12-211-3/+3
* docs: Add "Accessibility" section to various widgetsEmmanuele Bassi2020-11-121-0/+4
* a11y: Mark more containers as structural elementsEmmanuele Bassi2020-11-111-0/+1
* box: Remove unnecessary codeBenjamin Otte2020-10-201-7/+0
* Remove ATKEmmanuele Bassi2020-07-261-1/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-3/+2
* box: Derive from GtkWidgetMatthias Clasen2020-05-111-32/+84
* box: Add gtk_box_append/prepend/removeMatthias Clasen2020-05-111-7/+62
* box: Move vfunc implementations before class_initTimm Bäder2020-02-071-97/+80
* Remove gtkwidgetpath.h include where no longer neededBenjamin Otte2020-01-281-1/+0
* containter: Remove gtk_container_get_path_for_child()Benjamin Otte2020-01-211-103/+0
* box: Don't do casts before preconditionsTimm Bäder2019-09-091-4/+10
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* Use gtk_widget_class_set_layout_manager_type()Emmanuele Bassi2019-05-061-3/+1
* Port GtkBox to GtkBoxLayoutEmmanuele Bassi2019-03-261-578/+45
* Drop gtkboxprivate.hMatthias Clasen2019-02-051-17/+0
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-72/+74
* box: Remove the position child propertyMatthias Clasen2019-01-231-84/+0
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-32/+3
* box: Remove gtk_box_pack_endTimm Bäder2019-01-231-16/+0
* box: Simplify documentationTimm Bäder2019-01-231-23/+2
* box: Remove children listTimm Bäder2019-01-231-344/+182
* box: Remove pack-type child propertyTimm Bäder2019-01-231-115/+5
* Box, Grid: Improve various bits of documentationDaniel Boles2018-12-041-11/+7
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-17/+16
* box: Remove gtk_box_get_sizeTimm Bäder2018-08-271-129/+5
* box: Rename avail_size to for_size everywhereTimm Bäder2018-08-271-4/+4
* box: Simplify compute_size_for_orientationTimm Bäder2018-08-271-12/+10
* box: Don't reorder children based on text directionTimm Bäder2018-06-181-22/+0
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-7/+3
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* box: Remove an unnecessary includeTimm Bäder2018-02-091-1/+0
* box: Rename private pointers to "priv"Timm Bäder2018-02-091-67/+67
* box: Simplify size_allocateTimm Bäder2018-02-091-7/+7
* box: Use widget child list when computing size requestTimm Bäder2018-02-091-69/+50
* box: Use widget child list in compute_size_for_orientationTimm Bäder2018-02-091-12/+8
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
* box: Simplify some codeTimm Bäder2018-01-171-7/+1
* box: Remove self assignmentTimm Bäder2018-01-171-3/+0
* box: Remove useless if statementTimm Bäder2018-01-171-47/+44