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 d9a8dfb get spark layout working
new ca8c17c add scale properties to format. multiparagraph textflows
seemed to fail calculating leading
new 550761c insert contentarea layout sooner so the base class doesn't
add a default layout first
new af65a24 set some default styles for TLF
new 213e224 stop returning 0 as a default. We need some styles to return
undefined
new 37c3e7a add TLF and Reflection to SparkRoyale
new e80ef04 get RichText to use TLF
new 85931a2 switch to using just 'padding' so it doesn't overrule other
padding. The CSS lookup may need to be smarter about rule precedence
The 7 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/config/compile-js-config.xml | 5 +-
.../org/apache/royale/html/beads/PanelView.as | 12 +-
.../MXRoyale/src/main/resources/defaults.css | 7 +
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 3 +-
.../main/royale/mx/containers/beads/BoxLayout.as | 8 +-
.../main/royale/mx/containers/beads/PanelView.as | 9 +-
.../MXRoyale/src/main/royale/mx/core/Container.as | 9 +-
.../src/main/royale/mx/core/UIComponent.as | 2 +-
.../src/main/royale/mx/styles/IStyleClient.as | 268 +++++++++++++++++++++
.../src/main/config/compile-swf-config.xml | 3 +
.../src/main/royale/spark/components/RichText.as | 194 +++++++++------
.../spark/components/supportClasses/TextBase.as | 73 ++++--
.../main/royale/spark/core/CSSTextLayoutFormat.as | 153 ++++++++++++
.../royale/textLayout/formats/TextLayoutFormat.as | 2 +
14 files changed, 637 insertions(+), 111 deletions(-)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/styles/IStyleClient.as
create mode 100644
frameworks/projects/SparkRoyale/src/main/royale/spark/core/CSSTextLayoutFormat.as