summaryrefslogtreecommitdiff
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 McNamara9-0/+462
2012-09-28retro-fit dialog child traversal with nextLogicalChildOfParentCaolán McNamara11-92/+137
2012-09-28skip over layout parentsCaolán McNamara1-2/+15
2012-09-28convert some more tabpagesCaolán McNamara2-20/+62
2012-09-28convert SwCharURLPageCaolán McNamara2-22/+59
2012-09-28convert SvxCharPositionPageCaolán McNamara2-70/+99
2012-09-28force all tabs to exist when layout enabledCaolán McNamara1-0/+16
2012-09-28manual font effect tab conversionCaolán McNamara2-120/+120
2012-09-28add a setGridAttach utilityCaolán McNamara2-0/+15
2012-09-28layout western-only dialog differentlyCaolán McNamara1-4/+4
2012-09-28we don't need to manually move controls anymoreCaolán McNamara1-38/+25
2012-09-28implement override [height|width]-requestCaolán McNamara6-15/+42
2012-09-28better initial size string for pre-updateCaolán McNamara1-1/+1
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 McNamara2-2/+0
2012-09-28reduce flicker with another timerCaolán McNamara3-21/+37
2012-09-28don't vert stretch grid on resize, alloc it all to the previewCaolán McNamara1-2/+0
2012-09-28implement row/col grid spanningCaolán McNamara3-77/+85
2012-09-28use grids for layoutCaolán McNamara2-77/+183
2012-09-28implement a basic optimal size for the preview windowCaolán McNamara2-0/+16
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-28make SfxTabDialog layout buttons with button-boxCaolán McNamara2-32/+59
2012-09-28set char dialog resizableCaolán McNamara1-0/+1
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-28find parent dialog, rather than assume where it isCaolán McNamara1-1/+1
2012-09-28add a more formal isLayoutEnabledCaolán McNamara5-8/+16
2012-09-28rename these so easy to know what is whatCaolán McNamara2-22/+22
2012-09-28rename theseCaolán McNamara2-14/+14
2012-09-28can drop the debugging size setting now it worksCaolán McNamara1-12/+0
2012-09-28not going to use bindCaolán McNamara1-1/+0
2012-09-28need to think about the toplevel dialog resizeCaolán McNamara1-8/+19
2012-09-28add a little spaceCaolán McNamara1-2/+2
2012-09-28pretty it up a littleCaolán McNamara1-6/+8
2012-09-28only queue Resize if we're initializd sufficiently to be able to resizeCaolán McNamara1-1/+1
2012-09-28only Dialog has SetMinOutputSizePixelCaolán McNamara2-2/+4