You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/29 06:23:24 UTC

[royale-asjs] branch feature/MXRoyale updated (768b3b3 -> 4ee0b60)

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

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


    from 768b3b3  Rect.as Added
     add 08908ec  Added Skin files
     add f1c00f3  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-7
     new 4ee0b60  Merge pull request #255 from LHR07-DBz/LHR07-DBz-5-7

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:
 .../src/main/royale/SparkRoyaleClasses.as          |  98 +--
 .../src/main/royale/spark/components/Group.as      | 706 +++++++++++++++++++++
 .../royale/spark/components/supportClasses/Skin.as |  93 +++
 .../src/main/royale/spark/skins/SparkSkin.as       | 209 ++++++
 .../spark/skins/spark/BorderContainerSkin.as}      | 133 ++--
 .../spark/skins/spark/DefaultItemRenderer.as       | 179 ++++++
 6 files changed, 1315 insertions(+), 103 deletions(-)
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/Group.as
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/Skin.as
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/SparkSkin.as
 copy frameworks/projects/{MXRoyale/src/main/royale/mx/core/FlexGlobals.as => SparkRoyale/src/main/royale/spark/skins/spark/BorderContainerSkin.as} (57%)
 create mode 100644 frameworks/projects/SparkRoyale/src/main/royale/spark/skins/spark/DefaultItemRenderer.as

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.

[royale-asjs] 01/01: Merge pull request #255 from LHR07-DBz/LHR07-DBz-5-7

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

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

commit 4ee0b6048917d5849c781e2a3e813faf58ee5c9a
Merge: 768b3b3 f1c00f3
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Tue May 29 11:23:02 2018 +0500

    Merge pull request #255 from LHR07-DBz/LHR07-DBz-5-7
    
    Added Skin files

 .../src/main/royale/SparkRoyaleClasses.as          |  98 +--
 .../src/main/royale/spark/components/Group.as      | 706 +++++++++++++++++++++
 .../royale/spark/components/supportClasses/Skin.as |  93 +++
 .../src/main/royale/spark/skins/SparkSkin.as       | 209 ++++++
 .../spark/skins/spark/BorderContainerSkin.as       |  77 +++
 .../spark/skins/spark/DefaultItemRenderer.as       | 179 ++++++
 6 files changed, 1315 insertions(+), 47 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.