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

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


    from 31f5200  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     new 0795dbb  rudimentary support for lineargradient
     new 6e9d3b5  support 'justify' in VerticalLayout
     new d8aeacf  support custom skins in Spark Containers

The 3 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:
 .../src/main/royale/mx/display/Graphics.as         | 156 +++++++++--
 .../src/main/royale/mx/graphics/LinearGradient.as  |   8 +-
 .../SparkRoyale/src/main/resources/defaults.css    |   9 +-
 .../src/main/royale/SparkRoyaleClasses.as          |   1 +
 .../src/main/royale/spark/components/Panel.as      | 156 ++++++-----
 .../components/beads/SkinnableContainerView.as     |  14 +
 .../spark/components/beads/SparkContainerView.as   |   5 +
 .../components/beads/SparkSkinScrollingViewport.as | 102 ++++++-
 .../main/royale/spark/layouts/VerticalLayout.as    |   1 -
 .../spark/layouts/supportClasses/LayoutBase.as     |  32 ++-
 .../layouts/supportClasses/SparkLayoutBead.as      |  10 +-
 .../main/royale/spark/skins/spark/PanelSkin.mxml   | 302 +++++++++++++++++++++
 12 files changed, 680 insertions(+), 116 deletions(-)
 create mode 100644 
frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/PanelSkin.mxml

Reply via email to