You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/11/13 16:02:59 UTC

[royale-asjs] branch feature/add_nav_tabbar_bead updated (e0a1492 -> 7188e2a)

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

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


    from e0a1492  Merge branch 'develop' into feature/add_nav_tabbar_bead
     add 61f2967  try to handle window resize
     add 3a2c4a8  second attempt to get resize working.  Should fix #556
     add 2cb71e1  canvas resize must propagate layout to children
     add 8959923  fix invisible columns.  Fixes #557
     add 73457e2  try a different virtual scrolling trick.  Should fix #554
     new 7188e2a  Merge branch 'develop' into feature/add_nav_tabbar_bead

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:
 .../royale/mx/containers/beads/CanvasLayout.as     |  2 ++
 .../AdvancedDataGridColumn.as                      |  3 ++
 .../mx/controls/beads/AdvancedDataGridView.as      | 24 +++++++++++--
 .../beads/layouts/AdvancedDataGridLayout.as        | 41 +++++++++-------------
 .../src/main/royale/mx/core/Application.as         |  8 ++++-
 .../src/main/royale/mx/managers/SystemManager.as   | 18 +++++++++-
 6 files changed, 68 insertions(+), 28 deletions(-)


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

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7188e2aa60569fad04e5aac25156bf5fba33f653
Merge: e0a1492 73457e2
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Nov 13 17:02:44 2019 +0100

    Merge branch 'develop' into feature/add_nav_tabbar_bead

 .../royale/mx/containers/beads/CanvasLayout.as     |  2 ++
 .../AdvancedDataGridColumn.as                      |  3 ++
 .../mx/controls/beads/AdvancedDataGridView.as      | 24 +++++++++++--
 .../beads/layouts/AdvancedDataGridLayout.as        | 41 +++++++++-------------
 .../src/main/royale/mx/core/Application.as         |  8 ++++-
 .../src/main/royale/mx/managers/SystemManager.as   | 18 +++++++++-
 6 files changed, 68 insertions(+), 28 deletions(-)