You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/04/04 00:27:10 UTC

[royale-asjs] branch develop updated (bf60f21 -> 26c98d6)

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 bf60f21  jewel-alert: use html instead text for messages
     new 503016f  try to support text measurement in TextInput
     new 4d40820  validator support for triggers
     new 26c98d6  changes to support forms that are sized to content

The 8862 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/containers/FormItem.as      | 105 ++++++++++++++++++---
 .../src/main/royale/mx/controls/TextInput.as       | 103 +++++++++++---------
 .../src/main/royale/mx/core/UIComponent.as         |  66 ++++++++++++-
 .../src/main/royale/mx/core/UITextFormat.as        |  19 +++-
 .../src/main/royale/mx/managers/SystemManager.as   |   6 ++
 .../src/main/royale/mx/validators/Validator.as     |   8 +-
 6 files changed, 245 insertions(+), 62 deletions(-)