summaryrefslogtreecommitdiff
path: root/uidesigner/uidesigner.lpr
AgeCommit message (Collapse)Author
2014-09-11Use the fpGUI versions of RTL file methods - fpgFileExists()Graeme Geldenhuys
- plus some minor code formatting
2013-12-20uidesigner: Started enabling localisationGraeme Geldenhuys
- Started extracting string values to resourcestring constants. - Introduced a new vfd_constants unit for all constants and resourcestring constants Still need lots to do.
2010-10-01uidesigner: Implemented a TfpgColor property editorGraeme Geldenhuys
Now finally we should be able to edit color values in the Object Inspector. Known Limitations * Color names like clRed are not parsed yet. Such values will be read and written back as TfpgColor($FF0000) instead. I'm working on fixing this.
2010-08-18UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a TreeviewGraeme Geldenhuys
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode.
2008-10-19* minor adjustment in uidesigner startup when a file is passed in as a ↵graemeg
parameter.
2008-09-27* Rename all corelib units to the new naming convention.graemeg
* Updated the UI Designer to use the new unit names.
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts