summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-28fix up mergeCaolán McNamara1-8/+0
2012-09-28adapt uipreviewer for ucbhelper changeCaolán McNamara1-10/+5
2012-09-28mbHasFocus renamed to mbHasControlFocusCaolán McNamara1-1/+1
2012-09-28sort child positions within parents according to grid positionCaolán McNamara4-86/+37
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara3-11/+37
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara3-6/+38
2012-09-28reduce size requests if new text is same as oldCaolán McNamara1-0/+3
2012-09-28fix getNonLayout[Real]Parent helpersCaolán McNamara1-2/+10
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara4-13/+24
2012-09-28set the default button on various dialogsCaolán McNamara1-2/+2
2012-09-28adapt zoom dialog code to layout widgetsCaolán McNamara2-2/+2
2012-09-28support has-default for buttonsCaolán McNamara1-0/+16
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara7-17/+10
2012-09-28convert add/remove autoformats to new layout dialogsCaolán McNamara1-1/+1
2012-09-28adapt code to new table autoformat dialogCaolán McNamara2-10/+42
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara2-0/+8
2012-09-28support "digits" for numericfieldsCaolán McNamara1-0/+9
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara2-5/+5
2012-09-28convert hard-coded layout of char hyperlink tabpage to .uiCaolán McNamara1-0/+1
2012-09-28import inconsistent-state GtkCheckButtons as TriStateBoxsCaolán McNamara1-1/+22
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara1-0/+7
2012-09-28copy the button dataCaolán McNamara1-0/+7
2012-09-28calculate ideal tab size not current oneCaolán McNamara1-1/+1
2012-09-28add a new stock reset/revert buttonCaolán McNamara3-1/+13
2012-09-28map GtkComboBoxText to ComboBoxCaolán McNamara1-0/+6
2012-09-28implement setting Dialog title propertyCaolán McNamara1-0/+2
2012-09-28missing helpids on brochure toggleCaolán McNamara1-1/+5
2012-09-28set a helpid on the tabpage containerCaolán McNamara1-0/+1
2012-09-28delete print dialog .src nowCaolán McNamara1-383/+0
2012-09-28hide custom tab page if unused, e.g. macro printingCaolán McNamara1-0/+3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara7-1116/+615
2012-09-28add a route to toggle off spinners from spinboxesCaolán McNamara1-2/+6
2012-09-28we need to retain invisible children for the first grid passCaolán McNamara1-8/+5
2012-09-28want to be able to find tabpages by nameCaolán McNamara1-2/+9
2012-09-28support GtkEntry width-chars propertyCaolán McNamara2-1/+32
2012-09-28make spanning of empty row/cols work betterCaolán McNamara1-22/+45
2012-09-28drop autoshow of all widgets, and honour visibility flagCaolán McNamara1-13/+2
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara1-11/+66
2012-09-28call queue_layout from queue_resizeCaolán McNamara1-2/+1
2012-09-28Get optimal size of spinbuttons from min/max values, not current valCaolán McNamara3-8/+49
2012-09-28map gtk-close -> PushButton+SV_BUTTONTEXT_CLOSECaolán McNamara1-0/+6
2012-09-28we need TEXT_RAW to retain leading/trailing label whitespace textCaolán McNamara1-4/+6
2012-09-28We need to distinguish NumericFields from MetricFieldsCaolán McNamara1-1/+20
2012-09-28GetProcAddress doesn't work like dlsym with executable's handleCaolán McNamara1-5/+21
2012-09-28seperate layout from resizeCaolán McNamara1-1/+6
2012-09-28queue_resize on fixedimage graphic changeCaolán McNamara1-0/+2
2012-09-28calculate and position taking external margins into accountCaolán McNamara3-58/+57
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara16-55/+78
2012-09-28add left/right/top/bottom margin supportCaolán McNamara3-20/+97
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara1-31/+24