Age | Commit message (Collapse) | Author |
|
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods
* Added a new conversion method called fpgRectToRect()
* Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the
new fpg_extgraphics.PaintTriangle() method instead.
* Adjusted ComboBox painting of internal button to accomodate the new
fpg_extgraphics unit.
* Added Jean-Marc's new fpg_spinedit unit.
* Made some further improvements and minor fixes to the SpinEdit
and SpinEditFloat components.
* renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names.
|
|
|
|
in the UI Designer and at runtime resizing.
* Implemented correct 'lazy refresh' in TfpgWidget when setting the size and position with .SetPostion() method.
* Refactored the Combo components removing some code duplication. Some paint methods are now inthe BasicCombobox component.
|
|
* fpgApplication now closes all forms created via fpgApplication.CreateForm() before the main form when the application terminates.
* Minor documentation update for fpgfx.pas unit.
|
|
* Updated the gui_hyperlink documentation.
* Updated documentation scripts.
* Fixed the painting bug in gui_basegrid where the top-right and bottom-left text or images paint over the control frame.
|
|
* Added some gfx_utils documentation.
* Updated some documenation scripts.
|
|
* updated the version number for the next release.
* Disabled all debug information.
|
|
* Added a full text search via the Tipue search engine.
* Created a simplistic parser to generate the Tipue data file.
|
|
|
|
|
|
|
|
* Ported tiOPF2 Demos 06 and 07 to fpGUI.
|
|
* Implemented a new fpgGetAvgColor function in gfxbase unit.
* Supplied some more documentation for gfxbase unit.
|
|
|
|
* Added a SetDefaults method which we could use in the future to autoset the default property values for us.
* Minor documentation update
|
|
|
|
* Added skeleton documentation for the CoreLib units.
* Fully documented the gfx_utils and gfx_imgfmt_bmp units.
|