This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 9c21ced127 Merge branch 'release/0.9.12' into develop
new 6fde1c4161 Basic, CreateJS, MaterialDesignLite, MXRoyale: fix some
super() constructor calls that were missing casts to correct type from Object
new 843cc45b82 MXRoyaleBase: fix AsyncErrorEvent pasing wrong value to
super() constructor on SWF
new cefac782ef MXRoyale: SystemManager override of addChildAt() for SWF
was not passing the index to super.addChildAt()
new ac15a9a4bf MXRoyale: fix Fade passing IUIBase to super() instead of
target parameter
new cf8da06377 Basic: fix $sprite_setChildIndex() signature and call to
super.setChildIndex()
new 36f8b309e8 MXRoyale: fix UITextFormat super() constructor call
new efe3d7eb34 MXRoyale: fix BitmapAsset constructor first parameter type
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/royale/org/apache/royale/core/UIBase.as | 4 +--
.../royale/html/beads/ItemRendererFactoryBase.as | 2 +-
.../beads/TextItemRendererFactoryForArrayData.as | 2 +-
.../TextItemRendererFactoryForStringVectorData.as | 2 +-
.../beads/VirtualDataItemRendererFactoryBase.as | 2 +-
.../org/apache/royale/createjs/tween/Sequence.as | 2 +-
.../org/apache/royale/createjs/tween/Tween.as | 2 +-
.../HeaderRendererFactoryForArrayData.as | 2 +-
.../src/main/royale/mx/core/BitmapAsset.as | 40 +++++++++++++++++++++-
.../src/main/royale/mx/core/UITextFormat.as | 12 +++++--
.../MXRoyale/src/main/royale/mx/effects/Fade.as | 2 +-
.../src/main/royale/mx/managers/SystemManager.as | 2 +-
.../src/main/royale/mx/events/AsyncErrorEvent.as | 3 +-
.../TabsDataItemRendererFactoryForArrayListData.as | 2 +-
.../beads/TabsItemRendererFactoryForArrayData.as | 2 +-
15 files changed, 64 insertions(+), 17 deletions(-)