summaryrefslogtreecommitdiff
path: root/uidesigner/uidesigner.lpi
AgeCommit message (Collapse)Author
2014-10-17uidesigner: Now has an experimental "visual grid" on designer form.Graeme Geldenhuys
This grid can be toggled on or off. Because it is experimental and still a ongoing feature, there are currently some limitations: - Grid toggle status is not saved between sessions - Grid color is not yet configurable - Grid size can only be between 1-10
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-11-16UIDesigner: has a new option to include/exclude code regions in new ↵Graeme Geldenhuys
dialogs/forms
2010-09-28uidesigner: Fixed Object Inspector editor bounds to fit cellGraeme Geldenhuys
* When you selected a property, the property editor did not take into account the owner component's border widths, so they overlapped by 2 pixels.
2010-03-18package settings: Use AnsiString and disable optimisation for better debugging.Graeme Geldenhuys
2010-03-04UI Designer: Removed xterm console when running via Lazarus IDE.Graeme Geldenhuys
If this is enabled, then Lazarus IDE cannot debug the actual application, but instead debugs the xterm console. A bug in Lazarus IDE. :-(
2010-02-22Enabled smart linking for UI DesignerGraeme Geldenhuys
This optimises the resulting executable size.
2010-02-17New unit output directory for UI Designer.Graeme Geldenhuys
This allows you to have separate output directories for various CPU types and Target OSes.
2009-04-16Removed compiler warnings from UI Designer project.Graeme Geldenhuys
2009-04-07This is still work in progress. Renamed the xml documentation filesGraeme Geldenhuys
to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer.
2008-10-14* Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc.graemeg
2008-10-14* UI Designer: New component TfpgTabSheet component on the palette.graemeg
* UI Designer: visual editing of PageControl is now possible. Loading and saving of your design also works. It still needs testing and the pagecontrol sometimes draws artifacts.
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-02* Added some hints to the UI Designer main form.graemeg
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts