Age | Commit message (Collapse) | Author |
|
This changes is to keep the UI Designer on par with what has changed
in the core framework regarding widget positioning. We now need to
call UpdateWindowPosition to correct the internal state of widgets,
as they are loaded.
Also removed unused/commented code.
|
|
Now finally we should be able to edit color values in the Object Inspector.
Known Limitations
* Color names like clRed are not parsed yet. Such values will be read
and written back as TfpgColor($FF0000) instead. I'm working on
fixing this.
|
|
|
|
- Moved some methods from public to private
- commented code that is not used anymore
- updated the unit description.
|
|
* 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.
|
|
* Updated some build scripts
|