Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | uidesigner: Fixes compiler hints about unused variables. | Graeme Geldenhuys | |
2012-07-06 | uidesigner: Changes writeln() statements to debugln() ones. | Graeme Geldenhuys | |
We can't use writeln() in a Windows GUI application, because we don't have access to a console output area. | |||
2010-04-13 | UI Designer: Single click in Object Inspector sets focus to actual edit widget. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-22 | Removed compiler warning about friend class not being | Graeme Geldenhuys | |
related to TfpgWidget. | |||
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. | |||
2009-04-07 | Added support for changing the tabs in the PageControl while | Graeme Geldenhuys | |
in the Form Designer. It's not perfect, but workable. ;-) | |||
2008-10-13 | * Added some extra sanity checks in TfpgPageControl. | graemeg | |
* UI Designer: Started experimental support to edit a PageControl visually in the designer. | |||
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 |