Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | uidesigner: Started enabling localisation | Graeme 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-16 | UIDesigner: has a new option to include/exclude code regions in new ↵ | Graeme Geldenhuys | |
dialogs/forms | |||
2010-09-28 | uidesigner: Fixed Object Inspector editor bounds to fit cell | Graeme 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-18 | package settings: Use AnsiString and disable optimisation for better debugging. | Graeme Geldenhuys | |
2010-03-04 | UI 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-22 | Enabled smart linking for UI Designer | Graeme Geldenhuys | |
This optimises the resulting executable size. | |||
2010-02-17 | New 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-16 | Removed compiler warnings from UI Designer project. | Graeme Geldenhuys | |
2009-04-07 | This is still work in progress. Renamed the xml documentation files | Graeme 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 |