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

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


    from 0a6bf1db94 handle css functions for sizing
     add 095947eb5d Merge branch 'Radio' into Textarea
     add e116636a37 Remove duplicate properties
     add 32b6ce96d7 Move all the attributes from style to element
     add 4594480658 Fixed Textarea
     add c4b09901bf Merge branch 'develop' into Textarea
     add aeeadcbfcf Merge branch 'Textarea' of 
https://github.com/estib-prog/royale-asjs into Textarea
     new 46ab09177e Merge pull request #1283 from estib-prog/Textarea

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:
 .../projects/Style/src/main/resources/defaults.css |   3 +
 .../Style/src/main/resources/style-manifest.xml    |   2 +
 .../style/{elements/Audio.as => Textarea.as}       |  25 +--
 .../org/apache/royale/style/elements/Textarea.as   | 222 +++++++++++++++++++++
 .../org/apache/royale/style/skins/TextareaSkin.as  | 144 +++++++++++++
 .../states/{ActiveState.as => InvalidState.as}     |   8 +-
 6 files changed, 385 insertions(+), 19 deletions(-)
 copy 
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{elements/Audio.as
 => Textarea.as} (78%)
 create mode 100644 
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/TextareaSkin.as
 copy 
frameworks/projects/Style/src/main/royale/org/apache/royale/style/stylebeads/states/{ActiveState.as
 => InvalidState.as} (86%)

Reply via email to