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

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


    from 9dba5b593e Tidy ups, plus trying to get color variation working more 
perceptually for use in skinning.
     new 5512fb2e1f Numerous updates and tweaks
     new d3f502fb00 @royalesuppressexport was causing problems here. 
ILeafStyleBead was failing for type checking in parts of the styling code 
detail: ROYALE_CLASS_INFO and the interface is not added to the generated js - 
bug, or intended?

The 2 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:
 .../royale/org/apache/royale/style/CheckBox.as     |  5 ++
 .../main/royale/org/apache/royale/style/Divider.as | 17 +++++-
 .../royale/org/apache/royale/style/IStyleSkin.as   |  2 +
 .../royale/org/apache/royale/style/IStyleUIBase.as |  5 +-
 .../royale/org/apache/royale/style/StyleSkin.as    |  4 ++
 .../royale/org/apache/royale/style/StyleUIBase.as  | 22 ++++++-
 .../apache/royale/style/colors/ThemeColorSet.as    |  4 +-
 .../org/apache/royale/style/skins/CheckBoxSkin.as  | 48 ++++++++++++---
 .../org/apache/royale/style/skins/DividerSkin.as   | 37 ++++++++++--
 .../royale/style/stylebeads/ILeafStyleBead.as      |  1 +
 .../apache/royale/style/stylebeads/IStyleBead.as   |  1 +
 .../royale/style/stylebeads/LeafStyleBase.as       |  2 +-
 .../royale/style/stylebeads/StyleBeadBase.as       | 11 +++-
 .../royale/style/stylebeads/states/HasState.as     | 70 +++++++++++++++++++++-
 .../royale/style/stylebeads/states/HoverState.as   |  3 +-
 .../style/stylebeads/states/LeafDecorator.as       | 33 +++++++++-
 .../royale/style/stylebeads/states/NotState.as     | 70 ++++++++++++++++++++--
 17 files changed, 302 insertions(+), 33 deletions(-)

Reply via email to