summaryrefslogtreecommitdiff
path: root/src/gui/fpg_animation.pas
AgeCommit message (Collapse)Author
2013-05-02animation: added overloaded methods.Graeme Geldenhuys
- Specifying the mask sample point is now optional for ImageFromByteArray If sample point is not specified, then (0,0) is used. - Introduced an overloaded SetImageFilename() method what can take a sample mask point too.
2013-05-02animation: removed the checking of filename in the HandlePaint event.Graeme Geldenhuys
If we have a FImage instance, that should be good enough.
2013-05-01Added Graeme suggestionsDibo
2013-05-01Added method ImageFromByte in TfpgBaseImgAnim. Now animation can be loaded ↵Dibo
from memory, not only from filename
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-04-25Publish the new OnShowHint for all other widgets in fpGUI.Graeme Geldenhuys
2010-03-08minor tweak for usage in VFDGraeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
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.