summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sizerequest: Assert that min_size >= 0Timm Bäder2017-07-191-32/+0
* box: Use widget children list in count_expand_childrenTimm Bäder2017-07-191-10/+10
* box: Remove gadgetTimm Bäder2017-07-191-22/+0
* box: Remove gadget accessorTimm Bäder2017-07-191-6/+0
* box: Remove gadget usageTimm Bäder2017-07-191-56/+20
* box: Remove css box drawingTimm Bäder2017-07-191-25/+1
* Fix gdk_rectangle_union callsTimm Bäder2017-04-281-1/+1
* box: Compute clips directlyTimm Bäder2017-04-251-8/+8
* box: Remove center childTimm Bäder2017-04-251-482/+11
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-141/+21
* box: Remove expand child propertyTimm Bäder2017-04-251-77/+9
* box: Make sure center_req is initializedTimm Bäder2017-03-201-1/+1
* widget: Remove get_valign_with_baselineTimm Bäder2017-03-051-2/+2
* Avoid some more type checks for internal callsAlexander Larsson2017-01-111-4/+4
* Box: Restore an accidentally deleted commentDaniel Boles2016-12-261-1/+3
* Box: avoid recalc/reassignments, improve var namesDaniel Boles2016-12-251-54/+58
* Box: Don't unnecessarily repeat a function callDaniel Boles2016-12-251-2/+2
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* box: Implement support for border-spacingBenjamin Otte2016-12-101-22/+49
* box: Remove unused member variableBenjamin Otte2016-12-101-3/+0
* snapshot: convert GtkBoxBenjamin Otte2016-11-151-18/+23
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* box: Use measure() to measure child sizesTimm Bäder2016-10-311-59/+41
* box: Mark out params of _query_packing as (optional)Timm Bäder2016-10-311-3/+3
* box: Remove unused private APITimm Bäder2016-10-311-44/+2
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-83/+18