summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Implement "visible" from builder. Fix queueResize.Caolán McNamara5-18/+28
2012-09-28fix pack-end and import pack-typeCaolán McNamara2-2/+7
2012-09-28allow reordering widget according to packing::positionCaolán McNamara4-58/+113
2012-09-28import expand/fill etc.Caolán McNamara3-22/+125
2012-09-28GtkEntry defaults to Left alignmentCaolán McNamara1-1/+1
2012-09-28checkboxes, edit controlsCaolán McNamara2-0/+40
2012-09-28labels, radio buttons, vbox, hbox, button-boxes, text alignmentCaolán McNamara3-71/+253
2012-09-28add headerCaolán McNamara1-0/+27
2012-09-28bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgetsCaolán McNamara8-0/+461
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara7-63/+108
2012-09-28skip over layout parentsCaolán McNamara1-2/+15
2012-09-28add a setGridAttach utilityCaolán McNamara2-0/+15
2012-09-28implement override [height|width]-requestCaolán McNamara5-15/+28
2012-09-28only need result of GetScrollBarSize in else branchCaolán McNamara1-1/+1
2012-09-28better use of hasPendingLayoutCaolán McNamara1-0/+4
2012-09-28tweak timer to affect layout-ed dialogs onlyCaolán McNamara1-9/+7
2012-09-28drop spewCaolán McNamara1-1/+0
2012-09-28reduce flicker with another timerCaolán McNamara3-21/+37
2012-09-28implement row/col grid spanningCaolán McNamara1-6/+19
2012-09-28set sane-ish maximum dialog sizeCaolán McNamara1-5/+9
2012-09-28make setting properties virtual in order to handle borderwindowCaolán McNamara5-14/+78
2012-09-28add a grid containerCaolán McNamara2-0/+242
2012-09-28get TabControl and TabPage to talk to layoutCaolán McNamara6-13/+74
2012-09-28find buttons in 'action area'Caolán McNamara1-4/+19
2012-09-28resize not-shown-yet dialogs to fit contentsCaolán McNamara1-5/+17
2012-09-28add a vile getLegacyBestSizeForChildrenCaolán McNamara2-0/+28
2012-09-28add a more formal isLayoutEnabledCaolán McNamara5-8/+16
2012-09-28not going to use bindCaolán McNamara1-1/+0
2012-09-28only queue Resize if we're initializd sufficiently to be able to resizeCaolán McNamara1-1/+1
2012-09-28support a border-widthCaolán McNamara2-7/+20
2012-09-28implement minimum width/height for buttons in buttonboxCaolán McNamara3-21/+43
2012-09-28add buttonbox spacingCaolán McNamara3-3/+50
2012-09-28button boxes where buttons are the same sizeCaolán McNamara2-14/+141
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 McNamara2-61/+76
2012-09-28we'll need a pack-type in order to shove buttons over to the rightCaolán McNamara2-0/+10
2012-09-28use property bucketsCaolán McNamara1-0/+12
2012-09-28allow arbitrary child propertiesCaolán McNamara4-22/+35
2012-09-28add basic hbox, vbox and dialog supportCaolán McNamara10-0/+396
2012-09-27gridfixes: UpdateTip: need a Invalidate after setting the help text, to reall...Frank Schoenheit [fs]1-0/+1
2012-09-26Silly workaround for fdo#55156Tor Lillqvist1-0/+4
2012-09-26MiscSettings::SetEnableATToolSupport: adapt WNT code to boolMichael Stahl1-1/+1
2012-09-26Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275Tor Lillqvist2-2/+20
2012-09-26sal_Bool -> bool, convert InitAccessBridge and friendsNoel Grandin4-10/+10
2012-09-26Clean up option processingStephan Bergmann1-3/+3
2012-09-25Remove accidental blank line at topTor Lillqvist1-1/+0
2012-09-21vcl/Library_vcl.mk: fix typoMatúš Kukan1-2/+2
2012-09-21Fix fdo#55142 - wrong character pos calculation on mac.Sergey Farbotka2-2/+28
2012-09-21No 64-bit Quicktime frameworkTor Lillqvist1-1/+1
2012-09-20cups: initialize thread running memberMichael Meeks2-2/+3