This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 6647d85 MXRoyale: Add Timer implementation with TimerEvent. Timer
extends org.apache.royale.utils.Timer and dispatch TimerEvent.TIMER_COMPLETE
new fb4260a ExposE cUBIC function in emulation
new b1bac79 Add some constants to DragManager
new 9613c2a First implementation of spark line
new e70f6b4 More emulation stubs
The 4 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:
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 2 +-
.../MXRoyale/src/main/royale/mx/effects/Effect.as | 2 +
.../src/main/royale/mx/effects/easing/Cubic.as | 2 +-
.../src/main/royale/mx/managers/DragManager.as | 33 +-
.../main/royale/mx/validators/RegExpValidator.as | 24 +-
.../src/main/royale/spark/components/List.as | 493 +++++++++++----------
.../spark/layouts/supportClasses/LayoutBase.as | 26 +-
.../src/main/royale/spark/primitives/Line.as | 58 +--
8 files changed, 339 insertions(+), 301 deletions(-)