summaryrefslogtreecommitdiff
path: root/uidesigner/vfdmain.pas
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
2014-10-17uidesigner: extended the snap-to-grid optionsGraeme Geldenhuys
We now have a range of 1-10.
2013-12-20uidesigner: Adds last missed localisation of vfdmain unit.Graeme Geldenhuys
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.
2012-10-29While moving constants around I forgot to update the UI DesignerGraeme Geldenhuys
2011-07-12uidesigner: extra checks and minor code improvementsGraeme Geldenhuys
2010-10-03uidesigner now gives better default form names and detects conflictsGraeme Geldenhuys
* Form name conflicts are now detected and creation of that new form is stopped before causing harm. * No default form name is given any more in the name prompt dialog because the new form will already be named 'FormX' where X is the next available number.
2010-10-03uidesigner handling multiple forms bug fix.Graeme Geldenhuys
When creating multiple forms in a single unit, the uidesigner overwrote the last selected form's name to be the same as the newly created form. This patch fixes that bug.
2010-10-01uidesigner: Improved the naming of the menu items and tooltipsGraeme Geldenhuys
It seems the previous captions sometimes cause confusion as to what action will be applied.
2010-08-18UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a TreeviewGraeme Geldenhuys
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode.
2010-04-07ModalResult changed to a enum typeGraeme Geldenhuys
* Replaced all magic number modal results with actual enum values * UI Designer now uses enum combolist for ModalResult type in Object Inspector. * UI Designer now handles default values of ModalResult property correctly.
2010-03-08Updated the various programs and fpGUI library to use the new generate ↵Graeme Geldenhuys
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
2010-03-08Enabled saving and reading the One-Click-Move setting.Graeme Geldenhuys
Changes will only take affect on newly created forms or when loading a unit.
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
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.
2008-11-18* Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the ↵graemeg
hint pause at all. * By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments. * Removed some compiler hints from UI Designer.
2008-11-12* Improved UI Designer component palette. Components now wrap around when ↵graemeg
they don't fit. * Added some sensible MinWidth and MinHeight values to UI Designer main form.
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-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