summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara25-80/+92
2012-09-28add left/right/top/bottom margin supportCaolán McNamara6-31/+117
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara2-38/+37
2012-09-28we can need to redo the layout even when the sizes don't changeCaolán McNamara5-80/+134
2012-09-28c++11ism won't washCaolán McNamara2-2/+2
2012-09-28map gtk-media-next and gtk-media-previous stock itemsCaolán McNamara1-0/+12
2012-09-28map GtkSeparator to FixedLineCaolán McNamara1-0/+7
2012-09-28map GtkImage to FixedImageCaolán McNamara1-5/+2
2012-09-28recognize and silently handle placeholdersCaolán McNamara1-2/+5
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara8-32/+310
2012-09-28get_by_name -> get and pretty up widget type castingCaolán McNamara2-5/+37
2012-09-28add a mechanism to create custom widgets via VclBuilderCaolán McNamara2-1/+10
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara12-97/+117
2012-09-28distinguish between NumericFields and MetricFieldsCaolán McNamara3-6/+77
2012-09-28honour hexpand/vexpand in the gridCaolán McNamara2-35/+85