summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/layout.hxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-24refactor buttonbox calculations to allow nonhomogeneous buttonsCaolán McNamara1-7/+15
2012-10-24merge and correct buttonbox spacing calculationCaolán McNamara1-11/+10
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara1-0/+12
2012-10-12don't process empty grid cellsCaolán McNamara1-2/+2
2012-10-12Resolves: fdo#55807 crash in tools->outline numberingCaolán McNamara1-0/+5
2012-10-11add a get_label_widget to VclFrameCaolán McNamara1-0/+2
2012-10-09default internal-children to visible, default containers to not-shownCaolán McNamara1-2/+0
2012-09-28sort child positions within parents according to grid positionCaolán McNamara1-23/+5
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara1-0/+6
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara1-1/+4
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara1-5/+0
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-0/+1
2012-09-28make spanning of empty row/cols work betterCaolán McNamara1-1/+23
2012-09-28calculate and position taking external margins into accountCaolán McNamara1-0/+7
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+0
2012-09-28add left/right/top/bottom margin supportCaolán McNamara1-10/+0
2012-09-28we can need to redo the layout even when the sizes don't changeCaolán McNamara1-0/+5
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara1-2/+27
2012-09-28honour hexpand/vexpand in the gridCaolán McNamara1-1/+9
2012-09-28ditch over complex property bucketsCaolán McNamara1-6/+0
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara1-1/+1
2012-09-28avoid redraws when size/pos is unchangedCaolán McNamara1-0/+2
2012-09-28Add GtkNotebook->TabControl import and update demo to use itCaolán McNamara1-0/+2
2012-09-28implement start and end button layouts and connect them upCaolán McNamara1-0/+22
2012-09-28add prevLogicalChildOfParentCaolán McNamara1-0/+1
2012-09-28implement sucking in the padding from the themeCaolán McNamara1-1/+13
2012-09-28implement Grid and Box propertiesCaolán McNamara1-1/+23
2012-09-28move property setting into widgetsCaolán McNamara1-0/+1
2012-09-28implement basic VclAlignmentCaolán McNamara1-2/+40
2012-09-28implement a basic VclFrameCaolán McNamara1-8/+12
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara1-23/+44
2012-09-28add a setGridAttach utilityCaolán McNamara1-0/+3
2012-09-28add a grid containerCaolán McNamara1-0/+62
2012-09-28add a vile getLegacyBestSizeForChildrenCaolán McNamara1-0/+4
2012-09-28add buttonbox spacingCaolán McNamara1-1/+2
2012-09-28button boxes where buttons are the same sizeCaolán McNamara1-4/+89
2012-09-28we'll need ButtonBoxes to enforce equal button sizeCaolán McNamara1-0/+10
2012-09-28implement distinction between pack start and endCaolán McNamara1-13/+0
2012-09-28we'll need a pack-type in order to shove buttons over to the rightCaolán McNamara1-0/+6
2012-09-28allow arbitrary child propertiesCaolán McNamara1-1/+11
2012-09-28add basic hbox, vbox and dialog supportCaolán McNamara1-0/+154