Merge branch 'develop' into feature/browser-event

* develop:
  Fixed hasOwnProperty
  Added SingleSelectionDropIndicatorBead and used it with the other 
single-selection drag and drop beads. Updated comments throughout.
  DragMouseController now dispatches events with itself as target; useful in 
MXML files.
  PointUtils was missing.


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

Branch: refs/heads/develop
Commit: e32fc222c011664faec082750f348bc715f682cd
Parents: 0d9fe0c 93c980d
Author: Harbs <ha...@in-tools.com>
Authored: Sun Jul 30 23:49:50 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Sun Jul 30 23:49:50 2017 +0300

----------------------------------------------------------------------
 .../projects/Core/src/main/flex/CoreClasses.as  |   1 +
 .../src/main/config/compile-swf-config.xml      |   1 +
 .../DragDrop/src/main/flex/DragDropClasses.as   |   1 +
 .../flex/org/apache/flex/events/DragEvent.as    |   7 +-
 .../html/beads/SingleSelectionDragImageBead.as  |  22 ++--
 .../html/beads/SingleSelectionDragSourceBead.as |  77 +++++++++---
 .../beads/SingleSelectionDropIndicatorBead.as   | 111 ++++++++++++++++
 .../html/beads/SingleSelectionDropTargetBead.as | 125 ++++++++++++++++---
 .../beads/controllers/DragMouseController.as    |  29 +++--
 .../beads/controllers/DropMouseController.as    |  16 +--
 .../src/main/resources/basic-manifest.xml       |   1 +
 frameworks/projects/XML/src/main/flex/XML.as    |  26 ++--
 manualtests/XMLTest/src/MyInitialView.mxml      |   3 +
 13 files changed, 347 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e32fc222/frameworks/projects/Core/src/main/flex/CoreClasses.as
----------------------------------------------------------------------

Reply via email to