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

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


    from 735d5ef  Add RichTextEditor.as
     new 495f465  fix open node
     new f30fba3  add more APIs
     new cbc910d  use interface
     new ff7c97d  don't set dimensions if we don't need to
     new 52b0b0c  move initComplete to after layout is setup
     new da6f719  refactor PanelView so we can override layout.  The flexbox 
layout did not like children being absolute positioned which fools its size 
calculations so we will switch to using the Flex BoxLayout
     new d364682  SWF code could presume that all collections supported Proxy 
and handle [] access, but JS code can't so we must use the collection APIs
     new 3a28b0a  get tree working
     new d6b10e0  allow for TitleBar substitution

The 9 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:
 .../org/apache/royale/html/beads/PanelView.as      |  76 +++++-----
 .../TreeSingleSelectionMouseController.as          |   8 +-
 .../html/supportClasses/AccordionItemRenderer.as   |   2 +-
 .../org/apache/royale/collections/ITreeData.as     |   2 +
 .../MXRoyale/src/main/resources/defaults.css       |  16 ++-
 .../src/main/resources/mx-royale-manifest.xml      |   2 +
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |   1 +
 .../models/PanelModel.as => PanelTitleBar.as}      |  30 ++--
 .../main/royale/mx/containers/beads/BoxLayout.as   |   6 +-
 .../main/royale/mx/containers/beads/PanelView.as   |  21 ++-
 .../treeClasses/HierarchicalCollectionView.as      | 159 +++++++++++++--------
 .../controls/treeClasses/HierarchicalViewCursor.as |  54 +++++--
 .../MXRoyale/src/main/royale/mx/core/Container.as  |   2 +-
 13 files changed, 236 insertions(+), 143 deletions(-)
 copy 
frameworks/projects/MXRoyale/src/main/royale/mx/containers/{beads/models/PanelModel.as
 => PanelTitleBar.as} (73%)

Reply via email to