You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/07/09 11:32:35 UTC

[royale-asjs] 01/01: Merge branch 'develop' into feature/Crux

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/Crux
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 0908365b2724b282df0fd3e8037362e2cd41212d
Merge: 78530e8 ce66bd3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jul 9 13:32:06 2019 +0200

    Merge branch 'develop' into feature/Crux
    
    * develop:
      Revert "we don't need bracket access for Element.animate method is already part of the JS API! :)"
      Only set the content-type if it’s defined in URLRequest
      tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion
      we don't need bracket access for Element.animate method is already part of the JS API! :)
      Clean up vim files after merge
      Lose some vim files and revert hello world test
      Don't confuse menu bar item renderer for menu item renderer
      data provider seems to expect a collection
      Starting Fix for mx cascade bug
      added colors

 .../projects/Basic/src/main/royale/BasicClasses.as |  1 +
 .../CascadingMenuSelectionMouseController.as       | 17 +++-
 .../supportClasses/CascadingMenuItemRenderer.as    | 28 ++++---
 .../MXRoyale/src/main/resources/defaults.css       |  7 +-
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |  4 +-
 .../CascadingMenuSelectionMouseController.as       | 58 ++++++++++++++
 .../menuClasses/CascadingMenuItemRenderer.as       | 93 ++++++++++++++++++++++
 .../src/main/royale/mx/managers/SystemManager.as   |  9 ++-
 .../src/main/royale/mx/styles/StyleManagerImpl.as  |  6 ++
 .../main/royale/org/apache/royale/net/URLStream.as |  2 +-
 .../elements/utils/GeometricElementUtils.as        | 12 +++
 .../apache/royale/textLayout/formats/ColorName.as  |  9 ++-
 .../royale/textLayout/formats/TextLayoutFormat.as  |  2 +-
 13 files changed, 228 insertions(+), 20 deletions(-)