summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2012-09-28support "digits" for numericfieldsCaolán McNamara1-0/+1
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara4-8/+9
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara1-0/+2
2012-09-28copy the button dataCaolán McNamara1-0/+1
2012-09-28add a new stock reset/revert buttonCaolán McNamara1-1/+2
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara1-2/+0
2012-09-28delete print dialog .src nowCaolán McNamara1-11/+0
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara6-136/+129
2012-09-28support GtkEntry width-chars propertyCaolán McNamara1-1/+6
2012-09-28make spanning of empty row/cols work betterCaolán McNamara1-1/+23
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara1-1/+3
2012-09-28Get optimal size of spinbuttons from min/max values, not current valCaolán McNamara3-5/+9
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara1-0/+8
2012-09-28seperate layout from resizeCaolán McNamara1-0/+1
2012-09-28calculate and position taking external margins into accountCaolán McNamara1-0/+7
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara9-25/+14
2012-09-28add left/right/top/bottom margin supportCaolán McNamara3-11/+20
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara1-7/+13
2012-09-28we can need to redo the layout even when the sizes don't changeCaolán McNamara2-0/+18
2012-09-28c++11ism won't washCaolán McNamara1-1/+1
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara3-2/+29
2012-09-28get_by_name -> get and pretty up widget type castingCaolán McNamara1-1/+33
2012-09-28add a mechanism to create custom widgets via VclBuilderCaolán McNamara1-0/+1
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara2-2/+10
2012-09-28distinguish between NumericFields and MetricFieldsCaolán McNamara1-2/+2
2012-09-28honour hexpand/vexpand in the gridCaolán McNamara1-1/+9
2012-09-28Cut Gordian Knot of helpids with .ui formatCaolán McNamara1-2/+2
2012-09-28get order of destruction right to keep vcl happyCaolán McNamara2-2/+9
2012-09-28ditch over complex property bucketsCaolán McNamara6-51/+105
2012-09-28handle translationsCaolán McNamara1-1/+9
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara2-3/+3
2012-09-28improve queue_resizeCaolán McNamara1-0/+2
2012-09-28avoid redraws when size/pos is unchangedCaolán McNamara1-0/+2
2012-09-28adjustment implementationCaolán McNamara1-2/+24
2012-09-28copy properties of metricfieldsCaolán McNamara1-0/+4
2012-09-28allow TabPages to load .ui files for retrofittingCaolán McNamara3-6/+25
2012-09-28assign tab page ids such that retrofitting existing code is easierCaolán McNamara2-0/+4
2012-09-28move dialog-contained widget builder into dialog baseclassCaolán McNamara2-0/+8
2012-09-28implement widget alignment within gtkgridCaolán McNamara3-3/+60
2012-09-28we can extract the control type from the windowCaolán McNamara1-2/+0
2012-09-28Add GtkNotebook->TabControl import and update demo to use itCaolán McNamara2-0/+6
2012-09-28implement start and end button layouts and connect them upCaolán McNamara1-0/+22
2012-09-28take over selected entry textCaolán McNamara1-0/+1
2012-09-28transfer contents of listboxesCaolán McNamara1-0/+9
2012-09-28import GtkListStore contents to ListBoxCaolán McNamara1-5/+34
2012-09-28extend property snaffling to listboxes etc.Caolán McNamara3-0/+7
2012-09-28move height/width request into WindowImplCaolán McNamara2-0/+22
2012-09-28We'll need to customize the xml format a little for some thingsCaolán McNamara1-0/+3
2012-09-28blasted BorderWindows are a painCaolán McNamara6-8/+11
2012-09-28steal radiobutton gutsCaolán McNamara2-7/+10