Age | Commit message (Collapse) | Author |
|
|
|
|
|
* 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.
|
|
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.
|
|
It seems the previous captions sometimes cause confusion as to
what action will be applied.
|
|
* 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.
|
|
* 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.
|
|
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.
|
|
Changes will only take affect on newly created forms or when loading a
unit.
|
|
|
|
* 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.
|
|
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.
|
|
they don't fit.
* Added some sensible MinWidth and MinHeight values to UI Designer main form.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
* Updated the UI Designer to use the new unit names.
|
|
|
|
* Updated some build scripts
|