Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9e15e5ba
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9e15e5ba
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9e15e5ba

Branch: refs/heads/develop
Commit: 9e15e5ba9a2cca01380aadc9b4392653912b5401
Parents: 2908e0f dc00fcb
Author: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
Authored: Sun Jul 23 14:16:50 2017 +0300
Committer: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
Committed: Sun Jul 23 14:16:50 2017 +0300

----------------------------------------------------------------------
 examples/build.xml                              |   3 +
 .../src/main/flex/MyInitialView.mxml            |  12 +-
 examples/flexjs/DragAndDropExample/build.xml    |  66 ++++++++++
 examples/flexjs/DragAndDropExample/pom.xml      |  77 +++++++++++
 .../src/main/flex/DragAndDropExample.mxml       |  36 +++++
 .../src/main/flex/MyInitialView.mxml            |  95 ++++++++++++++
 .../src/main/flex/models/ProductsModel.as       |  54 ++++++++
 .../src/main/flex/products/Product.as           |  43 ++++++
 .../main/flex/products/ProductItemRenderer.as   |  66 ++++++++++
 .../src/main/resources/assets/smallbluerect.jpg | Bin 0 -> 13500 bytes
 .../main/resources/assets/smallgreenrect.jpg    | Bin 0 -> 13542 bytes
 .../main/resources/assets/smallorangerect.gif   | Bin 0 -> 821 bytes
 .../main/resources/assets/smallorangerect.jpg   | Bin 0 -> 13571 bytes
 .../main/resources/assets/smallpurplerect.jpg   | Bin 0 -> 13517 bytes
 .../src/main/resources/assets/smallredrect.jpg  | Bin 0 -> 13477 bytes
 .../main/resources/assets/smallyellowrect.jpg   | Bin 0 -> 13598 bytes
 examples/flexjs/pom.xml                         |   1 +
 .../org/apache/flex/html/beads/PanelView.as     |   7 +
 .../apache/flex/html/beads/TitleBarView.mxml    |   2 +-
 .../DragDrop/src/main/flex/DragDropClasses.as   |   1 +
 .../flex/org/apache/flex/events/DragEvent.as    | 100 +++++++++-----
 .../org/apache/flex/events/DragEventBase.as     |   1 +
 .../html/beads/SingleSelectionDragImageBead.as  | 131 +++++++++++++++++++
 .../html/beads/SingleSelectionDragSourceBead.as |  41 +++---
 .../html/beads/SingleSelectionDropTargetBead.as |  14 +-
 .../beads/controllers/DragMouseController.as    |  29 ++--
 .../beads/controllers/DropMouseController.as    |  43 +++---
 .../src/main/resources/basic-manifest.xml       |   1 +
 .../Language/src/main/flex/LanguageClasses.as   |   3 +
 .../org/apache/flex/language/string/match.as    |  33 +++++
 .../org/apache/flex/language/string/search.as   |  33 +++++
 .../main/flex/org/apache/flex/utils/Language.as |   2 +-
 .../flex/textLayout/edit/SelectionManager.as    |   3 -
 frameworks/projects/XML/src/main/flex/XML.as    | 112 +++++++++-------
 .../projects/XML/src/main/flex/XMLClasses.as    |   2 +
 .../projects/XML/src/main/flex/XMLList.as       |  31 +++--
 .../main/flex/org/apache/flex/language/toXML.as |  51 ++++++++
 .../flex/org/apache/flex/language/toXMLList.as  |  51 ++++++++
 manualtests/ContainerTest/build.xml             |   3 +-
 .../src/products/ProductItemRenderer.as         |   2 +-
 40 files changed, 971 insertions(+), 178 deletions(-)
----------------------------------------------------------------------


Reply via email to