This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a change to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 00d012e Merge branch 'release/0.9.6' of
https://github.com/apache/royale-asjs into release/0.9.6
new 8138df8 some refactoring and exposing more protected members to allow
overriding from MXRoyale
new 070f3c4 virtual layout in ADG. Should fix #468
new 1f3b96d Fixes #445
new 26932ed Make operator precedence explicit
The 4 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/resources/defaults.css | 3 +
.../org/apache/royale/html/beads/DataGridView.as | 12 +-
.../VirtualDataItemRendererFactoryForArrayData.as | 2 +-
.../royale/html/beads/layouts/DataGridLayout.as | 12 +-
.../beads/layouts/VirtualListVerticalLayout.as | 10 +-
.../MXRoyale/src/main/resources/defaults.css | 9 +-
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 +
...idColumnList.as => AdvancedDataGridListArea.as} | 28 +-
...actoryForICollectionViewAdvancedDataGridData.as | 106 ++++--
.../CascadingMenuSelectionMouseController.as | 31 ++
.../beads/layouts/AdvancedDataGridLayout.as | 145 ++++++++
.../AdvancedDataGridVirtualListVerticalLayout.as | 374 +++++++++++++++++++++
12 files changed, 691 insertions(+), 44 deletions(-)
copy
frameworks/projects/MXRoyale/src/main/royale/mx/controls/advancedDataGridClasses/{AdvancedDataGridColumnList.as
=> AdvancedDataGridListArea.as} (65%)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/layouts/AdvancedDataGridLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/layouts/AdvancedDataGridVirtualListVerticalLayout.as