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

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


    from 78530e8  Revert "we don't need bracket access for Element.animate 
method is already part of the JS API! :)"
     add 106225a  Starting Fix for mx cascade bug
     add 398ee06  data provider seems to expect a collection
     add 8176969  Don't confuse menu bar item renderer for menu item renderer
     add 1db9416  Lose some vim files and revert hello world test
     add df0a1a6  Merge branch 'cascading' into develop
     add cde2745  Clean up vim files after merge
     add 2bf310a  we don't need bracket access for Element.animate method is 
already part of the JS API! :)
     add cc24c67  tour-de-jewel: update version in welcome page to 0.9.6 and 
remove search box for now, since it brings confussion
     add e10800e  Only set the content-type if it’s defined in URLRequest
     add 168de3b  Merge pull request #431 from tzivz/develop
     add b1e29d9  added colors
     add cabf5a5  Merge pull request #403 from SAdelman/newColors
     add ce66bd3  Revert "we don't need bracket access for Element.animate 
method is already part of the JS API! :)"
     new 0908365  Merge branch 'develop' into feature/Crux

The 1 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:
 .../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}      | 73 ++++++-----------
 .../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, 195 insertions(+), 68 deletions(-)
 copy frameworks/projects/MXRoyale/src/main/royale/mx/controls/{TabBar.as => 
beads/controllers/CascadingMenuSelectionMouseController.as} (54%)
 create mode 100644 
frameworks/projects/MXRoyale/src/main/royale/mx/controls/menuClasses/CascadingMenuItemRenderer.as

Reply via email to