summaryrefslogtreecommitdiff
path: root/gtk/gtkboxgadget.c
Commit message (Expand)AuthorAgeFilesLines
* box gadget: Redo expand flag handlingMatthias Clasen2016-05-051-65/+41
* box gadget: allow reversing alignmentsMatthias Clasen2016-05-051-4/+30
* box gadget: Add a way to allocate in reverseMatthias Clasen2016-03-031-6/+30
* boxgadget: add APIs to insert gadgets next to siblingsCosimo Cecchi2016-02-291-0/+34
* boxgadget: add API to set expand/align flags for gadget childCosimo Cecchi2016-02-291-8/+78
* boxgadget: Add ability to draw children in reverseBenjamin Otte2016-02-271-3/+15
* box gadget: Make it possible to draw focusMatthias Clasen2016-02-201-9/+16
* box gadget: Fix allocation without baselineMatthias Clasen2016-02-071-21/+0
* box gadget: Improve assertion messageMatthias Clasen2016-01-261-1/+5
* box gadget: Don't allow shifting too farMatthias Clasen2016-01-221-1/+1
* box gadget: Fix baseline calculationMatthias Clasen2016-01-221-4/+4
* box gadget: Fix baseline allocation for widgetsMatthias Clasen2016-01-221-78/+108
* box gadget: Fix height-for-width handlingMatthias Clasen2016-01-221-4/+6
* box gadget: Add a function to reverse childrenMatthias Clasen2016-01-181-0/+20
* box gadget: Deal with optional argumentsMatthias Clasen2016-01-171-2/+4
* box gadget: Implement cross-axis alignmentMatthias Clasen2016-01-151-7/+120
* boxgadget: Don't use g_assertTimm Bäder2016-01-141-1/+1
* box gadget: Add some documentationMatthias Clasen2016-01-121-3/+9
* boxgadget: Handle css nodesBenjamin Otte2016-01-111-2/+23
* boxgadget: AddBenjamin Otte2016-01-111-0/+511