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/03/30 22:51:45 UTC

[royale-asjs] branch feature/wizard-transitions updated (d832974 -> 96a5be3)

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

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


    from d832974  Merge branch 'develop' into feature/wizard-transitions
     new f379642  some clean imports and add NoViewport to manifest
     new fb3781c  avoid infinite loops in subclasses that don't have an internal content area
     new 2c6afae  TDF PopUpMenuButton example expected index
     new 7e15b24  Need itemToLabel in MenuButton
     new de49839  get PopUpMenuButton working in TDF
     new 96a5be3  Merge branch 'develop' into feature/wizard-transitions

The 8835 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:
 .../Jewel/src/main/resources/jewel-manifest.xml    |  1 +
 .../main/royale/org/apache/royale/jewel/Form.as    |  8 +--
 .../org/apache/royale/jewel/ScrollableGrid.as      |  3 -
 .../src/main/royale/mx/containers/Panel.as         | 54 +++++++++++++++-
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   |  1 +
 .../src/main/royale/mx/controls/PopUpMenuButton.as | 62 +++++++++++++++++-
 .../royale/mx/controls/listClasses/ListBase.as     | 73 +++++++++++++++++++++-
 7 files changed, 189 insertions(+), 13 deletions(-)