This is an automated email from the ASF dual-hosted git repository.
greg-dove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 3c1d1f000b ApproveRoyale.xml: fix examine-jars to work on all
platforms (not macOS only)
new 51ee2c3bcf stylebead changes - permit use of calc in value/selector
combo, Allow nested AttributeState/DataState styling.
new d224f96cfb Tooltip updates with 2 TooltipBeads. A little trickier than
I expected... required a bunch of skin updates, but I believe that is working
now.
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:
.../Style/src/main/resources/style-manifest.xml | 4 +
.../main/royale/org/apache/royale/style/Tooltip.as | 42 ++-
.../royale/style/beads/AdaptiveTooltipBead.as | 62 ++++
.../org/apache/royale/style/beads/TooltipBead.as | 333 +++++++++++++++++++++
.../org/apache/royale/style/skins/ITooltipSkin.as | 3 +
.../org/apache/royale/style/skins/TooltipSkin.as | 143 ++++++---
.../royale/style/stylebeads/LeafStyleBase.as | 8 +-
.../stylebeads/states/attribute/AttributeState.as | 4 +
8 files changed, 542 insertions(+), 57 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/beads/AdaptiveTooltipBead.as
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/beads/TooltipBead.as