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

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


    from f2d58a5  Support request for ability to switch off AMF verbose logging 
in js (which is present in flash debug output). The easiest way to do this is 
with a different ClassAliasBead : <js:AMFClassAliasBead verboseLogging="false" 
/>
     add 03cc89e  remove trace statement so it doesn't show up in greps
     add 0977676  BoxLayout listens to children and runs layout if they change 
size
     add 7704676  add typename
     add c819fec  fix DateChooser column headers.  Should fix #844
     add 241c927  try to get measurement changes propagated bottom up
     add f59cbc3  fix crash in Panel
     add b01a9aa  handle remove
     add 93f6585  Merge branch 'develop' into ChildResize
     add 43ce0a8  Merge branch 'develop' into ChildResize
     add 199b495  make sure Image/Bitmap image measurements are not NaN
     add 47a85d8  Spark Label is a 'native' control (no view) so it has to send 
notifications if its size changes as the text changes
     add 8ccfa56  listen for child size changing
     add 2874e45  More measurements happening, so need to check safety
     add 6c7c869  handle skins of SkinnableContainers that are fully sized by 
parent
     add 8d9bb55  Merge branch 'ChildResize' of 
https://github.com/apache/royale-asjs into ChildResize
     add 11c1735  stop forcing size of DG to 200x200 and try measuring based on 
rowHeight and number of rows in DG when set
     add 5787649  invalidateSize if children are growing during layout.  It 
means that a child that was sizedToContent was re-measured or otherwise got a 
new size so the parent's size is invalid unless both explicitly set.  Even for 
percentage sizing the min size of the parent depends on the children's size
     add b34b163  Fix #1019
     add 02a50e8  Make sure scrollbars don't prevent a height measurement
     add ff08ebb  Setting explcit dimensions directly means read dimensions are 
different to explicit dimensions which can mess up layout.
     add 2597ac6  An initial implementation of spark Line
     add 823550a  Width and height are set on clear so need to do measure 
before that
     add 8920c39  try to fix #1021
     add 42dead6  Make sure SkinnableContainer is measured by skin if possible
     add 0d781be  Merge branch 'develop' into ChildResize
     new d8a6186  Merge branch 'ChildResize' into develop
     new 03a67cb  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop

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:
 .../MXRoyale/src/main/resources/defaults.css       |  2 -
 .../main/royale/mx/containers/beads/BoxLayout.as   | 43 +++++++++++++++++-
 .../MXRoyale/src/main/royale/mx/core/Container.as  | 46 ++++++++++++++++++-
 .../royale/spark/components/SkinnableContainer.as  | 41 +++++++++++++++++
 .../royale/spark/components/beads/GroupView.as     | 21 +++++++--
 .../components/beads/SkinnableContainerView.as     | 14 ++++--
 .../layouts/supportClasses/SparkLayoutBead.as      | 52 +++++++++++++++++++++-
 7 files changed, 207 insertions(+), 12 deletions(-)

Reply via email to