You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/01/04 09:46:00 UTC

[royale-asjs] branch develop updated (16663f4 -> 8aaa316)

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

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


    from 16663f4  jewel-disabled: extend from DispatcherBead to allow extend this bead. This showcase a probem where we have [Bindable] but the class doesn't have EventDispatcher on the hierarchy, so the compilation fails. Maybe this could be solve in some way?
     new a97734c  Fetch positioner into a variable in a few high-impact methods (x, y, setX, setY) of UIBase, to avoid several function calls per use of positioner.
     new 174c6f1  MX ADG: Fix scroll handler (under async scroll events) and optimize current implementation of ADG, especially with regard to header renderers.
     new 8aaa316  Merge pull request #1031 from estanglerbm/mx-scroll-event-fix

The 12245 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:
 .../main/royale/org/apache/royale/core/UIBase.as   |  36 ++++---
 .../beads/AdvancedDataGridHeaderLayout.as          |  31 +++---
 .../AdvancedDataGridHeaderRenderer.as              | 113 +++++++++++++--------
 .../AdvancedDataGridSelectableItemRendererBead.as  |  56 +++++++---
 .../beads/layouts/AdvancedDataGridLayout.as        |   6 --
 .../mx/controls/beads/layouts/DataGridLayout.as    |  36 ++++---
 6 files changed, 173 insertions(+), 105 deletions(-)