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


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

Branch: refs/heads/develop
Commit: 0d3bd3e4afeff112a79166464f11408f4ed930fd
Parents: 72db120 455f880
Author: DESKTOP-RH4S838\Yishay <[email protected]>
Authored: Tue Jun 27 12:45:16 2017 +0300
Committer: DESKTOP-RH4S838\Yishay <[email protected]>
Committed: Tue Jun 27 12:45:16 2017 +0300

----------------------------------------------------------------------
 frameworks/build.xml                            |  10 +
 frameworks/flex-config-template.xml             |   1 +
 frameworks/flex-config.xml                      |   1 +
 frameworks/js/FlexJS/build.xml                  |  50 ++--
 .../src/main/config/compile-swf-config.xml      |   3 +-
 .../Basic/src/main/flex/BasicClasses.as         |   6 +
 .../org/apache/flex/core/ApplicationBase.as     |  13 +-
 .../main/flex/org/apache/flex/core/UIBase.as    |  29 +--
 .../src/main/flex/org/apache/flex/css2/Copy.fxg |  76 ++++++
 .../main/flex/org/apache/flex/css2/Cursors.as   | 253 +++++++++++++++++++
 .../org/apache/flex/html/beads/DisableBead.as   |   2 +
 .../org/apache/flex/collections/ArrayList.as    |  29 +--
 .../apache/flex/collections/FlattenedList.as    |  16 +-
 .../org/apache/flex/core/SimpleCSSValuesImpl.as |  52 ++--
 .../flex/org/apache/flex/events/BrowserEvent.as |  13 +-
 .../main/flex/org/apache/flex/utils/CSSUtils.as |   7 +-
 .../projects/TLF/src/main/flex/TLFClasses.as    |   2 +-
 .../textLayout/container/ContainerController.as |  18 +-
 .../textLayout/conversion/PlainTextImporter.as  |   2 +-
 .../apache/flex/textLayout/dummy/Clipboard.as   |  36 ---
 .../apache/flex/textLayout/edit/Clipboard.as    | 211 ++++++++++++++++
 .../apache/flex/textLayout/edit/EditManager.as  |  20 ++
 .../flex/textLayout/edit/SelectionManager.as    |  28 +-
 .../flex/textLayout/edit/TextClipboard.as       |  41 ++-
 .../flex/textLayout/factory/ITLFFactory.as      |   2 +
 .../textLayout/factory/StandardTLFFactory.as    |   9 +
 manualtests/CursorTest/build.xml                |  73 ++++++
 manualtests/CursorTest/src/CursorTest.mxml      |  71 ++++++
 28 files changed, 924 insertions(+), 150 deletions(-)
----------------------------------------------------------------------


Reply via email to