summaryrefslogtreecommitdiff
path: root/uidesigner/vfdformparser.pas
AgeCommit message (Collapse)Author
2013-12-27uidesigner: More string constants refactored to resource strings.Graeme Geldenhuys
2012-07-17uidesigner: Replaces WriteLn statements with DebugLn statements.Graeme Geldenhuys
Those statements where for debugging purposes anyway. Plus this means when UI Designer is compiled as a Windows GUI app, it will not cause "File not Open" errors any more.
2011-01-12UI Designer widget position fixGraeme Geldenhuys
This changes is to keep the UI Designer on par with what has changed in the core framework regarding widget positioning. We now need to call UpdateWindowPosition to correct the internal state of widgets, as they are loaded. Also removed unused/commented code.
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-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-07-09UIDesigner: Form parser method visibility changesGraeme Geldenhuys
- Moved some methods from public to private - commented code that is not used anymore - updated the unit description.
2009-06-09UIDesigner copyright and code foldingGraeme Geldenhuys
* updated all copyright notices in UI Designer code. * New Forms now only have the fpg_forms unit in uses clause. This help with smartlinking and reduces executable size. * New Forms now include the code folding region around auto-generated GUI code from UI Designer. This feature works in newer Lazarus revisions, but will not affect older versions.
2008-11-12* new fpgCharAt() functiongraemeg
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils. * Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector. * Minor changes in edits demo to compile again after the above changes.
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
* UI Designer has been updated to reflect the new gui unit names.
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