Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils.
* Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector.
* Minor changes in edits demo to compile again after the above changes.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
* Updated the UI Designer to use the new unit names.
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|
|
* Updated some build scripts
|