summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* box: Remove some unneeded checksTimm Bäder2018-01-171-7/+3
* box: Remove an unnecessary local variableTimm Bäder2018-01-171-7/+2
* box: Use GtkWidget's widget list in get_sizeTimm Bäder2018-01-171-18/+10
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+6
* widget: Allow 0×0 allocationsTimm Bäder2017-10-061-7/+7
* box: Drop priv pointerTimm Bäder2017-10-061-53/+40
* box: Remove return value from box_packTimm Bäder2017-09-291-6/+4
* box: Remove size_allocate_no_centerTimm Bäder2017-09-291-13/+4
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-1/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-13/+12
* box: Ignore baselines when verticalTimm Bäder2017-07-191-3/+7