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 8cae19e2c6 The preventDefault was not allowing the VirtualList to 
scroll while navigating to up and down
     new 82ee0bd37a Starting DragManagerImpl
     new 92cc6d69fb Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     new 1efd61a4e6 Fix some compile issues and show dragging - still no drop

The 3 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/resources/defaults.css       |   1 +
 .../src/main/royale/mx/core/Application.as         |   2 +
 .../src/main/royale/mx/managers/DragManager.as     |  36 +-
 .../src/main/resources/mx-royale-manifest.xml      |   1 +
 .../src/main/royale/MXRoyaleBaseClasses.as         |   2 +
 .../src/main/royale/mx/core/DragSource.as          | 482 ++++++++---------
 .../src/main/royale/mx/managers/DragManagerImpl.as | 589 +++++++++++++++++++++
 .../{ICursorManager.as => IDragManager.as}         |  41 +-
 .../SparkRoyale/src/main/resources/defaults.css    |   1 +
 .../main/royale/spark/components/Application.as    |   2 +
 10 files changed, 890 insertions(+), 267 deletions(-)
 rename frameworks/projects/{MXRoyale => 
MXRoyaleBase}/src/main/royale/mx/core/DragSource.as (96%)
 create mode 100644 
frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/DragManagerImpl.as
 copy 
frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/{ICursorManager.as 
=> IDragManager.as} (60%)

Reply via email to