summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
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 McNamara6-132/+47
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara4-11/+43
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara4-6/+39
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 McNamara5-14/+28
2012-09-28set the default button on various dialogsCaolán McNamara2-2/+3
2012-09-28adapt zoom dialog code to layout widgetsCaolán McNamara2-2/+2
2012-09-28support has-default for buttonsCaolán McNamara2-0/+17
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 McNamara3-10/+44
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara3-1/+9
2012-09-28support "digits" for numericfieldsCaolán McNamara2-0/+10
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara6-13/+14
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 McNamara2-0/+9
2012-09-28copy the button dataCaolán McNamara2-0/+8
2012-09-28calculate ideal tab size not current oneCaolán McNamara1-1/+1
2012-09-28add a new stock reset/revert buttonCaolán McNamara4-2/+15
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-28rename expander for help and remove now unused hidsCaolán McNamara2-3/+1
2012-09-28delete print dialog .src nowCaolán McNamara2-394/+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 McNamara16-1252/+2333
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 McNamara3-2/+38
2012-09-28make spanning of empty row/cols work betterCaolán McNamara2-23/+68
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 McNamara2-12/+69
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 McNamara6-13/+58
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara1-0/+8
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 McNamara2-1/+7
2012-09-28queue_resize on fixedimage graphic changeCaolán McNamara1-0/+2
2012-09-28calculate and position taking external margins into accountCaolán McNamara4-58/+64