summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgetclass.pas
AgeCommit message (Collapse)Author
2013-12-20uidesigner: Fixes compiler hints about unused variables.Graeme Geldenhuys
2012-07-06uidesigner: 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-13UI Designer: Single click in Object Inspector sets focus to actual edit widget.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-22Removed compiler warning about friend class not beingGraeme Geldenhuys
related to TfpgWidget.
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.
2009-04-07Added support for changing the tabs in the PageControl whileGraeme 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