summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/builder.hxx
AgeCommit message (Expand)AuthorFilesLines
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara1-1/+4
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara1-0/+2
2012-10-11add a stub ScrolledWindow to store scroll propertiesCaolán McNamara1-0/+1
2012-10-10don't do things differently on higher debug levelsCaolán McNamara1-22/+3
2012-10-09always assert on a missing widget for the typical caseCaolán McNamara1-0/+3
2012-10-08import GtkScrollbar as scrollbars and connect GtkAdjustmentsCaolán McNamara1-4/+8
2012-10-05sort by grid position, then pack type, then pack positionCaolán McNamara1-0/+12
2012-10-04handle children of deferred dialog betterCaolán McNamara1-0/+1
2012-10-03support loading certain stock images as button symbolsCaolán McNamara1-37/+44
2012-09-28sort child positions within parents according to grid positionCaolán McNamara1-23/+5
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara1-1/+5
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-0/+1
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara1-1/+3
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara1-0/+8
2012-09-28Move all the state we need just during parsing to one placeCaolán McNamara1-7/+13
2012-09-28c++11ism won't washCaolán McNamara1-1/+1
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 McNamara1-1/+1
2012-09-28distinguish between NumericFields and MetricFieldsCaolán McNamara1-2/+2
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 McNamara1-1/+9
2012-09-28ditch over complex property bucketsCaolán McNamara1-1/+6
2012-09-28handle translationsCaolán McNamara1-1/+9
2012-09-28adjustment implementationCaolán McNamara1-2/+24
2012-09-28allow TabPages to load .ui files for retrofittingCaolán McNamara1-0/+17
2012-09-28assign tab page ids such that retrofitting existing code is easierCaolán McNamara1-0/+1
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 McNamara1-0/+4
2012-09-28import GtkListStore contents to ListBoxCaolán McNamara1-5/+34
2012-09-28blasted BorderWindows are a painCaolán McNamara1-0/+1
2012-09-28Implement conversion scheme for dialogs without changing their codeCaolán McNamara1-0/+11
2012-09-28implement RadioButton groupsCaolán McNamara1-1/+15
2012-09-28implement a get_by_name for VclBuilderCaolán McNamara1-3/+18
2012-09-28handle some stock buttonsCaolán McNamara1-2/+2
2012-09-28import expand/fill etc.Caolán McNamara1-1/+3
2012-09-28labels, radio buttons, vbox, hbox, button-boxes, text alignmentCaolán McNamara1-2/+6
2012-09-28bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgetsCaolán McNamara1-0/+53