Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | uidesigner: unit header comment updated | Graeme Geldenhuys | |
2011-09-16 | uidesigner: new option to specify Indentation Style preference. | Graeme Geldenhuys | |
The developer can now choose between a Spaces or Tab indentation style for any UI Designer managed code. | |||
2010-11-16 | UIDesigner: has a new option to include/exclude code regions in new ↵ | Graeme Geldenhuys | |
dialogs/forms | |||
2010-04-08 | Changed method parameter name to avoid conflict with FPC 2.5.1 | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: minor code formatting & cleanup | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Replace BlockRead() with TFileStream in LoadFile() method | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Improve the method and field visibility in class declaration. | Graeme Geldenhuys | |
2009-06-09 | UIDesigner copyright and code folding | Graeme 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-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 |