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 53f49b9 putting client in public folder makes it appear in the war's
root
add 593e3b4 Created mxroyale tests for Mustella. Limited tests to just a
Button.
add a11c8b4 Restored test directory. Now passes.
add e8acab4 Copied some MX tests from flex-sdk to start mx/spark
emulation work.
add 4cbf6d3 ant and maven build scripts for MXRoyale. Probably needs
more tweaking
add 40cc398 first cut at UIComponent. Doesn't compile yet
add 50fa081 Added targets for mxtests (MX and Spark emulation).
add 17e421f getting closer to compiling without errors
add 4723765 Added Button.
add fa0fee1 Replaced Flex [Event] with Royale ones.
add 193352b Added Label.
add 3334e48 Added Image and TextInput.
add 2bc1db0 Added CheckBox.
add 234ba18 Added RadioButton and RadioButtonGroup
add 3613119 need TextLineMetrics
add a38ae11 need to make the backing variable protected so subclasses can
override behavior
add 7227ffb clean compile of UIComponent. Need to fix up pom for Maven,
then get it to run
add ec5c1c8 maven build for MXRoyale
add 3246611 add MXRoyale to Maven build
add 7da4f9d get Label to compile
add 8ab8ef4 add MXRoyale to flex-config
add 01d8d16 suppress warnings
add 551d74e change the 'document' property in UIComponent and elsewhere
to 'component'. The 'document' property was conflicting with the browser's
document object.
add 518ac16 get MXRoyale App to be a valid container like it was in Flex
add 7b94007 TextInput compiles. Added missing components to manifest file.
add d3544c4 RadioButtonGroup compiles. Added ItemClickEvent.
add e2c6253 Button, RadioButton compile. Fix for RadioButtonGroup.
add 58f2f0b Image and CheckBox now compile.
add 3cb91f4 MXRoyale compiles without errors or warnings.
add 22e7b59 Simple HelloWorld for MXRoyale.
add c22a65d TextInput with displayAsPassword working (using beads).
add 8937e8d A proper MX application example.
add 469db58 Partially working.
add b31af2a Tried using a different typeNames value; resetting to Button.
add 2c303f2 add css to JS compiles
add 8cb6bc7 Fixed misspelled example name.
add ca4c325 Cleaned up Button code. Added Image style to defaults.css.
add 9f179ba Added initial versions of Container and Box.
add dd480b9 Added ControlsExample.
add 914592a Added HBox and VBox
add d315549 Added BoxLayout as a bead and updated some core classes and
added a few new classes as needed by BoxLayout. Partially working.
add f3e5829 js build of mxtests
add 112c94d try to handle no initialView
add c048ae3 start converting mxtests
add a5d158a more APIs
add ad238ff Updated Image and Button to handle async loading of image
sources. Updated layouts and base component classes.
add fbccc64 Updated examples to remove js:initialView.
add 96fb4e4 Uses setWidthAndHeight to implement setActualSize.
add 5415b1a mx:Application now extends Container; working for HTML/JS.
Added ApplicationLayout; work in progress.
add e901b83 Updated MXRoyale ControlsExample - now very much like an MX
application.
add a2d6305 Clean up of layout code.
add e9414c6 fix verify errors
add 7fac729 get rid of some warnings
add 807a6e6 undo bad merge
add 1fc9dc6 Migrating Flex apps won't have model/controller
add 03b4de0 Adding TextArea. HTML/JS side of TextArea working.
add 34d0f1c Added mx:Text. Enabled more properties such as selectable.
Updated ControlsExample.
add c6f6680 add $ methods so they can be overridden
add f62ec1c Flex has states and transitions out-of-the-box
add 4f2d2a1 try using addedToParent
add fdcf746 try to implement more APIs
add 10aa230 need custom context for mustella
add ecc81f5 need the right parent
add 4fc74ec need button view that doesn't require SimpleButton
add 5bcd087 fix some of the wrapping
add e1515f9 ignore 'not implemented' output
add 67efe4f try unwrapping the SWF side. Otherwise Basic views would
need to be adjusted to use . Seems to work. SWF mxtests passed
add 8f01fb6 fix paths to scripts
add c93a85d handle no initialView
add 654044d Flex MX defaulted to Arial 12px
add dc52534 fix wrappers
add cc6f751 move visual css to theme
add c0c595d fix button sizing
add 762b0b5 fix label sizing
add 5bbfae1 Fixes sizing issues for MXRoyale Label and Button. Uses
background-image for Button icon.
add af91400 Better looking Button. Still need to address labelPlacement.
add 6506842 Updated ControlsExample.
add 03fd2d4 Expose private function as protected to use in subclass.
add decf437 Added support for mx:ToolTip.
add 392a0a3 Spacer
add cc60bdf LinkButton.
add 94cb1a5 hide mustella output
add 261b230 add MXRoyale to build
add e91b8c5 add checkbox to mxtests
add f872742 add model and view for checkbox
add daf345e add checkbox to mxtests
add b765925 checkbox test passes on SWF
add 1653bb4 set typename as expected. Mustella will search for it
add ef1f88c Checkbox has a label property
add 48e9ec6 fix how we find the root now that mx:Application is not the
body
add 19804bf output stack trace
add 7ad9d7c Merge branch 'feature/MXRoyale' of
https://github.com/apache/royale-asjs into feature/MXRoyale
add ed5b6ed mx.containers.Canvas compiles.
add 78e42a2 Added gridClasses folder with files
add 3453d40 Delete gridClasses.zip
add 71f7c48 SolidColor Added
add c26a2d8 Update MXRoyaleClasses.as
add 641565f Update MXRoyaleClasses.as
add d23edd2 SolidColor.as Constructor Added
add 217fcd8 Update MXRoyaleClasses
add 5bf6511 Flex->Royale
add 99e391c Update mx.core.EventPriority
add 2d66441 Update MXRoyaleClasses.as
add 2e17796 Update MXRoyaleClasses.as
add 058916d Added IFactory.as
add 29aca91 Copied IViewCursor.as flexSDK->Royale
add d0bec9b ICollectionView Copied FlexSDK->Royale
add 7f528a9 Update IViewCursor.as
add 279e1ae Update file
add e6d4c04 Update ICollectionView.as
add 6043fa6 Update MXRoyaleClasses.as
add cbceafc Copied GridColumnInfo.as FlexSDK->Royale
add ff9879a Copied GridRowInfo.as FlexSDK->Royale
add db20b05 Copied GridItem & GridRow Flex->Royale
add 374f01c Update GridColumnInfo.as
add ea72ca2 Update GridRowInfo.as
add 64c72ed MxRoyaleClasses.as :GridColumnInfo & GridRowInfo
add f6bd45f Copy Tile and TileDirection From Flex SDK
add fca5978 Updating Tile.as File
add 82b77c7 Updating TileDirection.as File
add ae3c36e Updating MXRoyaleClasses.as for Tile.as
add 834aa38 Updating Tile.as to remove Warning
add 6489ddc protected->Mx_internal , Setter and Getter added
add ee4a51f Copied CloseEvent file FlexSDK->Royale
add 495262e Updating MXRoyaleClasses.as for CloseEvent
add 475205f Update CloseEvent.as
add a4d016b HRule VRule:Src files Copied From FlexSdk->Royale
add 6ab5608 VRule.as (Compiles)
add 0ffadbd Updating MXRoyaleClasses.as for VRule
add d7571a2 Updating MXRoyaleClasses.as for HRule
add ac5d75d HRule.as Compiles
add 85f6999 ListEvent.as
add 48b0fbd Added Slider Event
add 417374f mx-royale-manifest.xml for ListEvent & SliderEvent
add e305de3 Updating MXRoyaleClasses.as
add 5f53999 Deletion of rows from mx-royale-manifest.xml
add 6b5ae47 Added CanvasLayout.
add 3135e47 ArrayList and ArrayUtil now compile along some ancillary
classes.
add 18b0b62 Added NumericStepper. Fixed compilation warnings in some
events.
add 96dcb46 Updated ControlsExample to include NumericStepper.
add 53773b1 Added DividedBox, HDividedBox, and VDividedBox.
add 3971a6e force a dependency to allow namespaces to work. Should
revisit this at some point. Language can't really cause circulars
add 296d625 mx_internal and RadioButtonView needed for RadioButton
add 51816c6 fix up component/document chain
add c366004 MXML components are top of component/document chain
add 9f46e48 mx radiobutton passes checkintests
add 8db355e radiobutton mx checkintests
add e9bd2cf Merge branch 'feature/MXRoyale' of
https://github.com/apache/royale-asjs into feature/MXRoyale
add 7d8135e Merge branch 'feature/MXRoyale' into mxRoyaleAQ
add 4d3994b Merge pull request #138 from alinakazi/mxRoyaleAQ
add 3cfa84f suppress warnings
add 7f856dc Merge branch 'feature/MXRoyale' into alinakazi-HRuleVRule
add 84d6df7 Merge pull request #142 from alinakazi/alinakazi-HRuleVRule
add bc1076a Removed reference to IDE image.
add f3da3cc Adding DateChooser.
add e6629b7 FocusManager is needed to run tests because fake mouse clicks
won't set focus
add be05e5a implement support for FocusManager
add 2d863e6 add FocusManager to MXRoyale
add fdc7151 handle FocusManager in TextInput
add 870c75b MX TextInput starts out null
add 52b2694 need NonNullTextModel in SWC
add 35da1e0 TextInput tests
add e9fc0f2 Merge branch 'feature/MXRoyale' of
https://github.com/apache/royale-asjs into feature/MXRoyale
add 604d756 default beads for TextArea
add a0e90ca Get TextArea to accept focus
add 030d6cb TextArea test
add ae110b7 fix TextArea
add c093eef add TextArea to JS checkintests
add 0fdd12a ProgressBar et al compiles.
add 2c09cd4 Merge branch 'feature/MXRoyale' into MxRoyaleCloseEvent
add c578ffc Merge pull request #144 from alinakazi/MxRoyaleCloseEvent
add ac759af Merge branch 'feature/MXRoyale' into
mxRoyaleTileandTileDirection
add a233eb0 Merge pull request #143 from
alinakazi/mxRoyaleTileandTileDirection
add f0d8224 Removed reference to Tile.png icon file.
add 750fe6a Merge branch 'feature/MXRoyale' into GridItemGridRow
add 44d0846 Merge pull request #146 from alinakazi/GridItemGridRow
add 87cf932 Added ScrollPolicy and ControlBar (#145)
add 43641c2 MoveEvent.as and ValidationResultEvent.as Added (#149)
add aedb06a Merge branch 'develop' into feature/MXRoyale
add 2e0694e ScrollEvent (#150)
add 220e57c measurement is not PAYG and should be its own subsystem
add c83e8d3 fix up Container after removing CSSContainerUtils
add 04a0f83 DividerEvent Added (#151)
add 0182288 DragSource.as Added (#152)
add c893f19 ViewStack and IndexChangedEvent compile.
add 993d401 Copied FlexSDK->Royale
add 8a0f287 Update ResizeEvent.as
add 848acaf Update SandBoxMouseEvent.as
add e1d3b18 Update MXRoyaleClasses.as
add a90ffd0 Copied StringUtil.as Flex->Royale
add 8980175 Update StringUtil.as
add 639d782 Update MXRoyaleClasses.as
add b50f024 update version
add cf699a7 maven build for mxroyale examples
add 6c0e833 Merge branch 'feature/MXRoyale' into StringUtil
add 99bf313 Merge pull request #158 from alinakazi/StringUtil
add 2b05ff8 Update GridColumnInfo.as
add e50141d Update GridRowInfo.as
add ba98431 Product Version Updated
add 2cfc040 productversion Royale 0.9.3
add 0911ef8 Merge pull request #147 from alinakazi/GridItemGridRow
add 63beb2a Merge branch 'feature/MXRoyale' into SandBoxMouse_ResizeEvent
add 85be50c Merge pull request #155 from
alinakazi/SandBoxMouse_ResizeEvent
add 8af4d01 Merge branch 'feature/MXRoyale' of
https://github.com/apache/royale-asjs into feature/MXRoyale
add 7d56cf5 Merge branch 'feature/MXRoyale' into Cursor
add 7c9bdd5 Merge pull request #156 from alinakazi/Cursor
add b03231a Merge branch 'feature/MXRoyale' into EventPriority
add 4371cac Merge pull request #157 from alinakazi/EventPriority
add d5a9245 mx.graphics.GradientEntry Added (#159)
add 5a3d8d6 mx.graphics.IFill Added (#160)
add d9cd63b mx.graphics.IStroke Added (#161)
add 91a5b57 SolidColor and SolidColorStroke Added (#163)
add 0303e5c Merge branch 'feature/MXRoyale' into feature/MXRoyale
add 4300235 Added ChartItem.as
add 60c5af3 Update MXRoyaleClasses.as
add 28e582d ClassFactory Added
add 9bd212f Update MXRoyaleClasses
add 0e94795 properties added
add 19a550b Update Classfactory.as
add 928a386 LineChart.as Added
add 3117b16 Update LineChart.as
add 216d6d9 Update LineChart
add aa5a4a2 Pie Chart Added
add 788af23 Bar and ColumnChart Added
add 4166eea Update MXRoyaleClasses
add 0c92b7b ChartBase.as Added
add 37515f2 Update ChartBase
add 68acb80 Update BarChart.as
add 10acf5b Update ColumnChart
add 7e1cf11 Update PieChart
add 0178296 Added Resize.as
add 2d1db32 Update MXRoyaleClasses.as
add 6baa64b Tween.as Added
add 2bbdf93 Update MXRoyaleClasses
add 64f2ff4 Move.as Added
add 4fb041b Update MXRoyaleClasses.as
add f6f2e96 LinearGradient Added
add 40f83e7 Update MXRoyaleClasses
add ab150ca Update Stroke.as
add bdc4ff3 Update MXRoyaleClasses
add c176f2b Constructor Added to SolidColor
add 16c3a7c Added GradientEntry.as
add 1918d5d Update MXRoyaleClasses for GradientEntry
add e0f0931 Merge branch 'feature/MXRoyale' into graphics
add 4a41af0 GradientEntry Consructor Deleted
add 730c5c8 GradientEntry Constructor Added
add 930c1a3 Merge pull request #162 from alinakazi/feature/MXRoyale
add 57d0444 Merge branch 'feature/MXRoyale' into graphics
add bd45106 Merge pull request #165 from alinakazi/graphics
add d5bb683 Merge branch 'feature/MXRoyale' into stroke
add fd8404f Merge pull request #166 from alinakazi/stroke
add faae9f9 ApplicationDomain.as Added
add 3d932b2 Update MXRoyaleClasses.as
add 3e7e413 Merge pull request #171 from alinakazi/ApplicationDomain
add 908b4e9 use getBoundingClientRect instead of offsets and handle
floating point values
add b457f07 handle objects being removed from stage in earlier event
add 6ae6b8a handle strandChildren in Royale containers
add 4be174f allow clicking on textfield to open dropdown
add d7be330 move filling in id slot before adding to displaylist so
initialize event handlers can reference the slot
add 21f6b5c add abstraction to IPopUpHost so popups can go in container
chrome
add 6943f02 MX combobox
add 95b5923 resurrect more of the UIComponent lifecycle and get
initialize event working
add bb4cf4d combobox checkintests
add 98e128f Merge branch 'feature/MXRoyale' into linearGradient2
add 67481be Merge pull request #172 from alinakazi/linearGradient2
add 9ab5748 Merge branch 'feature/MXRoyale' into Effects_Move
add 68b7103 Merge pull request #173 from alinakazi/Effects_Move
add 36c3f6f Merge branch 'feature/MXRoyale' into effects_Tween
add 770663c Merge pull request #174 from alinakazi/effects_Tween
add 465854a Merge branch 'feature/MXRoyale' into effects_Resize
add 65d8fdd Merge pull request #175 from alinakazi/effects_Resize
add b1525f2 MX Panel
add 2ed9d14 wait until ISort comes in
add f299b85 ViewStack is missing
add f48095c fix build
add 854bf14 Merge branch 'feature/MXRoyale' into barcolumnpiechart
add ae9ce01 Merge pull request #170 from alinakazi/barcolumnpiechart
add 3b5dc5b Merge branch 'feature/MXRoyale' into chartsLineChart
add a179504 Merge pull request #168 from alinakazi/chartsLineChart
add 7e8a0e2 Merge branch 'feature/MXRoyale' into mxClassfactory
add 41bedd4 Merge pull request #169 from alinakazi/mxClassfactory
add f592c41 Merge branch 'feature/MXRoyale' into feature/MXRoyale
add 0aa7a42 ListBase.as Added
add b9b98c8 Update MXRoyaleClasses.as
add 24df5ee ITreeDataDescriptor.as Added
add e39673e Update MXRoyaleClasses
add 802f694 TreeListData.as Added
add 09efe89 Update MXRoyaleClasses.as
add a34fc94 RenderData.as Added
add 9a80197 Update MXRoyaleClasses.as
add a6e0600 CompositeEffectInstance Added
add 4bec710 EffectInstance.as Added
add 4be7358 Update MXRoyaleClasses
add 8124123 HitData.as Added
add 6926265 Update MXRoyaleClasses.as
add 352f0e8 Added Effect.as
add 8dc3c80 Update Effect.as
add 7cc90a1 Sequence.as Added
add 1aa183e Update MXRoyaleClasses.as
add 585c268 Merge branch 'feature/MXRoyale' into EffectnSequence
add 5758fc7 Update Effect.as
add 65f4f00 PropertyChanges FlexSDK->Royale
add 292b310 Update PropertyChanges.as
add 07143cf IEffectInstance.as Copied FlexSDK->Royale
add b8d0c4d Update IEffectInstance.as
add dd2f8dd EffectEvent Copied FlexSDK->Royale
add c999766 Update EffectEvent.as
add 7e58d26 Update MXRoyaleClasses.as
add 3160752 Update IEffectInstance
add 5593272 Update EffectEvent
add 060c934 Update MXRoyaleClasses
add c2bc61e Update IEffectInstance
add 5db7597 Delete PropertyChanges.as
add 6589ab5 GroupingField.as Added
add 5516f93 Update MXRoyaleClasses
add 8954fcf Merge pull request #178 from alinakazi/feature/MXRoyale
add 4c6c2ac Grouping.as Added
add 5367a2a Update MXRoyaleClasses
add 81fed14 Merge pull request #179 from alinakazi/grouping
add d31654e Merge branch 'feature/MXRoyale' into GroupingField
add ca68bbc Merge pull request #180 from alinakazi/GroupingField
add 6e46948 fix maven build
add 399772b fix build
add a058b9b Merge branch 'feature/MXRoyale' into EffectEvent
add 391f0d4 Merge pull request #153 from alinakazi/EffectEvent
add 8c098de Merge branch 'feature/MXRoyale' into EffectnSequence
add fb2e981 Merge pull request #176 from alinakazi/EffectnSequence
add 8776db2 Merge branch 'feature/MXRoyale' into HitData
add c44ebeb Merge pull request #181 from alinakazi/HitData
add 7aa89e7 Merge branch 'feature/MXRoyale' into
EffectInstanceandCompositeEffectInstance
add 972a25e Merge pull request #182 from
alinakazi/EffectInstanceandCompositeEffectInstance
add 3ca56b6 eliminate ambiguous definitions in Jewel Ant build
add 5c035bb add Jewel to build
add 27e0eb3 try to get JewelExample to build in Ant
add 068b577 Merge branch 'feature/MXRoyale' into renderData
add b281fd0 Merge pull request #184 from alinakazi/renderData
add 501f057 Merge branch 'feature/MXRoyale' into TreeListData
add 7c53b26 Merge pull request #185 from alinakazi/TreeListData
add 1ff5ae2 Merge branch 'feature/MXRoyale' into ITreeDataDescriptor
add 816051d Merge pull request #186 from alinakazi/ITreeDataDescriptor
add ec4788a Merge branch 'feature/MXRoyale' into ListBase
add 2f1b306 Merge pull request #187 from alinakazi/ListBase
add 9a0b984 Merge branch 'develop' into feature/MXRoyale
add ade0559 fix up after popuphost change
add cf06ede UIBase className changes to support new cssclassList class
methods like addStyles
add 9afd30a hide build output
add 941f791 another approach to handling className and classList
add 919e9e7 first cut at another version of class selector management"
add aa4a0e3 integrate ClassSelectorList
add 8087f8d Merge branch 'feature/uibase-classname' into feature/MXRoyale
add 5b6f9db handle new toggleStyle API
add cb11c1e defaults.css
add 408184e use defaults.css
add 56ebe3b Merge pull request #7 from apache/feature/MXRoyale
add d4d0977 IBrowserManager.as Added
add 518aab3 Update MXRoyaleClasses.as
add 9d899fe Update MXRoyaleClasses
add c456fc9 BrowserManager.as Added
add 15ecc7b FormHeading.as Added
add 2c5241c Update MXRoyaleClasses
add 9f723f6 DataTransform.as Added
add 4783dbe Update MXRoyaleClasses
add 5f70e48 Added Border.as
add da0d97b Update MXRoyaleClasses
add 5a63545 CompositeEffect.as Added
add b6c462c Update MXRoyaleClasses
add 3c98af2 LogEventLevel.as Added
add 99a5045 Update MXRoyaleClasses
add d0b42dd ILogger.as Added
add f0dc695 Update MXRoyaleClasses
add ea92c33 Merge pull request #190 from alinakazi/ILogger
add b388317 Merge branch 'feature/MXRoyale' into LogEventLevel
add dfa53fc Merge pull request #191 from alinakazi/LogEventLevel
add 28b3278 Merge branch 'feature/MXRoyale' into compositeEffect
add 9e13f18 Merge pull request #192 from alinakazi/compositeEffect
add e100270 Merge branch 'feature/MXRoyale' into Border
add d85ee34 Merge pull request #193 from alinakazi/Border
add bb4fc24 Merge branch 'feature/MXRoyale' into dataTransform
add 7fbe5eb Merge pull request #194 from alinakazi/dataTransform
add 0b319f5 Merge branch 'feature/MXRoyale' into FormHeading
add 42888f8 Merge pull request #195 from alinakazi/FormHeading
add b463d9a Merge branch 'feature/MXRoyale' into IBrowserManager
add 3068592 Merge pull request #196 from alinakazi/IBrowserManager
No new revisions were added by this update.
Summary of changes:
.gitignore | 8 +-
build.xml | 178 +-
examples/mxroyale/ControlsExample/build.xml | 67 +
examples/mxroyale/ControlsExample/pom.xml | 65 +
.../src/main/resources/assets/mediumredrect.jpg | Bin 0 -> 13720 bytes
.../src/main/resources/assets/smallgreenrect.jpg | Bin 0 -> 13128 bytes
.../src/main/royale/ControlsExample.mxml | 99 +
examples/{royale => mxroyale}/HelloWorld/build.xml | 0
examples/mxroyale/HelloWorld/pom.xml | 65 +
.../HelloWorld/src/main/royale/HelloWorld.mxml | 36 +
examples/mxroyale/pom.xml | 181 +
.../src/main/config/compile-app-config.xml | 4 +-
frameworks/build.xml | 15 +
frameworks/flex-config-template.xml | 6 +
frameworks/js/projects/MXRoyaleJS/build.xml | 125 +
.../src/main/config/compile-js-config.xml} | 58 +-
.../projects/Basic/src/main/royale/BasicClasses.as | 1 +
.../royale/org/apache/royale/core/Application.as | 26 +-
.../royale/org/apache/royale/core/LayoutBase.as | 6 +-
.../main/royale/org/apache/royale/core/UIBase.as | 148 +-
.../main/royale/org/apache/royale/core/ViewBase.as | 13 +
.../apache/royale/html/accessories/ToolTipBead.as | 10 +-
.../org/apache/royale/html/beads/ComboBoxView.as | 2 +-
.../org/apache/royale/html/beads/DateFieldView.as | 2 +-
.../apache/royale/html/beads/DropDownListView.as | 4 +-
.../apache/royale/html/beads/TextFieldViewBase.as | 4 +-
.../html/beads/controllers/ComboBoxController.as | 1 +
.../projects/Core/src/main/royale/CoreClasses.as | 2 +
.../royale/org/apache/royale/core/ILayoutChild.as | 24 -
.../royale/org/apache/royale/core/IPopUpHost.as | 3 +-
.../core/{IPopUpHost.as => TextLineMetrics.as} | 32 +-
.../org/apache/royale/utils/ClassSelectorList.as | 122 +
.../org/apache/royale/utils/MXMLDataInterpreter.as | 12 +-
.../main/royale/org/apache/royale/utils/UIUtils.as | 2 +-
.../apache/royale/utils/cssclasslist/addStyles.as | 40 +-
.../royale/utils/cssclasslist/removeAllStyles.as | 7 +-
.../royale/utils/cssclasslist/removeStyles.as | 37 +-
.../royale/utils/cssclasslist/toggleStyle.as | 30 +-
.../org/apache/royale/utils/measureComponent.as | 5 +-
.../royale/org/apache/royale/createjs/core/View.as | 14 +
.../html/beads/controllers/DragMouseController.as | 4 +-
.../apache/royale/flat/beads/DropDownListView.as | 4 +-
.../Jewel/src/main/config/compile-swf-config.xml | 12 +-
.../main/royale/org/apache/royale/core/UIBase.as | 1628 ---------
.../main/royale/org/apache/royale/jewel/Button.as | 28 +-
.../royale/org/apache/royale/jewel/CheckBox.as | 24 +-
.../royale/org/apache/royale/jewel/RadioButton.as | 24 +-
.../main/royale/org/apache/royale/jewel/Slider.as | 10 +-
.../royale/jewel/beads/layouts/HorizontalLayout.as | 2 +-
.../beads/layouts/HorizontalLayoutSpaceBetween.as | 2 +-
.../layouts/HorizontalLayoutWithPaddingAndGap.as | 2 +-
.../royale/jewel/beads/layouts/VerticalLayout.as | 2 +-
.../layouts/VerticalLayoutWithPaddingAndGap.as | 2 +-
.../royale/jewel/beads/views/DropDownListView.as | 4 +-
.../royale/jewel/itemRenderers/ListItemRenderer.as | 2 +-
.../royale/jewel/supportClasses/TextFieldBase.as | 4 +-
.../projects/Language/src/main/royale/Namespace.as | 3 +
frameworks/projects/MXRoyale/build.xml | 134 +
frameworks/projects/MXRoyale/pom.xml | 140 +
.../src/main/config/compile-swf-config.xml | 22 +-
.../MXRoyale/src/main/resources/defaults.css | 190 ++
.../src/main/resources/mx-royale-as-manifest.xml} | 0
.../src/main/resources/mx-royale-manifest.xml | 54 +
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 116 +
.../src/main/royale/mx/charts/BarChart.as} | 81 +-
.../src/main/royale/mx/charts/ChartItem.as | 131 +
.../src/main/royale/mx/charts/ColumnChart.as} | 80 +-
.../MXRoyale/src/main/royale/mx/charts/HitData.as | 163 +
.../src/main/royale/mx/charts/LineChart.as} | 37 +-
.../src/main/royale/mx/charts/PieChart.as} | 36 +-
.../royale/mx/charts/chartClasses/ChartBase.as | 103 +
.../royale/mx/charts/chartClasses/DataTransform.as | 181 +
.../royale/mx/charts/chartClasses/RenderData.as | 126 +
.../src/main/royale/mx/collections/ArrayList.as | 849 +++++
.../main/royale/mx/collections/CursorBookmark.as | 164 +
.../src/main/royale/mx/collections/Grouping.as | 334 ++
.../main/royale/mx/collections/GroupingField.as | 495 +++
.../main/royale/mx/collections/ICollectionView.as | 296 ++
.../src/main/royale/mx/collections/IList.as | 271 ++
.../src/main/royale/mx/collections/IViewCursor.as | 466 +++
.../MXRoyale/src/main/royale/mx/containers/Box.as | 311 ++
.../src/main/royale/mx/containers/BoxDirection.as | 63 +
.../src/main/royale/mx/containers/Canvas.as | 395 +++
.../src/main/royale/mx/containers/ControlBar.as | 290 ++
.../src/main/royale/mx/containers/DividedBox.as | 1663 +++++++++
.../src/main/royale/mx/containers/FormHeading.as | 209 ++
.../src/main/royale/mx/containers/GridItem.as | 235 ++
.../src/main/royale/mx/containers/GridRow.as | 627 ++++
.../MXRoyale/src/main/royale/mx/containers/HBox.as | 121 +
.../src/main/royale/mx/containers/HDividedBox.as | 119 +
.../src/main/royale/mx/containers/Panel.as | 675 ++++
.../MXRoyale/src/main/royale/mx/containers/Tile.as | 952 ++++++
.../src/main/royale/mx/containers/TileDirection.as | 67 +
.../MXRoyale/src/main/royale/mx/containers/VBox.as | 117 +
.../src/main/royale/mx/containers/VDividedBox.as | 114 +
.../mx/containers/beads/ApplicationLayout.as | 112 +
.../main/royale/mx/containers/beads/BoxLayout.as | 488 +++
.../royale/mx/containers/beads/CanvasLayout.as | 221 ++
.../mx/containers/gridClasses/GridColumnInfo.as | 87 +
.../mx/containers/gridClasses/GridRowInfo.as | 156 +
.../containers/utilityClasses/ConstraintColumn.as | 463 +++
.../mx/containers/utilityClasses/ConstraintRow.as | 513 +++
.../royale/mx/containers/utilityClasses/Flex.as | 678 ++++
.../mx/containers/utilityClasses/FlexChildInfo.as | 212 ++
.../containers/utilityClasses/IConstraintLayout.as | 99 +
.../MXRoyale/src/main/royale/mx/controls/Button.as | 646 ++++
.../src/main/royale/mx/controls/CheckBox.as | 234 ++
.../src/main/royale/mx/controls/ComboBase.as | 803 +++++
.../src/main/royale/mx/controls/ComboBox.as | 817 +++++
.../src/main/royale/mx/controls/DateChooser.as | 1018 ++++++
.../MXRoyale/src/main/royale/mx/controls/HRule.as | 275 ++
.../MXRoyale/src/main/royale/mx/controls/Image.as | 302 ++
.../MXRoyale/src/main/royale/mx/controls/Label.as | 767 +++++
.../src/main/royale/mx/controls/LinkButton.as | 118 +
.../src/main/royale/mx/controls/NumericStepper.as | 664 ++++
.../src/main/royale/mx/controls/ProgressBar.as | 1248 +++++++
.../royale/mx/controls/ProgressBarDirection.as | 63 +
.../mx/controls/ProgressBarLabelPlacement.as | 93 +
.../src/main/royale/mx/controls/ProgressBarMode.as | 82 +
.../src/main/royale/mx/controls/RadioButton.as | 488 +++
.../main/royale/mx/controls/RadioButtonGroup.as | 603 ++++
.../MXRoyale/src/main/royale/mx/controls/Spacer.as | 91 +
.../MXRoyale/src/main/royale/mx/controls/Text.as | 545 +++
.../src/main/royale/mx/controls/TextArea.as | 2636 +++++++++++++++
.../src/main/royale/mx/controls/TextInput.as | 1794 ++++++++++
.../src/main/royale/mx/controls/ToolTip.as | 467 +++
.../MXRoyale/src/main/royale/mx/controls/VRule.as | 291 ++
.../mx/controls/beads/CSSImageAndTextButtonView.as | 382 +++
.../main/royale/mx/controls/beads/CheckBoxView.as | 311 ++
.../royale/mx/controls/beads/RadioButtonView.as | 361 ++
.../main/royale/mx/controls/beads/ToolTipBead.as} | 47 +-
.../royale/mx/controls/listClasses/BaseListData.as | 239 ++
.../royale/mx/controls/listClasses/ListBase.as | 142 +
.../controls/treeClasses/ITreeDataDescriptor.as} | 34 +-
.../royale/mx/controls/treeClasses/TreeListData.as | 66 +
.../src/main/royale/mx/core/Application.as | 621 ++++
.../src/main/royale/mx/core/ClassFactory.as} | 78 +-
.../MXRoyale/src/main/royale/mx/core/Container.as | 941 ++++++
.../src/main/royale/mx/core/ContainerLayout.as | 136 +
.../MXRoyale/src/main/royale/mx/core/DragSource.as | 241 ++
.../src/main/royale/mx/core/EdgeMetrics.as | 241 ++
.../src/main/royale/mx/core/EventPriority.as | 119 +
.../src/main/royale/mx/core/FlexGlobals.as} | 41 +-
.../MXRoyale/src/main/royale/mx/core/IChildList.as | 318 ++
.../src/main/royale/mx/core/IDataRenderer.as | 103 +
.../main/royale/mx/core/IDisplayObjectInterface.as | 186 +
.../MXRoyale/src/main/royale/mx/core/IFactory.as | 63 +
.../src/main/royale/mx/core/IFlexDisplayObject.as | 151 +
.../src/main/royale/mx/core/IInvalidating.as | 119 +
.../MXRoyale/src/main/royale/mx/core/ITextInput.as | 345 ++
.../MXRoyale/src/main/royale/mx/core/IToolTip.as | 81 +
.../src/main/royale/mx/core/IUIComponent.as | 483 +++
.../src/main/royale/mx/core/IVisualElement.as | 186 +
.../src/main/royale/mx/core/ScrollControlBase.as | 1425 ++++++++
.../src/main/royale/mx/core/ScrollPolicy.as | 83 +
.../src/main/royale/mx/core/UIComponent.as | 3550 ++++++++++++++++++++
.../src/main/royale/mx/core/mx_internal.as} | 30 +-
.../src/main/royale/mx/effects/CompositeEffect.as | 180 +
.../src/main/royale/mx/effects/Effect.as} | 38 +-
.../src/main/royale/mx/effects/EffectInstance.as | 204 ++
.../src/main/royale/mx/effects/IEffectInstance.as | 538 +++
.../src/main/royale/mx/effects/Move.as} | 51 +-
.../src/main/royale/mx/effects/Resize.as} | 49 +-
.../src/main/royale/mx/effects/Sequence.as} | 88 +-
.../MXRoyale/src/main/royale/mx/effects/Tween.as | 72 +
.../effectClasses/CompositeEffectInstance.as | 76 +
.../royale/mx/events/CalendarLayoutChangeEvent.as | 169 +
.../src/main/royale/mx/events/CloseEvent.as | 162 +
.../src/main/royale/mx/events/CollectionEvent.as | 317 ++
.../main/royale/mx/events/CollectionEventKind.as | 133 +
.../src/main/royale/mx/events/DividerEvent.as | 239 ++
.../src/main/royale/mx/events/EffectEvent.as | 291 ++
.../src/main/royale/mx/events/FlexEvent.as | 1475 ++++++++
.../src/main/royale/mx/events/IndexChangedEvent.as | 344 ++
.../src/main/royale/mx/events/ItemClickEvent.as | 206 ++
.../src/main/royale/mx/events/ListEvent.as | 647 ++++
.../src/main/royale/mx/events/MoveEvent.as | 161 +
.../main/royale/mx/events/NumericStepperEvent.as | 164 +
.../main/royale/mx/events/PropertyChangeEvent.as | 327 ++
.../royale/mx/events/PropertyChangeEventKind.as | 63 +
.../src/main/royale/mx/events/ResizeEvent.as | 164 +
.../src/main/royale/mx/events/SandboxMouseEvent.as | 269 ++
.../src/main/royale/mx/events/ScrollEvent.as | 218 ++
.../src/main/royale/mx/events/SliderEvent.as | 360 ++
.../main/royale/mx/events/ValidationResultEvent.as | 239 ++
.../src/main/royale/mx/graphics/GradientEntry.as | 92 +
.../MXRoyale/src/main/royale/mx/graphics/IFill.as | 27 +
.../src/main/royale/mx/graphics/IStroke.as | 27 +
.../src/main/royale/mx/graphics/LinearGradient.as} | 60 +-
.../src/main/royale/mx/graphics/SolidColor.as | 30 +
.../main/royale/mx/graphics/SolidColorStroke.as | 27 +
.../MXRoyale/src/main/royale/mx/graphics/Stroke.as | 144 +
.../src/main/royale/mx/logging/ILogger.as} | 32 +-
.../src/main/royale/mx/logging/LogEventLevel.as} | 42 +-
.../src/main/royale/mx/managers/BrowserManager.as | 98 +
.../src/main/royale/mx/managers/FocusManager.as | 2388 +++++++++++++
.../royale/mx/managers/IActiveWindowManager.as | 100 +
.../src/main/royale/mx/managers/IBrowserManager.as | 85 +
.../src/main/royale/mx/managers/ICursorManager.as} | 46 +-
.../src/main/royale/mx/managers/IFocusManager.as} | 47 +-
.../mx/managers/IFocusManagerComplexComponent.as | 82 +
.../royale/mx/managers/IFocusManagerComponent.as | 193 ++
.../royale/mx/managers/IFocusManagerContainer.as | 129 +
.../main/royale/mx/managers/IFocusManagerGroup.as | 85 +
.../src/main/royale/mx/managers/ISystemManager.as | 112 +
.../MXRoyale/src/main/royale/mx/skins/Border.as | 91 +
.../MXRoyale/src/main/royale/mx/states/State.as | 101 +
.../main/royale/mx/system/ApplicationDomain.as} | 54 +-
.../MXRoyale/src/main/royale/mx/utils/ArrayUtil.as | 215 ++
.../src/main/royale/mx/utils/ObjectProxy.as | 831 +++++
.../src/main/royale/mx/utils/ObjectUtil.as | 1130 +++++++
.../src/main/royale/mx/utils/StringUtil.as | 365 ++
frameworks/projects/pom.xml | 1 +
.../src/main/config/compile-swf-config.xml | 5 +
frameworks/themes/MXRoyale/pom.xml | 55 +
frameworks/themes/MXRoyale/src/mx.css | 73 +
.../java/marmotinni/DispatchMouseClickEvent.java | 58 +-
.../main/java/marmotinni/DispatchMouseEvent.java | 63 +-
.../src/main/java/marmotinni/MarmotinniRunner.java | 1 +
mustella/src/main/java/marmotinni/TestStep.java | 9 +-
.../main/java/mustella/MustellaResultsParser.java | 3 +
.../src/main/royale/DispatchMouseClickEvent.as | 1 +
mustella/src/main/royale/UnitTester.as | 9 +
mustella/tests/basicTests/BasicTests.mxml | 5 +-
.../tests/mxtests/basicTests/BasicTests-config.xml | 103 +
mustella/tests/mxtests/basicTests/BasicTests.css | 161 +
mustella/tests/mxtests/basicTests/BasicTests.mxml | 202 ++
.../mxtests/basicTests/BasicTestsPreloader.as | 34 +-
.../mxtests/basicTests/BasicTests_testScript.mxml | 348 ++
.../tests/mxtests/basicTests/RoyaleContext.as | 36 +-
.../tests/{ => mxtests}/basicTests/basicImage.jpg | Bin
.../tests/{ => mxtests}/basicTests/basicLoader.as | 0
.../basicTests/dmv/scripts/ADGTestScript.mxml | 0
.../basicTests/dmv/scripts/ChartsTestScript.mxml | 89 +
.../basicTests/dmv/scripts/ODGTestScript.mxml | 0
.../basicTests/dmv/views/ADGTests.mxml | 0
.../mxtests/basicTests/dmv/views/ChartsTests.mxml | 138 +
.../basicTests/dmv/views/DataIntro.as | 0
.../basicTests/dmv/views/ODGTests.mxml | 0
.../fxg/scripts/FXG2CompileTestScript.mxml | 0
.../fxg/scripts/FXGCompileTestScript.mxml | 0
.../basicTests/fxg/views/FXG2CompileTests.mxml | 0
.../basicTests/fxg/views/FXGCompileTests.mxml | 0
.../{ => mxtests}/basicTests/fxg/views/bg01.fxg | 0
.../{ => mxtests}/basicTests/fxg/views/fxg2.fxg | 0
.../graphics/scripts/GraphicsTagsTestScript.mxml | 0
.../GraphicTags_Checkin_Ellipse_bevelFilter.png | Bin
.../GraphicTags_Checkin_Ellipse_blurFilter.png | Bin
.../GraphicTags_Checkin_Ellipse_height.png | Bin
.../GraphicTags_Checkin_Ellipse_stroke.png | Bin
.../GraphicTags_Checkin_Ellipse_stroke10.png | Bin
.../GraphicTags_Checkin_Ellipse_stroke10Alpha.png | Bin
.../GraphicTags_Checkin_Ellipse_stroke10Purple.png | Bin
.../GraphicTags_Checkin_Ellipse_width.png | Bin
.../baselines/GraphicTags_Checkin_Ellipse_x.png | Bin
.../baselines/GraphicTags_Checkin_Ellipse_y.png | Bin
...phicTags_Checkin_LinearGradRect_bevelFilter.png | Bin
...aphicTags_Checkin_LinearGradRect_blurFilter.png | Bin
.../GraphicTags_Checkin_LinearGradRect_height.png | Bin
.../GraphicTags_Checkin_LinearGradRect_stroke.png | Bin
...GraphicTags_Checkin_LinearGradRect_stroke10.png | Bin
...icTags_Checkin_LinearGradRect_stroke10Alpha.png | Bin
...cTags_Checkin_LinearGradRect_stroke10Purple.png | Bin
.../GraphicTags_Checkin_LinearGradRect_width.png | Bin
.../GraphicTags_Checkin_LinearGradRect_x.png | Bin
.../GraphicTags_Checkin_LinearGradRect_y.png | Bin
.../GraphicTags_Checkin_Rect_bevelFilter.png | Bin
.../GraphicTags_Checkin_Rect_blurFilter.png | Bin
.../baselines/GraphicTags_Checkin_Rect_height.png | Bin
.../baselines/GraphicTags_Checkin_Rect_stroke.png | Bin
.../GraphicTags_Checkin_Rect_stroke10.png | Bin
.../GraphicTags_Checkin_Rect_stroke10Alpha.png | Bin
.../GraphicTags_Checkin_Rect_stroke10Purple.png | Bin
.../baselines/GraphicTags_Checkin_Rect_width.png | Bin
.../baselines/GraphicTags_Checkin_Rect_x.png | Bin
.../baselines/GraphicTags_Checkin_Rect_y.png | Bin
...s_Checkin_RotatedLinearGradRect_bevelFilter.png | Bin
...gs_Checkin_RotatedLinearGradRect_blurFilter.png | Bin
...icTags_Checkin_RotatedLinearGradRect_height.png | Bin
...icTags_Checkin_RotatedLinearGradRect_stroke.png | Bin
...Tags_Checkin_RotatedLinearGradRect_stroke10.png | Bin
...Checkin_RotatedLinearGradRect_stroke10Alpha.png | Bin
...heckin_RotatedLinearGradRect_stroke10Purple.png | Bin
...hicTags_Checkin_RotatedLinearGradRect_width.png | Bin
...GraphicTags_Checkin_RotatedLinearGradRect_x.png | Bin
...GraphicTags_Checkin_RotatedLinearGradRect_y.png | Bin
.../GraphicTags_Checkin_RoundRect_bevelFilter.png | Bin
.../GraphicTags_Checkin_RoundRect_blurFilter.png | Bin
.../GraphicTags_Checkin_RoundRect_height.png | Bin
.../GraphicTags_Checkin_RoundRect_stroke.png | Bin
.../GraphicTags_Checkin_RoundRect_stroke10.png | Bin
...GraphicTags_Checkin_RoundRect_stroke10Alpha.png | Bin
...raphicTags_Checkin_RoundRect_stroke10Purple.png | Bin
.../GraphicTags_Checkin_RoundRect_width.png | Bin
.../baselines/GraphicTags_Checkin_RoundRect_x.png | Bin
.../baselines/GraphicTags_Checkin_RoundRect_y.png | Bin
.../graphics/views/GraphicsTagsTests.mxml | 0
.../graphics/views/comps/EllipseBasic2.mxml | 27 +-
.../graphics/views/comps/RectBasic3.mxml | 27 +-
.../graphics/views/comps/TextGraphicBasic1.mxml | 25 +-
.../halo/scripts/AccordionTestScript.mxml | 0
.../basicTests/halo/scripts/AlertTestScript.mxml | 0
.../basicTests/halo/scripts/ButtonTestScript.mxml | 61 +
.../halo/scripts/CheckBoxTestScript.mxml | 60 +
.../halo/scripts/CollectionTestScript.mxml | 0
.../halo/scripts/ColorPickerTestScript.mxml | 0
.../halo/scripts/ComboBoxTestScript.mxml | 69 +
.../halo/scripts/DateFieldTestScript.mxml | 0
.../basicTests/halo/scripts/FTETextTestScript.mxml | 0
.../halo/scripts/FocusManagerTestScript.mxml | 0
.../basicTests/halo/scripts/ImageTestScript.mxml | 0
.../halo/scripts/ListAndDataGridTestScript.mxml | 0
.../halo/scripts/MXItemRendererTestScript.mxml | 0
.../basicTests/halo/scripts/MenuBarTestScript.mxml | 0
.../basicTests/halo/scripts/MenuTestScript.mxml | 0
.../halo/scripts/NumericStepperTestScript.mxml | 0
.../halo/scripts/ProgressBarTestScript.mxml | 0
.../halo/scripts/RPCDataBindingTestScript.mxml | 0
.../halo/scripts/RadioButtonTestScript.mxml | 69 +
.../halo/scripts/SWFLoaderTestScript.mxml | 0
.../basicTests/halo/scripts/SliderTestScript.mxml | 0
.../halo/scripts/TabNavigatorTestScript.mxml | 0
.../halo/scripts/TextAreaTestScript.mxml | 67 +
.../halo/scripts/TextInputTestScript.mxml | 61 +
.../basicTests/halo/scripts/TextTestScript.mxml | 0
.../basicTests/halo/scripts/TreeTestScript.mxml | 0
.../basicTests/halo/views/AccordionTests.mxml | 0
.../basicTests/halo/views/AlertTests.mxml | 0
.../mxtests/basicTests/halo/views/ButtonTests.mxml | 31 +-
.../basicTests/halo/views/CheckBoxTests.mxml | 30 +-
.../basicTests/halo/views/CollectionTests.mxml | 0
.../basicTests/halo/views/ColorPickerTests.mxml | 0
.../basicTests/halo/views/ComboBoxTests.mxml | 32 +-
.../basicTests/halo/views/DateFieldTests.mxml | 0
.../basicTests/halo/views/FTETextTests.mxml | 0
.../basicTests/halo/views/FocusManagerTests.mxml | 0
.../basicTests/halo/views/ImageTests.mxml | 0
.../halo/views/ListAndDataGridTests.mxml | 0
.../basicTests/halo/views/ListOfUSStateNames.xml | 73 +
.../basicTests/halo/views/MXItemRendererTests.mxml | 0
.../basicTests/halo/views/MenuBarTests.mxml | 0
.../basicTests/halo/views/MenuTests.mxml | 0
.../basicTests/halo/views/NumericStepperTests.mxml | 0
.../basicTests/halo/views/ProgressBarTests.mxml | 0
.../basicTests/halo/views/RPCDataBindingTests.mxml | 0
.../basicTests/halo/views/RadioButtonTests.mxml | 34 +-
.../basicTests/halo/views/SWFLoaderTests.mxml | 0
.../basicTests/halo/views/SliderTests.mxml | 0
.../basicTests/halo/views/TabNavigatorTests.mxml | 0
.../basicTests/halo/views/TextAreaTests.mxml | 30 +-
.../basicTests/halo/views/TextInputTests.mxml | 30 +-
.../basicTests/halo/views/TextTests.mxml | 0
.../basicTests/halo/views/TreeTests.mxml | 0
.../scripts/AdvancedStyleClientTestScript.mxml | 0
.../scripts/AnimateConstraintsTestScript.mxml | 0
.../spark/scripts/BorderContainerTestScript.mxml | 0
.../spark/scripts/ButtonBarTestScript.mxml | 0
.../basicTests/spark/scripts/ButtonTestScript.mxml | 0
.../spark/scripts/CheckBoxTestScript.mxml | 0
.../spark/scripts/CollatorTestScript.mxml | 0
.../spark/scripts/ComboBoxTestScript.mxml | 0
.../spark/scripts/CurrencyFormatterTestScript.mxml | 0
.../spark/scripts/CurrencyValidatorTestScript.mxml | 0
.../spark/scripts/DataGridTestScript.mxml | 92 +
.../spark/scripts/DateTimeFormatterTestScript.mxml | 0
.../scripts/DeferredInstantiationTestScript.mxml | 0
.../spark/scripts/DesignLayerTestScript.mxml | 0
.../spark/scripts/DropDownListTestScript.mxml | 0
.../basicTests/spark/scripts/EasingTestScript.mxml | 0
.../spark/scripts/FXG2RuntimeTestScript.mxml | 83 +
.../basicTests/spark/scripts/FormTestScript.mxml | 0
.../basicTests/spark/scripts/ImageTestScript.mxml | 0
.../spark/scripts/LayoutDirectionTestScript.mxml | 0
.../basicTests/spark/scripts/LayoutTestScript.mxml | 0
.../spark/scripts/ListDragDropTestScript.mxml | 0
.../spark/scripts/NumberFormatterTestScript.mxml | 0
.../spark/scripts/NumberValidatorTestScript.mxml | 0
.../spark/scripts/NumericStepperTestScript.mxml | 0
.../spark/scripts/PanelControlBarTestScript.mxml | 0
.../spark/scripts/RadioButtonTestScript.mxml | 0
.../spark/scripts/ScrollBarTestScript.mxml | 0
.../basicTests/spark/scripts/SliderTestScript.mxml | 0
.../basicTests/spark/scripts/SortTestScript.mxml | 0
.../spark/scripts/StringToolsTestScript.mxml | 0
.../spark/scripts/StyleManagerTestScript.mxml | 0
.../spark/scripts/TextAreaTestScript.mxml | 0
.../spark/scripts/TextInputTestScript.mxml | 0
.../spark/scripts/TileGroupTestScript.mxml | 0
.../spark/scripts/TitleWindowTestScript.mxml | 67 +
.../spark/views/AdvancedStyleClientTests.mxml | 0
.../spark/views/AnimateConstraintsTests.mxml | 0
.../spark/views/BorderContainerTests.mxml | 0
.../basicTests/spark/views/ButtonBarTests.mxml | 0
.../basicTests/spark/views/ButtonTests.mxml | 0
.../basicTests/spark/views/CheckBoxTests.mxml | 0
.../basicTests/spark/views/CollatorTests.mxml | 0
.../basicTests/spark/views/ComboBoxTests.mxml | 0
.../spark/views/CurrencyFormatterTests.mxml | 0
.../spark/views/CurrencyValidatorTests.mxml | 0
.../basicTests/spark/views/DataGridTests.mxml | 0
.../spark/views/DateTimeFormatterTests.mxml | 0
.../spark/views/DeferredInstantiationTests.mxml | 0
.../basicTests/spark/views/DesignLayerTests.mxml | 0
.../basicTests/spark/views/DropDownListTests.mxml | 0
.../basicTests/spark/views/EasingTests.mxml | 0
.../basicTests/spark/views/FXG2RuntimeTests.mxml | 0
.../basicTests/spark/views/FormTests.mxml | 0
.../mxtests/basicTests/spark/views/HelloWorld.mxml | 182 +
.../basicTests/spark/views/ImageTests.mxml | 0
.../spark/views/LayoutDirectionTests.mxml | 0
.../basicTests/spark/views/LayoutTests.mxml | 0
.../basicTests/spark/views/ListDragDropTests.mxml | 0
.../spark/views/NumberFormatterTests.mxml | 0
.../spark/views/NumberValidatorTests.mxml | 0
.../spark/views/NumericStepperTests.mxml | 0
.../spark/views/PanelControlBarTests.mxml | 0
.../basicTests/spark/views/RadioButtonTests.mxml | 0
.../basicTests/spark/views/ScrollBarTests.mxml | 0
.../basicTests/spark/views/SliderTests.mxml | 0
.../basicTests/spark/views/SortTests.mxml | 0
.../basicTests/spark/views/StringToolsTests.mxml | 0
.../spark/views/StyleManagerModuleTest.mxml | 0
.../basicTests/spark/views/StyleManagerTests.mxml | 0
.../basicTests/spark/views/TextAreaTests.mxml | 0
.../basicTests/spark/views/TextInputTests.mxml | 0
.../basicTests/spark/views/TileGroupTests.mxml | 0
.../basicTests/spark/views/TitleWindowTests.mxml | 0
.../spark/views/styleTest/ADVStyleTestClass.as | 119 +
.../spark/views/styleTest/ADVStyleTestEvent.as | 39 +-
429 files changed, 56020 insertions(+), 2394 deletions(-)
create mode 100644 examples/mxroyale/ControlsExample/build.xml
create mode 100644 examples/mxroyale/ControlsExample/pom.xml
create mode 100644
examples/mxroyale/ControlsExample/src/main/resources/assets/mediumredrect.jpg
create mode 100644
examples/mxroyale/ControlsExample/src/main/resources/assets/smallgreenrect.jpg
create mode 100644
examples/mxroyale/ControlsExample/src/main/royale/ControlsExample.mxml
copy examples/{royale => mxroyale}/HelloWorld/build.xml (100%)
create mode 100644 examples/mxroyale/HelloWorld/pom.xml
create mode 100644 examples/mxroyale/HelloWorld/src/main/royale/HelloWorld.mxml
create mode 100644 examples/mxroyale/pom.xml
create mode 100644 frameworks/js/projects/MXRoyaleJS/build.xml
copy frameworks/{projects/Jewel/src/main/config/compile-swf-config.xml =>
js/projects/MXRoyaleJS/src/main/config/compile-js-config.xml} (62%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/{IPopUpHost.as
=> TextLineMetrics.as} (59%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/ClassSelectorList.as
delete mode 100644
frameworks/projects/Jewel/src/main/royale/org/apache/royale/core/UIBase.as
create mode 100644 frameworks/projects/MXRoyale/build.xml
create mode 100644 frameworks/projects/MXRoyale/pom.xml
copy frameworks/projects/{Jewel =>
MXRoyale}/src/main/config/compile-swf-config.xml (82%)
create mode 100644 frameworks/projects/MXRoyale/src/main/resources/defaults.css
copy frameworks/projects/{Express/src/main/resources/express-as-manifest.xml
=> MXRoyale/src/main/resources/mx-royale-as-manifest.xml} (100%)
create mode 100644
frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/charts/BarChart.as} (57%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/charts/ChartItem.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/charts/ColumnChart.as} (59%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/charts/HitData.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/charts/LineChart.as} (63%)
mode change 100755 => 100644
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/charts/PieChart.as} (64%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/charts/chartClasses/ChartBase.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/charts/chartClasses/DataTransform.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/charts/chartClasses/RenderData.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayList.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/CursorBookmark.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/Grouping.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/GroupingField.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/ICollectionView.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/IList.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/collections/IViewCursor.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/Box.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/BoxDirection.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/Canvas.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/ControlBar.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/DividedBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/FormHeading.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridItem.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/GridRow.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/HBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/HDividedBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/Panel.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/Tile.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/TileDirection.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/VBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/VDividedBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/beads/ApplicationLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/beads/BoxLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/beads/CanvasLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/gridClasses/GridColumnInfo.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/gridClasses/GridRowInfo.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/utilityClasses/ConstraintColumn.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/utilityClasses/ConstraintRow.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/utilityClasses/Flex.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/utilityClasses/FlexChildInfo.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/containers/utilityClasses/IConstraintLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Button.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/CheckBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBase.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/DateChooser.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/HRule.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Image.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Label.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/LinkButton.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/NumericStepper.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ProgressBar.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ProgressBarDirection.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ProgressBarLabelPlacement.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ProgressBarMode.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButton.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/RadioButtonGroup.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Spacer.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Text.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextArea.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/TextInput.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/ToolTip.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/VRule.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/CSSImageAndTextButtonView.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/CheckBoxView.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/RadioButtonView.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/controls/beads/ToolTipBead.as} (51%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/BaseListData.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/controls/treeClasses/ITreeDataDescriptor.as}
(70%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/controls/treeClasses/TreeListData.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/core/ClassFactory.as} (70%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/Container.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ContainerLayout.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/DragSource.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/EdgeMetrics.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/EventPriority.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/core/FlexGlobals.as} (51%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IChildList.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IDataRenderer.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IDisplayObjectInterface.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IFactory.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IFlexDisplayObject.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IInvalidating.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ITextInput.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IToolTip.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IUIComponent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/IVisualElement.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ScrollControlBase.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/ScrollPolicy.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/core/mx_internal.as} (66%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/effects/CompositeEffect.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/effects/Effect.as} (67%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/effects/EffectInstance.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/effects/IEffectInstance.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/effects/Move.as} (53%)
mode change 100755 => 100644
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/effects/Resize.as} (53%)
mode change 100755 => 100644
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/effects/Sequence.as} (55%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/effects/effectClasses/CompositeEffectInstance.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/CalendarLayoutChangeEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/CloseEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/CollectionEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/CollectionEventKind.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/DividerEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/EffectEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/FlexEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/IndexChangedEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/ItemClickEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/ListEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/MoveEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/NumericStepperEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/PropertyChangeEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/PropertyChangeEventKind.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/ResizeEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/SandboxMouseEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/ScrollEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/SliderEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/events/ValidationResultEvent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/GradientEntry.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/IFill.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/IStroke.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/utils/measureComponent.as
=> MXRoyale/src/main/royale/mx/graphics/LinearGradient.as} (73%)
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColor.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/SolidColorStroke.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/graphics/Stroke.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/logging/ILogger.as} (71%)
mode change 100755 => 100644
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/logging/LogEventLevel.as} (59%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/BrowserManager.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/FocusManager.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IActiveWindowManager.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IBrowserManager.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/managers/ICursorManager.as} (53%)
mode change 100755 => 100644
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/managers/IFocusManager.as} (52%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerComplexComponent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerComponent.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerContainer.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/IFocusManagerGroup.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/managers/ISystemManager.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/skins/Border.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/states/State.as
copy
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> MXRoyale/src/main/royale/mx/system/ApplicationDomain.as} (56%)
mode change 100755 => 100644
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/ArrayUtil.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectProxy.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/ObjectUtil.as
create mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/StringUtil.as
create mode 100644 frameworks/themes/MXRoyale/pom.xml
create mode 100644 frameworks/themes/MXRoyale/src/mx.css
create mode 100644 mustella/tests/mxtests/basicTests/BasicTests-config.xml
create mode 100644 mustella/tests/mxtests/basicTests/BasicTests.css
create mode 100644 mustella/tests/mxtests/basicTests/BasicTests.mxml
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> mustella/tests/mxtests/basicTests/BasicTestsPreloader.as (73%)
mode change 100755 => 100644
create mode 100644 mustella/tests/mxtests/basicTests/BasicTests_testScript.mxml
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> mustella/tests/mxtests/basicTests/RoyaleContext.as (73%)
mode change 100755 => 100644
copy mustella/tests/{ => mxtests}/basicTests/basicImage.jpg (100%)
copy mustella/tests/{ => mxtests}/basicTests/basicLoader.as (100%)
copy mustella/tests/{ => mxtests}/basicTests/dmv/scripts/ADGTestScript.mxml
(100%)
create mode 100644
mustella/tests/mxtests/basicTests/dmv/scripts/ChartsTestScript.mxml
copy mustella/tests/{ => mxtests}/basicTests/dmv/scripts/ODGTestScript.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/dmv/views/ADGTests.mxml (100%)
create mode 100644 mustella/tests/mxtests/basicTests/dmv/views/ChartsTests.mxml
copy mustella/tests/{ => mxtests}/basicTests/dmv/views/DataIntro.as (100%)
copy mustella/tests/{ => mxtests}/basicTests/dmv/views/ODGTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/fxg/scripts/FXG2CompileTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/fxg/scripts/FXGCompileTestScript.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/fxg/views/FXG2CompileTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/fxg/views/FXGCompileTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/fxg/views/bg01.fxg (100%)
copy mustella/tests/{ => mxtests}/basicTests/fxg/views/fxg2.fxg (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_bevelFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_blurFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_height.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_stroke.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_stroke10.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_stroke10Alpha.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_stroke10Purple.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_width.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_x.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Ellipse_y.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_bevelFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_blurFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_height.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_stroke.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_stroke10.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_stroke10Alpha.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_stroke10Purple.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_width.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_x.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_LinearGradRect_y.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_bevelFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_blurFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_height.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_stroke.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_stroke10.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_stroke10Alpha.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_stroke10Purple.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_width.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_x.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_Rect_y.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_bevelFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_blurFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_height.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_stroke.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_stroke10.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_stroke10Alpha.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_stroke10Purple.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_width.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_x.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RotatedLinearGradRect_y.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_bevelFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_blurFilter.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_height.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_stroke.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_stroke10.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_stroke10Alpha.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_stroke10Purple.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_width.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_x.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/scripts/baselines/GraphicTags_Checkin_RoundRect_y.png
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/graphics/views/GraphicsTagsTests.mxml (100%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/graphics/views/comps/EllipseBasic2.mxml (61%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/graphics/views/comps/RectBasic3.mxml (62%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/graphics/views/comps/TextGraphicBasic1.mxml
(61%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/AccordionTestScript.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/scripts/AlertTestScript.mxml
(100%)
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/ButtonTestScript.mxml
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/CheckBoxTestScript.mxml
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/CollectionTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/ColorPickerTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/ComboBoxTestScript.mxml
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/DateFieldTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/FTETextTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/FocusManagerTestScript.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/scripts/ImageTestScript.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/ListAndDataGridTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/MXItemRendererTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/MenuBarTestScript.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/scripts/MenuTestScript.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/NumericStepperTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/ProgressBarTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/RPCDataBindingTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/RadioButtonTestScript.mxml
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/SWFLoaderTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/SliderTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/scripts/TabNavigatorTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/TextAreaTestScript.mxml
create mode 100644
mustella/tests/mxtests/basicTests/halo/scripts/TextInputTestScript.mxml
copy mustella/tests/{ => mxtests}/basicTests/halo/scripts/TextTestScript.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/scripts/TreeTestScript.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/AccordionTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/AlertTests.mxml (100%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/ButtonTests.mxml (60%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/CheckBoxTests.mxml (63%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/CollectionTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/ColorPickerTests.mxml
(100%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/ComboBoxTests.mxml (58%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/DateFieldTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/FTETextTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/FocusManagerTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/ImageTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/views/ListAndDataGridTests.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/halo/views/ListOfUSStateNames.xml
copy mustella/tests/{ =>
mxtests}/basicTests/halo/views/MXItemRendererTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/MenuBarTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/MenuTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/views/NumericStepperTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/ProgressBarTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/halo/views/RPCDataBindingTests.mxml (100%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/RadioButtonTests.mxml (54%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/SWFLoaderTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/SliderTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/TabNavigatorTests.mxml
(100%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/TextAreaTests.mxml (63%)
copy examples/royale/JewelExample/src/main/config/compile-app-config.xml =>
mustella/tests/mxtests/basicTests/halo/views/TextInputTests.mxml (64%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/TextTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/halo/views/TreeTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/AdvancedStyleClientTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/AnimateConstraintsTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/BorderContainerTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ButtonBarTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ButtonTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/CheckBoxTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/CollatorTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ComboBoxTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/CurrencyFormatterTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/CurrencyValidatorTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/spark/scripts/DataGridTestScript.mxml
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/DateTimeFormatterTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/DeferredInstantiationTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/DesignLayerTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/DropDownListTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/EasingTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/spark/scripts/FXG2RuntimeTestScript.mxml
copy mustella/tests/{ => mxtests}/basicTests/spark/scripts/FormTestScript.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ImageTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/LayoutDirectionTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/LayoutTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ListDragDropTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/NumberFormatterTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/NumberValidatorTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/NumericStepperTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/PanelControlBarTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/RadioButtonTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/ScrollBarTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/SliderTestScript.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/scripts/SortTestScript.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/StringToolsTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/StyleManagerTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/TextAreaTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/TextInputTestScript.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/scripts/TileGroupTestScript.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/spark/scripts/TitleWindowTestScript.mxml
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/AdvancedStyleClientTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/AnimateConstraintsTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/BorderContainerTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/ButtonBarTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/ButtonTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/CheckBoxTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/CollatorTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/ComboBoxTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/CurrencyFormatterTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/CurrencyValidatorTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/DataGridTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/DateTimeFormatterTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/DeferredInstantiationTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/DesignLayerTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/DropDownListTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/EasingTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/FXG2RuntimeTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/FormTests.mxml (100%)
create mode 100644
mustella/tests/mxtests/basicTests/spark/views/HelloWorld.mxml
copy mustella/tests/{ => mxtests}/basicTests/spark/views/ImageTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/LayoutDirectionTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/LayoutTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/ListDragDropTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/NumberFormatterTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/NumberValidatorTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/NumericStepperTests.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/PanelControlBarTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/RadioButtonTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/ScrollBarTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/SliderTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/SortTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/StringToolsTests.mxml
(100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/StyleManagerModuleTest.mxml (100%)
copy mustella/tests/{ =>
mxtests}/basicTests/spark/views/StyleManagerTests.mxml (100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/TextAreaTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/TextInputTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/TileGroupTests.mxml
(100%)
copy mustella/tests/{ => mxtests}/basicTests/spark/views/TitleWindowTests.mxml
(100%)
create mode 100644
mustella/tests/mxtests/basicTests/spark/views/styleTest/ADVStyleTestClass.as
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/core/IPopUpHost.as
=> mustella/tests/mxtests/basicTests/spark/views/styleTest/ADVStyleTestEvent.as
(61%)
mode change 100755 => 100644
--
To stop receiving notification emails like this one, please contact
[email protected].