summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2012-09-28sort child positions within parents according to grid positionCaolán McNamara
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara
2012-09-28support has-default for buttonsCaolán McNamara
2012-09-28adapt code to new table autoformat dialogCaolán McNamara
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara
2012-09-28support "digits" for numericfieldsCaolán McNamara
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara
2012-09-28copy the button dataCaolán McNamara
2012-09-28add a new stock reset/revert buttonCaolán McNamara
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara
2012-09-28delete print dialog .src nowCaolán McNamara
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-09-28support GtkEntry width-chars propertyCaolán McNamara
2012-09-28make spanning of empty row/cols work betterCaolán McNamara
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara
2012-09-28Get optimal size of spinbuttons from min/max values, not current valCaolán McNamara
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara
2012-09-28seperate layout from resizeCaolán McNamara
2012-09-28calculate and position taking external margins into accountCaolán McNamara
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
2012-09-28add left/right/top/bottom margin supportCaolán McNamara
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara
2012-09-28we can need to redo the layout even when the sizes don't changeCaolán McNamara
2012-09-28c++11ism won't washCaolán McNamara
2012-09-28Implement a VclExpander equivalent of GtkExpanderCaolán McNamara
2012-09-28get_by_name -> get and pretty up widget type castingCaolán McNamara
2012-09-28add a mechanism to create custom widgets via VclBuilderCaolán McNamara
2012-09-28Keep binary resource help id on retro-fitCaolán McNamara
2012-09-28distinguish between NumericFields and MetricFieldsCaolán McNamara
2012-09-28honour hexpand/vexpand in the gridCaolán McNamara
2012-09-28Cut Gordian Knot of helpids with .ui formatCaolán McNamara
2012-09-28get order of destruction right to keep vcl happyCaolán McNamara
2012-09-28ditch over complex property bucketsCaolán McNamara
2012-09-28handle translationsCaolán McNamara
2012-09-28add and use a "WINDOW_CONTAINER" typeCaolán McNamara
2012-09-28improve queue_resizeCaolán McNamara
2012-09-28avoid redraws when size/pos is unchangedCaolán McNamara
2012-09-28adjustment implementationCaolán McNamara
2012-09-28copy properties of metricfieldsCaolán McNamara
2012-09-28allow TabPages to load .ui files for retrofittingCaolán McNamara
2012-09-28assign tab page ids such that retrofitting existing code is easierCaolán McNamara
2012-09-28move dialog-contained widget builder into dialog baseclassCaolán McNamara
2012-09-28implement widget alignment within gtkgridCaolán McNamara
2012-09-28we can extract the control type from the windowCaolán McNamara
2012-09-28Add GtkNotebook->TabControl import and update demo to use itCaolán McNamara
2012-09-28implement start and end button layouts and connect them upCaolán McNamara
2012-09-28take over selected entry textCaolán McNamara