summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* box: Port from immediate to deferred renderingEmmanuele Bassi2016-10-181-22/+15
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-98/+31
* Remove GtkHBoxTimm Bäder2016-10-161-4/+0
* gtkbox: remove unnecessary queue_compute_expand()Christoph Reiter2016-08-011-9/+3
* box: Only emit ::child-notify when necessaryMatthias Clasen2016-05-041-8/+22
* box: Fix rtl allocation with center widgetMatthias Clasen2016-02-201-10/+14
* Revert "Remove _gtk_box_get_children"Carlos Garcia Campos2016-02-121-0/+24
* Remove _gtk_box_get_childrenTimm Bäder2016-02-041-24/+0
* GtkBox: Documentation tweakMatthias Clasen2016-01-131-3/+5
* box: Document child node orderingMatthias Clasen2016-01-121-1/+3
* box: Add a way to get the gadgetMatthias Clasen2015-12-181-0/+6
* box: Trivial doc changeMatthias Clasen2015-12-151-1/+1
* box: Port to gadgetsBenjamin Otte2015-12-151-64/+138