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 38de51e Update UIComponent.as
new f5ec3ad coercions return null if input is null
new d7fc165 should use model instead of presuming property name
new 205e691 handle explicit width and height
new b15c6ff target is a popular name so use something else to avoid
collisions
new 2cf197e handle explicit sizing
new f9ac21c switch to absolute when setting positions in JS
new e657d09 need Binding classes
new 78d84b6 get GroupBase and Spark Image working
new d9a8dfb get spark layout working
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:
.../main/royale/org/apache/royale/core/IImage.as | 14 +-
.../royale/org/apache/royale/core/ImageViewBase.as | 14 +-
.../org/apache/royale/events/EventDispatcher.as | 10 +-
.../royale/org/apache/royale/utils/Language.as | 2 +-
.../MXRoyale/src/main/royale/mx/controls/Image.as | 2 +-
.../mx/core/LayoutElementUIComponentUtils.as | 4 +
.../src/main/royale/mx/core/UIComponent.as | 4 +-
.../src/main/config/compile-swf-config.xml | 1 +
.../SparkRoyale/src/main/resources/defaults.css | 12 +
.../src/main/royale/SparkRoyaleClasses.as | 2 +
.../src/main/royale/spark/components/Image.as | 70 ++-
.../spark/components/supportClasses/GroupBase.as | 182 ++++++-
.../src/main/royale/spark/layouts/BasicLayout.as | 551 +++++++++++++++++++++
.../main/royale/spark/layouts/HorizontalLayout.as | 15 +-
.../main/royale/spark/layouts/VerticalLayout.as | 15 +-
.../spark/layouts/supportClasses/LayoutBase.as | 5 +
.../layouts/supportClasses/SparkLayoutBead.as | 122 +++++
17 files changed, 968 insertions(+), 57 deletions(-)
create mode 100644
frameworks/projects/SparkRoyale/src/main/royale/spark/layouts/BasicLayout.as
create mode 100644
frameworks/projects/SparkRoyale/src/main/royale/spark/layouts/supportClasses/SparkLayoutBead.as