You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/01/17 23:46:42 UTC

[royale-asjs] branch feature/redo-formatters created (now 407d99e)

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

harbs pushed a change to branch feature/redo-formatters
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


      at 407d99e  Simplified formatters

This branch includes the following new commits:

     new 6fa6219  add trunk folder
     new 6266509  move source into trunk
     new 2bc7bf1  move example into trunk
     new 73bc18f  create develop branch for asjs trunk
     new 7b3330e  revert 1415514. Should have been copy not move
     new 3ced983  create develop branch for asjs trunk
     new 65003b3  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new b27b953  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new a3ee93c  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new 19a3061  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new 14855fc  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new e9da703  Changing project structure, committing updated FlexJS framework and JS publishing tool set.
     new 18a9ff8  Final touches to the project structure; updated the README, build.properties; added a 'lint' target to the build script.
     new 8274052  Flex has become a TLP
     new 34625b8  Upgrade AS framework to create a legitimate SWC that can be used in MXML.  Run build.xml to create the SWC. Modify AS framework to handle Falcon MXML output.  You must use the -compiler.mxml.children-as-data flag to get the right output Modify JS framework to handle FalconJS MXML output. Modify SimpleBinding to be a bead and implement is binding logic as a bead.  Databinding syntax is not supported in FalconJS yet.
     new 22d3d97  Modify FlexJSTest_again to use real MXML files.  FalconJS can now compile them into .js files. FlexJSTest folder will be removed later as it is now obsolete.
     new 3b69ab0  - added js framework output library specific directories (FlexJS and the new VanillaSDK)
     new b655a31  - FlexJS js library to it's new home
     new f154a46  - adding VanillaSDK example Flash Builder project
     new 09530d8  - adding ASJS Publisher AIR utility application
     new 8d3e821  - adding new projects' project files and 'ignores' (will make it easier to just check out projects and run them in Flash Builder)
     new f3a0e6e  - missed some  :-)
     new 3468fa0  - and some more...
     new aa23f5a  - and still more (sorry about the commit torrent)
     new 59b3329  - initial commit of VanillaSDK (very much alpha-ware ;-))
     new c08d668  - minor changes and addition of Image.js - needed to test Publisher app and workflow
     new 2702c3c  - minor changes - needed to test Publisher app and workflow
     new 1f08bf9  - minor changes and added 'UIComponent' - needed to test Publisher app and workflow
     new f61ce96  - minor changes - needed to test Publisher app and workflow
     new 74a1332  - update to the publisher app and the POC AS project, on the Mac it's good to go, finishing Windows version...
     new d39a847  - removed obsolete application and 'dummy' intermediate output - 'ignored' temp directory created by build.xml
     new 5588b55  - updated VanillaSDK framework and POC project
     new d5ec755  - updated ASJS Publisher to work with the Flex SDK on the AS side and VanillaSDK on the JS side - updated the README to reflect current information
     new 5afda1d  - updated ASJS Publisher to work with the Flex SDK on the AS side and VanillaSDK on the JS side - updated the README to reflect current information
     new 2ec615d  - updated ASJS Publisher to work on Windows - updated the README with new instructions and notes about the Python 2.7 requirement
     new ed8c2d2  null check
     new 20004f3  Change internal storage name so that beads can host other beads.
     new 46bad1b  Default applications to no-scale and top-left
     new b039618  Buttons should resize without scaling by default.
     new e261dc0  Basic ScrollBar.  Won't have JS equivalent (at least for now).  It is just a re-usable piece needed to create List and TextArea.  JS already has scrollbars built into those components.
     new a6d3b56  Add autorepeat for buttons
     new 9055a3e  Start buttons off at 0,0 so NaN doesn't get in the way.
     new 47cdfbb  Fix bugs in ScrollBar
     new 6d1b7d9  Start UIBase with 0 width and 0 height as well.
     new 27e3cbc  A Border
     new 0e564cd  A List
     new 153f39d  HTTPService and LazyCollection
     new e429fcd  Adding TextInput
     new b380c12  FlexJSTest now calls HTTPService to get a stock quote.
     new 1bf93cc  Fix bugs that Safari caught but FireFox didn't.
     new 97b024f  Added Apache header comments
     new d6c0c51  Added ITextInputBead and TextInputBead to MXML manifest
     new 7e81c7c  Tweaks to make things look more consistent across platforms.
     new dcfc2b8  TextInputBead responds to size changes
     new 2d18922  Added TextInput demo code. Can transfer text from input to label.
     new 0b9d28f  Refactored TextFieldBead into base class BaseTextFieldBead. Added TextInputWithBorderBead
     new 83b9b2f  Demonstrate borded text input by switching bead type
     new 0f8d51b  Renamed BaseTextFieldBead to TextFieldBeadBase
     new 052ad1d  Fixed issue in button repeater where the repeat interval was not being stopped if the mouse-up happened quickly. Adding first draft of TextArea
     new b2f579d  Fixed repeat issue by setting timeout instead of using a flag
     new 9c6d028  Attempted to set vscroll for TextArea - still not 100% correct
     new 23f6476  Improved TextArea scrolling
     new ee5218e  Added TextInput and TextArea for Javascript
     new bb7bff3  CheckBox added along with ToggleButtonModel
     new f258307  Added CheckBox to sample
     new 1374b29  rename manifest.xml to basic-manifest.xml to avoid name collisions when overlaid
     new 4431568  move FlexGlobals and FlexObject into folder paths to make it easier for tooling
     new b1bd25c  Added a build file to make creating JS output a bit easier. Made changes to example to work more fully with the VanillaSDK components in my whiteboard.
     new 0e91217  Cleaning up the example project, taking out the project settings etc.
     new acba2f8  Added project settings (and other generated stuff) to svn:ignore.
     new 2d39adf  Preliminary version of RadioButton
     new d411452  Extends ToggleButtonModel to ValueToggleButtonModel and incorporated ButtonGroup into the model
     new 7fb0c3c  Moved button group management to the RadioButton. Map to IButtonGroup is done through ValuesManager
     new 45ae162  Removed need for ButtonGroup in RadioButton class; now self-manages its groups
     new 3addf18  Fixed bug where setting selected attribute on RadioButton was not being honored if the RadioButton was the first of its group
     new 6b362bf  Added RadioButton to test suite
     new 09d59ee  First pass at adding checkbox
     new 0151708  Working Javascript Checkbox
     new 4926983  JavaScript RadioButton
     new 0973a08  Removed use of div and replaced with label
     new ce5d949  Add defaults.css handling
     new 1b0ce54  ComboxBox draft
     new 3380b0f  Move example files into src directory to make it easier to use as a FB project
     new 2458f34  Remove scrollrect when scrollbar goes away
     new 120b06d  handle null dataprovider
     new 4f9c1dd  fix bug when selectedIndex == -1
     new 8e04bcb  add notion of PopUpManager
     new 32eaebf  add getInstance for shared things like a PopUpManager
     new afe0ec1  Add bead to draw solid background
     new 178359e  DropDownList
     new 28e84bf  add DropDownList
     new 1eeca03  Add CSS for beads, not real CSS yet
     new c8686da  Add JS DropDownList
     new 7490549  add events for databinding
     new 9eccf58  HTTPService support for custom headers, POST, PUT, DELETE
     new 395e72a  Add more features to HTTPService
     new ed1b19a  add gitignore to asjs develop branch
     new 3e92b84  Added event handlers
     new 37fd2bc  Adding JavaScript ComboBox
     new 187f315  add output and project files to .gitignore
     new fb61490  massive refactor to remove flash.*.* from JS and apps.  AS beads can still use flash.*.* but apps and top-level components should not.  Makes it easier to tell when migrating if you have flash dependencies
     new a134327  First version of FXG to SVG xslt
     new 812e648  Adding license headers
     new ac091ac  Added features to transform.xslt [ignores fx:Metadata, handles LinearGradientStroke]
     new ae87a2d  fix type error
     new ca4f884  fix type error
     new 1afa2d6  add Timer class
     new b7325ce  add Timer to example app
     new dfa5aaf  Try to change app to workaround FalconJS bug
     new fa1a15a  Add new classes to SWC
     new 146dc0a  JS side of Timer and app
     new ae3a475  Removed "list" display and replaced with list in pop-up.
     new cbf8fc1  XSLT now handles left, right, top and bottom
     new 24de65c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 8c020b7  Has a pop-up with <select> inside of it. Pop-up can be dismissed and shown repeatedly. Still need to provide selectedItem, selectedIndex, and proper alignment of input and button controls.
     new 564debe  Added selectedIndex, selectedItem, and dismissal of pop-up should a click occur elsewhere.
     new 170df26  make headers array on get if it doesn't already exist
     new 2a3d6dd  handle null data arrays (common in AS-only apps)
     new 04553a0  remove usage of flash.events.Event
     new 4a0a7e3  remove flash.*.* implicit imports from mxml so it is easier to determine if your app has flash dependencies
     new dfb448b  transform.xslt now handles lineargradient transform (only 90 works for now) More accurate tranformation of lineargradients' defs tag.
     new ec6884b  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 6756470  First set of HTML 5 components.
     new 196dd4b  Merge branch 'html5' into develop
     new 7bad965  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 5253db0  Add button test directory transform.xslt updated to add more edge cases transform.xslt now handles default alpha values
     new c48f7c9  Added a missing gradientTransform to LinearGradientStroke
     new b0c5be1  IE8 and IE9 support
     new 8a5460a  one fix to test app for IE
     new d8ceac7  Adding initial versions List and RadioButton components for JavaScript. Still need to work on events.
     new 355fdd6  Added DropList and ComboBox to html5 suite.
     new 51ddf0c  Add addToParent to Button
     new 2ecfb7b  fix event handling for FalconJX output
     new 104d36f  Fixed issues with events and added HTML5 test app to FlexJS examples.
     new 5fdc9d8  An FXG based SVG button with internal javascript that supports mouseevents, interactivity, etc.
     new a6f35a9  [ASJS] removed 'publisher'
     new 00be4b9  Adding a mouse catcher sprite to the SVG skin
     new e9c66bd  remove implicit imports as it confuses FB
     new 823ae17  fix unexposed property in SimpleBinding
     new b9883e8  These FB Launch configs are no longer needed.  They are autogenerated by the setuplaunches.sh/bat files
     new 14a14f6  Expose public methods
     new ebdc5a7  Must use bracket syntax to keep closure compiler from renaming fields
     new 02eba99  some fixes for test case
     new 1a40ecc  [FalconJX] initial commit for marmotinni
     new c5ed845  Merge branch 'refs/heads/marmotinni' into develop
     new 2925c32  Preliminary jQuery work. RadioButton is work in progress, but CheckBox now works.
     new 7377706  Creating new package org.apache.flex.svg.staticControls
     new 1ce653d  FLEX-33496: [FlexJS] Populate id property of DOM elements at runtime (patch supplied by Tigran Najaryan)
     new d8e86bd  Try to fix IE by adding change event mapping
     new 1060f6b  Tweak DropDownList size to match Safari
     new 91ca636  CSS Support.  AS-only styles are hidden behind a mediaquery with media -flex-flash.  Falcon doesn't yet handle mediaquery so this media query is currently actually ignored and all styles in the CSS apply.  Only fontFamily, fontSize, color are wired up for Text and backgroundColor and borderColor are wired up for Button.  More to come.
     new c05efd7  Add support for background-image to buttons on the AS side.  Simple class selectors now work as well, and fx:Style in MXML
     new 15e3e47  JS support for class selectors
     new a469dfd  fix CSS so it is compliant
     new b22f541  add class selectors for skinnable button
     new ab3a320  support png/gif/jpg skinning of a buton
     new b7b74f5  [FlexJS] initial commit of 'goog.events' refactoring
     new 26e97b2  [FlexJS] minor git hickup?
     new 947a178  Added sample using CreateJS. Using the createjs namespace and corresponding SDK, you can target the JavaScript version to use CreateJS for the 'components'. This example includes only a label and a button, but it lays the foundation for more components.
     new 103f3aa  Removed unnecessary type selector.
     new a5ab4c7  Corrected the style for creates|TextButton.
     new 128e84c  fix event metadata in combobox
     new d8d44c5  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 5c38eda  Adding new svg-manifest.xml
     new 11360ac  checkbox control for creates. selected property works but clicking on it does not update visual state
     new a898de0  update createjs sample with checkbox control. button event updates selected property to see control change externaly.
     new 05632ae  SimpleBinding must use flash.Events on the AS side for click and other mouse events
     new 81a2aab  Handle MXML views not having any styles
     new fe54045  add initComplete event sort of like creationComplete in current Flex SDK
     new cc79edb  Selection Model should send selectedIndexChanged as well when selectedItem changed
     new 138cf91  [CreateJS] fixed type coercion with flash.events.Event in Application
     new 671e059  Merge branch 'develop' into feature/createjs-checkbox
     new b75fc5d  add missing event metadata, otherwise compiler will use flash.events.Event
     new 80e4bb7  implement visible property in JS
     new bd1b987b fix event dispatch, add missing getter
     new f861b2c  add missing value and selectedValue properties to JS side
     new af7677e  use getters otherwise it won't work when minified
     new 0080d0f  Merge branch 'develop' into feature/createjs-checkbox
     new a077336  improve css and default sizes
     new e46822f  Created new TextButton.js for svg based controls
     new 2b7ee0a  tweak some colors
     new cd458ec  fix checkbox prototype varaibles
     new 6832c37  Merge branch 'develop' into feature/createjs-checkbox
     new 91f330b  fix undefined getter (falback to property)
     new 44e73e5  Merge branch 'develop' into feature/createjs-checkbox
     new a528433  fix createjs checkbox, now working properly
     new 355f113  Merge branch 'feature/createjs-checkbox' into develop
     new 7376da7  add ViewSource bead
     new d281aa9  fix plain ol' text button bead
     new 9934402  HTML5 Button now uses CSSTextButtonBead so we can try svg skinning for it
     new 9de125f  fix applicationModel getter in JS and improve getter/var with try catch block
     new e07e28a  Merge remote-tracking branch 'origin/goog.events' into develop
     new 34b0f27  Resolve merge conflicts
     new f3ce06e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new cc97bbe  Update with Carlos' latest
     new 96fe140  Final GJSLint and JSLint modifications/minor corrections
     new f2757a5  Minor whoops with ComboBox dataProvider var renaming; fixed
     new 7b4787c  remove duplicated Event metadata for html5 controls
     new 58180d8  update html5 example with button skinning styles
     new 0591569  add button pngs for skinning in html5 example
     new a34f288  Merge branch 'feature/fix-html5-example' into develop
     new 458bcb5  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new ca11713  Fix setting selectedIndex and selectedItem in List classes
     new 01b9aae  add get_target() because codegen doesn't know that org.apache.flex.events.Event is wrapping goog.events.Event which has target as a property instead of a getter
     new 71b9a78  Make FlexJSTest_HTML5 work
     new 059a9a6  Made CreateJSExample "work"
     new d69ac2d  Fix event.target expressions by adding custom property to DOM dispatchers
     new 9ea55e3  Add stockquote example
     new 0991467  Add BinaryUploader.  Doesn't work on <IE9 as it uses typed arrays
     new d71f803  Adding new FlexJSTest_SVG directory for SVG based skinning controls
     new 114aeec  RadioButtons for jQuery.  RadioButtons cannot be programmatically added due to a known jQuery bug (documented in the RadioButton.js file).
     new 80e53e6  handle hyphens in style names.  change signature to '*' to allow undefined to be returned
     new bb532a5  Container support.  Change addToParent to call internalAddChild in parent
     new c05d6e8  Containers in StockQuote example
     new a9d538c  Add bead to SWC
     new 74e7819  Containers require localtoglobal for popups
     new b0367dd  New sample demonstrating jQuery framework.
     new f26ed41  Add wrapper class for JQuery apps so we can someday try to inject the JQuery files automatically.
     new b1edcb9  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new b0ca9d0  Removed redundant best.strand setter as it was also being done from addBead().
     new e4681d9  Added PanelBead and ControlBar. You can turn a Container into a Panel by adding a PanelBead to the container. Border and background styles apply. A ControlBar can be added by including the <beads:controlBar> attribute along with elements such as a <basic:Label> and <basic:TextButton>. Modified the StockQuote example to use Panels.
     new a01d31f  Initial work to create a TitleBar component using a model and TitleBarBead.
     new 14e3905  Added TitleBarModel.
     new c15c55e  Revised Panel and TitleBar. TitleBar now extends Container and has a Label and Button for children. Panel also extends Container and uses PanelBead to manage the TitleBar.
     new b0201c8  TitleBarBead was removed and needed to be excluded from the FlexJSUIClasses list. ITitleBarBead is also no longer needed.
     new b1ece45  Added Panel and TitleBar javascript components. Modified SolidBackgroundColorBead to extract its own background color.
     new 1451dce  Positions the close button on the right side of the title bar.
     new 4673d3d  Updated Panel to accept children for a ControlBar. Created IUIBase as a common interface for UI components and modified TextButton and Button to implement to the IUIBase interface.
     new b8b9e62  PanelBead adds children to ControlBar so ControlBar does not have to make any assumptions about its children.
     new d78ed66  Added ControlBar.js and modified Label and TextButton to create their elements in their constructors so they can be used in the Panel's controlBar section. This is still incomplete as the ControlBar is not settled at the bottom of the Panel container.
     new 6f3bfc1  First draft of a SimpleAlert, ActionScript side.
     new 03b797f  Added first measurement bead (for measuring width of text fields) in order to have the Alert size it correctly.
     new e9451a2  Created SimpleAlert.js and modified ActionScript version to expose only the public static show() function to match the JavaScript version.
     new 5e153cf  Added Alert and modified measurement beads to help with layout.
     new b501d00  Added labels to the Alert model.
     new 2169174  IUIBase now extends IStrand which simplified IUIBase. Alert and SimpleAlert beads are now responsible for creating their backgrounds and borders.
     new c557d7a  Added Alert for JavaScript. Displays the Alert - still needs background and border styles to apply.
     new fe9a9ac  Support states in FlexJS.  Must use mx:States because of MXMLC hard-coded expectations, but includeIn and property.state syntax now works
     new ca805a0  handle null to prevent RTE
     new ff99ba7  initial JS version of MXML view states
     new 6cb30a9  handle null which could happen when restoring states
     new 7a18c74  changes needed to support states in JS
     new 53b1bfc  Created IGraphicsDrawing interface that some beads implement if they draw into their strands' graphic context. Alert and SimpleAlert now have proper background and border beads. Border bead now picks up border-color and border-thickness from CSS. Background bead now includes opacity.
     new 10e22bd  Added metrics for assisting with sizing components.
     new fc36f4a  Alert and SimpleAlert use metrics to account for space taken by borders.
     new 2c8fa39  Changed UIMetrics to be top,left,bottom.right so as to be more universal and to include both border thickness and padding. Updated Alert, SimpleAlert, and Panel to use the new metrics. Changed order of beads for Container so that background lies below the border.
     new ffb4c73  Updated Alert, SimpleAlert, and Panel to have their beads add Border and Background beads if they find styles that need them. This is how Container does it.
     new c7d5765  Set a className for Alert, Panel, and TitleBar and then gave ids to key elements. This enables style definitions such as .Alert #titleBar #title { color: blue} to set style of Alert title bars.
     new b48c8d4  First draft of Spinner control for ActionScript.
     new 132a29b  Changes to support databinding
     new 286147c  more fixes for databinding
     new 653567f  JavaScript version of Spinner control.
     new b116436  Modified PanelBead to extend ContainerBead and created protected property, actualParent, on ContainerBead for PanelBead's use in layout. Updated TitleBar to set an id for CSS purposes.
     new 318d5fc  Sample app showing Panel and Alerts.
     new b82ee1a  NumericStepper for ActionScript. Modified sample Flex app to include a NumericStepper.
     new 65dd055  Early version of NumericStepper for JavaScript. Internal layout needs work and is missing some properties.
     new ff20b33  Changes to get generic expression binding to work
     new 4b0994a  remove IInitModel.  Models are now initialized on demand
     new 0ddf65f  Remove most view bead interfaces, especially ones that were just markers.  Added IBeadView and IBeadController.  All views should implement IBeadView and then can additionally implement a custom interface as the contract between view and controller.
     new ed706e1  Rename xxxBead that was a view bead to xxxView
     new 1c316d2  remove IInitSkin.  Most implementations were empty anyway, some were used to setup default beads but those should now be all driven by ValueManager requests.  Added an addedToParent() method to replace remaining work in initSkin().  It gets called when addToParent is called.  The lifecycle is thus: instantiate, set properties and beads, then addToParent
     new b308356  fix bugs caused by the refactor
     new 9e03934  more cleanup after refactor
     new 3e2bd58  Add mx state shims to SWC
     new 012ef5d  touch so it has a later date than the framework's version
     new 2052b63  fix states in release mode on JS
     new 83fb02a  Added ActionScript Slider.
     new 6ee7d46  Added JavaScript slider and added missing dispatchEvent calls for changes to Spinner properties.
     new 8dc68bb  Changes recommended by gjslint
     new dea3172  Replaced SpinnerModel and SliderModel with RangeModel in Spinner, Slider, and NumericStepper controls. Note that there is an issue currently with the NumericStepper and its Spinner not sharing the same model.
     new ab60819  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new c2132c2  Added SpinnerRangeModel to allow controls that share this model to have defaults different than the RangeModel. NumericStepper passes on its instance of the model to the Spinner it uses.
     new a4d6550  Determined that a special version of RangeModel was unnecessary and simply set default values in RangeModel itself.
     new addd535  Slider was not producing valueChanged events.
     new 92efcd3  change from addToParent to addElement
     new c128088  change from child.addToParent(parent) to parent.addChild(child)
     new 72faf79  fix permissions on new files
     new 38fb241  fix some lint issues
     new 21a606f  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new eee3987  Updated the NumericStepper and Slider so they respond to programmatic changes to their models (e.g., slider.value = 20 moves the slider thumb to the corresponding position).
     new 9ab493a  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new a24f612  Checking in Alex's example projects
     new e711998  Added missing Apache headers
     new 8f4e7e5  Reverting change made to flex-config.xml.  Checked in this one by mistake.
     new c3f2a66  Replaced Sprite in Container with ContainerContentArea (UIBase) for use as actualParent. Cleaned up sizing issues for NumericStepper and Slider.
     new 016eabf  Created IChrome interface which helps Container (and others in the future) identify children that should be treated as part of its chrome and kept distinct from content children. TitleBar and ControlBar implement IChrome. Modified the IPanelModel to implement ITitleBarModel so that a TitleBar can share the Panel's model should it be included in a Panel; property changes to the Panel automatically forward to the TitleBar.
     new 67217a1  IChrome interface
     new d478d62  Fixed Panel layout issues.
     new 4032ff1  Added explicitWidth, explicitHeight, percentWidth, and percentHeight.
     new e62326b  Panel sizing uses explicitWidth/Height to determine how to place and size its components. If no explicit dimension is given, the Panel is sized according to its components in that dimension.
     new 3f7a2ff  Added TextPromptController, a bead that can be added to a strand to display a non-editable prompt label.
     new 9619b70  Renamed TextPromptController to TextPromptBead and re-packaged it. Added PanelView, TitleBarModel, and PanelModel to JavaScript framework.
     new 072c0d1  Added RangeModel for Slider and NumericStepper. Fixed lint issues.
     new 01f0f34  Added Slider and NumericStepper to the example.
     new 69ecc07  Created PasswordInputBead. Modified UIBase to dispatch 'viewChanged' event whenever an IBeadView bead is added to a strand.
     new 44b65a1  Button w/o text that uses CSS
     new 55cd7ee  fix TextPromptBead in JS
     new 37c681b  PasswordInputBead.
     new 581ed41  Functional changes to get value setters to work and change the UI as well as report on changes made via the UI.
     new f4cfdac  Separated the parts of the JavaScript Slider to coincide with the ActionScript version and to better manage the component by separating its functions.
     new 206e6e9  Fixed bug: missing 'this' in this.beads_ in several statements.
     new e305d18  Modified Slider to use addBead() and SliderMouseController to use getBeadByType(). Modified Spinner to use TextButton component for the arrow buttons and separated button control into SpinnerMouseController.
     new 9305491  Modifications to sync JavaScript components with recent changes to FlexJS framework.
     new 6b5bdd2  Created KeyboardController for text input components. Created ITextFieldView interface, implemented by TextInputView and TextAreaView beads so controllers and other beads can reference them by interface. Updated defaults.css to associated new KeyboardController with TextInput and TextArea components.
     new 2cb1c1e  Renamed KeyboardController to EditableTextController.
     new 54fb8d2  Created package, accessories, for additional beads. Added NumericOnlyTextInputBead as a new accessory.
     new b9971f4  Moved TextPromptBead into the accessories package.
     new e0e2b8d  Created a base class for itemRenderers in ActionScript. Modified the list control in JavaScript to follow a similar pattern to the ActionScript version where the list is build using itemRenderers. Still more work to do to bring the JavaScript closer to the ActionScript side.
     new c44f747  Fix for bug FLEX-33707: Re-work of patch file submitted by Pratyoosh Sharma.
     new 7c9e6a1  Completed the implementation of List component such that it matches the ActionScript implementation, including itemRenderer factory, dataGroup, and mouse controllers.
     new a39ab22  Added SimpleList component (on JavaScript, this is a <select> element with <option> items).
     new a1f8929  Added Image component for ActionScript.
     new 426c2e1  Changed property name from "url" to "source" to be compatible with Flex and HTML.
     new 894c38f  Added JavaScript Image component.
     new 31b19d0  Updated the list controls (List and SimpleList) by adding the generic DataItemRendererFactoryForArrayData and DataItemRenderer. Changed List to use these new, more generic, classes and added style definition for SimpleList to use the Text versions of these classes.
     new 7056ba5  selectedItem should return Object, not String.
     new 3d95631  Example of FlexJS custom itemRenderer
     new 03ec92a  Created ILayoutParent interface to be implemented by those beads that can support layouts. Modified existing beads to implement ILayoutParent as needed. Modified and created layouts to use ILayoutParent to obtain the objects to lay out.
     new 130d942  JavaScript version of ButtonBar. Enhanced itemRenderer factory model, too.
     new 6036d5d  Changed DropDownListList to extend SimpleList instead of List, making it possible to include simple strings in the drop list as a default.
     new be258c2  try to get jquery app to run
     new 17947a0  repair DataBindingTest
     new 8219743  add a Button.js so class heirarchy mirrors AS so CSS lookups work.
     new 824b964  use children array instead of getChildAt
     new 801862b  JS-side custom CSS
     new 8fabb09  Set the x and y scale values to prevent resizing scrollbars from being rescaled.
     new 7cef664  Added DataGrid component to ActionScript framework. This included adjustments to ButtonBar and other supporting classes and components.
     new 28c8ac3  Added support for missing JS functions 'as', 'int', 'is', 'trace' and 'uint'. Having them be part of FlexJS removes the need to add them to the global namespace, preventing unnecessary pollution.
     new de4222b  Something doesn't like the use of 'int' as a member of 'Language', changed it to '_int'.
     new 0046a40  handle missing global selector
     new f988da4  Actual implementation of 'is()'.
     new c8f10c6  This allows pure Actionscript projects to be compiled using FalconJx. It's kinda like the 'Application.js', but different ;-)
     new 63b5f7f  LanguageTests example.
     new ad77860  If the 'interfaces' array is implemented as a class constant, the Closure Compiler (release mode) "optimises" it to a global variable, thereby making it unreachable with a class member access. When instead using a class member for storage, and using an instance for access, the code is no longer optimised into oblivion.
     new 07d4e7b  Adding DataGrid - ActionScript and JavaScript versions. Updated a number of component elements in JavaScript to extract beads using ValuesManager (bead references stored in CSS). Added JavaScript "interface" classes (base classes that look like interfaces) for bead models, layouts, controllers, and views.
     new bbba578  DataGrid example.
     new 50ee92e  FlexJS interface support is now implemented. Changing the framework in order to make the 'asjs' examples work again.
     new eb1c389  'goog' doesn't like 'use strict' when running in debug mode.
     new 87aad02  These changes for the interface implementation are needed to make the 'DataGridExample' example work.
     new 8e8ef07  Changed 'is' operator handling to use the new FLEXJS_CLASS_INFO metadata storage.
     new 9250591  Changed JS framework classes to implement the new FLEXJS_CLASS_INFO metadata storage.
     new c5bec26  adjust startup APIs.  Falcon will inject call to generateMXMLProperties in constructor
     new 8d222fa  Looks like 'somestring' is String requires special casing because string literals are not Strings
     new 984c6f8  adjust for changes to databinding codegen changes
     new 02e1d15  First run of gjslint on the entire 'org.apache.flex' directory: 'gjslint -r ./'
     new 9f8fbbf  Fixed 'tabs instead of spaces'.
     new 0d5dc01  Fixed 'line too long'.
     new dca3287  Fixed JSDoc annotations.
     new 3510e0a  Run of 'gjslint' with --strict argument. Lot's of indentation and too long line fixes.
     new 670c5f9  Was working too deep, forgot about 'flash' and 'mx' classes. Fixed whitespace according to --strict run results.
     new 058b50e  Removed unneeded @this annotations. With our implementation of classes, the compiler doesn't need this instruction.
     new 4690596  JSHint: fixed 'implied global' error.
     new 9e1366b  JSHint: fixed 'variable not defined' error.
     new a933822  JSHint: fixed 'variable not defined' error.
     new 7f3f824  JSHint: fixed 'variable not defined' error.
     new d2ab4e1  JSHint: fixed 'variable not defined' error.
     new b4fe6ab  JSHint: fixed 'variable not defined' error.
     new f368228  Removing FlexJSTest as it is no longer relevant.
     new 4b17f61  Rename FlexJSTest_again to FlexJSTest_basic.
     new 9fa2c6f  An example of how API parity would look. I started at SimpleStateImpl and worked my way up ;-)
     new 74c50e4  Added null check when searching value in "global"
     new 425d961  If bead value is not found, prevent set states from blowing up.
     new fa7ceb3  Update gitignore file to include html-template directory
     new c15d8b4  Initial commit of framework changes to make the "very strict" warnings go away.
     new 22f8918  Support custom styles in fx:Style blocks
     new 67c1179  Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after discussion on dev@f.a.o
     new 78dcdc9  Support custom styles in fx:Style blocks
     new 9394221  Add functionality to AS version of DataGrid to highlight entire row when rolling over any column JS version to follow after discussion on dev@f.a.o
     new b6b3d23  Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl"
     new 4a5ca76  Added '@suppress {checkTypes}' to hide the warning caused by having an assignment in an interface, which we need to make 'is()' work.
     new d2211fc  Fixed type checking issue when using '-strict' compiler setting.
     new 3ba9061  Fixed some more type checking issues when using '-strict' compiler setting.
     new 56e2d7c  Disabled type checking on arguments of 'is()' and 'as()' entirely.
     new f322c89  Fixed type check.
     new 3db28db  Revert "Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl""
     new 6b82711  Merge branch 'refs/heads/develop_strictest' into develop
     new 5132d5f  Fix some warnings when publishing with '-strict-publishing'
     new 56d75ed  If the view doesn't have cssData (as with the DataGridExample), this prevents an exception.
     new 2d8d5e4  Fix type checking: instanceof doesn't work with interfaces.
     new e19986a  Added missing pieces to make custom itemRenderers work.
     new 81aacba  If this.positioner is unset when this.element is created, this.positioner is set to this.element. Fixes issues where a component does not implement its own createElement() function and relies on UIBase to do it but requires that this.positioner is set (e.g., when positioning or sizing a component).
     new 597bc3d  Added missing 'interface' metadata
     new d1eee3a  Added null check
     new dec6419  Made argument optional.
     new 439b9e2  Added support for the lookup of interfaces implemented on super classes
     new aa9eb9c  Added tests for super classes implementing interfaces
     new 7c857d7  FLEX-33903 changed 'as()' method to throw an exception when a type coercion fails
     new 98fda68  Added type coercion example to project
     new edccbec  Added or supplemented class metadata and corrected some type fixes
     new a777143  Added a check for a superclass that's not in the FlexJS framework or the project files (i.e. it's in the goog library) and added metadata
     new 2f9d814  Changed the storage and retrieval of CSS properties and associated (super) class name metadata
     new 6b413f8  Make CSS selector independent from the 'className' property. Instead use the class metadata.
     new 0665f47  Null checks to make GCC warnings go away
     new ffb2dcf  Additional null checks to make GCC warnings go away
     new edf9989  Some more null checks to make GCC warnings go away
     new 2ec361a  One last null checks to make the last of the GCC warnings go away
     new 35cb706  shim IStateClient2 to make SWF compiler happy
     new c8d4d49  add framework shim classes so framework.swc no longer needed
     new 2ab957f  Adding IDataGridModel as well as fix to Image component to make it compliant with recent framework changes.
     new 66246d8  move AS code into a projects/FlexJSUI
     new d7e70f9  Factor out MXMLCClasses into it own swc and build a set of ant scripts to build it and FlexJSUI
     new 9ef7a2c  fix output dir
     new f9c7524  check in READMe and temporary install/deploy scripts
     new b8421ae  setup scripts for first attempt at release targets
     new 0151830  ant release appears to create a binary package that approximates FlexJSOverlay
     new 6849d4c  fix bugs so 'ant release' now builds FlexJSOverlay equivalent
     new 102b167  mucking with FlexJS build to make it more Apache-like
     new 52d4292  Fix event handler in HTML5 version to match basic version to eliminate Closure Compiler error
     new 3454316  Somehow, stepSize went missing.  Restored
     new fdaeaae  build scripts for examples
     new 1e1163f  fix error in createJS CheckBox
     new 47e7d75  add externals for CreateJS and JQuery
     new 030dca9  fix location for templates
     new 6f00f48  add externals to example builds
     new d63b447  add limited media query check for -flex-flash.  More MQ processing needed eventually
     new ba9331a  Make sure AS-only beads are only seen as AS-only
     new d3cec26  add linting to build script
     new 949b24d  cleanup gjslint errors
     new 6eacf61  apache-compatible release packages
     new f2c456c  add missing licenses
     new fc9e6f9  also need mx_internal to satisfy FB assumptions
     new 3688bc7  deployment now works on mac
     new 52d3504  fix up deploy/install scripts
     new b4ddb76  Split 'frameworks' target in two, to allow Jenkins to skip the 'gjslint' and 'jshint' steps (these executables are not available on the build machine).
     new 5238a97  Refining JavaScript sources for DataGrid and related component pieces, including additional interfaces or making DataGrid code work with interfaces.
     new 07d0d25  Cleaned up issues with JavaScript code and Google Closure requirements. Added missing ISelectionModel to JavaScript framework.
     new 25591cb  build should fail on error
     new 50e8a63  fix status code handling
     new 95b423d  DataGrid cross-compile example.
     new b6afedb  Added build.xml to DataGridXcompile example.
     new d78fdc0  BarChart example for FlexJS: includes source to BarChart in the project so it can be cross-compiled into JavaScript.
     new 0e8662b  Added BarChart to FlexJS framework along with supporting files and changes to JavaScript.
     new b9c7083  fix packaging for FlexJS
     new a071498  ant ide install script for FlexJS
     new 74a997e  add ide folder (was in .gitignore
     new be5e298  Added XAxisBead to chart package. In doing so, added missing getters for x() and y() to UIBase (JavaScript version) as well as refactoring an interface and matching it up in JavaScript.
     new 45c7474  Updated BarChartExample with XAxisBead. Left the source sample to use the BarChart code in the project (rather than the SDK) to make it easier to demonstrate cross-compiling the component into JavaScript.
     new 306c9df  fix a few things in the install script so ant_on_air can work with it
     new b332923  use shell cp to copy files instead of ant's copy because ant's copy doesn't preserve symbolic links
     new eb3bcdb  Adding missing code that includes values from custom styles.
     new 74b671a  Added IFactory and ClassFactory. Added itemRenderer property to List component.
     new 457e2db  Updated ListsExample to use itemRenderer property on List element.
     new 19ff7e9  fix windows java location
     new d390fc2  this should probably not use createJS components
     new bbf1b0f  fix up mx.core.ClassFactory.js
     new c5e5724  Modified ItemRendererClassFactory to use new mx.core.ClassFactory to generate instances of itemRenderers.
     new 04e8563  add no.lint option to skip linting.  gjslint isn't fully supported on Windows
     new 3a56dbe  Initial work for DataGridColumn, including column-specific custom itemRenderers, for ActionScript and JavaScript. More work needs to be done, but DataGrids with DataGridColumns can be created using this code (some properties on the DataGridColumn, such as labelField and dataField, have yet to be implemented or used).
     new 6624f3c  try to get rsync to behave
     new b067cf0  put licensing and steps and custom strings into installer-config.xml
     new f0527c9  tune up installer
     new 86fb570  tweak output of install script
     new a35ee4a  clean up rat report
     new bf8c047  rename installer-config.xml
     new 1e10584  change name of installer-config.xml
     new c7b3f6e  set default falcon package location to nightly (for now)
     new e85ba25  load config file over the network
     new 13e2477  switch to production xml
     new 9eb52b0  was using url and not local file
     new ca0e193  Completed DataGridColumn work: removed labelFields from the DataGridModel (now provided by DataGridColumn); added button widths (optional) to ButtonBar to support columnWidth property of DataGridColumn. Added RowHeightBead to optionally set row height (same or variable) for DataGrid.
     new ee5f142  Fix for issue with row height calculation and position for DataGrid list elements.
     new 5aa3a61  Adding missing function implementation caught by asdoc.
     new 1b89c96  move datagrid classes to FlexJSJX so they can be cross-compiled
     new b3c9c9f  add other DataGrid classes from examples/DataGridXCompile for cross-compilation
     new 5114764  add bar chart classes from examples/BarChartExample for cross-compilation
     new 4d640b8  remove JS files that should now be generated via cross-compile
     new 516d2a3  remove bar chart classes copied from example BarChart.  Will move ones from FlexJSUI instead
     new e8e39e8  move chart classes from FlexJSUI
     new 4ca62a9  FlexJSJX and FlexJSUI compile cleanly
     new d729877  these were duplicates
     new 13926aa  cross-compile some AS classes to JS
     new 40bc6b2  fix clean target
     new 97a6d7f  add cross-compiled js files to bin kit
     new 59ea775  Does not fail the build if the directory is missing (since this step deletes it anyway).
     new a35595b  Adding asdoc generation for flex-asjs projects (FlexJSUI and FlexJSJX).
     new 22bec95  mac auto-creates this dir, but windows doesn't and fails
     new 715a23c  try to fix jenkins build
     new 8dbc56b  try to fix jenkins again
     new 14a83f0  no, that's not right either, let's try this
     new 9c4b232  Changes necessary to get ActionScript DataGrid to cross-compile to JavaScript DataGrid.
     new 32ad70d  try gcl option for jshint
     new f165eb7  forgot to package FlexJSJX.swc
     new eb1ef94  set failonerror to true now that we jshint cleanly
     new 36fee54  add generated JS files to js-lib paths
     new a6398f9  add interface so ValuesManager can compile and lint cleanly
     new 375b544  lots of mostly JSDoc changes in order to jshint and compile cleanly.  createjs and jquery folders still generate warnings and the compiler still spits a warning for Timer.
     new 9239574  fix bug from JSDoc cleanup
     new aca9334  fix a few lint errors
     new 0609b6d  stick DataGridColumn from FlexJSUI into FlexJSJX in order to fix the build
     new bb3c62b  Cleaned up DataGridView - removed unused, commented code; changed size handler so columns layout properly.
     new 20320a8  Updated DataGridExample source to use DataGridColumn and RowHeightBead beads.
     new c9db817  Added custom RowHeightBead and ProductItemRenderer to DataGridExample.
     new ec91173  start adding more asdoc for FlexJS
     new 0b8875a  remove IItemRendererFactory and fix up examples so it they work again. Also edit BarChartExample to use the barchart in FlexJSJX instead of in its own project.
     new fd4bf1f  Fix to NonVirtualDataGroup on the JS side to set its positioner. Fix to ListView (JS and AS) to handle size changes and adjust its dataGroup accordingly.
     new 7153a20  Fix build script for MXMLCClasses swc.
     new 9e7ec1f  Fix namespace issue in DataGridExample/src/MyInitialView.mxml
     new 89c12f7  add asdoc for org/apache/flex/core
     new 709d4d3  more asdoc.  Next up, net and utils folders
     new 57e8bdf  asdoc for the chart package and BarChart component.
     new 7def506  asdoc for DataGrid.
     new 89ba62a  more asdoc for net and utils.  Next up, html.staticControls
     new 6cd5ef3  Asdoc for components.
     new 11f443a  More asdoc additions.
     new 919a5e9  re-add CSSButtonView.as to SWC.  Not sure why it was removed but seems to not break anything
     new 86d62f1  copy image assets, if any
     new 0053fff  remove constructor args from Button
     new f34a662  More asdoc work.
     new dc97a23  remove fake copy of ClassFactory now that we have a real one in FlexJSUI
     new c8f4a89  Moving DataGridModel (and IDataGridModel) from FlexJSUI project to FlexJSJX project. Fixed issue with placement of NonVirtualDataGrid in JS-side ListView bean.
     new 6148bd4  Use BarChart from FlexJSJX.swc libary
     new 972684c  Disable gjslint during ant build if os=windows since it is not supported on windows
     new 1facedd  move ContainerContentArea to supportClasses
     new afb5796  more asdoc
     new 7038391  somehow the rename left a delete to be committed
     new 335efea  more asdoc
     new c74fe5f  more asdoc
     new 2fb768a  fix build script so it can run on its own
     new 2a2d6a4  move ScrollBarLayout from View strand to ScrollBar strand for consistency
     new ed625a8  OK, I think I've added asdoc to everything.  Now to double check
     new 548249d  replace most @see with @copy
     new 60bd8d5  fix format of @param and @return
     new 9c23eb3  fix a few more asdoc issues
     new 90f7451  Fixes for asdoc.
     new c0f66e2  add asdoc to mx shim classes
     new c140ca9  more asdoc fixes
     new 34567ef  add non-manifest classes
     new e9f593f  more asdoc fixes
     new 6644ca1  More asdoc work: add missing tags and comments.
     new 8e0eab9  Fix bar chart layout to take into account the height of the x-axis
     new 6c7c8c8  more asdoc fixes
     new b5ed2ef  funky import statements in these two files somehow
     new a4e422f  upgrade echo statements in installer so the GUI installer looks nicer
     new 0ff1aa3  fix scripts to rat.report is clean again
     new 1fec571  Added TileLayout (AS and JS versions).
     new e3ef83e  Added asdoc to TileLayout.
     new 3c67860  Adding DateChooserExample. Cross-compile step fails when compile generates faulty type declarations.
     new b1c546b  Removed build step that would fail and placed it into a comment block.
     new 051fc05  fix DataGridExample build.xml (it was throwing error due to missed properties needed)
     new 8745a94  fix warnings in LanguageTest, changing 'insteadof' for 'is'
     new 39d4236  more build.xml example fixed
     new d260949  more build.xml example fixed
     new 3d84896  more build.xml example fixed (but this one does not work on runtime)
     new 5af52d6  more build.xml example fixed (this one has a compile time warning
     new 2360514  more build.xml example fixed
     new 1309e00  Fixed JSHint errors.
     new 3a5a97f  Reverting commit 8745a94d0d6885db01aad1eb31df73b262612cf1  (fix warnings in LanguageTest, changing 'insteadof' for 'is')
     new 75e7b34  Setting up my SVG/HTML5 example project
     new b4bfea2  Update SVG based button in the FlexJS - JS framework Created simple example project for SVG based components
     new 71948bc  Added metadata (which the SDK uses for type resolution etc.)
     new 5c53ff8  Todo List FlexJS sample app initial commit
     new 4c84ed3  formatting code with intellij
     new 5ce6139  try to add binding in List (commented) and add an horizontal footer of label and buttons
     new 748afe7  remove 'check box' default label value in JS CheckBox component
     new 8aadaec  Fix type warning and fix JSDoc notation.
     new ca8f560  Remove annotations: it is the same as in the parent class, in which case @override takes care of inherited annotations.
     new 840bda9  Events are added after the component is created (MXMLDataInterpreter), so anything that relies on data about events - like the new SVG event protocol - needs to have a handler that is triggered after the component is completely initialised.
     new dcbeeb8  Implementation of the creation and registration of the 'click' event callback in FlexJS and SVG.
     new b6a5965  Fixed Closure warning caused by this hack; Fixed some more JSDoc.
     new f37cf6b  Updated type annotation and member initialisation to allow for NULL, preventing the triggering of the new method for all components.
     new 0113a8c  - renamed and moved the SVG asset for the TextButton class - changed the syntax for the 'clickHandler' property assignment
     new 0a0c80f  Adding initial version of DateChooser and DateField to the ActionScript side. Added these new component classes to FlexJSUI and not FlexJSJX because DateField will not cross-compile in its present form and relies on some aspects of DateChooser (which can be separated if necessary).
     new 1b912af  added TodoListEvent
     new 898f8db  fixed build broken due to extra space at end of line with gjslint (¿?)
     new d4198d7  Remove 'use dot notation' warning. While dot notation is by far preferred, sometimes 'array' notation can be used to avoid renaming of a property by the GCC.
     new 9a848c4  Added comment to explain the use of 'array' notation instead of dot notation.
     new c7547b6  update flex-config-template.xml and flex-config.xml to avoid removed lines in SVG namespace
     new dc2d836  added change event to TextInput to be dispatched when textChange fires. This need revision since is not working as expected.
     new b45e0a3  update buttons to SVG versions and prepare its methods
     new 1c4ff6c  changes required to get basictests to compile and not RTE when launched.  Now to get it to actually run some tests
     new 24d2e39  don't cache sdk-installer-config for ant_on_air. Also use nightly build for falcon temporarily
     new 84b3668  BasicTests needs info() structure processing bead for processing mixins
     new 7c84f3e  prevent bubbling of flash.events.Event.  We don't want flash events in the system, just org.apache.flex.events.Events
     new 86d14e2  disable basic tests for now
     new 3d7e4f0  solved text input change thanks to Alex stopinmediatepropagation and setting the listener in constructor
     new 2a20336  TextInput in JS now dispatch an internal inputhandler INPUT event with the purpose of dispatch a FlexJS CHANGE event
     new 84952ed  controller logTodo setup event, we need dispatch events when collection changes (add, remove) to let List component react
     new 8fd96fc  Added format bead classes and IFormatBead interface. Added view beads that are capable of working with format beads. Beads created in MXML will trigger a "beadsAdded" event.
     new 455273f  Added 'stopPropagation' on the original event and made the handler's visibility 'private' to prevent the method being overridden.
     new 47a43de  Adding example of using format beads.
     new 85b6150  TextInput remove inputhandler goog reference
     new 496c0e6  refactor TODO sample to package "sample.todo"
     new d217569  refactor TODO sample to package "sample.todo" last fixes
     new b606f59  need one more fake file for exporting release builds from FB
     new dec3558  more legacy classes need to make mustella happy.  Some are stripped down to eliminate undesirable dependencies
     new 89002bb  changes required to get BasicTests to pass on two simple tests
     new abbfdf9  more changes to get FlexJS basic tests to pass two simple tests.  Needs newer mustella.swc from SDK
     new 686aa27  clean todolist example before building release kits
     new e0597f0  don't cache nightly falcon build
     new c9c7f41  don't run checkintests in jenkins build
     new 0a9a2a0  ContainerBase dispatches "childrenAdded" once its beads and children have been processed; this can trigger any layout beads (for example) to do their work.
     new 1d69829  re-add checkintests so we can try to figure out why it failed
     new c60d430  diagnose checkintest failure
     new 1e58be5  diagnose checkintest failure
     new 5949631  remove checkintest from jenkins so build passes again
     new 24e96cf  Modified Container beads and changed the order of when the MXML children were added to the strand, making that happen after addedToParent() was called. Added new UIUtils class with static function to center components.
     new 6684cf7  UI utility class.
     new 2d0d52a  Improved JavaScript side of FlexJS with better handling for MXML component files based on Container. Added get_currentTarget() to Event.js.
     new 02420b9  Changes to the SDK, mostly on the JavaScript side, to connect display parent chain using get_parent(). Included changes to enable pop-ups via UIUtils class. Added format bead support to JavaScript side of SDK.
     new ff612eb  Change to make Google closure annotation happy.
     new e9e2f0b  upgrade to selenium 2.40
     new 7187bb1  need flexjs_wrapper for mustella/marmotinni
     new 695c21c  add js checkintest
     new f398dca  fix bug in states destination handling
     new d2b7d22  needs MixinManager on JS side for Mustella/Marmotinni
     new ff8479f  comment out showSteps arg
     new f988f2b  fix parent in reverting states
     new a2bc33c  lint issue
     new a65ada5  fix up lint and compiler warnings
     new 8a08cdd  mustella equivalents in java for marmotinni
     new 2380008  Moved DateChooser from FlexJSUI project to FlexJSJX project since it can be cross-compiled into JavaScript. Created DateField component in FlexJSJX project as it can be cross-compiled into JavaScript. Updated DateChooser example to include DateField. Updated FormatExample to illustrate a custom component as a pop-up.
     new a5d74b3  make application a little more tolerant so it can be used in flexunit tests
     new a0bd0cd  add our very first flexunit tests for flexjsjx and flexjsui.  More tests needed
     new 5759d50  remove staticControls folders and move components up a level.  Next commit will rename packages inside the files
     new daa3dab  sed removal of staticControls.  Now to see what I missed
     new 8d37ef3  clean mustella/bin
     new 189fb58  rename packages in these files
     new 15b80b8  remove other staticControls folder.  Next commit renames packages in the files
     new 9fecc95  more sed removal of staticControls
     new f43a7b6  finish sed sweep of staticControls
     new 5e7bde8  how did this not break sooner?
     new 8699c1c  try to fix jenkins build
     new 1f24359  found how to get FB to think it is v4 but the public versions are 0.0.1
     new e4aeba1  ANT script that creates a PhoneGap project and copies FlexJS Javascript project files into the project and builds it.
     new 1177c59  need headers
     new 29da98a  add FlexJS compiler options
     new 93d6cda  adjust installer for falcon fb integration
     new b416780  don't check that in
     new 7378eb5  revamp installer and launch configs for fb integration.  Now you only need launch configs for the cross compile
     new 08f9370  make sure these scripts are executable on mac and linux
     new fc9532b  need these js/bin files in scm, but continue to block others
     new 31ce177  add notice files required for releases
     new 3f7bc04  add signing
     new e6f17f8  wrong title
     new da0b44d  forgot about flexunit
     new 7028bd9  fix up readme
     new 0857885  fix js build
     new 0ad116b  add parameter checking to cordova-build and add to package
     new bac994e  use rc1
     new 05bc632  Modifications to get SDK to behave more like the border model for sizing components. Update DataGrid to have better cross-compile results. Added a new view bead for Button, ImageButtonView, to make it easy to specify images for button states.
     new ce2c8b1  UIBase was not dispatching width and height change notifications like its ActionScript counterpart.
     new 7018bce  Listens for and handles size changes in the strand.
     new 815ea6f  add information about alpha status
     new 22500af  method was in twice and the last one broke release mode js cross-compiles
     new 5848cac  add note about compiler warnings in examples folder
     new b04bace  minor update to readme
     new 8a7d6ea  stop using FalconJX nightly builds.  The Installer will use the FalconJX specified in the apache-flex-flexjs-installer-config.xml.  Folks running Ant should specify the equivalent falcon.url.path variable when installing via Ant
     new a617ed7  update to FalconJX rc4
     new 284187b  add asdoc signin
     new 7c0b48a  MobileTrader example: AS example that cross-compiles to JS and can be executed on a mobile device using PhoneGap.
     new 137872e  update release notes with information about building the examples
     new 9948c7f  add warnings about setting up linters
     new 0473c49  try linting on Windows
     new aab8baf  add debug info to script
     new a3c0362  need paths on windows?
     new b9bbed6  fix path problem in Windows bat files
     new 982b594  switch back to nightly falcon builds
     new 57b1e50  allow TestResult.java
     new 6a164e2  enhance install to use mirrors for release package, nightly falcon for nightly builds and rc falcon for rc builds
     new 2e545b2  update version to 0.0.2
     new a4b2568  update version to 0.0.2
     new 79fa531  make sure we specify an empty list of themes for air (looks like it defaults to spark.css if no specified at all)
     new 28a54c4  Added an example of using Cordova/PhoneGap with FlexJS that makes use of a mobile device's camera and photo library. The example lets you take a photo, or select one from the gallery, and display it using the Image tag. This update includes wrapper classes for the Camera object in AS and JS.
     new a89d98e  ignore bin folders in examples
     new e02da51  fix script so it runs on its own
     new 37a7c62  add header and inject html
     new 7030b0e  switch to inject html
     new 9c9d52e  clean up some warnings
     new 9d6be6b  fix linting error
     new 135f04d  fix linting error
     new b83027c  make AS Camera actually take a picture.  Needs better UI at some point
     new 599b6e0  Camera example uses AIR on AS side and requires FP11.4/AIR3.4
     new 2fa1296  run example as an air mobile app
     new a19e94e  put the v in the vbox
     new 6471697  setting quality to 100 seems to get around getPicture crash bug on Android 4.1
     new 73c03a8  sometimes ant wants you to pre-make the folder tree
     new f157766  add a Cordova Application class and a Weinre bead
     new 25b9fe1  try to prevent caching of falconjx during nightly build installs
     new 2eb8cbc  Adding Map class for use with Google Map API. FlexJS AIR app can display the map and the app can be cross-compiled into JavaScript.
     new c9f9db9  Example of using Google Maps API in a desktop (AIR) and JavaScript application.
     new 5c12cc7  Added a README to the DesktopMap example.
     new c9d4b2f  JavaScript version of maps.google.Map now dynamically/asynchrously loads the Google Map API so there is no need to include the <script> tag in the index.html any longer.
     new 5984b1b  Updated sample README to reflect change in SDK (no longer need to edit the index.html file).
     new bc25fb9  add some missing dependencies to Event.js
     new d76d60e  this example needs to run in desktop profile (no htmlloader in mobile profile)
     new 7dd5949  tweak map demo so token not required
     new 0b65a29  Added functions to set the map zoom level and to use geo-code API to locate an address and display a marker.
     new 7749741  FormLayout/VerticalColumnLayout with an example
     new a4602d5  fix release mode swfs
     new ed2b78f  AFAICT, ListView shouldn't be needed here
     new 086d363  allow Number in is/as checks
     new 29a0fe6  add single value event
     new 3e1a12c  add alpha property
     new c244e29  add newInstance to reduce use of 'Class' when cross-compiling
     new 9212e77  add basic Move and Fade effects and an example
     new 0c58c7c  Added new functions to the Map class for searching, zooming, and map position.
     new 04b9954  Modification to map example that includes searching. Work in progress.
     new ed352e6  Made a private function public to fix compilation issue.
     new d1efc15  Fixed issues found by gjslint.
     new aad72f1  Update release notes
     new 7cdcea2  add more info about environment variables for a binary package
     new 96fb1e7  build and clean new examples
     new 2ea9912  add checksums to the install scripts.  A new string was added that needs translation.  And the checksum computation in the installer is quite slow and probably needs optimization
     new 26eadd3  Updated Map API with new classes and more functions.
     new 8a43066  ant-based caching appeas to work
     new 9ac6c98  add timestamps to key URLs to bypass browser cache
     new 30caa1b  Added get_type() to Event.js so cross-compiled code will work: In ActionScript, event.type is cross-compiled to event.get_type().
     new 4819f8f  Updated Map classes with corresponding JavaScript versions of the ActionScript classes for Google Map place and location searches.
     new 90d6f59  Added MapSearch example.
     new 5cf4dd9  Better handling of padding values for buttons.
     new 103ecbb  Updated Map example with a few styles.
     new 6a58b0a  get rid of some warnings
     new 16c4a58  fix air and flash downloading
     new 42297a7  update release notes
     new 0ce42ef  use path to java on Windows
     new a8979cc  get rid of a few more warnings
     new c4a6440  need quotes around java executable
     new d2f9ce2  Label now supports top and bottom padding, plus the width adjusts based on the text. Buttons have better sizing with respect to padding.
     new bdce67f  Removing getters for Label and Button to allow view beads to determine size.
     new 563f445  switch swfobject to github and allow for server based language overrides
     new 8c0b30d  forgot to change folder on server properties
     new b5f560a  Updates to Map component set. Map now uses its own MapModel along with map-specific data classes such as Marker and Place.
     new 963a5cc  approval script
     new 0c4ffa4  got it working on Windows
     new dc84356  add caching info to log
     new 480e143  need airglobal to doc some files
     new 5053455  fix an asdoc error
     new 50c8ddc  forgot to add md5 server url logic
     new 70159e2  Update map example to use new Map API and model.
     new be38826  This non-Flex, ActionScript class, corresponds to one in the Google Maps API library. An ActionScript version is necessary so that an external reference can be used when cross-compiling to JavaScript.
     new 65d0061  Updated MapSearch example to use google.maps.MarkerOptions to debug external-js-lib Falcon option.
     new 63b4171  Added MarkerOptions to classes.as so it will be available in the SWC.
     new 25b8112  Added clickKiller code from Button to UIBase.
     new ea0f1f3  try the github version of closure library
     new b97f333  chinese translations from Darkstone
     new 4f3efbc  bundle Google Closure Library
     new c73638c  additional chinese translations from Darkstone
     new c7fb92e  remove goog step now that it is bundled
     new 4120c3e  Removed temporary change for JS externs test.
     new b625c82  Replaced 'goog.base' with '[qname].base' to make the framework compatible with ES5 strict mode.
     new 5047995  need to clean mobile trader
     new 00d960d  Revert "remove goog step now that it is bundled" We are going to download goog again, but now from GHs
     new efe2de0  Revert "bundle Google Closure Library" We will no longer bundle and go back to requiring downloading but now from GH This reverts commit 4f3efbcc5592ef9eb208efcea39f337727561f8e.
     new 32d97f6b Added ImageTest to FlexJS examples.
     new bce71d0  handle 14 beta in install script
     new a64d067  pickup GCL urls from -config-4.0.xml file
     new a1e675d  revert messed up line endings from SVN's perspective
     new a99a0d7  fix GCL install
     new 7307b52  add viewHeight/viewWidth to view beads on the AS side because we can't always trust the sprite bounding box size
     new 7a3c11b  missed a few things in the prior commit
     new c7b0d2c  forgot a file on the JS side
     new c550609  Updates to build scripts to allow examples to build.
     new af5af18  Changed location of Google Closure library.
     new 20c2415  Added Polish language to FlexJS
     new 89f54f1  Adding PieChart which required moving some core interfaces from FlexJSJX project to FlexJSUI project. PieChart uses SVG to draw its wedges (still a to-do item for BarChart).
     new cce1cb5  Added PieChart to the BarChart example.
     new dabd6a6  Added README.txt files to a number of the FlexJS examples.
     new cddbef2  Added TitleBarView and changed how Panel handles sizing.
     new 644f932  Initial VF2JS commit.
     new 517a297  VF2JS example projects.
     new 6b7ba06  Add mxmlc(.bat) with VF2JS paths.
     new 4838cdf  Add VF2JS Flash Builder launch config.
     new 6d4241e  Minor update, still very much a work in progress ;-)
     new 0947683  Moving VF2JS examples; build targets no longer needed.
     new 8ca5c38  Moved VF2JS examples to 'vf2js' directory.
     new 86b83fa  Add some of the 'legal' stuff needed to make an Apache release later on.
     new 86a52e7  Initial commit of build scripts for 'source' and 'binary' release of VF2JS.
     new 985f982  Slightly updated ;-)
     new c2ed61e  Moved VF2JS JS framework so it doesn't interfere with possible FlexJS overlay on same SDK.
     new 93ced8df Rename to better represent it's function.
     new 5f1ebcf  A bit more structure...
     new bed53a6  No need for this (for now).
     new 0b812b3  Combined build and install script - initial commit.
     new 37323f4  Forgot to include the 'mx' target.
     new 53f9a97  Adjustments to make FB launch config work properly.
     new abcec37  Updated and refactored build files.
     new 6c2ecb4  Simplified and clarified launch config tokens.
     new 9f50bab  It's slowly starting to look like something that might be useful...
     new 599cfe5  Create proper default for PLAYERGLOBAL_HOME.
     new cf58bc4  Better...
     new eadf66c  Added release targets, now ready for nightly builds.
     new 910d4d9  Updated formatting beads with the introduction of a FormatBase that is implemented natively in JS and AS.
     new 564d137  update release version
     new 89bbc54  fix asdoc issue
     new 1725a40  ant script to build FlexJS release candidates, including uploading to dist.apache.org, adding to the installer, tagging the repo, and mailto to the mailing list.
     new 061bf83  Replaced use of eval with property index.
     new 3421d4d  Changed BarChart (actually BoxItemRenderer) to use SVG on the JavaScript side to draw the bars. This meant changing a little of the infrastructure to be a little more generic.
     new d2e6a3f  FLEX-34460 fix air install on windows
     new db487b8  add release targets
     new 806c28d  Updated FlexJS chart library with StackedChart and refactored interfaces.
     new d3f7f79  Updated chart example with new StackedChart.
     new f235400  Changed BarChartLayout to produce horizontal bars and added ColumnChart (and ColumnChartLayout) for vertical bar charts. JavaScript version not complete.
     new 6168f83  Modifications to the chart layouts to account for null or missing axes on JavaScript x-compile.
     new 86916b5  Renamed "StackedChart" to "StackedColumnChart" and created StackedBarChart.
     new 2f078fd  Replaced XAxisBead and YAxisBead with HorizontalCategoryAxisBead and VerticalCategoryAxisBead.
     new 5a6e15e  Fix build issues on Windows.
     new 0b90e2f  Updated BarChartExample to reflect new changes in the SDK.
     new 1839767  Changed the examples' build file to set the SWF HTML wrapper at 100% x 100%. This is what happens in Flash Builder and I don't see any adverse effects from doing this.
     new 4677f85  Added VerticalLinearAxisBead and HorizontalLinearAxisBead to the chart portion of the FlexJS SDK. Adjusted the chart layouts to allow for two axes.
     new 0eee0ae  Added linear axis beads to the BarChartExample.
     new f2d159b  Added the first set of vector graphic drawing classes.
     new 5ae077b  Added the new classes to FlexJSUIClasses.as
     new de1eae6  Use addElement() instead of addChild()
     new 9cdabb2  Fix formatting of style attribute + add fill-opacity attribute
     new 37cca4d  Added LineChart with two layouts; renamed some chart classes. Changed how lists (which includes charts) generate the itemRenderers - it is now up to the layout to create them as needed.
     new c766dd1  Replaced BarChartExample with ChartExample; compiles AS only for now.
     new 61a9eea  Draw moar stuff!
     new 60f17d1  Some refactoring: created a base class for chart layouts (ChartBaseLayout) to make drawing graphics a little easier and more consistent.
     new 25edf1f  Add some variety in rect shapes and colors
     new f1ae81b  Don't extend UIBase.  Just create an SVG element in the constructor. Add an empty addedToParent method (it would be better to make this implement IUIBase) Add a resize method that would update the svg element to match the drawn shape
     new 72c9009  Adjust the x and y of the rect to account for the stroke weight After drawing, call resize on the svg element with the correct dimensions
     new 1a16bd3  Firefox and IE11 needs a unit ('px') when specifying position values
     new e213ce7  Add Ellipse
     new 255f822  Draw a few ellipses
     new c32de24  Include Ellipse in FlexJSUIClasses.as
     new 8404ff2  Clean up Rect
     new 715a5ac  Add a new method getStyleStr
     new 35efe0f  Remove redundant fill-opacity attribute
     new 5f12977  Draw circles!
     new 5f60583  Revert changes to these files (was not supposed to commit it)
     new fe4b40d  Path now works - only on JS side.  Need to figure out AS side. Changes to how the svg element resizes itself.  Now, doing it in addedToParent method.
     new 3f556bc  Set scale to 1,1
     new 1bfdcb2  Fixed issues uncovered by gjslint.
     new 50a88b5  gjslint uncovered a couple more issues.
     new dd4895c  Added support for 'a' and 'A' params in the Path API
     new 43cdf55  Add CapsStyle.SQUARE and JointStyle.MITER so that the borders look more like the SVG version
     new eed930c  Fix how we resize the parent svg element.
     new ea9aac2  If fill or stroke is null, handle it correctly
     new b08ecd7  FlexJS chart package now uses FlexJS core/graphics for the charts' graphics. This commit moves the platform-specific itemRenderers to FlexJSJX project where they can be cross-compiled into JavaScript classes. Updated ChartExample to build JS version.
     new 1d58af6  Fixed gjslint issues.
     new 009dbdc  Set Application.stageQuality to HIGH_16X16_LINEAR
     new 9b81121  Fixed issue with List-based components where the itemRenderers were either being created when they should not or weren't being laid out properly. Still some tuning to do, but Lists and Charts should be working well.
     new 6f9a89e  Removed the border and scrollbars from JS charts.
     new 45c1da4  Add new class GraphicsContainer.  Lets you draw shapes inside it.
     new bb9cbd0  Fill now implements IFill.  Stroke now implements IStroke.
     new c417a87  Addressed issues found by gjslint and jshint.
     new e6419b7  Fixes issues with DataGrid and ButtonBar due to change in how layouts apply itemRenderers.
     new 4fce4e5  Added support for LinearGradient on AS3 side.  JS version, up next
     new 51d604f  Remove unnecessary trace
     new b330ab1  More shapes
     new 6929517  Add fix for non-Chrome browsers
     new 9999c23  Add support for LinearGradient for AS and JS versions. Includes support for gradient rotation as well. Elliptical Arc (A) property of Path does not support gradient rotations (yet) in the AS version
     new d924c80  ListView, JavaScript version, wasn't taking into account a layout that may already exist and was allow two layouts to exist on the strand.
     new f1e401b  Corrects issues uncovered by gjslint and jshint.
     new 405b7e5  Convert FlexJS chart package to use IFill and IStroke for itemRenderers.
     new 8e46d2e  Update ChartExample with recent changes to FlexJS chart package.
     new 0677ce5  Better name for gradients
     new 24d052e  Remove reference to IChartItemRenderer.fillColor as that property does not exist.  This fixes the FlexJSJX build.
     new f568eba  add stateChangeComplete event
     new 04c0df5  refactor Panel so it doesn't have to link in ControlBar
     new a6b13aa  add percentproxy metadata
     new c804ced  need ToggleButton
     new 6c2afa5  add VContainer and HContainer
     new 3e57257  switch TitleBarView to MXML
     new 19486c9  allow PanelView as MXML tag and allow its TitleBar to be overridden
     new e9eec73  add some new effects and base classes and interfaces for effects
     new ea89821  add CurrencyFormatter
     new 4a5759d  add helper for wipe effect
     new cd75303  add container events
     new da5088a  add maxChars
     new 246a607  add inline style support
     new 1890c49  add new components and views needed by FlexStore
     new 618e29e  add a scrolling container view
     new 936b831  allow for non-selectable renderers
     new fc5092f  forgot to impl interface
     new 35d35bf  add more style props
     new 55a1f6d  try to get this working
     new a59aab9  add an ImageButton
     new 37905ca  add a CallLaterBead
     new 8272858  initial drag/drop implementation
     new 8655929  fix text databinding
     new 5a5a85a  show close button in example
     new 6f4c2d9  switch to asjs sdk for compiling swcs so we can generate the new code for MXML components
     new 3889814  allow override of desitination so SimpleBinding can be used for non-strands
     new 6c04d45  add convertColor
     new ee346a7  add a parent API
     new 3f485f5  IUIBase should extend IEventDispatcher
     new 09a1996  also watch for layoutNeeded
     new 72314d0  refactor ILayoutParent into IScrollingLayoutParent
     new 12904aa  add x to close button
     new 61191fa  allow as bead of view as well as component
     new c0847cf  custom databinding or MXMLBeadViewBase
     new 3114285  declarative invalidation of layout
     new fea0a05  custom layout of title bars and other stretchy things
     new b379566  get MXMLBeadViewBase up and running.  Allows Views to be specified in MXML
     new 1163b7b  titlebar in MXML
     new b24d574  new components to get TitleBar to work in MXML
     new f55e862  new layout for titlebar
     new a63ef45  expose host property in views
     new 00eddfe  add a few more styles
     new 0358d0b  support inline styles
     new 5b6365c  use 'inherit' for fontWeight
     new 2827039  allow override of destination in ConstantBinding as well
     new 5b023f2  fix bug
     new a99dfd4  move TitleBarView to FlexJSJX
     new 727195d  change TitleBar to use beads.  It won't work until I fix other things, but it is a start
     new af8213d  get rid of DisplayObject and DisplayObjectContainer dependencies in ILayoutParent
     new b462b00  move components that look like they can be cross-compiled
     new 0729034  fix components after moving them
     new 3bb202d  handle null in 'is' or 'as'
     new 45d6b4f  models must implement IBeadModel
     new 7dfcd3d  add missing property
     new 7d679ef  don't assume model and view
     new 90e73a2  fix bug in margin handling
     new 9e5c3b8  add new prop and fix inheritance
     new 4101979  allow bindings to have different destinations
     new b4ae6a1  compensate for JS codegen
     new cecbcf4  use host
     new a0dd906  panel should pull beads from css
     new 7023f87  add getElement and numElements
     new 2ed1a94  change timing of adding chrome
     new c0f8b45  fix how we generate MXML properties to match AS side
     new e5756a0  add missing interfaces
     new d03c8a4  add close button
     new f7868c5  add ContainerView
     new b5d9be8  make closebutton smaller.  Still ugly
     new e4d65e2  handle more cases
     new d53ed7d  handle text-align
     new a3ae11b  handle text-align
     new 434ab8c  don't bind both html and text for now
     new 4f9e27c  handle padding
     new 1652c14  handle autosizing better
     new b1f2396  lint
     new ef5c740  adjust timing of properties and valuesImpl init
     new 669d04b  ListView needs to be IScrollingLayoutParent
     new e95eee4  use host
     new d875567  more attempts to fix autosizing
     new 133214f  restore old way of making renderers for now
     new 00402c8  hack ButtonBar into compiling cleanly.  Probably needs revisiting
     new 0fba10b  add platform abstraction so databinding impls can cross-compile
     new e5b1ae7  Added ListPresentationModel to hold UI display properties for lists. Changed the DataGrid to share its presentation model among its List columns.
     new c1bd651  more beads needed by FlexJSStore
     new 9547309  add IMXMLDocument interface
     new 4a76018  add margin styles
     new d4d2ae9  don't require all objects to have id properties
     new c812e0d  add length prop
     new a327d20  silence binding warnings
     new 337d223  also create fx:Declaration instances
     new 36f1ce4  add more change events, and tweak names of a few events
     new f20b05e  Updating DataGrid to restore separation of itemRenderer generation from layout. Modified DataGridPresentionModel to extend ListPresentationModel. Updated JS version of ButtonBarLayout.
     new 51d28e2  fix ant bug making dirs
     new 4d0fbb2  if no ILayoutParent, assume strand is ContentView
     new 9cfc607  ToggleButtonModel is also ITextModel
     new bdcbc41  handle child descriptors differently.  Push them into child container so child can generate when needed
     new 0473a17  switch target to be string reference
     new f7c45b8  these need to be event dispatchers
     new 50bee95  handle initial state
     new f1fd2fc  handle stateGroups
     new f272583  Container should have default border bead
     new 81df22c  handle initial state
     new 309da69  need to get model this way in case it hasn't been instantiated and placed on beads list yet
     new d3d8fa6  get model directly
     new 20937c7  some children are not display objects.  Might be an fx:Declaration
     new 43b8981  handle vent handlers in states
     new b8ef431  parse styles as strings
     new 376be30  need to set styleparent
     new 5d466ac  handle state vars on the top tag
     new c889dfc  use valueChange instead of valueChanged
     new 9eb5106  Refactored charts to use new DataItemRendererFactoryForSeriesData to produce the itemRenderers for the charts.
     new 8357492  Added JavaScript versions of newly added ActionScript chart elements.
     new f876241  don't need to override x,y getters
     new 8b6c1a9  also init styles in the main document
     new e15c8c2  layouts need to be IBeadLayout
     new 1dd28af  BasicLayout
     new ec17863  don't lock in a default size for images
     new 4efdd81  handle no border
     new 1649183  handle percentages in layout
     new ec296c1  needs to be IEventDispatcher to support binding
     new c7f8a2d  handle being a bead on a component as well as a view
     new ce5f83e  send size change events if needed when image arrives
     new d6dcd95  handle more than one fx:style block
     new c7e263e  fix when we set the width of children
     new 51947dc  fix sizing logic
     new c26dc8e  also need to listen for layoutNeeded
     new d1e991d  new databinding impls
     new fdcc62c  try to fix nightly
     new 615588a  Adding missing JS-side infrastructure functions.
     new b5c2ae0  Convert chart axis classes to flex.core.graphics for axis line and tick marks. Axis classes can now specify axis line Stroke and axis tick mark Stroke.
     new aaf60ed  JavaScript version of axis changes that use flex.core.graphics for renderer axis and tick marks.
     new ebc4cb2  Add cross-compile target to MobileTrader example
     new e25bb22  Add DateChooserExample to build script.  Remove FormatExample (compile errors) and StatesTest (no results)
     new 9b58dec  Fixed a few compile errors that Flash Builder caught in FlexJSJX and FlexJSUI
     new 1fd43da  Updates to get JavaScript chart axis classes drawn using flex.core.graphics package. Removed unused chart view classes.
     new b784b84  Add FXG graphic style graphic shape declarations
     new 024d633  Add core.graphics shapes to basic-manifest.xml
     new 019f95d  Rect has moved to basic-manifest.xml
     new 58cbb52  Update Shape classes to support declaration in MXML
     new d36feac  Update how we draw from AS3
     new ee90688  Fix Chart classes to accommodate for recent drawing API changes
     new 7eaf5b4  Fixed jslint and jshint issues.
     new eed8bda  Fix BoxItemRenderer to accommodate for drawing api changes
     new 576ce96  Add MouseEvent
     new f665b37  First cut of a skin in FlexJS.  Add FlatSpark classes to bring in that style's colors.
     new 15a535d  Intercept various flash.events.MouseEvent types and throw their FlexJS equivalents
     new ce3f080  Remove ambiguity of MouseEvent reference.
     new bd13805  Fix resize/reposition logic
     new e14233b  Cleanup states definitions
     new efa544f  Fix typo
     new d850c91  fix JSON handling
     new 3c2ddc5  remove padding from titlebar
     new edfe538  fix currencyformatter
     new 6b3e47f  offset label using margin instead of padding
     new 24c8403  handle 'this' in property chain
     new 34527c2  fix height calculation
     new 22365eb  refactor panel and containerview to share more code
     new d2bbaab  set size on bitmap if needed
     new 9d01a68  fix PropertyWatchers in chains.  They don't need to listen to a parent PropertyWatcher
     new 6bbb7cb  teach constantbinding to handle static constants
     new 3f2ff22  teach containerdatabinding to use constantbinding in more cases.  Also fix single watcher scenario
     new 8fb5dff  change bead strand setting to be top-down.
     new 6fb3c3f  don't get fooled by some generic bindings
     new b38c703  handle more than just models
     new dc0060e  fix width/height handling in Label
     new 437483e  adjust vertical positioning logic
     new 4c19580  handle more events that require layout
     new df4ba1c  handle ILayoutChild in layouts so we don't lock in sizes
     new 1219f69  get this to size better
     new a48d1fa  shouldn't be necessary, getter should pick it up
     new 35b5576  smarter sizing of content area
     new afd4b0c  rewrite to assume a single child as the content area
     new 7ef1848  add in basic layouts
     new b88c889  add FlexibleFirstChild to manifest
     new 76f46fe  Fix wrong variable
     new 25e8afd  switch to interfaces so it works on Buttons
     new 4790223  get basic tooltip up
     new b39b1d7  fix reading from write-only properties
     new cd04796  this was fixed by making the backing variable protected
     new c4d292f  Drag/Drop now works
     new 2fa2816  Dispatch initBindings event, mirroring the AS version
     new 31d586d  Set currentState in init as a workaround
     new 38f906b  Add initialStateHandler_ method and corresponding event
     new 4cf0142  FB caught these compile errors
     new 85988f9  Prevent event loop by checking for exact type of the mouse event (flash.events.MouseEvent vs. org.FlexJSUI/src/org/apache/flex/events/MouseEvent)
     new 861ca2b  Fixed jslint and jshint issues.
     new b48e30e  Small modifications to the FlexJS chart axis code to have the <svg> elements have proper width and height values that Safari recognizes and other browsers ignore (or at least, work with).
     new ecd88a1  Modified ChartBaseLayout to use IChartDataGroup interface rather than concrete class.
     new 047b3a3  Added graphics-optimized versions of itemRenderers to use SVG more efficiently.
     new d0bccb8  Modified the JavaScript GraphicsContainer to set the width and height attribute on the <svg> element so Safari will renderer it correctly.
     new 75519a1  clean up a comment
     new b185c1b  add initial value to prevent a few unnecessary layout passes
     new 69185ec  don't need childrenAdded call for containers that are IMXMLDocuments
     new c3385db  beginnings of major overhaul to use org.apache.flex.events.MouseEvent instead of flash.events.MouseEvent.  The 'killer' needed to be moved to the capture phase on the stage.  Some changes related to layout optimizations such as supressing some change events is included in this commit
     new 84d993f  use org.apache.flex.events.MouseEvent instead of flash.display.MouseEvent, but make org.apache.flex.events.MouseEvent extend from org.apache.flex.events.Event because some existing code has the type of the event as just Event instead of MouseEvent.  Just using Event resolves now to org.apache.flex.events.Event.  This is needed so the cross-compile isn't referencing flash.events.* classes, but means we have to copy properties from the original flash MouseEvent.
     new 1bbf652  make layout a bit smarter about how often it runs.  If a component as explicitWidth/Height or percentWidth/Height, it now waits until it is sized before doing the first layout pass.  But if the component needs to size to content, it does the first layout when children are added.
     new 3f1e687  in some configs the mouse event doesn't have these properties
     new 6524814  DOMPathUtil was in a package called 'debug' which was somehow ignored by git.  I don't see it in .gitignore, but I changed the package name so it would be visible
     new e881d74  fix compile errors in tests
     new d69d039  Added Text to the FlexJS core.graphics package.
     new 2c96825  upgrade AddItems to share instances they've created so they don't get re-instantiated
     new 2ffcde1  upgrade mouse event conversion logic.  hopefully now all bugs are fixed
     new 76e4638  allow mouse hit on check and radio graphics
     new 02ab1df  don't re-do everything when re-parented
     new 5cf8fe0  use a real structure when sharing data
     new d0f3a9c  Some lists don't need to draw highlight and selection states
     new b1115fe  tolerate exceptions
     new 17505db  handle generic constant binding
     new 1a83e20  handle source changes
     new 6989ccf  somehow host was null but dragImage wasn't
     new 904ec20  be smarter about when ContentArea is resized
     new c5d6d12  change default duration
     new 494abd0  fix bug in startup
     new 85da2f0  teach generic binding to handle deferred instances
     new 201a01f  states need to handle state-dependent events
     new 70a5a04  fix sizing of DDL
     new aa6d619  SCV shares model with ScrollBar
     new 1358001  fix border drawing
     new f2c4ad8  reset vars after drop
     new d3be22d  Need to handle non-IUIBases
     new 9c90373  null gets passed in when reverting states
     new 9ec0bfa  save a layout pass and just hook up events
     new e2ad230  upgrade to selenium 2.44
     new ec52499  try to fix align right
     new b91788a  some targets are not IUIBase
     new 776bfce  add optional flag to addElement to control notifications
     new 22cf44d  fix autosizing
     new 46f7af5  try this sizing logic
     new f4eb38e  add multiline textfield view
     new 97c1fd8  Added FP 12 - 15 swfversion conditions
     new 8f6d2cd  Remove obsolete files
     new cde5a71  Scripts to create a JS version of the Flex SDK
     new 911f644  Updated .gitignore to exclude generated files
     new 83c26c9  PlayerGlobalToJS AIR app
     new 9b347d4  fix which parent is used for adding/removing items
     new 06c2aff  add a layout that has only one stretchy thing
     new 56727c5  handle ioerror
     new 3d3dfe2  add styles that give out change events
     new 24faad9  fix wipe effect
     new 7340650  fix platform wiper
     new ea9803c  fix id handling on objects
     new f52c937  add visible to IUIBase
     new a567ab9  states with transitions
     new 8813abb  fix additems bug
     new 0cce95a  deeper copy of assets
     new f2a370c  FlexJSStore works well enough to try to make it work on JS.  Drag/Drop, ToolTips, States with Transitions are functional
     new fd7c525  Removed unnecessary dependencies (fix for 'lookupOnly' issue made these obsolete)
     new 3edc1ac  attempt JS compile
     new 91144ac  add rect to swc
     new d53b719  wipe needs to use this rect
     new 47499e2  move Transition to FlexJSJX
     new 1a729c1  need to override clone and present a different method to be overridden without creating a dependency on flash classes
     new 41e0bd8  fix up events to use FlexJS Event
     new 1c9846d  override a few more default types in Falcon
     new 94dba73  get asdoc working again
     new 36560f2  add asdoc to MXML class
     new b274c83  override more default classes in Falcon generated code
     new 85462e9  needs to extend EventDispatcher to be cross-compiled
     new d5585b6  ASDoc parser complained about this example not being proper XML
     new b8472d6  try out new annotations to optimize JS cross-compile
     new afd6ad9  keep asdoc nodes to allow for optimization
     new 8649231  sync up StatesImpl with the AS version
     new eb5eac5  add JS versions of AS classes
     new 0c9555c  move ToolTipBead to FlexJSJX
     new 6a9ea39  add a way to get top level event dispatcher
     new ad25e3f  Move Drag/Drop controllers to FlexJSJX
     new 002bbd1  more missing classes
     new 73452ea  allow writing of className via the interface
     new 3f1111c  add ImageAndTextButton and MultiLineLabel
     new e70257a  switch to using entire components instead of injecting beads because JS implementations will be simple wrappers
     new a27a897  more new JS components and beads
     new ee19130  break linters into own targets so you can run individually
     new 0470384  lint
     new 437efb2  fix up state-dependent deferred instantiation (phase 1).  Phase 2, shared-instances, due next
     new 5909203  one last lint error
     new c27f020  fix form example
     new c660258  Added targets for building and deploying Maven artifacts
     new c8e33f1  handle ++
     new 7550836  should be public
     new f14ea0a  I guess these aren't getter/setter in Flash
     new b703fbe  needed default prop to compile FlexJSStore correctly
     new a66f78e  fix bug caught by GCL
     new bb7dde9  fix warnings from GCC
     new cea869d  lint
     new 32cd93b  Updated FlexJS chart package with refurbished optimized-chart classes.
     new 95059a7  Tuning the Javascript version of FlexJS charts.
     new 0115447  Don't need ASDoc from 'TLF' either
     new b5214af  Needed placeholder classes for these namespaces as well
     new 87a25c2  Special case 'int' to 'INT' to avoid collision with build in JS 'class'
     new fd791c5  Made the build continue if no flashlog.txt was found.
     new 1b2a501  Corrected improper use of constructor base function.
     new f1b2afb  Added speed comparison test to ChartExample.
     new 4141004  Updated FlexJS charts to display data more accurately by introducing minimum and maximum values to the axis beads. The charts now scale according to the values of the axis beads.
     new 5712e6c  Updated ChartExample to reflect changes made to FlexJS chart package.
     new 0b84dc0  handle fx:Declarations in main app
     new b2505eb  copy assets
     new 3dec3b0  fix this pointer
     new f5c4df7  MXML containers are their own document
     new 840685e  MXML containers are their own document
     new f690403  fix logic
     new bdac9ea  sync up with as version
     new a61b76c  add beads when addedtoparent
     new 2e59305  handle string tests
     new d707eb6  lint
     new efdad8f  fix asset copy
     new f538f2f  this bead is needed on the JS side as well
     new f400813  fix up GenericBinding
     new 4865ad1  fix up PropertyWatcher
     new e02fff0  copied too much code from another class
     new 2407811  lint
     new 7498b6f  move some beads out of flex-flash-only
     new bb352f9  add lint target
     new 9de33e2  fix binding bugs
     new c960c42  add states and transitions
     new 61e6822  don't think we need strands here
     new 5a0b3b9  add per-instance style support
     new 937d463  add percent/explicit/set_ functions. Also styles, mxml beads
     new b9140b3  use getter
     new a500760  fix more binding scenarios
     new 6cb48ab  these needed more wrapper references
     new 3ad5889  needs requires
     new 7e97921  JS layout has to propagate sizeChanged events
     new 6cd888b  fix bead handling on HTTPService
     new 22d812b  add length property
     new 43cd5b5  fix is/as
     new 155471b  'int' to 'INT' again ...
     new 9508694  Changed ActionScript code for chart view to size the dataGroup correctly. Adding missing setter for strand in the optimized, SVG, chart view.
     new 28bdfd5  Added minimum and maximum properties to JavaScript version of chart axis interfaces.
     new 59ab143  wonder why this was 25 high
     new 2523dd9  set className so CSS will apply
     new 6df4909  fix style handling
     new 2fa58c4  get descriptor correctly
     new d0a66ff  fix test of interface impl
     new 23b4665  lint
     new 5195103  need bubbles and cancelable params so cross-compile works
     new 8c3d8e9  relativeTo defaults to null
     new c163ef1  AS version implements IParent
     new dd57f20  use currentStateChange as in AS
     new d8f3b36  leverage IChild so it cross-compiles properly
     new 023424a  use the positioner
     new 0e5eab0  set the tops of these components
     new c6aa347  maintain type selectors when setting class selectors
     new 6709c21  comments not supported in JSON files
     new 9160b52  make sure start position is 0,0.  Probably need better way to default to zero for x and y
     new c952d22  percentages work differently in browsers vs Spark/MX.  They don't cover the unconstrained area, just the entire container
     new aeb96f3  add getProperty/setProperty to EventDispatcher so more things can cross-compiler
     new 0b6ed38  default target to null
     new 10206f2  allow static constant binding
     new 0a520a7  need goog.bind
     new 78b2016  fix watcher chaining
     new c49afea  set default state in setter
     new 1395c57  HTMLElements are strands
     new edfda77  default x and y positions
     new f073481  JS version of getProperty/setProperty
     new c808046  need set verticalScrollPosition
     new 0b646ae  add beads on send just in case
     new cc0c2e1  better parsing
     new b908fbc  better conversion
     new 77ab7f1  wasn't using right variable
     new 5aa8dd0  fix interpreter
     new 1a48296  lint
     new 22c78ce  handle json same way as as
     new d9d3dd0  Made all event names lowercase for JavaScript.
     new 975188f  Cross platform mouse utility functions.
     new c709923  Added DataTipBead.
     new faed8de  use screenXY instead of stageXY
     new 4b9f33c  type cast so getters and setters are used
     new 22666df  try to remove listeners when done and protect if not removed in time
     new 828d0b4  use screenXY and don't use stopImmediateProp as it doesn't exist in google closure library
     new 17da25b  use screenXY and clientXY
     new 693d4e6  fix backgroundImage handling
     new 73f9b83  need to support topMostEventDispatcher
     new 71df7b1  listen for mouse events from the element
     new 03d6279  implement rollover support
     new 726e1cd  dispatch certain events from the element
     new b69bbf2  more screenXY handling
     new a8dc13a  need these icons
     new 1f9061d  fix bug in MouseEvent
     new 7487a05  move elementEvents to static so easier to add to list
     new 98487bfc when dispatching some events, target doesn't get set so fallback to using currentTarget which seems to work for now
     new c375ffd  drag and drop in JS
     new c59a990  Climb display list using FlexJS wrappers to perform coordinate conversion.
     new e845c6e  Adjust ActionScript and JavaScript versions to produce like results.
     new c831a9c  Update point determination code.
     new 3affd11  Fixed MouseUtils to report screen position, not stage position.
     new 4644861  Added strong data-typing to the ActionScript of DataTipBead so the cross-compiled code is generated correctly. Added flexjs_wrapper properties to the JavaScript versions of the core.graphics package.
     new e6fb065  need to trigger layout at end of effects
     new 942ef40  use preventDefault to defeat browser drag selection of text and images.  Worked for Safari
     new 8b357cf  try to not return 0.  offsetHeight/Width can be zero if parents don't have size constraints enough to constrain a % calculation on an element
     new 6653f14  if explicitly sized, size the children
     new 6a41078  get scrolling to work
     new 3474830  handle NaN
     new 184b7e9  lint
     new b6f5f20  get panel to accept custom titlebar
     new 218a622  no need for top attribute
     new 1137622  in HTML, 100% width is the width of the parent's client area and doesn't factor in left/right attributes.  Switch to using left/right instead of width in many places
     new 65846f4  use border-width instead of border-thickness
     new 9791c92  abstract 'in' test so it cross compiles better
     new d127217  fix layout in browsers
     new 2436e99  use border-width instead of border-thickness.  ALso move more styles out of flash media query
     new aa8c590  parse off units and do conversions
     new 9561c62  force draw of border.  Handle borderWidth
     new c9f9b8a  allow abstraction of 'in'
     new a52b754  handle getters
     new 534e8ad  more improvements to event dispatching for mouse events
     new 6291e64  revert dispatching everything off of element
     new 9d182f7  get default styles to work
     new b5bcfc2  align things vertically
     new b08c587  Fixed issue of misplacement and missing label with JavaScript jQuery RadioButton by simplifying the code.
     new e145a2d  add typename on the as side so it will work in js when cross-compiled
     new d698204  fix button sizes
     new bf1faef  handle non-resizing
     new 3f4ed92  fix databinding if backing var not named after the property
     new 99d85c3  change border color on rollover
     new 639ba6f  support solid backgroundcolor
     new 64906f9  redraw on layout
     new b3c3133  support bordercolor
     new b4a0cfe  watch for style changes
     new a4b5e97  get a background on tooltips
     new 8b0eeb6  clientXY is more like stageXY
     new 155ebec  fix drag image positioning
     new f4ff1db  handle classname changes
     new 1f51340  handle manually added views
     new 34e0800  handle size changes
     new f314c4f  fix ImageAndTextButton on AS
     new 9901c45  fix ImageAndTextButton on JS
     new ca57b86  make NS look better
     new 26e15fc  handle clientX get/set
     new 637fdc3  fix wipe
     new 72d08ed  make NS look better in JS
     new 90278a1  use triangle instead of arrow
     new c6a8107  animate x instead of right because move effect sets x/left and locks things down
     new 7fa32ae  can't use % to find child because % messes up html side
     new add4e92  use revised OneFlexibleChildVerticalLayout
     new a3e7664  add support for binding to longer chains of properties
     new ff79b03  needs to be in databinding chain
     new f8237c4  ints may need to be initialized by the cross-compiler
     new 38a59eb  make list items look nicer
     new 82ef6d5  add chainbinding
     new 3d45d55  handle property fetches
     new 9c098b7  react to fewer change events
     new a3e7225  no change event unless user interacts
     new 1f3429a  move when beads attached so that containerview can resize contentarea before layout
     new 70d6ee2  resize properly in certain scenarios
     new f9d8ac7  implements IMXMLDocument
     new 135db98  handle 'this' in databinding expressions'
     new 05117d5  ILayoutChild extends IChild
     new f0be940  don't get fooled by % sizing
     new 0272dbd  Moved code to turn ordinary button into jQuery button.
     new 2be6d73  Added jQuery versions.
     new 2bd7d1e  Created FlexJSStore_jquery example.
     new cbc4974  The jQuery CheckBox is just the html CheckBox, at least for now.
     new 6b0e771  Added getter for currentTarget to native Event and google Event classes.
     new c005141  Separated this.positioner and this.element functionality. Uses this.positioner for sizing, positioning and style while this.element is used for the addition of children.
     new 406ace6  Updated the JS RadioButton to work better with jQuery and to have a more natural layout.
     new 123210c  Simple change to get chart code working with new separation of element and positioner concept.
     new 6d14708  temporarily pin the details panel to the top.  JS basic layout probably should do it for you
     new ddfc11f  redo layout on ProductDetails.  %'s work differently in HTML
     new 207359d  establish separate arrays for each instance.  In the future, the compiler should generate these off the constructor and not the prototype where they get shared
     new 7df6052  fix generic databinding
     new 874cc1b  layout needed this event as well
     new e2c1c4c  handle having dp set after selectedIndex
     new bf33956  handle sizeChanged event
     new 2eb10b3  use setProperty (for now at least)
     new a77e7f9  use getProperty here as well
     new 25fd919  don't run this part unless there are enough children
     new 74a47a8  add getprop/setprop
     new d10475a  remove lint error
     new 44ca43d  fix titlebar handling
     new 4e8d6b6  use quotes so these don't get renamed
     new ebad8a5  fix bug
     new f5fc038  lint
     new e1f17c9  trigger catalog when it is filled.  Need new event to do that
     new 5f6234e  Adding ToggleTextButton to jQuery group.
     new 378fe70  ToggleButton overrides set_id to set the id on its children.
     new 5cfc1dc  Added jQuery ToggleButton.
     new 49f207c  switching from org.apache.flex to org_apache_flex so GCC doesn't complain
     new 386a331  Merge branch 'nodots' into develop
     new 4ba5cb8  switch org.apache to org_apache in this new file as well
     new 4aed23b  replace get_xxx() calls with xxx
     new 9c7b2ef  replace set_xxx(value) with xxx = value
     new 31e50c8  change more set_ and get_ prefixes
     new f7f0f20  superGetter & superSetter
     new f2e09a4  manually convert Timer to defineProp
     new c4811e3  Added "internalDisplay" property to HTMLElementWrapper so layouts (on the JavaScript/HTML side) could set their preferred display style when elements were hidden or shown.
     new 72b15bb  A set of FlexJS components for mobile devices which handle basic stack and tab navigation.
     new d15d580  Elements that have visible=false are now ignored by the layout beads which keeps the display in line with how HTML handles elements with display:none style. Changes to the visible property now dispatch "hide" and "show" events.
     new 5344e8b  manual conversion to Object.defineProperties.  Needs major cleanup before it will work
     new 7ab51ec  lint
     new 37eb77d  Assigns an IViewManager to an IView when the IViewManager is added to its parent.
     new 98315b1  MobileTrader example now builds and runs using new FlexJS mobile components.
     new 19f8cb2  add @this annotations to stop warnings
     new 7bb9e9a  add @this annotations
     new 963de73  Updates MobileTrader main view to address issues with navigation.
     new f226437  missed a few @this
     new 51fd6da  Add target for delete download dir in installer.xml
     new 0bec17a  Remove unused property
     new b23a006  Add missing type in Product.as
     new 51db48f  Remove unused imports
     new 276eb5e  remove object property.  It didn't seem to be used and was exposing a bug in Google Closure Compiler
     new 68c4875  fix requires
     new a60374a  add AS-only example
     new 116441c  more fixups for defineprop
     new 6940d95  lint
     new 7f179c9  Updated MobileTrader FlexJS example to be a little more "real world". This version is tested only with ActionScript/browser combination. Uses remote server to obtain stock prices and demonstrates FlexJS mobile navigators.
     new d9ebd92  remove hasProp/getProp/setProp
     new ca5aedc  handle test for statics differently
     new 31e219f  fix copy-o
     new ef847bf  models need to be IBeadModel
     new cac36ed  need to keep looking up ancestor chain for superSetter or superGetter
     new 099334f  can't use hasOwnProperty as much with defineProp'd properties.  Use try/catch for now.  Maybe switch to interface test later
     new 49a546f  clean up backing variables that now collide with defineProp'd properties
     new e44cc21  need to set model after supercall otherwise GCL complains
     new 827c281  setting model will add the bead.  Really should pull model from CSS
     new 5a26f7c  fix backing variables so they don't collide with defineprop'd properties
     new f90fadf  fix backing variables so the don't collide with defineprop'd properties
     new 24205c9  use proper backing variable
     new b7f109f  change way we handle event.target expressions.  Now we wrap all events with a BrowserEvent.  This probably needs revisiting again
     new 5c486ee  sprinkle in @expose to get release version to survive minification.  @expose is deprecated so we may need to re-work this some day
     new 26e2667  lint
     new 1a5ba33  merge defineprop to develop.  The merge broke some stuff so use later commits
     new 61fc278  for some reason, we weren't handling 'this'
     new f116426  make trace handle multiple args
     new fb59aab  use block as default.  this might need revisiting
     new bf7bac3  don't require models to implement IBead
     new 50e5ed8  can't use strand as backing variable for the strand because some strands are also beads
     new 18355a5  tweak variable names to avoid conflicts
     new 6008098  defineProps won't let you just override the setter, you must override both if they exist
     new 23b457c  fix mustella (js) to handle defineProp
     new 894a7f6  Causes the Application's model and controller to be officially added as beads to trigger framework calls.
     new 783b843  Safety test in case dataProvider isn't available at the time of execution due to timing issues.
     new abb124b  move AS files from FlexJSUI to new homes.  Build scripts will be fixed up in a later commit
     new 72b21f6  move AS classes from FlexJSJX to final home.  Build scripts will be fixed up in a later commit
     new b677c65  move handwritten JS code to final home.  Build scripts still need fixing up
     new c548870  move build files out of as folder
     new c84daed  refactor classes into more swcs and get AS build running (JS build will be fixed in later commit)
     new 13e8b44  get examples to compile on the AS side with refactored swcs
     new 1a7aa8a  Added missing setter/getter define properties; removed unnecessary width and height setters from mobile TabBar.
     new 379e517  build scripts work, examples all compile, DataBindingTest and FlexStore run
     new 718a3ba  fix checkintest compile for js
     new 1cd5f16  Merge branch 'moreswcs' into develop
     new 6a35711  change 'basic' prefix to 'js'
     new e17416c  Stop using 'NonVirtual' for default implementations
     new ba378c0  More removal on 'NonVirtual'
     new 5dd579b  Minor issues gjslint complained about.
     new 50889a8  Fixed path the libs directory.
     new c889b40  fix build
     new eabf1d4  cross-compiled JS files now go into a subdir in the project and then into the SWC.  They also get copied into frameworks/js/FlexJS/libs for now for backward compatibility and to make it faster to see changes to JS files as you develop them.
     new 551c731  fix up build scripts so the right things go in the source package
     new 55bf176  missing headers
     new c7db491  get binary packages to look right
     new cb294df  fix install now that things are packaged differently
     new 95d0e5b  don't need this import
     new 71b9923  remove MXMLCClasses.SWC.  We don't need it anymore
     new 6dc5cfb  move mx classes into org.apache.flex
     new d54a593  fix up files after renaming mx classes
     new 4ad613e  fix checkintests
     new 3871d2c  fix up examples to remove mx
     new 930e8bc  adjust install for removal of mx
     new 9b7849d  Change to the way padding is handled. Introducing clientWidth and clientHeight. These values return the component's width (or height) plus their respective padding values. This keeps FlexJS ActionScript in line with how HTML works. In other words, a component that has a "width" of 100 pixels and a padding of 10 pixels will have a clientWidth of 120 pixels.
     new ba7a0f8  update install now that we no longer download Flex SDK
     new 254b5e9  Added a listener for sizeChanged event in FlexibleFirstChildHorizontalLayout so it would pick up event dispatched by its container when the container was given its final size. Added a scrolling rect to the AS side of BasicScrollingLayout to clip the contents of the scrollable area.
     new 8cf28a4  Added missing defaults.css definitions for Mobile and HTML projects.
     new 80876eb  add JSON property
     new e9215c2  fix generic databinding
     new fe4cd22  move DG styles out of flex-flash MediaQuery
     new 8502115  Removed hasOwnProperty test since it seems to not work with object properties at the moment.
     new 45c1ea2  Added missing getter for data.
     new 250963c  Filling out missing values from defaults.css for HTML project.
     new 38cf882  Expanded the code for better cross-compile results.
     new 65b7cb2  also allow styles to prevent sizing to content
     new 917b966  size initial view if needed
     new 32dd968  set default background and border for titlebar
     new 5729bbe  sync up with container databinding
     new 6592e3f  BrowserWindow class to open new browser windows
     new d2cc694  Need Flexible Horiz Layout
     new 866e6c0  Adjusted the maven artifact generation to the latest changes.
     new d00203a  Merge remote-tracking branch 'origin/develop' into develop
     new b3044e9  Updated the version to 0.0.3-SNAPSHOT
     new 6f3ce1a  Fixed a bug preventing deployment of maven artifacts
     new cfa4c23  SCRIPT_HOME path had extra slash
     new e9be91b  Revert "SCRIPT_HOME path had extra slash"
     new b0aec13  Revert "Revert "SCRIPT_HOME path had extra slash""
     new 40b5b8c  Added example showing how to make a controller bead.
     new 3c23b3a  update the way layout works
     new 95210ac  Added BasicLayout so the app does not crash due to recent SDK changes. Once that is fixed, having the layout explicitly name will serve as a placeholder in case someone wants to change layouts.
     new a5484a3  Removed excess code which was preventing the button's hit area from covering the entire button face.
     new 080630b  Adding missing default layout for Container.
     new 66d16e8  remove trace
     new cb5c064  typo
     new 56f594c  try optimizing what gets added/removed to reduce number of layout passes
     new 0bdfe80  Increase timeout for flexunit target
     new ce95409  have deferred content request a layout.  Seems like a common enough case to bake in
     new 771a939  update FlexJSStore to assume layout updates on deferred content loads
     new 2e3a393  redirect where we get JBurg
     new 1ab5705  Adjustments to ContainerView to handle layout changes to the host and contentArea, enabling the Container to size itself properly and to have its border and background beads be sent size change events.
     new 6d9672c  add re-compile to pick up asjs JS files
     new 1fc77cb  add maxWidth/maxHeight to layout.  Also switch flexibleChild to id to save binding
     new cb82c4f  switch flexibleChild to id so it can be found before bindings get applied
     new 150811a  fix bug in binding
     new aac09e7  set explicitWidth/Height so that initial view doesn't think it is sized to content
     new d2fe78a  add clientWidth and CSSWidth so we can better compute and force sizes of containers.  Absolute positioned children don't affect the bounding width so you have to set it yourself
     new f8d91e6  fix minor bug
     new 1f02405  Panel needs to override the set of children
     new a23a860  TitleBar needs to have a position so children are relative to it
     new eb3eaba  needs to be IBeadModel
     new cac7be7  forgot to implement JS BrowserWindow class
     new 31c980a  refactor layout on the JS side
     new 7e7fc26  typo
     new 885de27  This closes #2.  fix up js/bin/mxmlc
     new 3aa038b  try making more scripts executable on mac
     new 53955f9  try upping fb.release.version to help ij integration
     new 7759087  switch this back to && so we only go down this path when sized to content
     new 5bc08dc  forgot 'this'
     new 096b3fd  handle spans better in html
     new b7cec7f  Border should use clientWidth and clientHeight to include padding.
     new 941c763  Updated Panels to work with changes to layout code.
     new 055a4bb  Updated asdoc build and config to work again using new packages/project structure.
     new 9cb961f  Fixed DataGrid layout to size the button bar header buttons correctly.
     new 4c542a9  allow for sdk and not just flex-sdk
     new 4f49e36  Commented out TitleBarView.mxml from asdoc output until namespace error is figured out.
     new 649785e  Make READme a bit clearer about installing JSHint and Google Closure Linter
     new a1a557d  Some clarifications to READme
     new 50d52ce  Changed how size is determined: either explicit (which included padding) or by content. Removed clientWidth/Height from UIBase. Now, .width/.height will return either the last explicit dimension or the content size plus padding.
     new edb4275  Updated MobileTrader.
     new 673964a  Removed multiple instances of "determinePadding()" function and replaced with BeadMetrics.getMetrics() which not only determines padding, but includes border thickness as well.
     new 9968fcf  Updated Chart package to use BeadMetrics and adjusted chart axis beads to account for new measurements that include padding on sub-components.
     new 67a1f8e  Updated Charts example to make use of border and padding styles.
     new 01a6415  Fixes issues presenting scrolled content (vertical only).
     new 54ff3e3  IJ wants a copy of this
     new 875981a  package mxml-2009-manifest for IJ
     new 6110ce0  Add FB project files for frameworks/projects/* projects.
     new 65a53cb  Looks like a typo.  Modifying org_apache_flex_charts_core_IChart instead of org_apache_flex_charts_core_IChartItemRenderer
     new 88c9860  Add templates/swfobject/index.template.html (with modified comments) Update build script to not copy over index.template.html from FLEX_HOME/templates/swfobject/
     new 0f767d7  FlexJS needs own copy of these for different paths
     new 7d46f72  set exec bits
     new 38e8e5b  tune these script and batch files
     new aedc093  get it working on Windows
     new 326ea5d  shouldn't have excluded this
     new 7cfaeb5  get everything from IDE
     new 49e2dab  Added a config xml file for intelliJ to override its hard constructed one based on its module build configuration
     new bed1cd5  On windows, variables need to be set within "". This fixes the "\sdks\FlexJS_0.0.3\js\bin\..\..) was unexpected at this time." error
     new dd0dede  Fix the other batch files so that they work correctly on windows
     new a2d16b4  change folder for js.swc
     new 01eccb2  add a batch file for jquery
     new 02fd883  change folder for js.swc
     new dff6267  add jquery script
     new e0b037f  Added support for viewports.
     new f62f49c  Updated layout and scrolling. Removed scrolling-specific layouts because that is now handled by new viewports. Modified ContainerView to work with viewports.
     new 9787ce2  Updated Chart package to conform to recent changes for lists.
     new e325df0  Fixed logic issues with Panels.
     new b77371d  Updated Chart FlexJS library to work with new layout/viewport system.
     new dd0de04  Containers now monitor changes to the size of their children.
     new 88e8bc1  switch from @expose to @export.  @exposed 'vars' must now be converted to @exported get/set pairs
     new d500afa  hack to quell warnings from GCC
     new ad6b7a8  get last GCC warnings out of DataBindingTest
     new 613a3fd  Removed classes that have been replaced with new scrolling/viewport logic. Modified BasicLayout to conform to viewport model.
     new 6487085  FlexJSStore now compiles for ActionScript.
     new 75cd6d1  It seems that we do not need RowHeightBead anymore. Move jpg files to assets folder
     new 3ceb21b  improve CSS support to handle FlatUI-like CSS for Buttons
     new cfded8d  get Borders on TextInput to work in FlatUI-like CSS
     new 8307b53  Resolved most timing issues with Container and layouts and Viewport.
     new 7d57ff9  More tuning on Container and layouts for ButtonBar and DataGrid.
     new 5e4cd97  Add StyleableCSSTextField for more control over styles in pieces of a skin
     new 30007f7  add preinitialize event as a way to defer initialization so things like fonts can get loaded first
     new c9c90ff  allow pseudo-state specific styles
     new a348641  dispatch an event so fontloaders know when to act
     new c28c2fe  CSS Font loading
     new 6017e95  use CSSFontFaceBead
     new bc31635  CSS driven checkboxes and radio buttons
     new 13d076e  Updated TileLayout to conform to new layout protocol.
     new 3a6ed91  Updates to make Panels and Alert look better. Added margin values to UIMetrics.
     new a1336f9  Adding Viewport JS code.
     new 88cb1f5  back to using . instead of _
     new 593e546  unneeded code was causing warnings
     new 1e3e431  jsdoc paste-o
     new 50f773b  put our swcs on library path instead of external library path so their imports turn into goog.requires
     new baf5c96  these have been replaced by asjs
     new 6790d9b  fix requires
     new a55f505  fix requires
     new 23ab043  fix these _ to .
     new 18b4a7a  change _strand to public so GCC stops warning about it
     new d0fa0c8  Resolves layout timing issues. Cleaned up Panel presentation.
     new 334c1e9  Merge branch 'develop' into flatui
     new 448a571  Adding missing object property functions and cleaned up interface inheritance issues.
     new 619796d  pick up styles
     new 336c6d0  convert _ to .
     new 574df85  get flatui-like look in both AS and JS Checkbox and RadioButton
     new a2c39e7  ignore font files since they are downloaded or generated
     new 44ebb49  add font files to build scripts
     new f931f2a  fix checkintests
     new 4e6524c  missing header and comments
     new c204976  update LICENSE and add LICENSE.bin
     new 2eda749  almost have the dropdownlist working in JS
     new 2d5797b  Adjusting JavaScript side to account for new way of handling container/layout.
     new cdbb83e  add missing interface
     new 5f245d3  get getters to workaround bug in generated code
     new a332785  Framework updates. Now layouts do not have to know anything about viewports and viewport models.
     new 95cb140  Adding new ContainerTest to the examples.
     new 9d1950f  most of a flat-ui-like dropdownlist
     new f66378c  Merge branch 'develop' into flatui
     new cbf8053  Missing file from ListsTest.
     new 6ff7ea7  Changed how initial layout is performed: now checks to see if there are children present because of inline MXML components.
     new 94a189b  fix sizing of dropdownlist popup
     new 0f63a71  flat-ui like look for text area and scrollbar
     new 56a9621  pick up styles for TextArea
     new 33898b5  Minor change to help with nesting of containers. Added more asdoc to ContainerView.
     new 5c6408c  start moving the FlatUI code to its own swc and revert the HTML library back to its basic state
     new 65e22f7  Created proper horizontal scroll bar and differentiated vertical scroll bar from generic scroll bar class.
     new 9cb72e0  Updated ContainerTest example to demonstrate horizontal scrolling.
     new 2c5501c  don't block if no fonts
     new 892562e  fix ability to swap component sets
     new cebebe4  fix handling of border-radius
     new 9bf5561  tweaks to basic ui
     new f6e65fd  example showing FlatUI-like theme
     new 0763bbb  fix border on flat dropdown
     new 0ae79f4  don't force alignment on children
     new d3b4e74  Restored remote call functionality.
     new 13cd202  fix up positions and backgrounds
     new acfe9b7  HTML Inputs default to 20 chars
     new d54c90d  merge flatui branch
     new e4f21b6  package fonts
     new d8a10cb  temporarily point nightly at people.a.o
     new 3f055ac  fix some warnings
     new c71ca2f  Use _strand instead of strand_ so it can be a protected var instead of private (the linters think that vars ending with '_' are meant to be private).  This also saves on having to supply a getter for every override of the strand setter
     new 3970d51  clean up a few more warnings
     new 4585e76  Updated horizontal scroll bar to match new look of vertical scroll bar. Fixed scroll bar layout alignment issues due to change in scroll bar size.
     new dd7e862  Changed TextAreaView to use VScrollBar.
     new a5649a5  Removed viewWidth and viewHeight from BeadViewBase and IBeadView (et al). Reset UIBase width and height getters so they look at _width and _height, returning $width and $height if necessary. Modified UIBase.addedToParent() to check and use CSS values for width and height if available.
     new 67fa950  try to figure out height if no text
     new 2174b05  let the base class draw the background
     new 90e7fc1  use % width to stretch renderer across dropdown
     new 16cbd77  fix up flat scrollbar
     new 9c5d176  more fixes to width/height handling
     new 18b61d4  refactor to get style precedence correct
     new 9dae1f3  don't need this anymore
     new 364509e  get height right
     new c9519fe  adjust default TextInput width
     new 4241aca  still need to override jburg url
     new ac1fc71  better dropdownlists.  Still need to get rid of scrollbar
     new e19c819  touch up metrics and layout
     new 86e2e9c  Scroll bar track views were not drawing their content soon enough and had no size.
     new cd20734  DateField emits change event. Removing a pop-up needs to walk up the parent tree to find the IPopUpHost.
     new 4f08902  Fixed positioning of the DateField's pop-up DateChooser.
     new 4b2f457  quiet warnings
     new c5fb1c5  quiet more warnings
     new 8165b5c  tweak when we complete setup right away.  Some containers also have left/right constraint pairs
     new 3910da4  Add google closure library to build/release scripts so that it does not have to be downloaded as a third party download.
     new fe6ef51  Update LICENSE and NOTICE to reflect information about Google Closure Library
     new f91b44d  fix layouts responding when an image loads late.  We are now going to watch all children for changes just about everywhere
     new 689cc7e  updated permissions of js/bin/compc to include execute bits
     new 70287cf  jsc, jsc.bat, jquery, and jquery.bat use -js-output-type=jsc argument
     new 2d88ef0  added missing externc and externc.bat to js/bin
     new 55f93ff  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 7319ba3  added compcjsc and compcjsc.bat to js/bin to run js/lib/compc.jar with -js-output-type=jsc
     new 6175542  Fixed JavaScript charts by placing and sizing the ChartDataGroup correctly and by adding some missing getter or setter functions.
     new 8af934c  complete JS ToggleTextButton implementation
     new c10eb18  ActionScript toggle button
     new 8f01706  bump up height so there's enough room
     new c804fcf  didn't need to do this
     new 0bcab28  check for size change
     new 122055f  watch all children all the time
     new 2c93a94  no need for inner container in this layout model.  Especially if container is sized to parent since then it will never overflow
     new 7543e77  don't force widths, they can be their natural size unless constrained
     new 75e4c27  quiet warning
     new 6a17d2c  Download GCL only if GOOG_HOME is not set
     new af5cab3  A few tweaks to the logic that determines if GOOG_HOME is defined
     new 2777b8f  % has to be relative to parent size
     new 57dbe16  use black like up button
     new 3051708  remember size because setting child size can affect reported size since borders go onto half-pixel boundaries
     new d1d9cde  fix sizing of NS
     new a7f3a72  use border and background beads directly instead of through border class
     new 89188a5  tune up imageandtextbutton
     new 1e0df0a  restore border on product list
     new 69f651c  get this layout to work better
     new 747b653  use spacer like old FlexStore
     new 5c03678  don't trigger layout otherwise tooltips will move somewhere else
     new 9f6577a  move panel down
     new 45378bb  nicer size for panel header
     new afc37e2  fix borders around thumbnails
     new b6f4de8  gotta switch this in Flat theme as well
     new c023d4b  more tweaking of TextInput border handling
     new 4d41525  For JS, have the Container run its layout whenever elements are added or removed. For now, see that all elements being handled by some layouts have style.position set to relative.
     new 8c38759  UIBase (JavaScript) defaults elements to position:relative. Removed position setting from layouts; position:absolute set via x and y setters.
     new d8c2c3d  DataGrid responds to changes in size.
     new baa8bd6  handle margin:auto instead of horizontalCenter.  This required shadow x/y properties on the base classes so we know when someone sets a position constraint vs when the layout code temporarily does it
     new a6d4152  use margin:auto instead of horizontalCenter
     new 272bd48  fix typo
     new 7c2221b  fix another typo
     new d0cd3f7  fix up this layout
     new c75baab  fix bugs in this layout
     new 5a78da4  tune up visuals
     new 0321f57  fix visuals for TextInputs
     new f021dcf  fix HRule
     new 9d3261a  remove warning
     new 1bd190b  move CSSUtils so it gets cross-compiled
     new d3966dd  tweak some visuals
     new aa536b5  default to single-line borders
     new e0791b5  padding fix
     new 25d9c0c  get these layouts to use setX and get horizontallayout to always do alignment
     new a968950  remove unneeded %'s
     new 29d4594  promote scrollposition so we don't need to reference model
     new 783e1e2  default images to not align to baselines
     new 967b695  use image css
     new 560c370  use childrenadded since it is optimized to be called once during MXML construction
     new 2337b79  typo
     new 939aff5  add centering logic
     new 31410fe  re-run layout after image loads
     new b11989b  Image doesn't resize via ltrb constraints, so you have to compute the width
     new 40232b4  try setting a width or height on containers that are sized to content in that dimension
     new 9b192ed  fix beadmetrics
     new 1ed3e20  upgrade to use BeadMetrics
     new 706bfd5  VRule
     new 1863fad  use vrule
     new f4492d7  use space holder so title bar measures correctly
     new 25ed1c2  use flex child layout instead
     new c088a10  don't use % because in HTML it does simple math.  In current Flex is checks available space
     new 8915b76  watch out for '0 is Number'
     new e74ba90  just use offsetParent
     new 3833bef  reset margins
     new b360115  fix margin handling
     new 81da250  fix NS
     new 95cb5df  set width/height if not specified
     new b60d1d8  off by one
     new df0b9d9  fix Constant binding in release builds
     new df724ad  don't let this get renamed
     new 7f0c90d  wrong settings for DragDrop js code
     new 35c1253  Added missing standard headers.
     new 7b05def  add DataBindingTest_Flat
     new a4a0f2b  remove step
     new c3305f3  handle having our own template
     new fcd8577  don't need pass through getters anymore.  The compiler will autogenerate them
     new 4dcbde2  wrap goog.bind so it generates the same closure every time
     new 47c9433  add removeEventListener and hasEventListener
     new f2777f4  rename Sprite to SimpleApplication and create AS version
     new 4ba97a1  switch language tests to use SimpleApp and add event listener tests
     new b7fba06  remove these examples.  They are included in DataBindingTest
     new 9c7e00b  rename DataBindingTest* to DataBindingExample*
     new 4b6f8a8  rename DataBindingTest to DataBindingExample and fix up references
     new 8162742  fix warning
     new 3e32bbf  fix sizing logic
     new 002449f  get as version to compile and mostly run.  Probably needs API to add styles so they can be reflected into the JS/CSS.
     new 647ea9b  Add USStatesMap example
     new 3ff69a5  script to clone all required repos and build them in the correct order
     new d83749b  update DataBindingTest to DataBindingExample
     new 41a7294  update example builds to handle relative locations of Falcon
     new e5858c5  tidy up provisioning script
     new 3b2339a  add 'Main.as' from flex-falcon as example for using js.swc
     new 2f13eb0  build script for states map example
     new 0485c8b  move a bunch of examples to manualtests as they are more tests for us than examples for users
     new d33fe63  move examples into a flexjs folder now that we have a native folder for low-level examples
     new c6690b6  update jquery version of FlexJSStore
     new 9a1f211  get build scripts to work
     new 0a68ba6  fix up manualtests folder
     new d765177  update readme
     new 694ad79  update url and unzip for swfobject
     new 6ffe46a  fix some issues in provisioning script
     new b1978ca  0.5
     new 453099d  add API for adding style rules via code
     new cb957d3  use different model for JQuery togglebutton
     new 9e94963  missing require
     new 052af9d  the old pattern was causing the 'this' pointer to be wrong in JS in the call to getValue.  Not sure why
     new f03e77f  Updates the Container classes, including layouts, with a new life-cycle.
     new bead628  Updates for MobileTrader to use newer Mobile package classes.
     new ac6f848  fix flexjsstore by allowing children to initiate resizing only when not laying out
     new b6cce51  clean up warnings
     new 339462a  fix up panel sizing in FlexJSStore
     new bb9e859  move titleChange detection to after things are better setup in the base class.  Was getting an exception otherwise
     new 0cbdb9e  sometimes the positioner isn't parented yet
     new a54a1ff  try to stop looping like AS-side
     new 8203237  A simpler way to ignore size changes to children during layout process.
     new 24dc2a6  Mobile views should be flagged as occupying 100% of their space.
     new 7c7dd05  Replace use of goog.bind() with Language.closure().
     new 9a3e19a  just like the AS side, check left/right and top/bottom when determining sizeToContent and then use that correctly in ContainerView
     new 9547533  forward layoutNeeded from children
     new eef9615  fix copy of styles to backing properties so we can better test sizedToContent
     new cd7b69e  use contentView size after layout
     new f7de7d9  use sizedToContent (and fix up use of internalDisplay)
     new 2999ee0  need to handle removeElement
     new dbce087  Many layouts rely on the contentView size and don't check the model
     new 97f6f66  try to upgrade to not using lastHeight and using sizeToContent instead
     new 94502fd  replicate childrenAdded logic in JS
     new 7153ac9  get rid of warnings
     new edd9deb  change when we set size on contentView
     new ee1a596  have to use inline-block to measure properly.  Fixes DataBindingExample layout
     new ff40a5b  Get DataBindingExample back to normal by handling contentArea in a few more APIs
     new 6212a6f  oops
     new 3255f49  more adjustments for contentview
     new a9192e3  fix background for panel
     new a8f5e04  get rid of no-longer-needed code (now in base class) which gets rid of a warning
     new 18e96b0  fix contentView sizing in panel
     new 3cfb6db  fix isSizedToContent
     new 4dbb402  send sizeChanged to kick off layout
     new 417fc3c  listen for more than just sizeChanged.  When one dimension is locked down and the other isn't, some fancy layout may not send a sizeChanged
     new 83521ab  change where we listen for events so we listen to the right place
     new 8ad4565  dispatch change events
     new 00f2d2c  skip layout if not in the DOM because your measurements are invalid
     new a29787a  compute width is sized to content.  The prior width might get used and cause linebreaks which we don't want
     new 04cf86e  fix up requires list
     new bfb17a3  use native event for 'change' events
     new 7f18a51  use native event for rollover/rollout
     new 3531931  add 'all' target to pull and build the other repos if you don't have the other repos besides the flex-asjs repo
     new 7472d5b  Fixes warnings from closure compiler tools.
     new 91d9426  First attempt to compile some of the core classes.
     new a1776a4  Converted some type {String} to type {string} in order to quell closure compiler warnings.
     new c37a6de  Removed bindable compiler warning.
     new 0d4a473  Fixed compiler warning.
     new c044d36  Fixed recursive setter call.
     new 6f12327  JQuery $ function should be declared to accept one argument.
     new cf3994f  next incarnation of layout.  Padding is now the responsibility of the layouts (layouts still need upgrading to handle padding correctly).  ViewportModel is only used by ContainerViews and not layouts.  Viewports are abstractions that include the scrollbars.  BeadMetrics and UIMetrics replaced by CSSContainerUtils
     new 3a9e1cc  Merge branch 'containers' into develop
     new be949cb  update charts for new way of picking up contentviews
     new b4dd742  Set position='relative' on the base List element just like UIBase does for most components.
     new feade60  missing require
     new 4df2c71  left align since html browsers do that
     new 51f8ce2  don't scroll apps by default and let them take natural size if not specified otherwise
     new fdd2e6b  add way to enable browser scrolling
     new 43b4446  Added missing positioned.style.position = 'relative' setting.
     new 81082b0  don't need these anymore
     new 4906f08  fix panel chrome calculations.  We should probably introduce an Offsets class that doesn't have width/height properties that interact with left/right/top/bottom
     new 93b358a  handle padding in layouts
     new 331f37a  fix right/bottom border visibility
     new a357158  remove borders from image buttons
     new 47034f5  fix picking up style changes
     new 68b9046  installer.xml: added missing chmod for externc, compcjsc, and jquery scripts in js/bin
     new d3197d6  fix percent size handling
     new 02c3efb  fix margin handling
     new b57e008  hopefully fix mirror handling.  This pattern worked in the flex-sdk download script
     new f3dd25f  missing header
     new 67f2726  fix the calculation
     new b22c477  set body size if main view is using %
     new d9dec95  not needed
     new d1e0bc3  ignore undefined values
     new 98b8258  don't inherit background, just be transparent
     new 22b5da8  tune panel layout
     new 5ba3a1d  add Panel to Flat and fix some style issues
     new 7c6a4cc  one more tweak to workaround css lookup issue
     new 3ca1f7d  measure height after layout
     new 606b28b  when % width, you get fractional numbers yet offsetWidth rounds down, so check the computed width which will include the fractional part, otherwise you'll get a half-pixel gap
     new 4916bc1  update copyright year
     new fc1b0d0  update license, notice and readme based on review by Justin
     new 91e3f12  tweak approval script
     new 2c53b26  The viewport for ButtonBar fills the entire space.
     new d07a374  Oops. Did not realize layoutViewBeforeContentLayout had a side effect of setting border metrics in the viewport model.
     new d9a8e07  Dispatch simple change event against strand when item in a list is selected.
     new 119c5ce  more tweaks to build and approval scripts
     new 0dfd3de  remove swfobject from checklist
     new 9eade69  If Apache Flex event type is on the list of element events, convert to DOM event.
     new 9e5abdf  replace fx in logos
     new c9bd62d  eat errors
     new 2e43d44  don't dispatch change event if nothing changed
     new 8592a20  absorb errors
     new e16eeb4  quiet warnings
     new 019e958  need binding event
     new e7c0235  handle units for left/right
     new 00f22de  use change in label instead of change in data otherwise data change can happen before label has new size
     new b5a5a4e  labelfield in dropdownlist
     new cc7f0d0  replace support_map with public domain image
     new 0007212  tweak logo a bit
     new 1040589  add 'Generated by...' to generated js files
     new 9941802  use map coords from a public domain source
     new 029ee8c  can't use getComputedStyle here because FF returns 0 instead of null or auto
     new f2b1086  IE doesn't like document.contains, only document.body.contains
     new 6168c17  dismiss popup if click outside it.  A later commit will detect clicks in the background areas not covered by controls
     new 2fb5a50  get DDL to respond to outer class styles
     new 7d03090  fix dropdown list width in JS
     new 1a580f4  implement browser resize handling and application minWidth/minHeight
     new 8677a78  more tweaks for FireFox
     new e945a9e  fix vertical align
     new 0f2bf88  go back to using range of years
     new ec0b143  Cleaned config files, please double check it's ok.
     new 531b30e  Build Application.
     new 7be4b87  I think this didn't get removed during the big SWC split
     new 4ad0f6e  tweak HTMLElementWrapper to use a goog.events class
     new 6ebbc1e  temporarily remove these classes while we try to get Application to compile
     new 076fbf8  add new common base class for Application so more of it can be shared
     new d56f72a  tweak build script to use correct conditional flags
     new 53fe652  more fine-grained conditional compile for Application
     new 00b97eb  fix up imports per platform
     new 47f3fb6  use goog.events class
     new 48baa49  tweak BrowserEvent.  MouseButton is a GCL-style enum that we don't really have an equivalent for in AS.
     new 30a08a8  re-enable IFlexInfo
     new 1890e89  fix imports after merge
     new da10baa  Use wrapped HTMLElement
     new 8d368cb  remove ViewBase for now just to see if Application will compile
     new 5cfe8db  fix return type
     new 8124409  Added the "flat" artifact to the maven deployment.
     new 58dee53  - Adjusted the Maven artifact generation to version 0.5.0 - Added some pom.xml files to the examples (With these it should be possible to build the examples with Maven)
     new 031ad2e  Fairly big change to the Container structure: removed the "chrome" concept in favor of letting "advanced" components have access to the strand-as-parent.
     new 892fd75  Remove angle property and its getter/setter.  The rotation property should be used to specify the gradient's rotation.
     new e28d38e  Add new example FlexWebsiteStatsViewer.  This examples fetches data from Google Analytics for the website: flex.apache.org, and parses the data into the required format.  Then, via data binding, updates the dataprovider for a ColumnChart which renders the data.
     new f760bb4  Found a couple of errors in ContainerBase's getElementIndex code on both AS and JS side.
     new a6eb386  Fixed a small, but critical, typo.
     new 84ece7b  Added internal check to see if view has been set before creating a new one. Removed references to "actualParent" which is no longer needed.
     new 5c13f2b  Remove dependency on IInputParser.  Subclass JSONInputParser instead.
     new 58c24a2  - Added the packaging of the config xml files in the framework directroy as a "org.apache.flex.flexjs.framework:framework" artifact.
     new 0a2fbbd  - Fixed an invalid dependency of refrences to ILayoutParent which was renamed to ILayoutHost
     new 2b3a0c0  - Added FlexWebsiteStatsViewer to the maven build
     new 40c4c14  - Fixed a bug in the deploy part of the asjs maven sctipts
     new 996daef  - Streamlined the maven configuration (Moved the identical configuration parts to the parent pom)
     new 4dd82db  Added missing statement to UIBase to set the view bead backing var. Moved dispatch children notice in PanelView to proper location.
     new d07030f  FlexJSStore demo needs list item to have its width set to trigger its internal layout.
     new 72c84c8  fix up containers after last refactor
     new b85f244  don't need this fix (which didn't factor in padding anyway)
     new 33016bb  header
     new 0bbba3e  rename jsc scripts to asjsc
     new 28c5972  Change the template to hold the required variables, not those copied from the Flex SDK
     new 14674b2  use GCL from flex-falcon
     new 10ac8d8  Merge branch 'develop' into core_js_to_as
     new 7fe382a  fix up build so it doesn't require other swcs
     new 3c8b087  Handle case where fill could be a LinearGradient or a SolidColor
     new ae3e647  Update width of chart, remove gradient fill for columns
     new c4848e6  Small changes required to get asdoc build to complete without errors. Removed unused class and interface.
     new 5a74b70  FF Windows didn't like hyphenated direct access
     new bf6d772  try switching back to apacheflexbuilds
     new e494d4b  ASDoc changes.
     new 657ce8b  Changed DataGrid so that all of the columns (lists) scroll together. Fixed roll out bug in DataGrid.
     new e2eac34  Adding ArrayList to Collections framework.
     new cc526bd  Added missing interface for IRollOverModel for JavaScript.
     new c472807  Updates to DataGrid, incorporating ArrayList as its default type of data provider. Adding DataProviderChangeNotifier to facilitate picking up changes in the data model and reflecting them in the DataGrid.
     new 848f245  Updated DataGrid and MobileTrader examples to use ArrayList as dataProvider to DataGrid components.
     new 037c912  ported enough to replace many handwritten js classes in Core and get DataBindingExample to mostly work
     new 2997078  Set itemRenderers to full width of the "column" and leave height alone; grid lines will have to be achieved through other means, such as beads.
     new 258e692  MobileTrader example now fully operational.
     new 1cd233c  "beadsAdded" event not being dispatched from JavaScript version of UIBase.
     new e42934b  Added DataGridLinesBead to the DataGrid components.
     new 27ef9d1  Added demonstration of DataGridLinesBead to DataGridExample.
     new 8b968ec  download and prep binary kits of Falcon and FlexUnit if no environment variable
     new 7c149ed  don't check FLEX_HOME unless doing release packaging
     new 0da5b9a  some Ant versions don't auto create folders
     new 029eece  handle binary FlexUnit packaging
     new f6e4705  shouldn't need these anymore
     new 1392924  clean compile of as to js
     new 2f1f4fa  two-pass builds (cross-compile then swc)
     new b074b60  SimpleApplication isn't quite ready for cross-compiling
     new d94ca10  clean up build now that asjs is folded into as
     new 8f4aa27  fix more issues now that airglobal/playerglobal not used in cross-compile
     new 9f70730  handle location of js.swc when running approval script
     new ad4955f  fix up falcon from binary package
     new 8dcd7ca  Minor changes to get CordovaCameraExample to work for android again.
     new 93aafe8  fix up build now that Core only has two passes
     new fe06ad4  a few tweaks after porting Core's js back to as
     new 7d74308  restructure builds so HTML can attempt to build
     new c152902  add md5 checks to dependency downloads
     new 935de54  fix issues in ScrollingViewport
     new 820ae80  Make MobileTrader for flexible for different screen sizes.
     new 866d5e4  Stop DataGridView from resizing if the size of the strand is 0x0.
     new 3030c5c  Added declaration for the .Application style.
     new 0c00cf6  remove MXMLDescriptor from HTMLElement and have it introduced in higher-level container-like things
     new d46845b  Check in missing .project files
     new ea436b0  clean compile for HTML.  Top-level classes need to be ported which will introduce new class dependencies and more errors
     new d69b0aa  add createElement calls and get a clean compile again
     new fab34be  move asjs to as
     new a6a0246  move asjs to as
     new 84b2c56  clean compile of HTML.  Probably doesn't run
     new 8dc9a6a  fix missing ArrayList.js
     new 7cbab70  more fixes to quiet GCC warnings
     new b5806ee  fixes to get DataBindingTest to work mostly
     new 3a3efe9  add step to build extern swc.  Extern swcs are upstream swcs used to cross-compile other swcs.  They aren't the same as the externs we are using for third-party swcs
     new f760c09  move asjs to as
     new 3b15aba  clean build of Binding
     new 4fbf2ee  add sdk so font swf gets built
     new c4c0315  headers
     new 352980b  extern swc
     new 2297170  clean build of Collections
     new a8fbda5  try turning off lint during approval script
     new 8a68b95  fix lib path for asdoc
     new f2eedac  another attempt to fix asdoc
     new 5abf5ba  fix rc script
     new c9d8f52  get build to stop copying handwritten js files
     new 4b60eaa  get the build to use cross-compiled Language class
     new 1b32b56  fix up Binding
     new 8d58557  Removed offending semicolon.
     new e12fc80  Added IItemRendererProvider interface and updated List to implement it.
     new 9cb1f75  clean compile of Graphics
     new 4e02794  fix build to use extern swcs
     new 7401da4  Fixed Flash Builder project files to accept conditional compiling
     new cc53ad1  Removed ILayoutParent
     new af2be21  Changed Charts project for as-to-js.
     new 927edf0  Updated master build to reflect changes in Charts project for as-to-js work.
     new f2806b0  Fixed project file for Charts
     new 110c96f  Removed asjs source folder from Charts project; code is now in as source folder.
     new 559a1ad  insert DragEventBase so more of DragEvent cross-compiles without duplication
     new 0640cad  move asjs to as
     new 0e16bd1  clean compile of DragDrop
     new 6bfbe82  new build pattern for DragDrop
     new 9c93c53  attempt to fold JS into PlatformWiper
     new 8c0014a  move asjs to as
     new dee4a04  clean compile of effects
     new 18f159c  clean compile of effects
     new 2529f4b  Updated ImageButton to also have a JavaScript presence.
     new 0ce5c1c  Fixed Image component's view so that it does not report a failed image load.
     new a2aff21  Fixed setter functions for UIBase percentWidth and percentHeight.
     new 05c9b63  clean compile of Network.swc
     new 7223be9  clean compile of Network
     new 29ae18e  wow, this has been there for two years
     new e014a11  get HTTPService working in DataBindingExample
     new 88d8c37  fix release target
     new 70f0da1  switch nightly to 0.6.0
     new eb04bc8  Corrects the sending of the ButtonBarItemRenderer's selection event.
     new 845bc6d  Modified for JS-side event handling.
     new 44a1bb9  Port of Mobile project.
     new d384b50  Merge branch 'develop' into core_js_to_as
     new 384c071  get rid of warning
     new f41a060  need these classes in here, not in manifest
     new 3629016  property name change
     new c456a12  fix swc name
     new 8177f91  get more of ToggleTextButton to work
     new 755ed10  use 'in' since a missing property won't always throw
     new 522a4cc  use RangeModel on the JS side
     new c517931a try to fix ImageAndTextButton
     new 7299b3e  fix is/as
     new 83f5f6e  prevent double views
     new 9e2dbed  don't need string coercion
     new 443804d  remove unneeded goog.bind calls.  goog.bind is still needed in Language.closure and MXMLDataInterpreter
     new 369541a  fix panel background styling
     new 7cec0a5  refactor addBead so we can set _view in all cases
     new 9cddf04  Fix dropdownlist selection
     new 872e685  fix textarea
     new eb92af6  fix rollovers and other mouseevents
     new a4a58ae  fix ImageAndTextButton
     new 9705549  fix image loading on the SWF side
     new d4cace4  delete handwritten JS from these projects since they are theoretically replaced by cross-compiled AS
     new f6166dd  fix up build configs now that handwritten JS is gone
     new 0943952  fix drag/drop now that we're finally using cross-compiled version
     new 426fa55  Back port of jQuery.
     new 94d9cf2  Modified main build file for jQuery.
     new 0e9b17d  Added HTML5 project to as-js back port.
     new 4b7f2c0  backport clean compile of CreateJS
     new 9634f9a  Flat backport
     new 7b7a676  Forgot to check this in.
     new e2a806e  Converted Formatters project.
     new d6ee57d  use right version
     new 240b883  fix build for Flat and CreateJS
     new 313654f  sync up master build now that all libraries are back ported
     new a601ad5  add option for using a native swc
     new 61ee45f  get CreateJS manual test to work with back ported SWC
     new 3cfd365  add option for native swc
     new 9a4afd6  fixes to get CordovaCameraExample to compile
     new 0c9e438  clean up Graphics JS code
     new 8a3755f  clean compile of DataGridExample
     new 018ff46  have ViewBase also implement IStatesObject
     new b1f78dd  fix up FlexJSStore_jquery
     new 20e764d  forgot about svg textbutton
     new 1b7c522  try to fix asdoc build
     new 46e3dc6  remove the last of the handwritten js files (except for googlemaps)
     new 0de03f9  try to fix asdoc build
     new 5f42748  Back port of GoogleMaps FlexJS project.
     new f5ec157  Work in progress for GoogleMaps.
     new f77e1c4  clean build after deleting more cruft
     new 1e82c6e  fix GoogleMaps
     new e04974e  clean build after removing airglobal from js builds
     new d6c6ef1  fix asdoc title
     new c9bec30  fix formatters build
     new 3f77eec  superclass does get renamed in minifier
     new 4053551  fix constant binding in release mode
     new c3c2403  fix trace
     new 325df7b  Competed back-port of GoogleMaps.
     new dd81a26  back-port of GoogleMaps.
     new 87fbdb9  Fix DesktopMap example build script to work with GoogleMaps again.
     new 9e7d5b7  add in jquery externs swc
     new aad8244  move inject_html
     new 6a71b85  fix buttons when cross-compiled
     new 653c047  move HTML test from asjs to as
     new cb0d947  fix error
     new 9180820  get rid of a warning
     new a94bf84  clean up warnings
     new 3d2d2c3  hack in warning suppression
     new 93a57d0  clean up the build scripts
     new ca81ab6  Merge branch 'core_js_to_as' into develop
     new 9d0d988  Adding missing @flexjsignorecoercion org.apache.flex.core.WrappedHTMLElement ASDoc element.
     new 53e4380  fix some issues with asdoc and conditional compilation
     new e4ad1c1  asdoc didn't like the curly braces here
     new 7864a7f  this file was using an interface that got deleted but there was no compile error
     new 6dbeaa0  fix asdoc.  Falcon didn't notice private override of protected var
     new b02859a  try to fix asdoc build
     new 59afc8b  Changed to js namespace from basic namespace.
     new b4e6ab6  JS side needed a kick to get top level object to begin its layout, just like its AS counterpart.
     new 534a690  Rather than use AS3 code, replace with original JS code that got lost in the back-port.
     new 139b9e1  Better integration of JS and AS sides for GoogleMaps lib.
     new 18f15d7  back port and apply adufilie's fixes to the Language class.   This closes #3
     new ed279d6  try another way of handling 3rd party deps
     new dd39583  Fixed coding error.
     new af54fcd  Replaced settings of readonly .offset properties with corresponding style properties.
     new e75e1f3  try using standalone player and specify non-flex flexunit to reduce socket timeouts
     new a50de21  First commit of XML processing (non functional) Includes a shell of "JXON" classes for alternate XML processing
     new 5e87cc3  Fixed ChartExample code so it works in js-release. The code was referencing a non-existing property in the model which the js-debug version tolerated.
     new 8f145dd  upgrade to selenium 2.48.2 to see if it fixes issue with FF 43 on Windows CI server
     new 557f16e  add quotes to handle spaces in path
     new 064b721  Fixed rollOver issues with List and DataGrid; now works consistently between Flash, js-debug, and js-release.
     new 7d53480  Fixed roll-out issue with itemRenderers.
     new 1ccd1f8  Fixed MobileTrader example for js-release version by creating real objects for the Assets chart.
     new 1c9786d  Fixed asClass() return type
     new 13880a6  clean up warnings now that compiler doesn't automatically deal with circulars
     new 0f23c52  also cross-compile SimpleApplication
     new 0a2709e  clean up more manualtest builds
     new 0d5a4c8  Separated event levels in List-based components so each level handles events meaningful to it and dispatches higher-level events as necessary.
     new 2f055e3  Language: window is not available in Node, so checks for window.console only after goog.global.console is determined to be undefined
     new 6c46c29  asnodec: new script for mxmlc.jar that uses new 'node' value for -js-output-type
     new 9d92d94  asnodec: added node.swc to external-library-path
     new d56e155  Changed org.apache.flex.events.MouseEvent to inherit from flash.events.MouseEvent for AS3 only. Updated affected files.
     new be5c7ab  Updated examples to worth with updated MouseEvent.
     new 94ab3ff  first attempt at reflection
     new b3e7785  fix metadata handling in reflection
     new ceb75a7  Updates the GoogleMap project.
     new 09c5c4f  more...
     new 0ec7b3b  Should fix asdoc issues with google.maps code.
     new e04aaa2  GoogleMaps, AS3/AIR version, writes its page template to a location in the app storage area and then loads it.
     new dc52078  Added some more XML methods
     new d8d1eec  rename/restructure folders for maven
     new b5a9606  update xml files after folder rename/refactor
     new 4ceca2b  go back to not using version in copies of swcs in frameworks/libs.  Updating the version in the compile-config is painful since it isn't processed by Ant
     new 316e59e  fix up missing manifests in flex-config and air-config
     new 957740e  rename/refactor folders to be more maven-friendly
     new 506a447  template output
     new c90f162  update files after folder rename/refactor
     new 9494d50  update -config.xml files after folder rename/refactor
     new a043922  move some new Core files
     new fcb32e9  move Binding to new folder structure
     new 3e0d70f  fix up scripts and config after move
     new be8540a  move Charts to new folder structure
     new 0010fb7  fix scripts after folder changes
     new 24e71c9  new folders for Collections
     new fd70a2c  fix scripts after folder changes
     new dd3df6f  new folders for CreateJS
     new b2e35b8  missed one
     new 447b2d8  fix scripts after folder changes
     new 51c4ffe  new folders for DragDrop
     new 7fee2a2  fix scripts after folder changes
     new bbf9301  move effects folders
     new 252ef2c  fix scripts after folder changes
     new fab4c21  new folders for Flat
     new b7951c2  fix scripts after folder move
     new 36435f3  new folders for Formatters
     new 84f558f  fix scripts after folder changes
     new 1d75577  new folders for GoogleMaps
     new ae593ef  fix scripts after folder changes
     new a95bd7a  new folders for Graphics
     new b5d922d  fix scripts after new folders
     new 1bfcf5d  new folders for HTML5
     new 693d283  fix scripts after folder change
     new be9479c  new folders for jquery
     new a914a94  fix scripts after folder change
     new ce87814  new folders for mobile
     new 2413ead  fix scripts after folder changes
     new c470528  new folders for Network
     new cfe7d2c  fix scripts after folder changes
     new 9875cf8  new folders for reflection
     new ea6689b  fix scripts after folder change
     new 753ea40  need to move these
     new 7e71972  fix up config files
     new 17e9ced  fix up FB projects
     new e52e017  move these too
     new 3c3a161  descendents and cleanup
     new 94281ae  fixed name normalization
     new 988296e  children() and elements()
     new eff2557  fix asdoc
     new 218897e  fix up more project files
     new 0399067  change output folder
     new 8176257  put paths to externs swcs in a variable so it can be controlled by FB
     new b3a62dd  make sure GoogleMaps doesn't accidentally use an older GoogleMaps.swc
     new 5303fe0  attempt to manually inject ASJS Ant Builders
     new a2d921d  copy(), equals() and some fixes
     new d2b32b8  text()
     new eb91e10  removeChild()
     new f6aee89  Hopefully made some sense out of namespaces
     new cf9de31  hasComplexContent(),hasOwnProperty(),hasSimpleContent()
     new fd89039  insert methods
     new d17d0e1  get ant building to work
     new 9080199  get ant building to work
     new 5251917  removeNamespace(), some work on replace(), asst.
     new 18deeae  Added WebBrowser component. For SWF, it uses HTMLLoader. For JS, it uses iFrame. In the Mobile project, a special view bead uses StageWebView.
     new 266cf0b  Added "0", fixes for setChild/setChildren
     new 36c14ed  Fixed JS version of WebBrowser to intercept correct location change events and dispatch proper FlexJS event.
     new 4d0f00f  Added JavaScript version of MobileWebBrowser so it could be used with Cordova/PhoneGap.
     new 4be10bf  concat and toXMLString
     new 2877639  Merge branch 'develop' into e4x
     new a487152  Changed XML to match the new folder structure
     new 7f23ef3  Fixed concat() to modify the original XMLList
     new 41ac2e1  Attempt at setting up XML project
     new 8156e98  intellij-config.xml: updated paths to manifests to match frameworks/projects/flex-config.xml
     new 9afa2c1  trace(): better detection of window.console() so that there isn't a runtime error in a Node.js release build
     new 59b8e43  Core: Language now checks for global console variable as final fallback, which adds trace() support for Node.js release builds
     new 7a6f915  add smarter defaults to XML build
     new c7fd667  use all for falcon
     new 3872cb8  Merge branch 'develop' into e4x
     new ab713c4  Fixed some compile errors
     new da234a4  more compile error fixes
     new 8cd5b38  More fixes for xml compile errors
     new 7edb7e5  Added Namespace to XMLClasses
     new 7ed59b5  Fixed remaining XML errors
     new fe4f9c1  Fixed Namespace URI type
     new 60670e8  Added IArrayList interface and updated associated classes.
     new d75af20  Added listData to item renderers for additional support.
     new bd3f6c8  more XML fixes
     new d0dddc1  Added Tree component to FlexJS. Includes HierarchicalData collection.
     new 916989a  underscore made it in by mistake...
     new 4c73001  Better itemRenderer for Tree.
     new 1ffb32f  add flag to XML cross-compile:
     new d5ee78a  Initial Proxy implementation for FlexJS
     new 5479450  Added LocalStorage class via new Storage project.
     new 392faf5  Changed Storage package LocalStorage class to use same function names as web storage API for better cross-compatibility. Also changed storage data type to String from Object to maintain that compatibility and provide a concrete data type.
     new 75ee02d  Updated Storage project by separating the implementation into a CSS-accessible class from the developer-facing class. The initial JavaScript implementation follows the W3C web storage specification; the Flash side uses SharedObject.
     new 063ac08  make event constructors match
     new c313d70  fix example
     new 6271091  do we still need this?
     new 1bc555d  Added permanent storage option to Storage project.
     new 1c69a39  Added StorageExample to FlexJS examples.
     new 1c4d36c  Added ToggleSwitch UI control to Mobile project.
     new b4f5011  initial support for QName and Namespaces in JS
     new ba233ad  missing headers
     new 26a2662  try fixing up headers.  Some day, we should try pulling most of these files from the flex-falcon externs.  Most files are copies with some tweaks to jsdoc to make asdoc happy
     new 9dfef27  mention google maps in LICENSE
     new e701358  header
     new 3cab6cf  fix up approval script and other related files
     new dcf3b3b  Added file streaming input and output to FlexJS Storage project.
     new 5980d00  Clean up asdoc issue surrounding the inclusion of Google Maps stubs.
     new 7e67f4b  Add dependency on AIR SDK.  Need to add a linked resource called AIR_HOME in Flash Builder/Eclipse and point it to directory where AIR SDK is available.
     new f25c9bf  Update Flash Builder/Eclipse project to add reference to Graphics project.
     new d3f59fa  Use airglobal.swc from PROJECT_FRAMEWORKS}/libs/air/ instead of adding a reference to AIR SDK.
     new a97af6e  fix up ant scripts to hanlde both repo folder structure and binary package folder structure
     new f742bc2  get ant examples to build from an IDE-compatible folder structure
     new 164ec03  switch to newer rat from maven
     new fb682e0  try to make the designmodo fonts an optional dependency
     new 7cd1bd4  fix files in LICENSE
     new 50ae7df  AntOnAIR doesn't have flattenmapper so try alternative
     new c7756da  don't exclude this anymore
     new fcb2372  missing brace
     new 4c94b55  fix issues with release packaging, installation and approval
     new 8009ec0  update rat in releasecandidate.xml
     new bfc904c  fix gpg check for docs in approval script
     new e85d9e1  remove GCL crypt folder (and upgrade Selenium)
     new 894b526  Add AngularJS + Angular Material example.  Need to figure out what to do about the externs swc files.
     new 781d38e  try to fix 'all' target
     new fd130d7  switch nightly to 0.7.0
     new dbcc3b1  Starting on XML tests
     new 1c5e98d  typo
     new 51bbbac  More typos
     new 64c699d  Application was not adding its own beads to its strand.
     new e2c462a  Merge branch 'develop' into e4x
     new 75bbdd3  skip extern swc for now
     new a5ea916  change how compile flags are used so it builds successfully
     new ff4cf69  XML issues
     new 5d2d0dd  First working E4X test
     new 90c70ce  Tweaked the test a bit to have nicer output
     new 40d5bf3  Worked around FLEX-35067 Fixed typo
     new 62e69f5  Fixed QName toString()
     new 1eec8d8  Moved QName and Namespace to Core Bug fixes
     new 33d0c00  Added XML to main asjs build
     new d4bce99  XML Fixes More tests
     new 9d44fa9  More XML
     new 60670ec  More XML issues
     new d4dc652  XMLLIst needed name() for single item lists
     new fd1ae8e  Added support for E4X filtering expressions
     new fdbc359  added elementNames() to XMLList
     new 777436c  Added XML tests (needs more work)
     new 6f339dc  try to fix checkintests with temporary JS stubs
     new 495d016  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 70a4892  Fixed XML setAttribute()
     new 9ce42e2  Added setAttribute() and setChild() to XMLList
     new 923fc78  typo
     new 7e660ea  removed unnecessary variable
     new 667dd46  eliminate duplicate download
     new 3f065a2  strip down GCL to only the files we need
     new ba6eda5  fix nightly
     new 66669cf  need deps.js
     new f3c785a  fix subsetter
     new 0981892  fix up after changing FalconJX to no longer automatically generate release build through GCC
     new 7c5a215  updated XMLTest
     new cf8933e  Added isNaN check because minified version seems to sometimes be NaN Added debug=false to output minified code as well in test
     new 2037825  Initial work on maven migration.
     new db775a0  Merge branches 'develop' and 'feature/maven-migration' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration
     new 18a1487  - Use org.apache.flex.events.MouseEvent instead of flash.events.Event - Fix ant build of FlexWebsiteStatsViewer
     new 6216d6f  UIButtonBase supports width and height change events.
     new 1f399ec  Updated CreateJS project.
     new 9a52f49  Adding CreateJS example.
     new b2f5d12  - Moved the compiler config files - Fine tuned the pom.xml to updates in the flexjs-maven-plugin - Added the maven extensions via .mvn/extensions.xml
     new b9e1b5e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration
     new 087dd82  - Merged upstream changes
     new 8cb2031  Added Move effect to CreateJS framework and example.
     new 9b0619a  Merge branches 'develop' and 'feature/maven-migration' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration
     new 9dbcb5d  - Renamed the config files to compile-as-config.xml (ActionScript Part) and compile-js-config.xml (JavaScript Part) - Added TODO comments to places I found strange.
     new 4e580e3  Added TweenJS features for simple animation. Updated CreateJS example to mimic CreateJS and TweenJS initial demos.
     new 22f2dd9  try to update ant scripts for new folder structures
     new c1c49ec  got the build to work by fixing up build scripts and -config.xml files
     new 5e9e152  Merge branch 'feature/maven-migration' into develop
     new 1ef10bb  fix paths
     new 6f2445b  headers
     new cab3a32  fix asdoc, although it still shows some errors
     new 6a1a155  update release info and packaging
     new 0b7de86  try to allow override of asdoc folder
     new 0207b87  still need GCL
     new fe3adff  don't rat XML.swc
     new 1d424cb  Added easing functions to CreateJS framework. Adding easing functions to example.
     new 9438023  FLEX-35085 - Update release notes with bug fixes
     new 64a18fb  Fixed XMLList replaceChildAt
     new 6835bd4  Added newline between XML elements in XMLList
     new 2646884  Fixed XML.toString()
     new 38d40b6  fix binding to functions that don't have change events
     new 8182098  Fixed issues related to XML element ordering Fixed up formatting and variable declarations in XML test
     new 3cd25a2  Updated CreateJS to work within <fx:Declarations> and target objects using targets' ID.
     new fe8157b  Added release notes
     new 06d7627  Updated CreateJS Circle to use center point and radius which is what the actual CreateJS circle uses. Modified the example to use radius.
     new 1149ba7  don't copy the -config.xml files.  Makes life easier for IDEs
     new 7d79ffd  sortOn
     new 7713fc0  sorton float number
     new d26cf80  - Bumped the version from 0.6.0-SNAPSHOT to 0.7.0-SNAPSHOT - Fixed the node extern build - Resolved some of the blocker sonarqube findings
     new 673d230  Fixed issues found by asdoc.
     new 7a9b582  Reversed changes to as files
     new 893f0e5  Merge branch 'develop' of https://github.com/matrix3d/flex-asjs into develop
     new 84e0f3b  sortOn array opt
     new bdce696  put compile-js-config in separate project folder tree to get ready for IDE builds
     new 7768dc2  Merge branch 'develop' of https://github.com/matrix3d/flex-asjs into develop
     new a64c84a  remove tag
     new 3118846  This closes #7
     new 1efef7b  move the JS part of other projects into their own folder
     new 2b3e839  fix up build now that JS is built from separate projecct folders
     new b0ac0d9  integrate js projects into build
     new 6e31311  first attempt at manually refactoring FB projects
     new a4b0865  use include-classes or include-sources for both js and as compiles.  Also clean up a few other things for consistency
     new 7f09494  missed on project
     new 5573262  Add XML.plus()
     new d3dc78e  JavaScript side of Application is now more aligned with the event/life cycle flow of the ActionScript side, including the use of preinitialize event.
     new 90ba45f  Cordova Application changed to listen for the Cordova "deviceReady" and use preinitialize event to continue start-up once that "deviceReady" event is received.
     new 946f7ab  fix up launch scripts
     new e578a4f  keep a commented out local install so we don't forget the pattern
     new e581e20  get JS projects to build from FB
     new 8b34eb8  add JS to folder names so project name matches folder name
     new f2efe55  fix build after renaming JS project folders
     new ffcf66a  Fix for bug FLEX-35089. Removed code that reset the position of the SVG elements in JS.
     new 060b27f  fix up which libraries are external
     new 1ca548d  switch folder name to generated-sources
     new 054faeb  hide copies of generated sources
     new 7478c67  launch scripts now reference new folder name
     new c70e44a  fix clean
     new 43c2024  - Continued working on compiling the ASJS modules with Maven - Succeeded with all except "CreateJS" and "XML"
     new 387206b  FLEX-35085 - Update release notes
     new 6fc1a8a  - Added Apache repositories to flex-asjs parent
     new 1140ecd  - Added Apache repositories to flex-asjs parent
     new 0cda510  - Replaced the release repo with the real one.
     new c3063dc  - Added pluginRepository entries ...
     new d928232  - Resolved a problem in the parent relationship (Thanks to Sergio Fernandez)
     new 813237b  - Added settings-template.xml
     new 35b543e  Fixed XMLList plus()
     new f56c612  Updated cordova-build.xml ANT script.
     new 4f94e82  Flash Builder launch configurations for asjsc
     new 1931709  installer: updates asjsc Flash Builder launch configurations with correct paths for SDK
     new c6f7b24  - Made sure namespaces are correctly generated. The following modules were missing namespace information: -- Collections -- CreateJS -- DragDrop -- Effects -- Graphics - The following had wrong uris -- Formatters -- GoogleMaps -- HTML5 -- JQuery
     new 876a1a3  - Added/Updated the poms of the examples to use the flexjs-maven-plugin instead of flexmojos - Added/Updated the dependencies - Made most of the examples compile
     new bd9319a  Revert "fix up launch scripts"
     new c001075  switch to using FLEX_FALCON linked resource so we don't have to move the externs swcs into the frameworks folder
     new 6552055  don't use the word extern except for the falcon externs
     new 3ad9338  Merge branch 'ide-projects' into develop
     new 63bf4c0  better cleaning
     new 23c41c2  building main SWC will build JS SWC first if needed
     new a72a205  clean up build scripts
     new 7ae642b  fix up env template
     new 3969424  - Adjusted a property name that wasn't correctly updated to reflect recent refactorings
     new e779ef5  - Renamed the property again (strangely this time it didn't compile ... wonder why it did last time ...) - Updated the MyInitialView.mxml in the DataBindingExample_Flat project to not mixup namespaces.
     new ffe4e2f  - Fixed a problem in the parent pom relationship
     new 420410a  add lookuponly to component list in catalog
     new c63b8af  Updated cordova-build.xml and added Flash Builder launch configurations to use cordova-build.xml from within Flash Builder.
     new 60dd677  suppress instanceof warning in Core
     new 4e71bcb  Added test for XML with both single and double quote content.
     new 7f27377  use extlib for createjs.swc
     new f376283  Added RangeStepper controller and associated beads.
     new 63a3e20  Added DatePicker to the set of mobile controls.
     new 5c852a8  - Fine tuned the configuration to produce the same output as the ant build -- Added 'include-file' elements to include the javascript and css files
     new 87a5b29  - Fine tuned the configuration to produce the same output as the ant build -- Added a missing dependency to the 'flexjs-externs-goolemaps' dependency
     new 9b36582  - Fine tuned the configuration to produce the same output as the ant build -- Added the flat-as-manifest to the build config (but just for AS compilation) -- Made the basic-as-manifest only get included in AS builds
     new 22dbbc4  - Made sure the defaults.css is included in the final swc
     new f4bfc52  Fixed build issue with _strand being public in BeadViewBase
     new 4c55ca3  implement a js-config.xml and use it in the build
     new c914e2b  update launch scripts to use js-config.xml
     new a47cadf  add named configs for jquery, node, and createjs, and use named configs in more places
     new ca24dc2  - Fixed the build for 'Flat' by using a new config option 'includeLookupOnly'
     new 080c6cb  - Included the DataBindingExample_as after adding the 'defines' config options
     new 4018788  rename mobile.View to TitleView and create a core.View so we don't have to use ViewBase in examples (trying to get rid of the 'Base' in examples)
     new dfd4704  didn't mean to commit this file
     new 562e54c  update examples with View class
     new 324ce85  switch out ViewBase for View
     new f7afff2  change from ViewBase to View
     new 8a8fc6e  add a helloworld example
     new f9ddca5  force label to be single-line
     new a894f96  launch scripts to convert a new Flex project to a FlexJS project in FB
     new 70dd87b  swap COMPILE::AS3 for COMPILE::SWF
     new 4af86f5  - Set the airglobal dependency to scope "provided"
     new b86f09bd Separated the icon parts of CheckBox and RadioButton so they can be styled more easily.
     new e1f0080  tune the launch scripts
     new 818c8ca  missing a $
     new 5deb854  - Changed the indenting of XML from 4 to 2.
     new da54e7e  Moved new CheckBox and RadioButton icon classes to supportClasses. Fixed minor bug WRT RadioButton.
     new 284c837  forgot to fixup this file
     new e2601d0  Added quotes (&quot;) in launch configs to remedy spaces-in-path issues.
     new 46349e7  - Made sure the js-extern is added to the external library path for all framework modules
     new 1094ee8  - Added some transitive dependencies in order to make the swf's at least stop complaining about missing classes
     new 5de310c  - Added the resonably new "HelloWorld" example to the maven build.
     new ad9db13  Added geolocation.Geolocation package/class to the org.apache.cordova package in the Mobile framework project.
     new 33636e7  Added MobileMap example which combines Google Maps with Cordova Geolocation plugin.
     new a8ca96c  - Added a maven configuration for the MobileMap module - Updated the template for compiling flash applications by using the content of flex-config.xml as a baseline - Enabled all example modules as they now all seem to be compiling
     new cb8a981  - Started adding pom.xmls for the native examples
     new 20d474b  - Removed the legacy maven ant-scripts and templates
     new 65fe8ce  make sure airglobal is on external-library-path
     new 57a63b0  fix as example
     new 32f3053  fix error handler
     new 897de95  Recognize "transparent" as a valid background-color in CSS for SWF side.
     new 4f537ab  headers
     new 48d95d9  fix up cleaning
     new 3382138  clean up packaging
     new 7bd1f43  Modifications to support better basic styling via CSS. Extracted JS element-construction code from the Spinner main strand and moved into the SpinnerView bead, adding new SpinnerButton for styling control.
     new 17ad36d  - Cleaned up the dependencies
     new aba622e  - Added support for compiling the examples to JavaScript (Currently the build seems to produce invalid output)
     new f4c41ff  fix CreateJSJS name
     new 4cd5566  clean up rat
     new 87928b4  fix header replacement in generated code
     new a0ed79f  fix packaging of the JS swcs
     new 52e830e  gcl needs to be on library-path so goog.requires get emitted
     new 9ae137e  tweak some poms to get the GCL dependency
     new 8f4b037  clean up maven artifacts before packaging releases
     new ed16392  add pom and template to release package
     new d5f91be  fix binary package
     new 87fdbb7  - Refactorred "external" scope to "provided" and "runtime" in order to resolve some transitive dependency problems
     new 669dee0  - Added a new compiler option "removeCirculars" - Adjusted the compiler mojo to fail in case of build errors (except the js generation mojo) (Disabled till the last build errors in the examples are fixed) - Cleaned up the dependencies - Added missing dependencies
     new dc35db7  Added support and other classes for DataGrid and List to make styling easier.
     new 0975323  Added an example of styling the basic components.
     new 27cb63a  Streamlined the root poms for flex-falcon and flex-asjs
     new 19cd2f2  Fiexed the problem causing the compilation error in js
     new 9278a9e  - Made sure either playerglobal or airglobal are included, but not both - Added references to externs in CreateJSExample and FlexJSStore_jquery - Made sure variables are used for the playerglobal and airglobal libraries - Excluded "CustomEvent" from the js extern - Made it possible to add extern references in swf type projects (but only if added directly and not by parent or transitively)
     new ca30fff  Added read and write UTF to BinaryData
     new 7b96ec3  Change Int8Array to Uint8Array
     new f6526b7  Added optional bytes to BinaryData constructor Added setter for length
     new 44fbabe  Fixed BinaryData constructor to take strict types
     new b9abe65  - Added a missing extern reference to StorageExample
     new e146f5e  Merge remote-tracking branch 'origin/develop' into develop
     new 6877314  - Fixed the build issues related to externs - Commented in the code to fail the build in case of build errors in the JS part - Streamlined the configuration of the flexjs-maven-plugin - Updated the error findings in comments of the poms - Turned on "debug" as default (overridable by setting "-Dflex.debug=false"
     new f399894  - Added a config option "forceSwcExternalLibraryPath" to force all dependencies to go into the "external-library-path" for SWC compilation - Removed the "runtime" scope from two libs in "Binding" and "Network" - Updated my error reports in the examples pom.xmls
     new bda5a3a  - Added dependencies to the AIR framework in modules built with the ANT compileair goals
     new a215d7f  Made copying byte array more efficient
     new 43064b4  Added BinaryURLLoader and some utility classes.
     new 28f8f5c  Removed doNothing
     new 7b71ae8  Cleaned up URLStream and URLRequest
     new 946589e  Added Apache headers
     new cc22300  Refactored classes
     new 298d204  Added callbacks
     new ac7b505  This should fix the build
     new c268a90  Added support for endianness in BinaryData
     new 2f7d30f  - Added build of the flat-ui-icon font
     new 8221a66  Added BrowserUtils
     new 9531678  - Changed the build to do the war packaging with the maven-war-plugin and the attaching of the artifact using the build-helper-maven-plugin - Added a "release" profile to set the flex.debug property and change the directory that is packaged by the maven-war-plugin - Added some more error reports for JavaScript output - Added the font-data to the DataBindingExample_Flat project - Removed the dependencies on the air-framework as it seems that this wasn't needed at all
     new 03dd92e  Added StringEvent and ColorUtils
     new 55b558e  Added Collection constants
     new ec96f80  Add a TIMER constant for events.
     new ece6af5  - Added another bug finding.
     new 1b62e5e  - Added a distribution module, which takes care of assembling a distribution of FlexJS (Initial version based upon the assembly of the maven-project itself)
     new 9609b7d  - Added classifiert to the extern dependencies (wonder why it worked locally)
     new cba0d67  update license acceptance per Adobe legal
     new 77a261b  FLEX-35104 fix static binding code generation
     new 21338bc  make sure we retain Mixin metadata
     new 95cc27e  sync up ViewDataBinding to fix error in examples
     new 8770b67  handle having no mixins
     new 9e43d9a  Added more URL loading event support
     new 18ee460  - Added keepAs3Metadata as config option - Added 'Mixin' as new keepable metadata - Removed the error report from the examples that now no longer produce errors - Introduced two new profiles 'build-examples' and 'build-distribution' to enable/disable building of parts of the sdk - Added fonts to the distribution
     new 5aca927  Added StringUtil
     new 4600cb0  - Added new copies of the execution scripts to the distribuition module. Currently they still contain the identical content as the originals, but I will adjust them to match the names of the maven artifacts.
     new 2d18406  - The binding examples had different versions, changed them to 0.7.0-SNAPSHOT
     new ad32c3c  - Updated the apache parent version up to 18
     new 67e9a45  - Got rid of some maven warnings
     new ed45c5b  Use native trim() method in JS
     new c62ce09  Finished callbacks in URLLoader classes
     new a7368af  Added clone() to Point
     new b8bf177  Make StringUtil not extend StringTrimmer, and delegate relevant methods instead.
     new c3c01a8  added clone() to Rectangle
     new 37ed840  Added Matrix class to geom (thanks to lizhi)
     new c9d14d3  Completed Point and Rectangle Added casting for overrides
     new 0875362  Missed a couple of overrides needed for casting
     new 4763ecf  Fixed casting
     new f59cc76  Lost a casting
     new 7d34954  clean up warnings by fixing jsdoc typo
     new d4d3a4d  Runtime does not like subclass types...
     new f273995  Fixed HTTPStatusEvent type
     new ff84654  Fixed overrides
     new b24af71  Fixed override
     new 686bd3f  Added readByteAt() to enable optimized reading of BinaryData
     new 4541fff  Added writeByteAt and fromString to BinaryData
     new c8e3680  Point, Rectangle and Matrix no longer extend the corresponding Flash classes
     new 84968b9  Some callback functions weren't being called properly on the flash side.
     new 7859000  Added array getter for indexed access to the bytes and framework access to the platform-specific implementation
     new 91942c6  - Continued extending the distribution -- Added manifests -- Added config-xmls -- Adeed playerglobal and air artifacts
     new bf65776  js-config-template (plus jquery and node): added missing reference to Core.swc, which is required for org.apache.flex.utils.Language
     new 84e8ce5  downloads.xml: goog/bootstrap/nodejs.js is required for node.js support
     new 02ebe98  FLEX-35085 - Update release notes
     new 5a34b69  - Updated the configs and templates
     new 5ee6496  Added optional parameters to SolidColor constructor Added COMPLETE constant to Event
     new 27141ae  Added DOUBLE_CLICK constant to MouseEvent
     new 5a3570b  Fix ticket
     new f590e91  Language: new project that pulls out Namespace, QName, and org.apache.flex.utils.Language into a separate SWC that doesn't have framework stuff; swapped Core.swc for Language.swc in js/node/jquery-config.xml; fixed builds of JS projects that didn't like a SWC being referenced in js-config.xml (thanks to Greg Dove)
     new 9bd4937  Split up Core into a Core and Languages module: - Integrated the Languages module into the build - Added dependencies to the Language module where needed
     new 1774c7d  asdoc-config.xml: accounted for Language project
     new 4f8dfe8  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 934eee8  Fixed error on complete
     new cdfa312  - Renamed the "extern" artifacts (classifier=extern) to "typedefs" - Updated the Maven coordinates and classifiers in the framework module to reflect the latest changes
     new 1ab2cca  - Streamlined the artifact names of the root poms for compiler and framework
     new e07e364  Added UIDUtil to FlexJS utils
     new 3ea35f9  - Made the distribution package create an SDK that IntelliJ can import.
     new bfd3a24  - Removed the framework.pom from the lib/external directory of the distribution
     new 2da30ef  Changes to Graphics package that allows SVG elements to be resumed.
     new 261facb  Fixes to Chart framework for item selection and highlighting.
     new eeaee04  Merge branch 'chart_work' into develop
     new af84e52  Changes to HTML framework to support changes in Chart framework.
     new 3b40cb2  - Fixed a wrong parent-relationship in flex-falcon - Streamlined the project names
     new 57106cc  - Activated the apache-rat-plugin in all modules to do automated checks if all sources have proper license headers - Fixed the license-header related issues in the build - Moved the README.txt files in some examples from the src directory into the roots of the examples projects
     new 09c8983  - Added the generation of the "templates" part of the Flex SDK (With this I was able to setup and build a new project with IntelliJ) (IntelliJ no longer complained about anything missing)
     new 35b0531  - Split up the distribution into core, flash and air - Changed the dir distribution to also include flash and air, while the binary bundles don't
     new d7a7d2b  The flexjs_wrapper was not being set on the "icon" portion of the control.
     new 99a9fb6  Removed circular reference to QName
     new b1d4e9a  - Updated the Bug reports due to latest improvements (DataBindingExample, FlexWebsiteStatsViewer, ... DataBindingExample_as still has a binding issue with the checkbox)
     new 6c83ea5  fix up build for flex-typedefs repo
     new 9636454  fix ant all
     new cb5e88e  Fixed import Conrformed override pattern in Circle to other objects
     new 7d52952  Initial rename of graphics classes
     new bce06f6  Fixed up errors caused by renaming
     new 5df857f  Forgot to add header
     new bc04692  Added clear method (but kept removeAllElements for consistency)
     new 641301b  [Improvement] Numerous updates to BinaryData to get closer to flash IDataInput and IDataOutput interfaces. Endian now detects default Endianness. IBinaryDataInput and IBinaryDataOutput interfaces added
     new 8a9b91b  [Test] Added swf-side unit tests for BinaryData changes (these also currently pass when mocked in the browser for the js version)
     new 3efcd71  Merge branch 'develop' into improvement_Binarydata
     new 6a28675  Renamed GRaphicsContainer Cleaned up some CSS utils
     new d12bcdd  Fix for UTC prepended short - respect endianness
     new 58bb153  Added GraphicContainer
     new 11136dc  Added lineCap, lineJoin and miterLimit
     new a3b297b  Added line properties
     new 26606c8  Adjusted to test for stroke properties
     new 49bb73e  ignore bin folder in manualtests
     new 8d72cc2  fix deferred bindings
     new 6288c2d  [Consistency] Set default Endian to BIG ENDIAN in javascript to be consistent with flash [Performance] optimization of int/unit/short read/writes to avoid using DataView, substantial gains
     new f791f02  [Performance] instance level length var access adds a small speedup over requesting byteLength from the ArrayBuffer
     new 580eded  Made label nonselectable by default (does not work in IE 10 or lower)
     new 66b6d42  Added DOMWrapper
     new 84a1b2e  I think I changed the svg namespaces.
     new 4a9247d  ignore bin folder
     new 9cd2852  Merge branch 'develop' into svg-rename
     new 8eb7b02  I think I changed the wrong config files last time
     new afd88a1  - Split up the dependencies to air, flash and fontkit into separate profiles and assembly descriptors - Fine tuned the distribution to be more like the original - Added new adt scripts that match the sligtly different jar namings of the FlexJS SDK when built with maven
     new 1e67bac  Modified the frameworks CreateJS project to run the effects on the SWF side.
     new c383fa7  Added svg drawing APIs
     new febae6a  [Improvements] More performance tweaks, consistency tweaks, and doc improvements.
     new ae06cfd  [Tests] Updated unit tests
     new c7bb721  Merge branch 'develop' into improvement_Binarydata
     new b2243a0  Cleaned up drawing APIs
     new e88fe7f  Cleaned up drawing APIs I removed drawPath in favor of two separate drawStringPath and drawPathCommands methods.
     new 849734f  Added Graphics interfaces
     new 20f2611  [Docs] Fixed endian doc comments, following change to BIG_ENDIAN as default for js
     new 498287b  - Added missing dependencies.
     new e9dbfab  Added setLineStyle method to strokes
     new fc302ae  First batch of refactoring
     new 5c704c9  refactor batch 2
     new 7031769  plus a straggler
     new e976b1f  refactor batch 3
     new 4661687  refactor batch 4
     new f508d7d  refactor batch 5
     new be2a507  refactor now builds without errors
     new 518995e  TransformBead working.
     new a94a923  Merging
     new dbf0df3  Fixed Circle and Ellipse
     new 3725173  First working version on JS side.
     new 054a000  First working version on JS side.
     new 54fd2b4  Moved transform classes that were not specific to graphics to core.
     new fa40021  Add to new beads to manifest files.
     new 98822cb  Renamed composed display list objects Added DisplayUtils
     new f30fd32  Merge branch 'svg-rename' into refactor-sprite
     new 970f3e3  Listen to strand events instead of model events and avoid initialization order problems.
     new 92e6ec9  Added compound transforms along with translate facades.
     new 766c76a  Add scale transform and fix default prop for compound transform.
     new b3ab3eb  Fixed issues with StyleExample and updated DataChooserMouseController to accept MouseEvent.
     new bd88e78  Fixed Utils
     new 7208812  no message
     new 7267752  Merge branch 'svg-rename' into refactor-sprite
     new 17eee00  just a space...
     new ff3af75  Added wrappers for DisplayObjects
     new 572b18e  Merge branch 'develop' into refactor-sprite
     new 1c92ad0  meager matrix
     new 6b16b71  Added IMatrix and MeagerMatrix to reduce overhead when creating Matrices.
     new 3882e74  Added IMatrix and MeagerMatrix to reduce overhead when creating Matrices.
     new 4cfde5b  Merge commit '726775219086ae65a22e3293a8ea04584210b2cc' into develop
     new c2eebc8  Add transform bead to GraphicClasses
     new 091e9d5  Made parent IParent
     new bf6f5a7  Revert "Made parent IParent"
     new 68ceca5  Made Application implement IUIBase This needs to be fixed up when the Application refactor is done
     new c8d147b  [Fix] Fixed integration of Endian changes with network classes.
     new 2124051  Added missing License Headers
     new 13323e6  Fixed some errors spotted by Jenkins, but not by the up2date ant script.
     new e246c25  Use host as style source, now that display object is no longer the host.
     new 5cf11ab  Merge branch 'svg-rename' into refactor-sprite
     new 5cd2f76  Merging transform changes into refactor-sprite
     new dfce43b  Merge branch 'develop' into refactor-sprite
     new 5184111  changes required to get Application to use a factoryclass so it doesn't have to extend from Sprite
     new 4ad3772  need different test as to whether to create children
     new 90d18a9  fix assumptions about parent property
     new 1b3d413  fix assumptions about parent property
     new 472c7af  refactor again so UIHTMLElementWrapper is the base for all exposed components, but CSSShape and friend are simple subclasses of Flash display objects and are directly added to the display list
     new 3d1457f  this got skipped in the merge somehow
     new 25e9990  hide TextFieldItemRenderer for now
     new 5e60e10  get DataBindingExample to show up.  Events don't work yet though
     new 68453ef  implement event proxy for wrapped elements.  Most events will be forwarded, but some events in bubble phase cannot be forwarded because you can't set the event.target in Flash.  Instead, you will have to use the isSameTarget method to compare targets
     new 6e9672b  Merge branch 'BinaryData_improvement' of https://github.com/greg-dove/flex-asjs into develop
     new bd849c4  get events working well enough to get DataBindingExample to function.  Now to figure out how to fix up CSS
     new f57cfc4  Found a couple of minor bugs while fixing an example.
     new 3dea25a  Updated the TodoListExample so it works for both SWF and JS.
     new 184ef2d  fix a few more bugs in DataBindingExample
     new 7ac4529  Merge branch 'develop' into refactor-sprite
     new a95d4e3  Reverted to regular Matrix
     new edc1cc2  Removed extra import
     new 8077fad  Added positioner assignment to Application
     new 5121d5c  Fixed XML bugs
     new 3f69642  Merge branch 'develop' into refactor-sprite
     new 022fcd0  - Fixed a wrong classifier in the directory distribution for windows systems
     new eb11ac1  Added a new itemRenderer factory that extends EventDispatcher, allowing custom itemRenderers to intercept events from the itemRenderers and forward them.
     new 4ef1bb4  Updated TodoListSample so it works for SWF and JS, without using event bubbling.
     new 895f366  Backed out previous change that was adversely affecting the SWF version.
     new 5be02c6  Fixed XML issues Made XML act like strings and numbers removed some extra toString() calls
     new 9e127bb  Make numElements target agree with getElementAt() target
     new 022acc1  Reset request status cache the XML string (for introspection)
     new 9268cf7  Make the gettter get.
     new a1b8ce1  Put Matrix on a diet.
     new c5a470b  Added Binary to Images
     new 5e1506f  BinaryImage classes
     new a5c20ea  A bit of cleanup in XML
     new d4ec195  Fixed Image classes
     new c98d892  string conversion
     new 38f31c9  Make Application an IPopUpHost
     new 59bebd8  _strand is no longer a DisplayObject
     new 1da11d9  Fixed DisplayObject cast
     new 4558126  Renamed HTMLElementWrapper
     new 971cdf3  Allow classes that don't implement IChild to have a $displayObject, and other changes to make drag&drop work in flash.
     new bcb3c03  fix default value for FLEX_HOME
     new 79ad5fc  Merge branch 'develop' into refactor-sprite
     new 65e60c4  get unit tests to run
     new 3b4c869  tolerate not having a model
     new 6b2367f  fix drop
     new 7048caa  fix build
     new 91b7669  clean better
     new 518f717  Remove MeagerMatrix removed Vector3D Reimplemented Matrix using compatible licensed code Added chainability to Matrix methods
     new ece2ee3  Use Matrix concat
     new c523ace  Merge branch 'develop' into refactor-sprite
     new 30587b1  also pick up swcs from the way the approval script sets up falconjx
     new 94f5f3a  exclude one more file from source release package
     new 5b7a043  Merge branch 'develop' into refactor-sprite
     new 91da146  Fixes to samples to get them working again since Image changed property from 'source' to 'url'.
     new ad9424e  Make sure translation transformed objects receive mouse events.
     new baa15e4  Removed circular dependency from TodoListSample.
     new f10f8f7  Added defaultPrevented getter for Flash and isDefaultPrevented() method for HTML Changed svg group pointer-events to "visiblePainted" which is the default
     new 86d7947  Added localX and localY to BrowserEvent (BrowserEvent is being used where you'd expect MouseEvent in the browser so expected localX and localY values do not exist.)
     new 27256ce  update license for Matrix class
     new 670bbaa  Modified some examples to remove circular-dependencies from the code.
     new 917b6ef  tune up approval script
     new 275e13e  [IMPROVEMENT] Added support for static bindings (SWF only, JS works after a separate jx compiler update)
     new 3bf1e37  clean up more copyright years
     new d395010  update link in approval scripts
     new a107df0  Don't use deprecated offsetLeft when possible.
     new a47e05f  Add flexjs wrapper GraphicShape
     new d79ea5e  Added URLRequestHeader
     new 8ebc9f5  Bad import
     new de0d9ef  Added missing XML methods to XMLList
     new 20813be  More missing XML methods.
     new 398f56d  fix error found by nonfunction test
     new 232f6e7  tune up approval script
     new b502a55  clean up more copyright years
     new 19f790d  update link in approval scripts
     new 6d4521d  fix error found by nonfunction test
     new 2c21ebc  [BUGFIX] [PLEASE REVIEW] This seems necessary for IEventDispatcher implementations (not extending EventDispatcher). Otherwise TypeError occurs. Not ideal...
     new 18de8dc  Make sure elements removed from XMLList are also removed from original xml.
     new 04c201f  Attribute values can be numbers too.
     new 76ae81d  This should be a better fix for the remove methods
     new 95af7f0  [IMPROVEMENTS] Cumulative improvements across binding framework classes: - Support in some classes added for static bindings - removed n-2 check in _bindings loop because the extra null appended to the _bindings array by falcon-jx has now gone - when a child watcher is not found (e.g. last part of binding chain is not bindable, update the value. This might need more attention
     new 674d97f  Added compiler directives for explicitly defining the framework bindable dispatcher event-related classes
     new d24d195  Merge branch 'develop' into static_binding_fix
     new c62b3ab  [EXAMPLE] Added new example for databinding tests
     new 2c3ac89  Backported to support review and extra info about variants against current develop branch All commented out labels in MyIntialView represent errors or non-functioning bindings.
     new 12a1976  Merge branch 'Bindable_test_example' into Binding_improvements
     new a1b5d31  [EXAMPLE] updated the test examples with the latest status on the binding variants
     new b59c4cb  Backported to support review and extra info about variants against current develop branch All commented out labels in MyIntialView represent errors or non-functioning bindings. This closes #12
     new a939eb9  Merge branch 'Binding_Improvements' of https://github.com/greg-dove/flex-asjs into develop This closes #13 Conflicts: 	examples/flexjs/DataBindingTestbed/src/MyInitialView.mxml
     new 095bb4f  move DataBindingTestbed to manualtests
     new 9e316fb  Update length of BinaryData after writing bytes.
     new 3859129  Merge branch 'refactor-sprite' of https://git-wip-us.apache.org/repos/asf/flex-asjs into refactor-sprite
     new c120383  Fix for ant script in DataBindingTestbed manual test, and added extra test for IEventDispatcher problem in MyInitialView init
     new 8f33c64  removed the pom.xml to make it consistent with other manual tests.
     new d4cd359  update approval script to use Flex 4.15.0
     new ed100b7  [MANUAL TESTS] Fix bad mxml in DatabindingTestbed, added one extra binding test, and also extra binding-related config settings to shared ant targets
     new ec4e914  [IMPROVEMENT] Fix of EventDispatcher to support IEventDispatcher implementations, without earlier constructor hack. Added a quick verification test to the DatabindingTestbed test
     new 22756db  [MINOR] spaces vs. tabs for consistency
     new 4ee2280  Add closed path as a parameter.
     new 7e66769  try to get release script to honor tag
     new 8a24bb2  - Prepared the SCM urls prior to releasing
     new 6ea4307  - Prepared the Versions of typedefs and compiler to use properties to released versions
     new db5beb2  - Prepared the Versions of flexjs-maven-plugin to released versions
     new f17dc35  [maven-release-plugin] prepare release flexjs-framework-parent-0.7.0
     new 6144d25  Merge remote-tracking branch 'origin/release0.7.0' into release0.7.0
     new a3eaa6e  [maven-release-plugin] prepare for next development iteration
     new 5ca514a  Merge branch 'develop' into refactor-sprite
     new fc27a22  Added html5 tranform bead which should work on non-svg elements.
     new 61d58b8  Keep 0 0 as transform origin.
     new f00bf7e  fix up license and header for Matrix
     new a547f47  add marker interface so we know when to emit CSS
     new b5dd2b9  try to handle custom tags in release mode
     new 6aa0a99  Merge branch 'release0.7.0' into develop
     new 89ffe2e  - Doing some post-0.7.0-release fine tuning of versions.
     new 2ebc6c2  - Cleaned up the group-ids of the parents to be more in-line with the others. - Updated the README_MAVEN.txt in compiler to reflect latest changes
     new 006b9ba  Make sure NaN doesn't mess up resizing.
     new 842d677  Merge branch 'develop' into refactor-sprite
     new 9eaf1d4  Fixed XMLList replace
     new db261ad  Added itemRendererCreated event to DataItemFactory* classes.
     new e877870  Modified TodoListSample to take advantage of itemRendererCreated event from DataItemFactory* class.
     new 37941c5  add a script to update version numbers
     new 909bd83  test update from 0.6.0 to 0.7.0
     new 755dd1e  also fix up nightly.properties
     new 3513542  update to 0.8.0
     new 2a98105  try selenium 2.53.1
     new 72dfce0  Modified the CSS definition for Image so its model and view are included for both SWF and JS production.
     new 3874781  Removed the explicit creation of model and view for Image now that the CSS defines it universally.
     new d7b8684  Added XMLList method
     new c9b2a02  - Added ImageView and ImageModel to the manifest so they are included in the build
     new 773987e  add reminder to update JIRA
     new 8226d2f  change JS CSS encoding
     new 7961ff9  Add disable bead
     new d99e1a0  Merge branch 'refactor-sprite' of https://git-wip-us.apache.org/repos/asf/flex-asjs into refactor-sprite
     new 241d202  Added missing event listeners.
     new 1f40ba6  Don't confuse strand when adding this bead to a component that already has a model.
     new 5d52dc6  [FIX] Added Bindable metas to text and html getters on TextInput. Fixes mxml bindings for these properties. Issue reported by PKumar in users mailing list.
     new f9c4a01  Added ArrayList parallels for Chart classes.
     new e0ac88c  Updated DataProviderChangeNotifier to listen for replacement of the dataProvider itself.
     new b0f8b6d  Fix for StackedViewManager in Mobile project.
     new 1dac615  Merge branch 'SuperMobileTrader' into develop
     new c1682af  New MobileStocks app. A work in progress so it is not connected to the examples build yet.
     new fd05c96  use a subclass so we don't have to bring in DG classes in a class selector.  Class selectors do not get pruned from the .css file, only Type selectors do
     new b4cbb8b  Add ClipBead
     new c1976f5  Let beads take effect on JS side were Shapes are concerned.
     new a133a1b  Sprite's x and y already translate shape, no need to draw it in translated coordinates.
     new e09ecbc  Some class purpose documentation.
     new 2166024  Mask doesn't need the coordinates.
     new 7e42fff  Examples' compileair target was not copying image assets correctly to the bin-debug output directory.
     new 92c0a8b  Initial sweep through wide set of Reflection functionality. Currently only verified as compatible between platforms within the FlexJS classes. This update requires corresponding Falcon/FalconJX updates
     new 438cb01  Setup for side-by-side Unit test view of swf and js, with flexuint shim, added Reflection tests
     new 1026ec7  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 0c031d9  Merge branch 'develop' into refactor-sprite
     new 26bc151  Added CSS for BinaryImage
     new 244a5d0  sample html template for js
     new b38dac8  missing header
     new 0960376  Added ArrayListSelectionModel and ArraySelectionModel to the manifest for use in MXML.
     new 0be30cb  - Bumped the compiler version up to 0.8.0-SNAPSHOT
     new 5b6f4ec  Tidy up, removed dead files
     new 58e255c  [FIXES] Fixed interfaces getter in TypeDefinition, added extra tests, and fixed issues with Alias support
     new 07c6c36  Binary image refactor.
     new 3f46dd1  Refactoring BinaryImage. Instead of using BinaryImageView to load binary image data, use a specialized BinaryImageLoader bead which separates dislay/data loading concerns. This should help in adding custom views without messing with binary loading logic.
     new da7d1ac  - Added a first version of a simple FlexJS application archetype (the lib is just a skeleton at the moment)
     new db1eda0  Merge branches 'develop' and 'feature-autobuild/maven-archetypes' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/maven-archetypes
     new b762ed6  Attempt to fix the build which seems to ba breaking on docs
     new 241fb72  Merge branches 'develop' and 'feature-autobuild/maven-archetypes' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 33eaf21  - Added missing archetype descriptor
     new 7073d36  Added missing event declarations.
     new 7cbbc42  - Fixed the directory structure of the archetypes
     new 91cf13f  - Updated the gitignore and added the archetype config files
     new d585dc6  - Fixed an obvious error in the descriptor
     new b8d8c48  change build to build JS last now that it can pack its output into existing SWCs
     new 8087621  force linking is a bit different in JS.  See notes on CoreTester.as
     new 1774068  keep build from deleting new js template
     new d50b2ea  leverage new -keep-code-with-metadata
     new bb4a799  rewrite code to prevent dead code removal
     new a57fc48  replace old way of packing JS files for now
     new 9a2e686  Revert "replace old way of packing JS files for now" so I can do a final fix of fixing the mojo
     new ea08079  js side needs to allow this error in binding
     new 3784d29  FLEX-35137 fix/workaround for binding to private vars
     new 734e89a  FLEX-35138 - Implement FlexJS Maven compiler option for 'html-template' - Added the compiler option "htmlTemplate" - Added a first test for a testsuite implemented using the maven-invoker-plugin
     new c6f78fc  Some refactoring to image - moved common functionality to core under ImageBase
     new dd28a96  Merge branch 'develop' into refactor-sprite
     new 864ddbb  - Fixed a problem building the distribution on windows machines
     new f4d3d1a  - Changed the cassified of "adt" back to "win"
     new c15d36c  More refactoring - image view commonalities moved to core.
     new bf0ec84  - Fixed a problem building the distribution on windows machines
     new d626525  Switched to cordova:Application.
     new ac43c3d  Re-Added the misc artifact to the distribution
     new d03463c  Adding DeviceSizeBead to Mobile project.
     new a3ba4df  Updates for Mobile project.
     new a42e69e  Change MIT license text to be more readable
     new 3336361  get binding working again
     new 55d89c7  - Added the Apache License Header to MobileStocks.mxml to make the maven build pass again
     new 17c5971  - Fixed the MobileStocks maven build - Added the MobileStocks example to the maven build
     new 6b7afec  - Tried to speed up the testsuite by running debug only builds
     new 0e31218  - Excluded the testsuite from the rat checks as when the testsuite is run once but a build without is being performed, then rat will detect all the files in the "target" directory
     new 93797c2  add XML swc to pom
     new f469e18  Binary image working on SVG.
     new e45f836  Image working on SVG too.
     new 5ee2995  Fixed bug in DataChooserView which was causing problems on the SWF side due to missing/incomplete handling of background and border styles.
     new e118e31  Moved comment to fix compilation error.
     new 4262fbe  [Tests] Fixed test for SWF, and added back the failing js release-mode test. This failing test should remain until it is either a) no longer apparent or b) becomes 'expected' for JS via documentation.
     new 6ecf891  [Tests] Added extra check for static initialization to DataBindingTestbed
     new b7f661c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new dcc5ff3  Fix for compilation/build error.
     new 9bd1e9f  Changes to DataGrid component and beads. Adding DataGridPercentageLayout so column widths can be specified as percentages.
     new 23403e5  Changed DataGridExample to show use of DataGridPercentageLayout.
     new 5df884a  Update to Chart: get BarChart to resize properly. Need to carry this over to the other chart types.
     new 8058386  Updated MobileStocks example with better resize handling.
     new 4c8bd84  Test view for MobileSocks.
     new fbc7d5c  DateFieldMouseController has the wrong data type for the receiving event handler.
     new fe03efd  Merge branch 'develop' into refactor-sprite
     new 8b4b96a  Fixed appendChild and removeChild
     new 3f1df17  Fixed removeChild
     new 83804e4  - Added a Unit-Test that checks if the examples builds all produce both Flash and JavaScript output.
     new 9f510bc  add default property for TextButton
     new 14abba2  updated release notes, and added some missing things from 0.7
     new d4244fe  First implementation of js:Form. Is nesting tags, but action attribute is not working
     new a936177  Changed token value test for vertical-align css.
     new 346718a  Cleaned up the label positioning for the horizontal linear axis (ArrayList data). Added more CSS classNames to help styles the charts better.
     new 533016f  Cleaned up MobileStocks example with chart and text alignment issues.
     new ba5187a  Refactor to ButtonBase to avoid carry CSS styles
     new f25cfe8  Cleaned up the example MobileStocks source code.
     new 3292ce3  Modified the cordova-build.xml ANT script to include the iOS platform. Once built, apps can be launched with the run.android or run.ios targets. The former runs on the device while the latter runs in a simulator.
     new b702111  Now loads the cordoba-plugin-file if needed.
     new 734d4e0  Merge branch 'feature/buttonbase-refactor' into develop
     new fa6e062  switch AIR visible flag to true if exists
     new 78d3ff9  assume path to npm and cordova on mac.  FB can't always find it since it might be started without the bash environment.  Might need improving upon for when the path isn't right
     new 02febf2  Checks to see if a platform needs to be loaded and if so, uses Cordova to load it.
     new eb3a8b1  update run configs for changes in cordova_build.xml
     new afdc5f4  use maven target folder if exists
     new c0007ff  - Added support for Cordova packaging (In order to have this working, you have to enable the "with-cordova" maven profile)
     new ecf8fce  - Removed stuff from the site.xml which accidentally slipped in
     new 4c9ab06  - Removed the TODOs for adding cordova packaging
     new 0d3ba94  Positioning parameters of SVG element change depending on whether it's contained in a <g> element or in a <div>. Setting both params should make it work in both cases.
     new 3c7d7bc  Set clip on svg, rather than the element contained in it. Helps eliminate transform conflicts.
     new f24c9e6  Should be done by client.
     new 64d564f  change name so the instance and static properties have different names.  This was messing up reflection info
     new 4b79670  allow CI build to use download cache in case true source is unavailable
     new 2e3fc30  Made DeviceSizeBEad work with refactor-sprite
     new 37ab656  Merge branch 'develop' into refactor-sprite
     new 561cf33  - Adjusted the distribution build: -- Updated the version in flex-sdk-description.xml to be greater than 4.8.0 -- Added mxml-manifest.xml, spark-manifest.xml and airmobile-config.xml -- Added locale and rsls directories -- Removed the version suffix from the libs in the "lib" directory -- Included the "ide" directory in the output
     new a44ce43  Enable dblclick events by default (just like JS's default).
     new 24c2fdf  Check for illegal color values
     new ad4e84b  Superfluous override.
     new b8e533b  Merge branch 'refactor-sprite' of https://git-wip-us.apache.org/repos/asf/flex-asjs into refactor-sprite
     new 4c78873  fix up installer after launch script name changes
     new 6e3071b  fix ItemRendererEvent on SWF side
     new 2d99ae8  try to copy HTML to Basic without losing history
     new d77c5c8  Copy HTMLJS to BasicJS.  Use --follow for history
     new 2ce8232  rename HTMLClasses to BasicClasses
     new 7ca0e91  fix BasicClasses
     new b23a137  add basic swc
     new d5fd8e9  Added writing of rgba CSS attributes from color value
     new e75059f  - Refactored the directory structure of the example projects to be maven-style
     new 9eea4c0  move implementation classes to HTML so variants can exist in other SWCs
     new 7853362  copy former core classes into Basic
     new ac2466e  also move SimpleApplication
     new 6ff7024  move ContainerBase Graphics classes
     new 5178eae  clean build after moving and forking files
     new 35520ee  move UIBase and UIButtonBase
     new 1f2d06e  fork of UIBase UIButtonBase
     new 2b6841b  move more UIBase to HTML
     new f28e5f1  replace UIBase dependency
     new 4c98a37  fix up after moving UIButtonBase
     new f07982d  copy files moved from Graphics to HTML
     new ecd8e10  clean build after moving UIBase out of Core
     new 66b2fcb  SVG elements don't respond to className string assignments, so use polymorphism and assign class instead.
     new 1829b46  Make sure hitTestPoint works in JS for composite objects.
     new 4448b42  - Adjusted the distribution build: -- Updated the version in flex-sdk-description.xml to be greater than 4.8.0 -- Added mxml-manifest.xml, spark-manifest.xml and airmobile-config.xml -- Added locale and rsls directories -- Removed the version suffix from the libs in the "lib" directory -- Included the "ide" directory in the output
     new 6c2e37f  fix up installer after launch script name changes
     new d822145  try to copy HTML to Basic without losing history
     new 7a2115d  Copy HTMLJS to BasicJS.  Use --follow for history
     new d3b40de  rename HTMLClasses to BasicClasses
     new 6683f9b  fix BasicClasses
     new 21c9340  add basic swc
     new efd9dca  move implementation classes to HTML so variants can exist in other SWCs
     new 8f155cf  copy former core classes into Basic
     new f241391  also move SimpleApplication
     new 6fee345  move ContainerBase Graphics classes
     new 87ee711  clean build after moving and forking files
     new 975d3f3  move UIBase and UIButtonBase
     new 6622b25  fork of UIBase UIButtonBase
     new 7af78c1  move more UIBase to HTML
     new 0d06e65  replace UIBase dependency
     new 1890b71  fix up after moving UIButtonBase
     new 7a65d3d  copy files moved from Graphics to HTML
     new 069904c  clean build after moving UIBase out of Core
     new 1acc00e  this got renamed
     new c60efc6  add
     new e020ba8  move a few more Graphics classes to HTML
     new ef2b90a  move ImageBase to HTML
     new fdc2a4c  clean build after merge and fork
     new a5cf277  change TextButton to inherit from Button instead of ButtonBase so it picks up default styles on Button
     new 1b6c3af  clean up build after merge.  I wonder if fork is causing things to mess up on merges.  I thought I'd made these changes before
     new 5f8b165  Created MXMLItemRenderer, a new base class for MXML-based item renderers. Created new protocol, ILayoutParent, to support using layouts in components other than Container.
     new 956037a  Merge branch 'refactor-sprite' into develop
     new 661fb35  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new e42e19a  fix up after merge
     new e6a4493  API name changed
     new 019d1d2  browser Event.target is not writable.  We should be using org.apache.flex.events.Event anyway
     new 010ec0b  HTML Anchor class
     new 6db257f  Headings (H1 to H6) and change Anchor to A (to match with the rest of js html tags)
     new 9a872c1  remove className and typeName from H1-h6 and A to avoid conflicts
     new 5de45af  Span and Div html classes
     new 82a6f7c  Adding TeamPage example.
     new bb65616  Added maven build to TeamPage and license headings (required to build with maven) in files without it
     new acf81d2  First MDL commit. This is a Material Design Google SWC project  to create components with Google MDL look and feel
     new cb448c0  Add MDL module to pom
     new fc437e2  MDL Example project
     new fe6a81a  Use changes in falcon to inline HTML
     new ab2f9e7  More Buttons, I think we need "disabled" html attribute implementation
     new eb12074  fix MDL swc to use the correct Button
     new 225ecf3  Introducing js:Form
     new c09f52e  MDL TextInput
     new 28db803  Use of mdl:TextInput
     new 652d01b  MDL CheckBox impl
     new 2c724f7  Some text input and example changes
     new bc9afcf  MDL RadioButton
     new 0e69bb8  CheckBox and RadioButton examples
     new 5564852  Changes to Button and examples
     new 8b993f4  Text Input with floating text
     new ffa7252  Remove css defaults fro HTML.swc and some update to actual components implementation fixing styles and behaviors
     new aa944f5  Fixed radio button
     new 99045c6  Changes in TextInput
     new e07a2a4  MDL TextPromptBead in place
     new d442a75  MDL EffectBead in place (for now using a string, maybe better change to boolean flags)
     new 6ed3b28  ButtonEffectBead in place
     new 3cfdd6e  Effect Bead classes for various components
     new 1f28492  Disabled bead
     new f7eafac  Minor changes
     new 8a8957a  Fix to complain with the last refactor
     new 82d8cc0  MDL Slider
     new 4df6595  MDL Slider fixes
     new f2b61d6  Badge and BadgeElement
     new fe409f7  Card component and subcomponents
     new 3220303  CardInner containers and effects
     new a853cc2  remove type from badge and change jpeg to jpg
     new 2300e3a  Refactor Badge
     new 5740849  Replaced Link by js:Anchor
     new cf46127  Update example to new js html tags
     new 68d9425  Fix badges to conform to MDL
     new 8bf6156  Remove effect beads to reduce verbosity
     new a07f618  removed CardEffect bead and incorporated to Card component
     new ecb1450  - Merged latest changes from develop - Hopefully fixed an issue if the closure-lib is specified on the commandline/ant
     new 88bc82f  Remove CardInnerEffect and set border in CardInner. Remove typeNames in the rest of components
     new 666b761  - Added the TeamPage to the examples build - Fine-tuned the pom.xml of the TeamPage
     new 962a81c  - Merged changes
     new 8d49554  - Adjusted the directory structure of the TeamPage example
     new a07e0a2  - Moved resources to the src/main/resources directories - Adjusted the config to use the maven-resources-plugin for copying the resources
     new cf35d18  - Added the dummy jars FlashBuilder seems to need - Finetuned the distribution to omit the versions on jars in the lib directory
     new d47d3d9  fix DesktopMap build for Maven
     new 1e69951  First MDL commit. This is a Material Design Google SWC project  to create components with Google MDL look and feel
     new c6263ae  Add MDL module to pom
     new 25877d8  MDL Example project
     new 3e1d6e0  Use changes in falcon to inline HTML
     new 7280099  More Buttons, I think we need "disabled" html attribute implementation
     new eebd1fc  fix MDL swc to use the correct Button
     new 3e72700  Introducing js:Form
     new 38b686c  MDL TextInput
     new 5a33d7b  Use of mdl:TextInput
     new bad5ef2  MDL CheckBox impl
     new d242fb0  Some text input and example changes
     new 9746760  MDL RadioButton
     new 38bc7db  CheckBox and RadioButton examples
     new e11b69e  Changes to Button and examples
     new 1fd7e92  Text Input with floating text
     new b26b6cd  Remove css defaults fro HTML.swc and some update to actual components implementation fixing styles and behaviors
     new 99a6abd  Fixed radio button
     new 911901b  Changes in TextInput
     new 8390928  MDL TextPromptBead in place
     new bc8218b  MDL EffectBead in place (for now using a string, maybe better change to boolean flags)
     new f28f92a  ButtonEffectBead in place
     new 1f1f31e  Effect Bead classes for various components
     new eabe387  Disabled bead
     new 2ba5c03  Minor changes
     new bbaf538  Fix to complain with the last refactor
     new 9ac5f7a  MDL Slider
     new a1ed36c  MDL Slider fixes
     new 36c9ff3  Badge and BadgeElement
     new fd75970  Card component and subcomponents
     new 6404fd1  CardInner containers and effects
     new 53afe1c  remove type from badge and change jpeg to jpg
     new 8c2b3f0  Refactor Badge
     new daf1fe6  Replaced Link by js:Anchor
     new 37286bc  Update example to new js html tags
     new 5a5d97d  Fix badges to conform to MDL
     new 65ff758  Remove effect beads to reduce verbosity
     new b926a7c  removed CardEffect bead and incorporated to Card component
     new 2cd4719  Remove CardInnerEffect and set border in CardInner. Remove typeNames in the rest of components
     new 6d27f7f  CardMenu
     new 06a57c9  - Add MaterialDesignLite swc to distribution binary folder
     new 13c39e9  Change MDLExample tasks.json for VSCode to build with maven
     new 0d3b279  MDL swc tasks for maven and Spacer
     new 59b6d50  Merge branch 'feature/mdl' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/mdl
     new a6ea45a  Merge remote-tracking branch 'origin/feature/mdl' into feature/mdl
     new dd64210  - Fixed some minor things in the poms.
     new 3c703fe  Make application implement IInitialViewApplication
     new ec60f6a  Had to remove IUIBase interface because of get parent() inconsistencies.
     new cf4fd2d  - Adjusted the version of the StyleExample - Made sure the war for the TeamPage example is created
     new 2a06fe6  Fix scrolling runtime error on combobox.
     new d99854c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new fa4df42  fix MapSearch for Maven
     new f4caf2c  fix pom for MobileMap
     new 4bac096  Merge branches 'develop' and 'feature-autobuild/example-maven-dirs' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/example-maven-dirs
     new 52d4f35  - Merged stuff that seems to have been lost in previous merges - Removed the clearing of the debug-js and release-js directories - Fixed issues with the cordova build
     new a54a76e  Merge branches 'feature-autobuild/example-maven-dirs' and 'feature/mdl' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/example-maven-dirs
     new 9321215  - Adjusted the configuration of the MDLExample to build correctly with maven.
     new 72c1e1f  Added proper setter/getting functions for member property in model so js-release version will work.
     new 0423210  fix build.  I think the compiler now catches this.  __NoChangeEvent__ should not be dispatched.  It is a special event name to tell the binding subsystem not to expect change events
     new 138a7b5  Merge branch 'develop' into feature-autobuild/example-maven-dirs
     new 70acec9  Missing some pom configs
     new 35e7acc  Put images where correspond, and fix paths
     new 043b092  Added ClippingViewport
     new 9e6e093  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 9b6e60c  Merge branches 'develop' and 'feature-autobuild/example-maven-dirs' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/example-maven-dirs
     new 3acf070  move import into conditional code
     new bc828bb  get Ant build to work with Maven folder structure
     new 0c0dea7  Fix background line
     new 9633ef5  Fix Card example to support images
     new ef3aaae  Fix SimpleCSSValuesImpl to support values. Problem was spaces in property ‘background’ , so we need to trim it
     new 8e29ae4  need typedefs for this app
     new 8af90ac  add some targets to build apps from the repos
     new a7d484d  FLEX-35144 fix panel.  Also requires flex-falcon d889f1182104be4f69b3564c6feeb4ffacf5e213
     new 1cb8e19  Merge branches 'develop' and 'feature-autobuild/example-maven-dirs' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature-autobuild/example-maven-dirs
     new 95457eb  in some cases nextFrame() doesn't work right away and you get an enterframe.  Basictests was suffering from this.  So we added more attempts to change the frame
     new 11ef704  handle wrapped apps
     new 5c8c667  get checkintests to not fail again
     new 09f2d91  move output folder for basictests
     new 4d6fa02  get asdoc to run
     new ed6fdc9  Fix classNames and typeNames to allow user to assign their own without remove MDL ones
     new 8abc939  Fix classNames/TypeNames in Card component and subcomponents
     new 47aded4  Tweak examples. Separate background css while comes the fix in falcon compiler to support more than one value per property
     new 8a2610f  More Card examples
     new 7046285  Fix styles in App
     new b133706  Mdl menu & menu item work in progress
     new 6ab2498  Italic comp
     new 7982279  Merge branch 'feature/mdl' into develop
     new 869986a  remove relative position in MDL components
     new d555dbf  switch to using WrappedHTMLElement after compiler fix found more issues.  Probably should use an interface instead but this was less changes for now
     new ecf7274  fix issue found by compiler fix
     new c9d3c3d  fix checkintests
     new 52a2147  Accordion added.
     new 9834f8e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 9f63ff2  Accordion - collapse non selected items by default.
     new eb71e55  Add headers.
     new df7ba96  Add “expand” attribute to make container grow all space available. This property seems that will be deprecated in the future versions of MDL, in the meanwhile…
     new 72c5543  Make Accordion compile on JS side. Layout in JS is still broken.
     new 2deb369  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new c4eb090  Add easing effect to accordion.
     new c4436a4  Added effects in HTML package.
     new 0f0beda  Added effects in HTML package.
     new 0491e48  Added effects in HTML package.
     new 23740bc  HTML now depends on Effects, so order is changed.
     new 2201cf5  - Fixed the maven build which was failing due to changed dependencies structure
     new a64e768  - Changed the test that it works on windows machines as "length" is implemented differently on Windows and on Mac
     new 02da6b0  FLEX-35087 disable trace statements in release versions
     new 40e6a5a  Fix for JIRA bug FLEX-35169: ComboBox broken.
     new ff4c372  When set the id in a component propagate it to html element so user could deal with it
     new 0eb0ad8  Menu working
     new 7c71bf4  MDL Menu and MenuItem finished with example
     new d2ed1ea  FLEX-35014 add vector initializer
     new c0ac72a  Make sure beads are added to list when defaults are created.
     new 84e063c  - Add MaterialDesignLite to ant build
     new c2e2661  Fix build - missing "
     new 8611908  Add compile-js-config.xml file to compile MaterialDesignLiteJs
     new 168f7be  Add to ant js build MaterialDesignLite
     new b35f20e  Fix wrong path to src in compile-js-config
     new c5bbdb4  Add missing JS libraries to compile-js-config
     new a043324  Remove empty mdl mainfest file from compile-js-config.xml
     new 46d9afb  Fix compile-js-config in MaterialDesignLiteJs - close tag
     new 4731f4b  Fixed indents
     new ffa39f6  Need to be careful with async calls, not to assume state prior to call.
     new 96fc3ef  Consider positioning, plus first time around we may not have a parent.
     new 517d0d9  Make it easier for mxml files to use states.
     new ec4fe07  Update AccordionItemRenderer to work with roll_over and roll_out.
     new 2915ddf  Some improvements on easy renderer. An improved version will probably use layout to create the effect.
     new 416bd3d  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 751aa39  Getting ComboBox to work for JS. See JIRA FLEX-35169.
     new 67058d8  Merge branch 'combowork' into develop
     new 0f2513c  - Add first version of Switch button - Add Switch button to MDLExample - Remove unused import from CheckBox
     new 1e680c4  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 9626c44  - Fix position of Switch button label
     new 863f18f  MDL List (not working) initial commit
     new cb189c4  Renamed TextInput to TextField to conform to MDL names
     new c007085  Navigation Layout initial commit
     new 8fdea90  NavigatorLayout subcomponents
     new 3e7eb14  New img
     new b8046c5  List extends from html list
     new b43f82b  List extends SimpleList
     new 1110705  Change private ro protected in some vars
     new b34796e  CardTitleText
     new fb252f4  Fix style
     new 20488b4  Fix main example layout
     new f6d1330  TabBar, TabBar subcomponents, more component navigation attributes and rebuild the example with tabs (first iteration)
     new 86dde08  Grid and more refactor (still in progress )
     new d53d002  More example separation and organization in tabs
     new 1797dc9  List panel to work on lists
     new f8ae493  GridCell with all configuration
     new 29926c5  CSS descendant selector test
     new ba34dfa  Grids panel
     new 11e0f75  get exploded list to work
     new ca20012  fix bugs in exploded list
     new 099e208  Iist exploded but no selection
     new f074ed4  Works around FLEX-35185
     new a010c78  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 8d3065f  Import optimization
     new 62150cf  Add basic Chip component to MDL
     new 99dc358  Add ButtonChip - it's Chip but main element is Button instead Span
     new c813c2f  Don't use scrolling on JS side until layout is figured out.
     new ce80756  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 1ae995d  Don't let order of bead addition confuse collapse bead.
     new d159d7e  FLEX-35187 - explicitly set default border to none, so viewports can ignore non-existent borders.
     new 9e3df4a  - Add Deletable Chip bead without Icon. Need to figure out how add to the Bead missing icon
     new bba0be9  Initialize accordion with collapsed elements
     new fb3b7e9  BinaryData should take untyped Objects
     new 5e3921b  FLEX-35187 - find a fix that's not as intrusive
     new 8dcedd2  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 33fd39e  Updated ComboBox by separating its model/view/controller more cleanly on the JS side.
     new 059b1f5  Initial Tabs
     new 9f86726  Numeric TextField bead
     new 8fbdd37  Refactor to “Restrict” bead to allow all kind of restrictions
     new 4329771  Tabs working
     new 9b49252  HTML Ul and Li elements
     new 8bf5dfd  Other MDL Tabs Example
     new e8a913e  Fill example links in drawer and navigation
     new 9273772  Merge branch 'combowork' into develop
     new 1125ee4  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 9708770  fix error introduced in last commit that makes navigation link not work
     new 3f4d5ed  Change Button className management to classList. Please check and will comment what do you think in mailing list
     new 0d82ec5  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 0b0ec44  Fix for defaults.css enabling ComboBox to work correctly on SWF and JS platforms.
     new ec680f7  Refactor to classList management
     new 6d496bc  Use classList in Chip for components in element creation
     new 5863a8c  Continue refactor to classList
     new e5020da  Export common bead loading logic to a utils class.
     new 8b6f7bb  Additional change for ComboBox work.
     new 1df874a  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 3c60022  Adding new HorizontalFlowLayout bead. Modified TextFieldViewBase to accommodate multiline text.
     new a84c987  Updated TeamPage example to use new HorizontalFlowLayout.
     new 0fe93b7  Use classList in MDL Chips components and Switch
     new 94ed1a5  Trying to get maven properties “primary” and “accent” in index_maven. Works, but this time I lost ${head} and ${body}
     new ff5b3bd  Customization of MDL colors from pom, use the tool at https://getmdl.io/customize/index.html
     new 7493feb  TabBar ripple can not be used if parent is a Tabs component. Use only in Tabs instead to avoid MDL browser error.
     new 0b9753e  - Add first Material Icons beads "cancel" and "add" - Use "add' material icon bead in Buttons example - Add missing classList - Throw error DeletableChip strand do not meet requirements
     new 5aebf86  Cards example center items and give some padding
     new 4e7c736  MDL Tooltip
     new 36152b2  Added ListExample (but hooked into main examples build).
     new 27856b4  Fix pom.xml to build ListExample, and fill required licensed to build with maven
     new aea0364  Finish adding rest of tooltip properties
     new 1d39b6e  SliderTrackView: ignore coercion of WrappedHTMLElement
     new 7eef1e4  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 05b3251  Initial MDL List refactor based on Peter Ent ListExample
     new b1b1b10  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new bdb90f7  List updated and introduced a custom List ItemRenderer in example, but although is running (trace stamens appears) does not show <li> statement but DataItemRenderer divs, maybe a bug?
     new adcfc6a  SliderTrackView: ignore coercion of WrappedHTMLElement
     new 7103fd0  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 36a7f7d  Initial MDL Table comps (not wired yet)
     new e6df372  Add MaterialIconBase class for common properties to all material icons derived class
     new 27ce7e9  Finish DeletableChip: Add icon using Yishay's StrandUtils.loadBead to DeletableChip
     new c06d0a5  Remove shadow around delete icon in DeletableChip
     new 8d1445a  In Chrome display style defaulted to an empty string, which meant setting visible to false and then to true kept the DOM element invisible.
     new c18821a  Remove warrnings abou missing UIBase from DragDrop.swc
     new d7a3778  Add ContactChip bead - not working - Throw error if deletable chip do not have any material icons bead
     new ff87745  Fix null pointer exception in ContactChip bead
     new da528c0  Fine tuning ContactChip - no background color, no text color
     new 579f434  Add DeletableContactChip to example - composition of beads ContactChip, MaterialIconCancel and DeletableChip
     new 83c3091  Added JXON for lightweight XML parsing
     new 1f879db  Updated HorizontalFlowLayout with new property, useChildWidth (defaults to false for compatibility), which when set to true provides a simple flow layout with no extra loops or work.
     new 3bdf7d7  Updated TeamPage to use <A> (href) tags for social media links. Uses HorizontalFlowLayout in social media area to allow the links to flow onto multiple lines.
     new aa7d375  leverage SWFOverride and get Basic to build
     new a4edb4e  revert override of clone because HTML that would force everyone to turn on swfoverride which we may do some day, but not now.  But it did seem to work
     new 0e4da56  add Basic to Maven build
     new e4a6da8  add a @default tag to ASDoc to see if it works.  More @default tags are needed
     new 75dfbc6  Introduce interfaces for mdl color implementation in component - Add color support for contact part in ContactChip - Update mdl Chips example
     new 13bbf54  don't copy basic to libs folder for now
     new 3faaa5f  Cleaned up Slider component and made it work again.
     new c90180e  Updated test for slider changes.
     new 3009389  Add DeletableLinkChip - it's represents "a" like delete button in Chip component
     new 72b41e5  Add ContactImageBead - display image in ContactChip
     new 5b17d2c  Change org.apache.flex.html.Image to HTMLImageElement in ContactImageChip
     new 327ced4  Make Tooltip a Bead
     new 10e1773  Fix for bug FLEX-35201: TileLayout not working. Fixed the JS side by having it use flex-box display.
     new 7c9913b  Fix for bug FLEX-35204. Mostly TileLayout issue, but found event type mismatch and positioning of header area.
     new 78e16d0  Added new DateControlsExample to demonstrate and test DateChooser and DateField. Note: not tied into the examples build.
     new 88b3981  Internal framework bread, shouldn't be visible to a user.
     new cd83687  MDL ListItemRenderer working
     new 11e9e87  Reworked ComboBox so it is TextInput, Button, and List with hardly any platform-specific code.
     new 6cb27cc  Merge branch 'ComboBox' into develop
     new 62b6ce0  don't set width and height for SWF-side application.  The width and height is controlled by SWF metadata and the stage
     new 096f562  DataContainer, which is essentially a non-selectable List.  It leverages IDataProviderModel which is a subset of ISelectionModel
     new 7b17642  MXMLItemRenderer needs to dispatch dataChange event in order to work with binding
     new e2285d2  add binding implementation for MXMLItemRenderer
     new 57dc530  tweak asdoc config to make Falcon happy
     new f7e9ea0  copy resources the way maven does
     new 055f90b  bare bones of ASDoc app.  Requires json ASDoc files from Falcon
     new 70a8483  add ASDoc to examples list
     new a261075  add ASDoc to examples list
     new 024626e  allow for getters of the correct datatype that wrap the data object
     new 9bd0b05  example of wrapping data object with correct data type
     new fa022f5  MDL List with ListItemRenderer working
     new 75245a6  At last, the solution to be able to have text in a node or needed tags :)
     new caaf5cd  More List Examples
     new 8076676  Fix MaterialIconBase to support properties and introduce MaterialIcon Person
     new 876fa89  List example with Icon in IR
     new 07dfd97  Fix Span
     new 9b467ea  Change innerHTML for a textNode to avoid remove text when using beads that “append” html tags
     new df24969  refactor list item primary content to be a bead
     new d475749  fix list example IRs
     new aec80ce  Secondary action and material icon star
     new f8aa55e  New List example with secondary actions
     new 7632be7  List with two lines, secondary content, subtitle and secondary info
     new 66dd90a  fix span to avoid remove text element
     new 525e565  Last things for MDL Lists
     new f13dedc  Shows only first row as in MDL web example
     new 5f3c101  A bead to insert innerHTML text in a component element
     new b68a3f9  Renamed InnerText to InnerHTML
     new ff02086  Wrong casting.
     new 6509087  Fix bug where initial selection messes up layout.
     new 1aa9525  Use interfaces where possible.
     new e27b6d0  Set proper for layout for current selection.
     new bc10559  More icons, and new card example
     new 7ff7894  Simplify Materialcon estructure to allow further changes
     new 2143ae2  only copy resource folder if it exists
     new 05b0e23  more fixes for asdoc app
     new e28de64  build for asdoc
     new a05642b  Added DateChooserList to hold the days of the month.
     new 3a741f1  Merge branch 'develop' into DateChooser
     new 2053d40  Updates to DateChooser to make it look and work better on both platforms.
     new ae39165  EasyAccordionCollapseBead now works with layout tweener (works in flash, JS not tested).
     new c51282f  handle null in making short descriptions
     new 7937857  Fix to allow the selection for the DateChooser to be set and visible (show's date as selected).
     new d559915  Updated DateControlExample with test to show selecting a date.
     new e19deed  fix interface handling
     new f405d30  Make Tweener build on JS side.
     new d84aa0e  Effects now depends on HTML
     new 7906ae7  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new affda1a  Fix incompatible override, strangely doesn't show in my env.
     new 3cfba88  Adds border support to CSSTextField-based components such as Label. Also fixes coding error that preventing the backgroundColor from being set.
     new bc1937b  Maven pom working, although it actually doesn’t have content to show
     new a11bb25  TextNode class
     new b05a60d  Enabled set selectedIndex on DataGrid to programmatically select a row.
     new 0fb5b00  FLEX-35210 json wasn't valid
     new 6fd4482  Add MdlColor bead - it's apply mdl color to strand
     new bef2ae4  Remove color="teal" textColor="white" from ContactChip to avoid broken maven build
     new 299be84  Some minor changes to card example
     new 4b3512a  Ensure padding exists when styling colors.
     new f02ccba  Hopefully assist garbage collector.
     new a77717a  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 328a265  Basic, HTML: left and top properties must be strings after update to typedefs
     new 0a434bf  - Add MdlTextColor - Proper apply MdlColor and MdlTextColor to ContactChip bead
     new b073014  - Change js:Beads to mdl:Beads in mdl Buttons example
     new 0343012  - Resolve merge conflict
     new 85c28f0  - Add first version of MDL Spinner
     new fe24e3e  Add "Loading" tab to examples - Make spinner div class element
     new dfec5b2  Help JS layouts work with tweener.
     new 133dd3c  Optimize accordion item renderers layout.
     new bfd420d  Fix build adding license header to Loading.mxml
     new 5ec8a41  Fix Spinner - add require css class using typeNames
     new 676abbf  Add Spinner to and single color Spinner to example
     new 63c0e8e  Add first version of MDL ProgressBar component - Add ProgressBar to example - Make getter for isActive property in Spinner
     new c66874a  Indeterminate version of ProgressBar
     new aa30cc9  Add currentBuffer property to ProgressBar
     new a873f45  FLEX-35085 - Update release notes
     new 5439397  apply fix in CSS (from bug FLEX-35171)
     new 35c4620  Change MaterialIcon from bead to normal component so it could be placed in MXML and support ordering between the rest of other elements
     new 4b95282  Make tweener pluggable to deal with different implementations for different layouts.
     new b6f0907  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 3a6c20b  License
     new bd8d9a8  Use new AbsoluteLayoutTweener
     new 6c03ee3  Check for index out of bounds.
     new 5ce980f  Add IMaterialIcon interface - implement when material icon is needed in component
     new 11a4d48  Use interface IMaterialIcon and "as" to check null
     new 7d4477e  make SWF scrolling a bit better
     new 5dc5781  Added down-arrowhead for ComboBox menu button.
     new fb61e23  Added arrow to JS-side slider thumbnail.
     new 3e0a71b  First version of snackbar - clean component
     new 33dc900  Add required properties to snackbar - Get MaterialSnackbar object on "mdl-componentupgraded"
     new e6350fd  Add method "show" to snackbar - Add event "action" - indicates whether snackbar action has been clicked - Add snackbar to MDL examples
     new 14865fe  Make show snackbar button more beautiful - Remove unused import
     new 22fc506  friendly names for asdoc tags
     new d437a33  try adding new asdoc tags so asdoc app can filter
     new 9443993  rudimentary filtering for ASDoc app
     new 523577f  FLEX-35229 - [FlexJS] extend the flexjs-maven-plugin to be able to generate static asdoc html - Added a configuration to the core module to utilize the asdoc generation - Removed the class declaration from CSSTextField in a JS compilation as this was causing problems
     new d277641  - Added ListExample and DateControlsExample to the Maven build - Fixed issues with the DateControlsExample Maven configuration
     new 85c0804  Fix getScreenBoundingRect() for svg elements.
     new 2d58e54  - Updated the sonarqube plugin - Added sonarqube configuration to typedefs and framework
     new b977879  Fix incorrect transformElement
     new ebd5ba9  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 84a0a1b  Changes to MDL Slider to get valueChange working but maven build is failing
     new bcce84b  Fix compilation
     new 965e9a1  Changes to MDL Slider to get valueChange working but maven build is failing
     new 8263756  Fix compilation
     new c854826  Add Object type to avoid warning in compilation
     new 156d1b4  TBody.as has wrong class name
     new 79db074  - Extract Toast - simpler version of Snackbar - Create IToastModel and ISnackbarModel - responsible for creation of configuration object for Snackbar
     new d0a69eb  - Extend SnackbarModel by ToastModel - Fix UI in example
     new 23e8320  MDL Slider event change working
     new a73aec3  MDL Sliders panel with examples
     new 1266625  Some changes to get the same output as MDL web site samples thanks to latest changes
     new 05d7456  Dispatch event through the strand for Snackbar component
     new 8e1c82f  Remove warrnings related to wrong namespaces in MDL example
     new c103c09  - Clean up unused imports - Rename TBody to THead - Change className assignment to classList.toggle
     new 858d473  Added MDL Slider input event and rename valueChange in favor of change
     new 48ba825  MDL Search-Expandable bead for TextField MDL control
     new bcc0953  Introducing MDL TextArea (with rows), refactoring textfield beads to allow TextArea and reworking the TextFields Example layout and inserting some TextArea controls to test
     new b31b86f  TextArea maxrows and disabled textfield example
     new 3724857  Fix prompt in expandable search, rework buttons layout
     new 81bf74d  Refactor to TextFieldBase to remove duplicated code and better management of common functionality
     new fadd9f0  Solve a bug in change text field that was not removing prompt. But must be revisited since this should be handled through model and not directly from component, but model is missing when queried…
     new 8253a0d  MDL Menu with dataProvider API - Menu behaves like MDL List - it is uses ListView - MenuItem has been changed to MenuItemRenderer - Add to Disabled bead possibility to switch off using "disabled" property - Attempt to create sub menu using CustomMenuItemRenderer - not working version
     new dc2aef2  Mdl icon arrow down
     new 9888a41  Remove parts related to sub menus
     new e5f88f4  Make one of the element disabled in menu and add divider
     new 1ac6951  Use CustomMenuItemRenderer in example
     new f57712e  add ant build for MDLExample
     new 084232f  Add separate Tab for Menu - move menu from Others Tab
     new b544583  Remove warnings related to Bindings - Make MenuItemVO Bindable
     new de87ded  Update MDL to version 1.3.0
     new 54cc4d5  Add ItemRendererDataBinding to CustomMenuItemRenderer - make getter menuItem working, but binding is still not fixed.
     new 64b46a8  Ignore .iml files from rat report
     new d10a392  First cut of Flex Team Page using FlexJS and MDL library (WIP)
     new cac07e4  Add HTMLText component that displays HTML content
     new 19adaea  First cut of FontAwesome library support.
     new 5753652  Fix Slider change event causing stack overflow
     new d6dec08  Fix Binding for MDL Menu - make Bindable each property in MenuItemVO
     new 6642ca7  Remove redundant ItemRendererFactoryForArrayData - change it to org.apache.flex.html.beads.DataItemRendererFactoryForArrayData
     new 5922344  If Bindable property is assigned to component itself ItemRendererSimpleBinding throws exception - example of such binding can be find: \examples\flexjs\MDLExample\src\main\flex\itemRenderers\CustomMenuItemRenderer.mxml
     new ffd738d  Add divider in MDL CustomMenuItemRenderer
     new 354c8dc  fix up ant build
     new 632b493  Remove css prefixing whitespaces in UIBase when value is empty
     new b1f2493  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 87d4a9d  Initial set of classes for Express project.
     new a115c71  Footer initial components. Support mega and mini Footers in the same component
     new d875d2f  Enumerate all available font awesome types in FontAwesome/src/main/flex/org/apache/flex/fa/FontAwesomeIconType.as Remove FontAwesomeIconType from manifest because it cannot be directly added in mxml.  Add it to FAClasses.as instead.
     new 70980a8  Merge branch 'develop' into feature/fontawesome
     new e17a8ff  Set textContent to empty string, otherwise it will show up as 'undefined'
     new 413902c  Try using fontawesome icon component in fexlteampage_mdl example project
     new f2eecbf  Add FontAwesome swc to distribution package
     new c3332d8  In order to use FontAwesomeIconType in fx:Script - it has to be added in JS compilation
     new c08abd4  Do not need ToastModel and SnackbarModel in MXML
     new 09d57a3  Use FontAwesomeIcon instead of I element in example
     new b4ff819  Upgrade to latest verions (4.7) of FontAwesome icons
     new 79b255c  Add support for 'size' functionality
     new 36ca8ac  Fix code formatting
     new a20d30a  Attempt to move the font awesome css file to the library itself, instead of in the end app project
     new c5a3eee  Adding TextInput to Express project with password, prompt, and numeric options which add beads as necessary.
     new 22d7b00  Updated Express TextInput to add prompt bead only when needed.
     new ae0a67a  Initial version of dataProvider+item renderer API for MDL Tabs and TabBar components
     new e899d26  Make DataItemRendererFactoryForArrayData more friendly for extends
     new f79e7ca  Add TabsModel and TabVO to example
     new 729304c  - Updated the archetypes -- Added pure-swf archetype -- Added pure-js archetype -- Fixed some issues in the normal application archetype
     new 633ed10  Add the inject_html directive to the constructor asdoc comment instead of the class's asdoc comments
     new effdecf  Copy resource assets properly for JS platform.
     new 83eb249  Add Express framework project to the build.
     new f72f3d3  Add example for Express framework.
     new 4ace81c  Fix for displaying labels in case of TabBarButton layout
     new dee04ad  More Footer comps
     new 654f7c5  Footer Link List
     new 7999699  Fix ant build so it builds fontawesome library as well.
     new 1e774e7  Fix error in MDL Example where toString has been called on undefined object
     new b7a833d  Add Tabs and TabBar with dataProvider usage to MDL Example
     new 4818e6d  Merge branch 'develop' into feature/fontawesome
     new 81cbd00  Fix for bug FLEX-35237. Apply supplied patch with minor changes.
     new c2c4860  Clean up Express example.
     new ae56b06  - Make MDL TabBar as sub component of Tabs - Update MDL example
     new fa00540  Merge branch 'develop' into feature/fontawesome
     new 4063ea4  Added component look-up from other projects into Express manifest so apps need use only one namespace.
     new dea50c7  Changed express/DataBindingExample to use js namespace prefix.
     new cf53944  Remove “others” panel in favor of “badges” panel example
     new b516503  Fix bug  FLEX-35239 - If in watchers map source of our data binding and event name do not exist make ConstantBinding - If ConstantBinding during initialization won't find in "document" source - trying to create class from sourceID string
     new 2b4150a  Merge branch 'develop' into feature/fontawesome
     new 4ae4795  fix ant build for fontawesome
     new 0f9afd8  Push changes in order to test class names fixes from Alex
     new 6892829  FooterSocialButton
     new 8de13e8  - Add missin doc to all models - Fix doc for MdlColor and MdlTextColor
     new da83830  Add missing doc to MDL views
     new 4854755  add ant script for team page
     new 404e55e  - Remove from the MXML FontAwesomeIconType and FontAwesomeIconSize - Core artifact is not needed - remove from pom
     new 6dc7747  Add missing doc for MDL Tabs item renderers
     new 5f2fd3a  Update docs in several MDL components
     new 1550ee6  Update Navigation and NavigationLink to List format. Update Main Navigation Example to the new list
     new f80b3d4  Change Drawer Navigation Example to List
     new b873819  Fix NavigationLink IR, but “hasOwnProperty” does not work :(
     new c39324f  Fill TabBar in MainNavigation from Model
     new 010e4c5  - Expose from model selectedIndex in TabBar - in order to gives ability to select specified TabBarButton at start up - Update MDL example with selectedIndex - Update docs
     new 7c793d5  Add support for fixed-width icons (fa-fw)
     new 4d34b48  Add some comments
     new 62beb26  Add support for border
     new a006bbe  Take rotations into account, but Chrome and FF still seem to have a problem with getBoundingClientRect() for SVGs...
     new be86f91  - Expose from model selectedIndex in Tabs - in order to gives ability to select specified TabBarPanel at start up - Update MDL example with selectedIndex
     new bed2b24  Add IconToggle button - Add new material icons format_bold, format_italic - Update MDL Buttons example with new component
     new 6913fa1  - Added selenium webdriver integrationtests - Added a simple testcase to test the HelloWorld application as a template
     new b7a3da3  Fix ASDoc as per code review
     new 5c227d4  Add Animate bead for FontAwesomeIcon
     new d5120ff  Add support for rotation in FontAwesomeIcon
     new 1a4c534  Clean up
     new ed7f71b  getBoundingClientRect() is unreliable, so add option to give original bounds as an argument.
     new d1b6c5d  Added List to the Express framework; its dataProvider can be either Array or ArrayList and it will set up the correct beads to handle it.
     new 953730e  Merge branch 'develop' into feature/fontawesome
     new ffcc9a3  Add license header
     new e802c11  Updated Express framework. Added TextButton. Added enabled property to TextInput.
     new 2ca8651  FLEX-35227, FLEX-35236 - Remove from ViewDataBinding condition (binding source as an applicationModel) which do not allow create SimpleDataBinding - Improve readability of ViewDataBiding - Intorduce IBinding interface with common properties related to ConstantBinding and SimpleBinding
     new 3727c35  - Added FlexTeamPage_MDL example to the maven build
     new e050908  Fixed NumericOnlyTextInputBead for HTML/JS platform.
     new cd78a3a  Remove Main Footer and create a panel since footer was messing snackbars that was not showing
     new ade5a83  More buttons styles in exampled (icon, minifab and flat), moved IconToogle to Toogles Panel since is based on checkbox
     new 162cad3  Trying to fix visibility of some swcs in Intellij IDE and FTD
     new dd51e84  Added presentationModel setter/getter to the DataGrid.
     new b5cfb64  - Added all the other examples to the integration-test project
     new c6ca72a  Merge remote-tracking branch 'origin/develop' into develop
     new 060352c  - Commented out an expression which was causing errors with binding if the element being bound to is null. - Added some ids to fields to allow automated testing - Added some beads to the phone number fields to make them numeric and to the password field to make it a password field.
     new 34998d8  - Added some tests for the FlexJSStore example
     new 890c7a9  - Fix build by adding missing license headers
     new 2e52060  - Fix JSONItemConverter.convertItem - when incoming data is empty assign "{}" in order to satisfy JSON.parse
     new b0b41ae  MDL Table component and example initial implementation
     new d4ebe06  add new tests to DataBindingTestbed
     new ad1fef1  Merge branch 'feature/fontawesome' into develop
     new 4fbbfd8  Rows in mdl tables
     new 675c8ad  More tweaks on mdl table
     new 941e52b  distribution: fixed duplicate swf-version element in Maven -config.xml files that should have been target-player instead
     new 02fc2cb  Fixed compiler warning where “instanceof” is deprecated and “is” should be used
     new 9218ab0  ObjectUtil initial commit
     new 60e0516  distribution: uses new {flexVersion} token in config XML to reference SWC files
     new 098018e   JS Td component
     new daffc02  Animate bead for FontAwesomeIcon now responds to property changes
     new ea4977c  - Clean up ContainerDataBinding - Remove unused fields from ViewDataBinding
     new f7d3eda  - More clean up in DataBinding beads
     new 92ef3a7  - Fix not working binding caused by clean up
     new 40b2330  Update all properties in MDL components to be added to typeNames when change, so avoid that users could remove them when assign class selectors
     new 443d8e4  Some minor changes and clean up in MDLExample
     new ac1bf7a  Make clean up in all Binding classes - in order to have more readable code
     new d547fd4  Th element
     new 0a446f4  Table finish initial implementation. Now polish some aspects
     new 91fd1f4  Update properties in item renderers that affects CSS to freeze in typeNames
     new 4f6eebf  MDL Table Example with Columns. Completed, but need a bit more polish to be more versatile (i.e: column dataField)
     new 01048a3  Update to ads to TableCell
     new ecd8aa3  More examples, Tables in Card and Table with icon buttons
     new dbdede1  Change name in style and IR
     new 955e79f  - Handle case where getterFunction faile due tu some null property inside - return null in value in that case
     new 0b503cc  - Bring back Label in ProductDetails
     new dcb31f0  Avoid seeing 'Submit query' on button.
     new ba3c211  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 1c6c72d  - Clean up Data Binding classes - move some common code to DataBindingBase class - Move DataBindingBase to Binding package
     new f41c5fb  - Add missing parts in docs - Remove unused imports
     new 0ffe255  Preparing MDLExample for Dialogs
     new 8018076  FLEX-35243 - Make selected Bindable for swf and js in ToggleTextButton
     new f29c2a4  FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make ToggleTextButton responsive in case of selecting it from code
     new 2c59149  Dialog placeholder
     new f0504f9  Js P class
     new afd317a  part 2 of the previous commit. DialogContent and DialogActions
     new dddc9e7  Mostly all Dialog implementation but still not working
     new 8e4556d  - Fixed a bug in the distribution causing a false name for the playerglobal directory.
     new e863dd1  FLEX-35243 - In order to satisfy older versions of IE refix using classList.add and classList.toggle
     new deb9bf4  - Fixed some problems in the generation of the templates/swfobject directory in the distribution
     new e54023e  - Added some missing dependencies to the "Basic" module - Added some missing dependencies to the "FontAwesome" module and fixed some wrong dependencies - Added a dependency to the MaterialDesignLight typdef
     new 5f9e150  FLEX-35247 - Fix creation of events in IE11. - Introduce EventUtils class - provides methods for creating custom events - First is being used recommended way to create event - if it's fails use document.createEvent
     new 145ec99  FLEX-35247 - Second step of fixing IE11 events - Add to EventUtils createMouseEvent to handle creation of event in IE11 - Use method createMouseEvent in org.apache.flex.events.MouseEvent
     new f4df63a  FLEX-35247 - Fix events creation in DragEvent
     new 8529f5e  fix asdoc build
     new a85a656  Avoid null pointer exception.
     new 6d42dd9  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 462712d  Remove default style in Headings
     new 0d44db9  A temp way to get Application reference. Don’t like this solution and at minimum we should have a FlexGlobals.topLevelApplication or something like that
     new 2825f6c  A temp way to get Application reference. Don’t like this solution and at minimum we should have a FlexGlobals.topLevelApplication or something like that
     new 6452981  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new a72274a  Dialog working for Chrome. Need dialog-polifill to work on Safari, Firefox and others…
     new bdae42b  Dialog should be customizable so isn’t like Alert or SimpleAlert, but we only allow one <dialog> instance to be created, and then reuse it to popup. maybe this could change. We only need to finish with polyfill to end implementation
     new e98c412  FLEX-35248 - Apply selection in case of SWF using className
     new f777543  add ability to install plugins and fix path issues on Win10
     new b014540  Add storage provider for AndroidExternalStorage
     new 0549dab  Fix MDL dialog to work cross browsers tested on Chrome, Safari, Firefox, and hope others… This is a ugly and dirty solution, and hope temporary. But I surrender with externs for now since I can’t get it work
     new 50cb026  Use new created dialogPolyfill in flexjs typedefs repo
     new d2080d3  Upload some comments to Dialog.as to show HTMLDialogElement method calling problems
     new 4c3734f  Added MXMLViewer to display MXML source files.
     new f1977a7  Dialog now using the dot notation
     new d8422fb  Fixed Express pom.xml and insert Express in projects/pom.xml
     new f5e6a1b  Added default property “text” to MXMLViewer.as
     new 4cd4529  Finish MDL Dialog changing to -> (“showModal" in dialog)
     new d4968b3  Final touches to MDL Dialog
     new 32d7ac3  The first of various commits for final polishing of MDL (some little refactors, documentation, and so on…). Preparing for release in 0.8.0
     new 3863722  More MDL polishing (docs, little refactors, …)
     new 606ca70  Polish mdl beads docs
     new bcfe8a5  Material Icons fix size, dark and light properties. Introduce MaterialIcon class to allow access to rest of 900 icons in MDL library and polish docs
     new 13a50d6  Icons in MDL example
     new dcbf506  fix Express.swc in Maven builds.
     new 0224396  Icon inactive was not implemented. Added some icons examples with colors
     new 2da540b  Trying to make binding with constants
     new 1d7e8a9  Refactor MaterialIconsType to MaterialconType
     new 7b6b3e6  FLEX-35249 - Fix generation of _bindings array - Add MaterialIconType to MDLClasses and remove if form usage in MXML
     new 13de341  FLEX-35249 - Add to ContainerDataBinding missing constant binding. - Move makeConstantBinding method to base class
     new 234d44d  30 new material icon types
     new ed8f5b74 Remove icon specific classes
     new 72628c4  mdl item renderers update docs and polishing
     new 9187f76  More mdl icons
     new 8ca2abc  Fix mdl supporClasses docs
     new a09ca58  Refactor CardTitleText to a bead and polish Card components docs
     new b22fcdb  Fixed layout bugs in Alert.
     new ab9b29c  Forgot to reset the default width.
     new 6983d76  Forgot to include changes to defaults.css for HTML project; fixed build issue with Alert.
     new b82be60  MDL Checkbox huge refactor to unify in only one class and use the model. In this way could be easy to implement SWF some day. Add some test for change event in MDLExample
     new 5c314f8  Refactor LayoutTitle to a bead. Continue work on docs and polishing
     new ee803d5  More Icons
     new 40b604b  IconToggle refactor to support ‘click’ and ‘change’ events. More Icons
     new 25195f5  Fix for bug FLEX-35250.
     new 2fe754f  - Added a new flexjs-sdk-description.xml
     new 5d87a38  - Commented out faulty code ...
     new 0ea3715  - Fix issue with double click event propagation. Problem was caused by "label" which contains "input" - Once label was clicked event was dispatched double. In order to fix that "preventDefault" was called and manually checked input - Once "preventDefault" was called event "change" stopped working - Need to manually raise it in "selected"
     new 8da2301  Change in FlexTeamPage_MDL example CardTitleText to a bead due to MDL refactor
     new 693eb68  Added model.selected check and comment manual click toggle
     new 8d88042  uncomment lines since it was showing a incorrect behaviour in IconToggle not turning colors from grey to blue
     new ca55263  Invisible items don't get laid out, so optionally lay them out when they show.
     new 815228c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 7864b24  Sets the tree's selectedItem to the selected tree node and dispatches a change event.
     new 6a0e73a  Switch Tree's model to ArrayListSelectionModel.
     new 1005316  - Removed the "Basic" module from the distribution
     new 2d8aa47  More updates to MDL docs and more icons
     new b26fb60  MDL continue the updating of docs, some refactors and more icons
     new 8da63da  End of MDL update docs, more icons and RadioButton refactor to support events
     new 5ba5e87  GridCellBehaviour to use with Cards or other components
     new 2cc5ca1  Add CompoundEffect which allows bead to determine how compound effects are handled.
     new ee4fa77  Parallel is now derived from CompoundEffect
     new 3d5f631  asconfig files for VS Code
     new ed75251  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 95d982b  Add ParallelReverseBead
     new 2ce0a9f  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 82e7acb  - Fix issue with double called "click" event in MDL RadioButton - unfortunately fix partially break "selected" property
     new 6ef4bed  - Update MDL example
     new fe3fc18  Don't let event listeners stack up.
     new a233be0  Some documentation glitches fixed.
     new cf38a5b  Sequence now derived from CompundEffect
     new c6dc46e  Fixed issue in MDLExample where style css wasn't downloaded
     new ca2825e  MDL Mega Footer component, still need some tweaks
     new 8dc4524  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 75da13b  Mdl footer heading
     new c1ac103  MDL Footer docs
     new 6d75211  Refactor title clases from beads to components since there’s no difference in use in html text classes and all classes finaly look equal in style and size, so better simplify it.
     new f7f5751  Simple implementation of "modules" - loads .html or .swf files depending on platform.
     new 05b4fa4  Merge branch 'Modules' into develop
     new aeea416  - Change RadioButtonIcon to HtmlInputElement - Remove uneeded id override
     new 353eb48  Merge - Change RadioButtonIcon to HtmlInputElement - Remove uneeded id override
     new 69500f9  Override addEventListener for click in MDL RB, close, but now MDLExample doesn’t throw click
     new 69a026c  dual mode caught that currentCount was private
     new 7b1f1e9  replicate a5cf27772f5bf71b92c8042f9c6ac1c4a03787bb in Basic
     new 43aa7df  replicate 5f8b1654fe44fdc6821c3666a5d112648b1e9be0 in Basic
     new ce943a8  replicate e42e19a24ed9bbe98f715b004f5fe351ff51dc1a in Basic
     new 7ac4879  replicate 043b092d146e7fece8b9024b8705790e316256a2 in Basic
     new 1e07769  update asdoc build
     new b027170  RadioButton fixed and more icons
     new 18c3d1f  More icons
     new a6614e8  Mdl blog Template project
     new fd24623  replicate 52a2147a7db66442355bb24f3d2c0ddb1bccd3f9 in Basic
     new 53549cb  replicate 52a2147a7db66442355bb24f3d2c0ddb1bccd3f9 in Basic
     new 4fce8b6  A MDL blog template - initial commit
     new 9d4413e  replicate 72c5543949870f6fe04d64851a9f7da2f2e919bf to Basic
     new cf3e45b  replicate 40e6a5aec6719dc6511618986ef9e4db044f3b8e in Basic
     new 25e6d4a  forgot to save this file before committing
     new 361067d  Fix blog layout
     new 8a14d72  replicate ff4c372223d08fb56380756a7184f4bbaff76606 to Basic
     new 6c64923  forgot to save this file before committing
     new b799374  replicate 751aa39ea09669d23ce3a05175bb602b588be0aa to Basic
     new c916c9d  replicate 751aa39ea09669d23ce3a05175bb602b588be0aa to Basic
     new d134afc  replicate 11e0f755bc1e390b6ca1995aef11b2354479225b to Basic
     new ddad646  replicate ca20012430fd17e71fc57de62beba91120da863f to Basic
     new 49398ef  Fix blog template footer
     new 9368b1b  replicate 33fd39ec7a3f462a577c5414c938c27a1e85ea54 to Basic
     new b476b13  Renamed "Module" to "SubAppLoader" since it is really just loading applications below the main application.
     new 5a6c1bb  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 25bc07f  replicate 3c600227e85d9d519076ff9fd20485c3dbb1a32b to Bsic
     new d2d061d  forgot to save this file before committing
     new 837f0a2  replicate 8d1445a66485e01618b0a55f08e1678309591067 in Basic
     new 88e8656  replicate e4a6da8344843470af65e3fa73d600945b2d09e7to Basic
     new 337c344  replicate 3faaa5f69b1be67b395a2ffe862b2e3687d0f9ae to Basic
     new 8b79627  replicate 10e1773d6b63d968063f6f0db01dd56ba8ec2054 to Basic
     new 77b587f  replicate 7c9913b0ed408abe71acac45551c7f9749f45619 to Basic
     new b1d5a51  replicate 11e9e87b46778873d6b22edac03a434e51a840d3 to Basic
     new e8d55a0  replicate 62b6ce072a045e9abf22845db544575fd212c870 to Basic
     new 0f802ac  - Use constants from Events class
     new 79388f8  replicate 096f56271ff472fa1859b1e79326a03cd82dd0a4 to Basic
     new d651086  text should never be undefined.
     new 3b51a32  replicate a05642bc6aedac110b90b9e06a00d176e0954442 to Basic
     new 803278f  replicate 2053d408b467f7eaf7acff7f051a9882ec58c5ad to Basic
     new e9ef462  replicate ae391650f8163b2249fea9d3cad8748ac6f2b8b6 to Basic
     new 9d94900  replicate 79378574854ed2953df441c7f7a86f33f74c224f to Basic
     new 185f7e2  replicate b05a60d72204440229d37a119d02bdb137b88165 to Basic
     new 1b72ed2  replicate 7d4477ec7593f9b0e1a3088773446084b57b57fa to Basic
     new 237e236  replicate b977879ebe12f4821d9fadadd67f95db56b57a91  to dual
     new b0fa366  replicate e899d26e7091f69a8af5bed5098b9992b62b62dc to Basic
     new e9fd96f  replicate 81cbd002fd6c12e97d719ea92a5a4eb5bf42d70c to Basic
     new 1b82025  replicate e802c11f4dd619b3fdac61570761452863168b43 to Basic.  Did not take change from CSSTextField to TextField
     new b0f12ee  replicate e0509088110c7f1e616ff087b2b3fe8f448f7cc3 to Basic
     new a149306  replicate dd51e840bd7237d6600a8c1cfb419bf25cc49764 to Basic
     new 71c4efc  replicate dcb31f0b7ead0cdf537ec940195a9f1c510fb3aa to Basic
     new cf643d4  replicate 8018076b5b703b0450df9b5cec3a8a4e0a34e70d to Basic
     new 701726c  replicate f29c2a480c8b9080516cb180bb2c30650420d092 to Basic
     new 4a04a5d  replicate e863dd1352e51903afce4d84bc6c6d9a70ae2c93 to Basic
     new 79bba0d  replicate e98c41213c1baad005cf157c45ef09e471b2fb02 to Basic
     new e1ef339  replicate b22fcdbafb21ec56588f2d04567703eb1d6a1bab to Basic
     new 34752f9  replicate ab9b29c8ed40a32d5e7500687993199c8ba5caae to Basic
     new a20b4ef  replicate 6983d7679284e687602ddfc648d470deb456c188 to Basic
     new 1866e6b  replicate 25195f5fd85d8d54a5f7741161cb28aa7b4a2396 to Basic
     new 6e3b03e  replicate ca552633123ea47a402828b1e1c047a302c06cea to Basic
     new 06fa792  Fixed overflow issues with transformed divs
     new 47730f5  replicate 7864b24413382cce484fbe136c8ac58bb490bbeb to Basic
     new e4f1ef9  replicate 6a0e73ac3dd8ffde74b8406d11264eb6d47f5d63 to Basic
     new 92bcb5a  Negative left values causes the object to go outside the left of the viewport. Possibly a distinction should be made if overflow:hidden is used, but I believe this to be better behavior if overflow is visible.
     new 159326c  clean build after replicating changes from HTML
     new e2b0867  clean build
     new 4783575  More Material icons
     new 71d2a00  Material Icons final commit. Now we have the total (900+) icons.
     new 3872a59  use allow subclass overrides in examples:
     new 51d9084  missed a component
     new 2fc25fc  - Updated the integration-tests to tomcat 8.5.11 - Updated the tomcat download server to an apache server
     new 4f08e7e  Added CenterElement bead. Also, make sure layouts throw the 'layoutComplete' event in both JS and SWF.
     new 82b6920  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 7829f4c  - Replaced the not working archetype for flexjs libraries with a new implementation
     new 9a543ab  Added function to determine proper path to a resource for SWF platform.
     new 316f920  ImageButton now dispatches a change event when its source property changes. Its view bead now picks up the change to the source property and resets the image.
     new fb5f6ca  unwrap
     new 83ed677  fix up a few more things found by doing a diff
     new d89659f  remove wrapped components from HTML to make sure we are relying on Basic
     new d40b9dd  - Removed the "Basic" module from the distribution
     new 5ea3f1b  - Fix not working numElements - Fix failing internalChildren function when element is undefined
     new 9855fa4  FLEX-35256 - Stop failing when content of MDL Tabs do not exists - in case with bracket binding
     new 44c9f3f  missed a change
     new 75c1e2c  add more metadata to support subclass overrides
     new 567aa48  set up config files to build apps with overrides
     new 7f07df5  Changed Image.url to Image.src and ImageButton.source to ImageButton.src; updated affected files in all projects.
     new ea06a78  Updated examples to reflect changes in Image controls.
     new d2c7a7e  get Maven builds to work now that Basic holds most of the components that HTML did but back to being unwrapped
     new 51cdd61  FLEX-35256 - Fix issue with rendering TabBarButtonTabsItemRenderer in case of Binding with brackets - Brackets binding is executing later, so items in model was not in place where TabBar was adding to layout - I am checking whether dataProvider is ready in ITabModel
     new 3b82a00  FLEX-35256 - Refix: Use itemsCreatedHandler for complete setup of TabBarView and TabsView - It avoid problems in case of bracket Binding and constant binding
     new b00b224  ObjectMap, UndoManager and CompressionUtils
     new 28457a5  improved efficiency of ObjectMap
     new f497350  FLEX-35256 - Fix "text" property in InnerHTML which allows to use it in binding scenarios
     new 64afd41  don't need EffectsJS
     new cc7eedd  Added toolTip property to the Express project for some of the button classes.
     new 80e61d8  refactor Ant builds to use dual mode
     new 28ce986  - Try to fix ant build excluding ObjectMap class
     new e499762  Update “native” ButtonExample to build with maven
     new 11f0017  Fixed ObjectMap Added OSUtils
     new 3e284d0  Added constants to OSUtils
     new de0cca7  - Made 2 of the 3 examples in "native" build with maven (could require adjustment of the Ant build because of refactoring of the directory structure)
     new 9204a1e  Adding SolidBackgroundWithChangeListenerBead.
     new a87352f  Each property in BindableCSSStyles do not need [Bindable] tag anymore - move it on the top of the class
     new 8cd1936  - Added a missing "scope=runtime" to the extern dependencies.
     new 6096099  Disabled ObjectMap
     new 839d5dc  Adding StyleChangeNotifier and StyleChangeEvent to Core. Replacing SolidBackgroundWithChangeListenerBead with a simplified, SWF-only, version.
     new 3f8b06f  Added SingleLineBorderWithChangeListenerBead so changes in border style can be executed at runtime.
     new a8afc4e  - ProductModel do not need extend EventDispatcher in order to working for ListExample
     new be98233  - Added configuration to make it possible to run each example via tomcat by the Maven command "mvn tomcat7:run"
     new 9bce67e  - Changed the default port to 8081 to make it possible to communicate with a server running on 8080
     new a352d43  FLEX-35268 - Fix Part 1: Adding element is working, but there is an issue when after recreation of alle item renderers tabs stopped working - it is probably related to FLEX-35269
     new 3a8bf63  FLEX-35268 - Fix build - Missed default.css in MDL
     new 3dacee6  MDL now depends on Collections
     new 6f30fb2  remove static folder from git
     new d68a482  FLEX-35269 - Add UpgradeElement bead responsible for registering dynamically created class using "upgradeElement" method from MDL
     new 97c702b  FLEX-35269 - Make UpgradeElement available for using
     new 74ea47c  FLEX-35269 - Add UpgradeElement as default to Button and TextField which allows create them dynamically
     new aaf81f6  Revert "get checkintests to not fail again" now that we don't wrap Sprites anymore
     new f14d6a0  Fixed ImageButton It’s now a button instead of an input as input was causing lots of issues
     new 36151f7  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 64c0615  Added StyleNotifier to Container component as part of its default set in Express package. Updated SingleLineBorderWithChangeListenerBead to handle border style expression (e.g., "solid 3px yellow").
     new fa47787  forgot these
     new 7ac384e  fix asdoc
     new 7ba69d4  Fixed JIRA FLEX-35266 Slider positioner should not have the mdl classes. That causes an extra conatiner to be added.
     new 302f57e  Removed arbitrary hard-coded width for slider. Changed slider wrapper to div instead of p to remove the default bottom padding
     new 4a21bb4  Use change method instead of value to update slider. Fixes track styling issues.
     new 2659d5e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 6bf5035  fix super-clean
     new bc085c7  Removed relience of mdl dialog having reference to the Application
     new feb521d  Added VerticalFlexLayout and HorizontalFlexLayout to use CSS Flexbox layouts.
     new 896142f  Updated example to use new Flex layouts.
     new 6be6864  percent proxy needed on JS version as well
     new b7ce542  JS App needed width/height properties
     new e8449c9  FLEX-35269 - Add isDynamic field to constructor for Button and TextField making ability of dynamic creation optional
     new ac3b2e0  Prevent HContainer elements from wrapping.
     new 9fe79fd  Updated HorizontalFlexLayout and VerticalFlexLayout with SWF platform code.
     new 8881856  FLEX-35269 - Make RadioButton dynamic - If RadioButton is "ripple" it requires upgrade also children.
     new 7ae11fb  [BUGFIX] Changed Reflection framework classes to support alternate reflection data format, permitting static and instance members with the same name. Note: This changes requires a corresponding change in the Falcon-jx compiler to support the output format change. Misc: fixed a minor error in GenericTests
     new ff96b9c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 20d4d43  Add DispatchInputFinishedBead
     new b1ee450  FLEX-35269 - Add ability to dynamic tab creation in "Tabs" component when data provider is ArrayList - "Tabs" component need to be upgraded by componentHandler.upgradeElemen MDL method. "Tabs" is upraded once TabBar's item renderer are created. - This changes are related to improvement request - FLEX-35268
     new 143e00f  - Add "MDLDynamicTabsExample" which illustrate how to create Tab dynamically in MDL "Tabs" component
     new ecc50b3  SVG needs x and y attributes set for proper rendering
     new f5a16ca  [BUGFIX] resolves FLEX-35271
     new 006d94b  - Add CollectionEvent - Use CollectionEvent in ArrayList to notify interested listeners what items has changed - added/removed or updated
     new 1fb7bd6  - Add DataProviderAddRemoveNotifier bead - notifies about Add/Remove items to data provider
     new 5921ec3  - Add DataProviderAddRemoveNotifier to basic-manifest.xml file
     new ad1f49f  - Add to MDL TabsItemRendererFactoryForArrayListData logic for handling adding item do data provider
     new c822828  move native examples to src/main/flex
     new 577a2d8  fix up js swcs with css files
     new abcc8ff  dual mode found lots of interesting stuff
     new 6a4be59  fix up config files for dual mode
     new 333e201  fix up examples to use dual mode
     new 05266b4  fix up build scripts to point to new ant tasks
     new 7402b13  fix checkintests
     new a363f8c  move -config.xml files to config to get out of the way of Maven
     new d83e462  try to get native examples to build.
     new 7193bb2  switch to js classifier
     new 8d5fe2c  switch to js classifier
     new 6d88731  spaces in path issue?
     new bb23e36  point to dual branch
     new 4940784  FLEX-35269 - Fix another issue with upgrading components in release version of MDL applications
     new cd8e983  FLEX-34842 - Move PanelWithControlBarView outside SWF only compiling - Add PanelWithControlBarView to basic-manifest.xml
     new 9eeecb3  FLEX-35193 - Add "change" event to TextArea
     new ab7fe24  - Simplify ProductsModel in DataGridExample
     new bf0e5b9  Fix copy and paste comment
     new 3ed6f9d  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 4eaa69e  Add parsing support for rgb colours
     new 5f43ec5  Alpha should be in range 0 to 1
     new 81712dc  Add JS support for non pixel numeric properties ie fontWeight
     new b3062d0  skip externs now that they are for flex-typedefs only
     new b937f26  AnimationUtil Beginning of KeyboardEvent and associated classes Expanded IRect Added constant to MouseEvent
     new 36ad928  SWF requestFrame should clean up after itself better.
     new 4fafd89  Changed version in comments
     new 5ecbcd7  Partial Promise implementation taken from the flex-sdk.
     new 593e4df  FLEX-35202 - Add to Label click event - Remove "selectable" property from Label and make select/unselect abitlity - PAYG creating bead: UnselectableElementBead
     new 69917e8  Graphics interfaces
     new d21bb1b  Implemented IDrawable
     new 9b65f36  FLEX-35085 - Update release notes
     new 08c169b  Added AllCSSStyles
     new be0682c  Added clear method and some comments to PathBuilder
     new c57511a  make js swcs the default so code hinting doesn't show all of the Sprite APIs
     new 38743ae  First version of BlendBead
     new 1d6b908  Partially working version of BlendBead. Need to put it in graphics and add PixelBender shaders.
     new 1a816f4  Beginning of PixelBender integration
     new 5da752c  Remove BlendShader dependencied until we figure out how to do Embed.
     new 8fe2f08  Added hasEventDispatcher to IEventDispatcher
     new 169652b  fix build
     new cd01f3b  fix checkintests
     new 79d45cb  Introducing the Group container.
     new 6436eff  Updated BasicLayout for SWF platform. Fixed UIButtonBase to behave like UIBase when it sets x and y position.
     new 2a172a0  - Change IMaterialIcon to abstraction which provides user easies way to implement his own custom MaterialIcon class - IMaterialIcon was transformed to IMaterialIconProvider - class which implement provides "materialIcon" property for use in mxml
     new 86ecc8a  - Fix build: Creat custom material icon which will display FontAwesomeIcon in FlexTeamPage_MDL
     new 5652ccc  - Fix build: "NavigationLayout" has to be wrapped by "View" since it is not "IApplicationView"
     new 36be4ff  assign element earlier so width/heigh setters work
     new 3d3914b  DataContainer styles work in JS as well
     new 9657c4e  Introduce ByteArrayAsset for embedding.
     new 281c778  Added Shader files (with compiler argument)
     new b8a66fb  Re-introduce shader classes now that compiler can take embed.
     new 53c6bee  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 60b322d  removed pbj from gitignore
     new e2c693e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 4803c83  oops. forgot gitignore change
     new 97d438c  Move BlendBead to Graphics and use Shader Classes
     new 16f3d72  (Hopefully) fix ByteArrayAsset problem
     new 7ea85fc  flash import moved to flash clause
     new 2d32d9b  Add pbj files to downloads.xml
     new 49a93a4  Remove pbj files from repo.
     new 998c8c5  Explicitly remove pbj files.
     new 5bc85ae  fix ant build for native examples
     new 1034411  fix asdoc->json
     new 117c30b  need to exclude pbj
     new aebeee2  - Updated the maven build to download the static pixelbender resources, unpack them, move them to our new package structure and then to add those resources to the source-path.
     new 2b70fb0  - Moved the selenium and junit versions to properties
     new 3b95eca  - Made the native exampes build in maven
     new 9f03753  - Adjust the Tomcat download url
     new 4a66687  - Added a PackageJSMojo to make the usage of the maven-war-plugin and the build-helper-plugin obsolete.
     new 9b83abe  - Commented out the two MDL projects
     new cb67c41  Introduce DispatchKeyboardEventBead
     new b4ef3e4  FLEX-34414 - Add missing Apache headers
     new 24f0a24  - Clean up ChartExample
     new b356f6c  parseInt requires 2 parameters to match typedef
     new 70d4c23  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 7400f18  FLEX-34414 - Delete files which are no longer used
     new efb35eb  Add preventDefault to keyboard events.
     new feadac8  Fix typo.
     new 2695a91  Added MD5
     new a77bfe4  Initial commit of Text
     new fd08d13  And here’s TLF…
     new 19b26fe  Cleaned up imports
     new 75e1065  Got rid of compile errors
     new 8489282  FLEX-35269 - Introduce UpgradeChildren bead which upgrading list of children in component - Remove isDynamic property - switch of for dynamic creatio for components Button, RadioButton and TextField
     new ba9c6c6  FLEX-35269 - Make CheckBox dynamic
     new 5345db8  FLEX-35269 - Make TextArea dynamic
     new e319035  - Make MDL Switch selected if it's needed
     new 8b48ada  FLEX-35269 - Make Switch dynamic
     new 3f00e42  - Remove event click registration for SWF in MDL Switch
     new 4826856  FLEX-35269 - Make IconToggle dynamic
     new 77f7ae2  FLEX-35269 - Fix Tooltip - to be able to add it dynamically to component check whether his parent exits - if not add it to the parent after "beadsAdded" and make upgrade
     new ae7d5b7  FLEX-35269 - Make Spinner dynamic
     new 8daf726  added statusText for JS
     new 3084971  used simplier undefined check as it is known property exists
     new 5be84d9  use constants rather than hard coded strings
     new 16262be  change to "void 0" to avoid a warning
     new 7cd690d  Revert "change to "void 0" to avoid a warning"
     new f9adc6c  Clean up MDL example: - Models do not have to extend EventDispatcher, cause they are used in ConstantBinding - Put "Bindable" on top of the VO classes
     new 679eccb  Major overhaul of containers and layouts.
     new f8a71b2  Fixed DateChooser and DataContainer. Updates to some layouts.
     new 405fe49  FLEX-35288 - MDL Slider should not use RangeModel from pure FlexJS to calculet it's value. Add SliderRangeModel for MDL only which holds values. - Remove from slider property snapInterval cause MDL component do not provide such property - Remove setting default values for SliderRangeModel cause it's already specified inside model
     new e52f0cb  List now extends DataContainer; ListView extends DataContainerView.
     new e806fb9  Updated Effects package to use new interfaces. Tweaked the horizontal scrollbar layout. Fixed scrolling for Panels.
     new 5300c4e  Renamed ILayoutObject to ILayoutView which is more descriptive.
     new e3a883a  "layoutComplete" event now dispatched by GroupView rather than individual layouts. SWF-side border and background beads now listen for layout changes as another indicator they need to redraw.
     new 6cac211  Merge branch 'containerwork' into develop
     new fe552ea  Updated the tomcat version for the automated tests.
     new 3ea6b07  Charts should compile now.
     new 4011d64  MaterialDesignLite should compile now.
     new 1163f69  Trying to add debug files despite gitignore settings
     new d1d2754  Repairs to MDL project to sync with changes made to Core and HTML projects.
     new 7af092b  Updated DataGrid example to work with recent changes.
     new ca93c2c  Updated DataBindingExample to work with recent changes.
     new 13ed095  Removed Basic project.
     new 00941ff  - Missing implementation of IList in MDL Menu - Clean up List from unused imports
     new 04f9713  Update MDL FlexTeamPage with newest changes
     new 208b642  Update MDLDynamicTabsExample
     new bea3e94  Bring back MDLDynamicTabsExample - it seems to be working now
     new 550062a  Added simple HTMLTextFactory
     new 031fdad  Merge branch 'develop' into tlf
     new c6db814  Attempt to exclude the LTF debug folder from gitignore
     new 6714cff  Removed what appears to be a typo, causing warning in GCC
     new ce25c47  Added CSSCheckBox
     new 0edc16c  Intermediate checkin.
     new 6c71106  When x or y is set, change the style position to "absolute".
     new 577c859  Merge branch 'develop' into tlf
     new 16ee6cd  eliminate circular
     new 82b51ba  Exclude .idea folder from rat checking
     new 3dc3eb3  disable ListExample for now
     new f7a3610  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 822c152  Checkpoint before experimentation.
     new bbca528  Changes to get charts to work.
     new 04ad0ed  Fix ListExample: - Cleanup all unnecessary code - Clean up pom - Bring back ListExample to Maven build
     new 388e7b4  Added IStrandPrivate work with ContainerBaseStrandChildren.
     new bcc35b1  Update to get MDL to compile.
     new 3b9d436  Changes to make CreateJS compile.
     new 3e8efbd  Merge branch 'develop' into feature/chart-work
     new bfe9baa  Setting position:absolute (JS-side) can mess with layouts which will set position as they need.
     new dc2a1a2  Changed class structure and cleaned up code.
     new 53fc558  Merge branch 'develop' into tlf
     new d2fe8c1  Left out an important piece from Container.
     new 4f0765d  Refactor layout classes, moving common code into a base class (LayoutBase).
     new dbf3bad  Lists and Tree now select.
     new efc4847  Adjust position of the DateField popup.
     new 060a9c0  Clean up chart changes.
     new 4a89d4d  Updated "HTML" elements to use Group as their base class because it now contains MXML support and does not produce nested structures and viewports.
     new de48d63  Update to MDL List component.
     new 3d92c1c  Method getElementAt should return null if element not exists on JS sight
     new 8ac451f  OneFlexibleChildVerticalLayout was not setting the flexible child's width properly.
     new 01c55f2  Removed unneeded interface declarations.
     new 087b870  Updates to some layouts.
     new bacc59b  text input should be of type “text”
     new 1f41c28  More layout adjustments.
     new 185914f  switch some containers to groups.  FlexJSStore shows more things correctly now
     new d36034b  Improves MDL Tabs and TabBar components.
     new 750cdae  Merge branch 'feature/chart-work' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/chart-work
     new 09a2c06  Fix for VerticalFlexLayout.
     new 2b84649  More layout updates.
     new 11ef21a  - Added the express example to the maven build - Updated the tomcat version used in the integration test module - Made the tomcat download url more resilient against new versions - Fine-tuned the RAT exclusions to be more resilient when compiling with different sets of modules in the reactor - Added some missing license headers
     new be051df  MDL Menu now extends DataContainer.
     new b67636a  Updates to ComboBox, DataGrid, and layouts.
     new b71b02f  Changed Form component to use Container instead of ContainerBase.
     new d7fb6b1  More changes to components.
     new 02d4118  TileLayout update. Removed unused classes.
     new 448e9f8  Updates to MDL.
     new 326d697  CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin header on the server.
     new b3cd50e  Data provider notifier changes: - Add DataProviderNotifierBase class which holds all common properties - Add DataProviderCollectionChangeNotifier which listen for "collectionChanged" event and dispatch "dataProviderChanged" through model - Rename DataProviderAddRemoveNotifier to DataProviderItemsChangeNotifier - Add itemUpdated to DataProviderItemsChangeNotifier
     new 83f4225  - Add new notifie providers to basic-mainfest.xml file
     new 61c4300  - Fix build: Forgot commit some changes in DataProviderNotifierBase
     new 8ea97a4  Merge branch 'develop' into feature/chart-work
     new 7f29a98  - Update MDLDynamicTabsExample to use new data provider notifiers
     new f4138d0  Cleaned up unused or unnecessary event listeners.
     new 7f8b440  - Fix issue with double generated Tabs - completeSetup method was called to many times in TabsView - Dispatch itemsCreated even if we add only one Tab
     new 331371c  - Remove beadsAdded TabsItemRendererFactoryForArrayData - Remove completeSetup from TabBarView
     new 62b3c09  Re-introduce changes that enable programmatic changes to slider values. At some point they were removed, for some reason.
     new 1e96ee6  The defaults.css for MDL framework specifies ArrayList mappers for tab components; the MDLExample is using Array data. This commit turns the Arrays into ArrayLists.
     new fece150  Changed the MDL Tabs data mappers to get their itemRendererFactory classes from the strand which should already be there via DataContainerBase.
     new 28150c4  Fixed layout (HTML side) bug for DataGrid.
     new fa9e044  Updates for examples to sync them with changes to SDK projects.
     new b98da07  Updates to get TodoListSample to work correctly.
     new 63a97b1  Merge branch 'feature/chart-work' into develop
     new 9d0f0a7  Missed this in the merge.
     new ae5cb4e  Assign a default size to charts.
     new e0b3528  Initial changes for Mobile project.
     new 87efeed  Move layout event control into LayoutBase from GroupView and updated affected classes. Updated chart layouts to conform to new layout protocol.
     new 0fc2115  Handles case where Group et al may not have a layout.
     new d89a010  Sync Effects with layout changes.
     new d205ffb  add cordova plugin annotations
     new 6256851  Merge branch 'feature/mobile' into feature/layouts
     new fd5eaae  Mobile framework changes.
     new e3cbf4f  Updates to Mobile project. Getting closer.
     new 5cb269d  MobileTrader now displays; still is not completely operational.
     new a005b67  Removed unnecessary functions.
     new 159abcc  MobileTrader nearly back to full function.
     new 318bdf2  use header constants
     new 4d09ccf  add constants currently used by code
     new 242fb73  remove blank line
     new fe1ff66  add some comment and missing semicolon
     new 18d62de  fix spelling errors and add missing semicolon
     new c57d775  fill in missing comments
     new 198ae7c  fill in missing comments
     new 350e1f0  use header constants, improve variable names, add missing comments
     new 3fa62e7  add JS only CORSCredentialsBead
     new 25d67e1  add pre and post send events
     new 65320f9  doesn’t seem to work as JS only as get errors in compiling AS project
     new 9e4b62d  Added bead to pass authorisation credentials on in JS HTTP requests
     new f4dde33  add license
     new d8a5c63  match sides
     new 060f982  be consistent in style
     new 1bb8759  Add FORM_URL_ENCODED constant. Improve comments.
     new df2e0fb  middle endian dates are not used outside the US and should not be the default
     new ee79111  move all code to SimpleDateFormatBead and changed to allow different date formats
     new 23f3c5a  add new classes to framework
     new 4842fa7  replace existing format bead if it exists
     new edd2783  Bead to dead with simple date formats. Doesn’t support time zones, some foreign date formats, month names and a lot of other things.
     new e8be4fc  two common date formats
     new 313e900  update FlexJS version number
     new 6fca715  DataGrid was supposed to extend GroupBase, not Group.
     new 975b478  Get Express package working again.
     new 8a23e1e  ButtonBar/DataGrid clean up. Removed DataGridButtonBarButtonItemRenderer and ButtonBarButtonItemRenderer classes and replaced them with TextButtonItemRenderer which is a TextButton that implements IItemRenderer. HTML ButtonBars now are much cleaner.
     new 9fd9b78  Merge branch 'develop' into dual.  Clean build.  Now to get it to run
     new b1ba88e  Enables side borders on SWF platform.
     new 358a06f  lost this event metadata in the merge
     new 1ae959d  Updates for DesktopMap example.
     new 3757338  Updated MapSearch example.
     new 65bdee5  Fixed static TLF issues Fixed various TLF bugs Added numberLine property to Text
     new 0b3b20a  Added EditManager Added support for text nodes in XML.appendChild()
     new 1691921  Merge branch 'develop' into dual
     new fd67758  This was not committed for some reason.
     new 0c568e3  Map examples now working on JS platform.
     new 9f21956  Added some interface methods
     new 5ab55c2  Uses beadsAdded event instead of viewChanged.
     new 9bf5b30  Error.toString() is now okay.
     new 4941e12  fix after merge
     new 31e3c55  get stock quotes to work again
     new 6af0a47  fix another merge issue
     new c07b2b3  make sure Basic is in maven build
     new 8a00b50  Added new Table component and pieces.
     new 544e2de  get examples to build
     new 9ae73e0  fix some poms for dual
     new 8f16406  resolved more static initializations
     new ca8afe2  Temporary work-around to compiler issue
     new b7dc23b  - Remove unwanted quotation marks
     new 925a08d  in the browser, %width is applied even if parent is sizedToContent, so make SWF do the samething
     new 8256ea5  switch TextArea width back to 300
     new a168d45  Merge commit 'b7dc23b30a0b712d97b27f4d0d0db6310405564b' into dual
     new 0865052  Merge branch 'dual' of https://git-wip-us.apache.org/repos/asf/flex-asjs into dual
     new 8e970e5  add missing MIT license text for Flat UI
     new 10c19ee  update copyright year
     new 94e4647  update copyright year
     new 90514e7  call super.addedToParent first before checking for existence of IFormatBead’s
     new 8d8ba2f  sync up a change to UIHTMLWrapper
     new f22668b  Adding VGroup and HGroup classes to dual branch.
     new b0d78b3  Form missing view bead and should extend Group.
     new 525d9a8  Adding TableExample.
     new 5d6519a  Added missing flash-media styles for Table components.
     new 7ffe9dd  - Fixed the assembly descriptor to correctly package the html module
     new fc02496  Reversed changes to GraphicGroup
     new 66febb8  This was not automatically being converted to an int in Javascript
     new 13d949f  Fixed formatting assignment bugs
     new ea666a1  text() XMLList creation was broken
     new c6b4f8a  Express: Application automatically adds an ApplicationDataBinding bead similar to how Container automatically adds a ContainerDataBinding bead
     new 16c4fea  Missing style def in flash media query for DataGrid.
     new f12ae3a  Lose the paragraph terminator when composing lines.
     new df6f560  HorizontalLayoutWithPaddingAndGap, VerticalLayoutWithPaddingAndGap: versions of HorizontalLayout and VerticalLayout that have properties for padding and gap
     new e828d17  get SWF version working by injection more BasicLayouts
     new b06d5a1  run layout in a few more scenarios
     new 5734ef1  force drawing in a few more scenarios
     new 7de620a  another scenario that needs drawing
     new 712a17e  handle centering
     new f4a6968  JS layout always runs (once)
     new fd709d1  Explicitly set position to absolute to fix slider button not moving
     new 8f3c9a0  simply image/label pairs so they center in JS
     new 9ab3b56  make sure we know autosize settings before setting text
     new 8377006  TextInput without a width isn't stretchy.  It seems to have a default width
     new e981c3d  in browser, looks like block stretches child blocks
     new eaba961  these are needed for 8377006
     new 90764bc  Basic: NumericStepper now accepts initial values for model, shares model with internal Spinner, and listens for changes to the model
     new 289064d  Work around falcon bug where unicode chars are evluated too early (and to the wrong value sometimes).
     new cb7a3a1  Added Object util for non-enumerable property
     new 4aee68b  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new f64f89c  Not using “as” for null checking
     new bfb15c8  Added a default height to TextInput just like default width.
     new 3ea2031  More binary search fixes
     new ee1b633  defaults.css in HTML module do not need styles related to Basic
     new e087822  - Fix issue with styling in MDLExample - excluding defaults.css from Basic module
     new b350e4d  Merge branch 'develop' into dual
     new 5b4273c  attempt to fix distribution build
     new 631277b  Remove redundant "createElement" from Div, cause it's handled by Group
     new fbfb631  Add MDL DropDownList component it uses MDL Menu as drop down popup
     new f63a86a  Update MDLExample with new DropDownList component
     new c22c0ba  - Make MDL Menu upgradable - Use "initComplete" in UpgradeElement
     new b855018  Fix NPE when child of container is non UIBase
     new 701f2f5  Remove unused imports
     new 231727b  Set dataMdlFor id earlier, cause initComplete in case of manual upgrade is to late
     new d1fd486  Tune in border and width of menu DropDownList
     new 23a7a05  Exclude default.css from Basic in MDLDynamicTabsExample
     new bf08244  DateField must now dispatch initComplete so DataFieldView can use format bead.
     new 986d755  Exclude default.css from Basic module in FlexTeamPage_MDL
     new ed2503e  - Post dual branch merge cleanup
     new e59094d  Fixed URL to financial data source. Replaced local change notifier to standard data provider change notifier.
     new 2fdd7b9  DataProviderCollectionChangeNotifier should use changeEventName if provided.
     new 1302393  VerticalLayout now tests for null child (JS side).
     new 68eabba  Rename fields in DropDownList to more meaningfull
     new 82ff184  Add Express module to distribution
     new 336fac6  Added example of building a Table from a data source to the TableExample example.
     new 3ec05bc  Implemented GroupElement methods
     new 495cc0c  Re-added paragraph return
     new 3b3097d  Fixed some cases of measuring lines. Might have broken others…
     new 7965c6d  Changed the TableExample's DataTable component to dispatch "dataTableComplete" rather than "initComplete" since that was already being dispatched earlier.
     new 88f0bcb  Added AbsolutePositioningViewBeadBase so control components can position their sub-elements using absolute positioning.
     new b00c575  try to fix checkintests
     new 02ec793  Changed SimpleTableLayout to better mimic the HTML table. Removed default styles for table header and cells.
     new 198f5a1  Fixed TableExample styling.
     new c848b59  VerticalLayout - HTML/JS side - was actually not working at all due to missing flexignorecoercion statement.
     new fc6ff9c  Merge branch 'develop' into tlf
     new 15deae1  Initialize value for drop down list label if someone set selectedIndex in mxml
     new 009f555  Update MDL DropDownList example to show "selectedIndex" and "change" event working
     new 24a297a  point back to main flex-falcon
     new 93caf80  Attempt to fix issue with SVG and Firefox: local getBBox function uses try...catch and returns a suitable replacement box if the SVG call fails.
     new f589a57  Added fix for Firefox bug.
     new 891a2cf  Fixed deleting XMLList items by index
     new e757350  Attempt to make XML more efficient
     new 244cd2f  Another optimization for XML
     new 9f21c89  add conditional compile flags to compile targets
     new 1459d80  add conditional compile flags to TLFJS build
     new 48710ae  add TextContainerManager to TLF.swc
     new 81eceb2  initial dummy ContextMenu
     new 4c7cee2  fix infinite loops and adjust selection rect for differences in TextLine coordinate system
     new 0367510  set size of selection object.  For some reason it is born with explicitWidth/Height of 0 and does not expand when to drawRect into it.   Later, when selObj is added to display list, it redraws itself based on its explicitWidth/Height
     new 7ac185e  BoundsUtil didn't seem to be implemented.  Seems like we can just implement getBounds instead
     new e290e6a  FocusEvent needs to subclass Event
     new af36a26  need FontMetrics
     new 70e2c0d  handle keyboard and other events
     new 6853279  make TextLine actually do something on SWF side and report better sizes and errors for unimplemented things
     new 6548262  don't let the child text widgets steal focus
     new abc3c03  add conditional flags and remove-circulars to js builds
     new 15a223c  mouseevent also needs defaultPrevented
     new 58bfcf8  move some static to instance so there aren't static initializer dependency issues.  Also switch to using defaultPrevented
     new fd2304d  switch to using defaultPrevented
     new 824e578  hook up focus events
     new 91ef059  skipAsCoercions is on, so have to use 'is' when you need it
     new c341287  need currentContainer in order to measure text
     new 80a55bb  timer doesn't always stop, so don't dispatch if interval is cleared
     new 56a507d  wire up textInput event on JS side
     new 0d8833a  Fix issue with upgrading MDL components which are UIBase only
     new ff285e6  get point cursor to move as you type
     new ccfe255  Fixed some runtime errors
     new fa71222  handle Safari 9 keyboard events
     new 95c47d3  Backspace key wants to do shallow copy
     new 3413a1e  implement a few more things needed for backspace
     new 85f5ffa  fix cursor blinking on FireFox.  Timer interval was duplicated
     new b02069b  Switching to VerticalLayout and HorizontalLayout (from Flex layouts) for compatibility with IE9.
     new 1ea5cd2  keyboard for firefox and chrome
     new 4ab06d5  test bed for TLF Editing
     new f974016  Fixes alignment issues on the JS side.
     new 592525d  adjust poms to add swf classifiers
     new c6a8f35  adjust configs for library-path as addition to js-library-path or swf-library-path
     new c52908f  Fixes issues with HorizontalFlowLayout on JS and SWF platforms.
     new e79d327  Added DataBindingExampleWithFlexLayout sample app.
     new 593c288  try to point release branch nightly to release branch falcon
     new 2cce422  Add cursor: pointer for default style in MDL DropDownList
     new ea53290  Merge branch 'develop' into release0.8.0
     new f345ff0  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new 152787a  get Text.swc and TLF.swc to build in dual mode
     new c929c6f  get TLFEditTestFlexJS to build
     new bf782ec  Get TodoListExample looking better.
     new 55c99e6  Resolve StyleExample layout issues.
     new 6806ddc  no doc package in 0.8.0
     new 79943d4  sixth, by my count
     new 012a5bf  push through these props so it is easier to override them in Ant
     new f5345d3  got installer to work with both AIR 23 and AIR 25
     new 60ee780  Organize imports using latest vscode-nextgenas 0.4.3
     new 98a72d5  Update README for MobileMap example.
     new 4134511  Fix to get MobileStocks example to run.
     new 8b99088  Fix to get StorageExample working again.
     new fd83f45  distribution: added missing manifests to Maven distribution
     new 59f231d  distribution: updated -config.xml files used by Maven distribution because they were out of date
     new 4871d1e  Panel should use Basic to stretch the child, and have a white background
     new 0316364  this should be a vertical list of keywords
     new 7b04b39  MultilineLabel wasn't multiline, at least on Safari
     new ec07742  get NumericStepper to use a view and get Spinner to look good in NumericStepper
     new b8b0a27  Tooltip needs className and absolute positioning
     new f1fb2a5  SizeToContent doesn't really work anymore in JS.  There is no layout or other pass that sets the unspecified width or height (and probably shouldn't be), but then overflow:hidden will hide things because the unspecified width or height will be zero
     new 0c25702  need StyleChangeNotifier to execute border color changes
     new e9b2c4d  fix coercion directive
     new 4532aac  use typenames
     new 7f65283  update build script for dual
     new 8785ca0  panel needs to apply layout to custom titlebars as well
     new a03fb4f  need to run layout on visibility change because initial layout skips invisible objects
     new b487775  copy fixes from FlexJSStore to  FlexJSStore_jquery
     new 022c097  distribution: -config.xml files in Maven distribution are populated with correct versions of flex-asjs and flex-typedefs
     new 0a699d7  force FLEX_HOME.  For some reason it gets set to flex-sdk during 'ant all'
     new b3716d9  Replace references to compile-as-config.xml with compile-swf-config.xml
     new dfdbc97  More compile-as-config.xml references replaced with compile-swf-config.xml
     new 143899b  RELEASE_NOTES: added note about source maps working in MXML
     new d54491f  - Added missing apache headers to some of the .actionScriptProperties
     new 0a7da1b  - Re-added the fontsrc module
     new 4eefe5e  use optionally removable Class Selectors in a few places to help HelloWorld shed some weight
     new 0ae1768  update example with new class selector name
     new f18db10  take StatesImpl and EffectTimer out of defaults.  Most examples weren't using them
     new 6a9345a  fix up examples
     new 8cab6a1  fix metadata in CreateJS View
     new a6f3b45  sync up bug fixes from SimpleStatesImpl
     new af1f5c9  still putting Helloworld on diet.  Create AllCSSValuesImpl to handle 'everything' someday, make it the default for Express Application and strip stuff out of SimpleCSSStyles and SimpleCSSValuesImpl that isn't needed for HelloWorld and put some of it in SimpleCSSStylesWithFlex for FlexBox layout users.  Saved 100+ bytes from HelloWorld and helps make sure these classes are replacable
     new 508b457  remove stuff we don't use anymore
     new cc58714  Fixes DataBindingExample_as so it runs and looks correct.
     new 4b0197b  Layouts on the HTML/JS side must also react to children added to accommodate apps that build their UIs dynamically.
     new 8326592  - Re-named the "target" for building JS from "JS" to "JSFlex"
     new cd99bb6  Merge branch 'develop' into release0.8.0
     new 84bfbe5  - Fine tuned the archetypes a little more.
     new 643a8cc  - Removed the unneeded "compiler.output-dir" parameter.
     new 4a31176  Replace "M" with down arrow for DateField and match text input's height to that of the button.
     new 57d3155  Fixed ListExample.
     new 0d637b8  Fix to get DesktopMap to run on AIR again.
     new 5755a6e  Updates to Flat and DataBindingExample_Flat.
     new d0e3abd  fix network request
     new 7b3e618  fix up launch script for new folder structure
     new 21a19ef  main views need to implement IApplicationView
     new 1a9578d  make it easier to run the examples to see what is broken.  I've only tested up through ListExample so the others might need help
     new ab7fc42  compile-as-config got renamed to compile-swf-config
     new 4de7290  update the js FB projects
     new 17bca4a  headers disappeared somehow
     new 2ba53fa  get the right dependencies
     new 563c745  fix set of swcs
     new 7096cd3  build both targets
     new 74fca68  fix dependencies
     new 1822039  fix more dependencies
     new 7a3c0e8  - Added the ".mvn/extensions.xml" to the archetypes for applications.
     new 60664b8  - Added a NodeJS section to the examples - Added a NodeJS "Hello World" example
     new 9fb9294  Fix to get DataBindingExample_Flat to work on HTML platform.
     new 12cad35  - Removed the font compilation as this is causing SSL problems and is currently needed nowhere.
     new 2359037  don't differentiate between sizedToContent in host dimensions
     new 30c24d9  fix express
     new b3b3cd6  stick some sort of index.html in there so you can run it
     new a9ae145  fix up examine targets
     new cb9e85b  MapSearch now looks right on AIR and will launch.
     new 47ddad3  use === and !== rather than == and !=
     new 004d204  add missing semicolons
     new 1ec5412  mainClass parameter was hiding mainClass property and uncovered a bug were mainClass wasn’t being set on the JS side but being used in getInstance
     new 8172e19  values parameter hiding property
     new efd7ec0  this is not a real loop as the loop counter is being modified
     new f58e968  helps if you declare var
     new 43dab1d  make nested if statements a little more readable
     new 5dd19cc  Add INHERIT rather than have it defined as a text string in a dozen places
     new 60f614a  missed a couple of ==
     new a3d6ae4  remove unnamed if check
     new 8cc8ec2  Updates for MapSearch example.
     new 55b994b  Better size for MapSearch
     new 839a648  - Fix: Always center items vertically in MDL DropDownList
     new d1a3b36  Allow create DropDownList with width less than 124px which is forced by MDL library
     new 702930a  Add missing headers to resources/index.html in native/ButtonExample and native/USStatesMap
     new 33dbfa3  FLEX-35085 - Update RELEASE_NOTES
     new 99d3608  Make it so Flash Builder default for new projects includes code hinting.
     new 85b9754  Merge branch 'release0.8.0' of https://git-wip-us.apache.org/repos/asf/flex-asjs into release0.8.0
     new e5f1328  add missing semicolon
     new 0cbb478  I think you have to use Flex layouts within other Flex layouts otherwise percentage sizing won't work since the flex'd parent may not have an 'known' size.
     new 4713ffd  force childResizeHandlers to run in parent if our size changes during layout
     new 9a319b2  make selectedIndex and selectedItem bindable
     new 6832946  don't use NaN if sizedToContent.  Some Flexible children look like they are sized to content but they aren't
     new 198ab8a  get rid of background Sprite.  Draw directly in the renderer sprite.  Otherwise the sprite will be seen by layout and isn't an layout child
     new 646d01d  try to improve Flex-box layout in SWF.  Support align-items and flex-basis and fully size on the cross-axis
     new d550f67  add custom layout that locks the cross-axis dimension to the other children's size.  Used in ASDoc to create the 3 pane view with scrolling.  The scrolling container needs its size locked down.
     new c505d67  get ASDoc working on both SWF and JS.  Needed to tickle layout more often for SWF.
     new bdd34d2  give up on trying to use FlexBox for full-screen 3-pane views.  FlexBox seems more happy stretching to content size instead of clipping at the computed flex-ed size.  These custom layouts will do the proper sizing
     new 43bbbdb  block infinite layout loops when notifying parent your size has changed
     new 23c4c7a  if sizedToContent, don't show a scrollbar
     new f05a94f  give up on flex layouts for full-screen 3-pane layouts
     new 1e450bb  overflow layouts should watch parent container for changes.  In overflow layouts the parent may not ask the child to re-layout since the child's size may not change since we set it to cause overflow
     new 6ccc025  Created AirApplication the adds a single frame delay so Air applications will get the correct stage size.
     new fef3874  Updated examples that run in Air to use new AirApplication class.
     new 203aebc  funny little paste-o was messing up layouts
     new e0b9641  get rid of warnings
     new 7568d81  Border needs to inherit its values
     new 90eda31  - Fix issue in flexjs-simple-application-archetype where missing classifier for Language module caused build fail
     new 7b26ee3  get addRule to work for JS
     new 1ee9866  switch to using addRule so styles set up properly for JS
     new 2fad673  fix Flat dropdownlist
     new c2eefaf  - Removed the execution of the font compilation
     new baa544c  - Fixed some problems in the archetypes
     new 276fa43  allow swfversion overrides
     new 9feb33d  Fix Apache license headers
     new 5124818  Fix Express DataBindingExample adding missing dependencies to Effects
     new 5bdf388  Move Effects to parent pom to see if it helps fix Express DataBindingExample
     new ae2a0d8  - Bring back compilation for JS - Add import for MyModel to see if it helps
     new 020e0ec  - Try to add Effects to Express module - Make method for event initialize in Exspress DataBindingExample
     new 0428a14  Bring back previous state with fixes only for Express DataBindingExample, remove Effects from Express
     new 0b50ba3  absolute positioned containers without any size specification appear to be treated as zero size inside of flex-box.  We could have absolute positioning layouts set sizes but for now, just set the size on the container.
     new 48018d5  ImageButton is now a button with an image so click events are often on th e image and not the containing button.  Maybe there's a better way to get the event target to not be the image, but for now we'll look up one level of parenting.
     new f6bf8c6  need to dispatch childrenAdded as promised.
     new 7e415e0  make sure className and new styles get applied
     new 8cfef06  set imagebutton padding to zero
     new 472f6d5  try to fix examples build for maven
     new de35a07  sync up FlexJSStore
     new 9554581  - Removed the Fonts.swf dependency from the distribution package
     new a86b0ae  Fix - disable Fonts module build for distribution package
     new 2be5163  try to fix windows install.  I didn't break mac.  Will try on Windows later
     new a776466  override usually comes first
     new 156cdea  add missing cloneEvent methods
     new b562461  clean up if statements
     new b1f6056  set bubbles and cancelable to values passed in and not set to true every time
     new 23f1b84  host may not be an IContainer
     new 4cf2969  can be null or undefined here
     new 516e04f  little confusion on null / undefined in code reverting to type conversion comparison for now
     new e0f73fd  Add targets for ant build which copying Maven distribution and archetypes folders to final binary package which is
     new 6fb50e9  Make maven distribution and archetypes part of the sources
     new de199f9  Disable Adobe Fontkit library - replacement will be implemented as part of FLEX-35315
     new 598e94d  Fix/improvement - Add class "cardWithDropDownList" which can be used by MDL Card - It allows to use DropDownList component inside Card without cropping issue
     new db09eae  Fixed input type. (I thought this was already fixed)
     new ff24a87  RELEASE_NOTES: added Express and MDL component sets to list of new features
     new 9c58972  point and rect have to subclass and override flash.geom point and rect
     new bf404b1  add EventLogging bead to try to catch type errors
     new 1a39080  have to handle type-checking differently now that SWF event is based on flash.events.Event
     new bbbc47d  add activation events even on setting text
     new 9d8a6c2  need SWFOverride in interface as well
     new 90a446d  metadata property needed swf.version 20.  14 didn't work
     new a76f312  put layout on right strand
     new a3ec138  allow swf.version in examples
     new ac122a5  Editor now works on SWF again.  Focus issues on JS
     new 98dc56a  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new 4c29283  Update mobile Cordova Camera package so that it works again on Android and Air. Note that PhotoLibrary (for Cordova) is not available in this release.
     new 73ea168  Updated CordovaCameraExample
     new 502a597  Merge branch 'release0.8.0' into tlf
     new 1fb7765  update config.xml files
     new 55ce91f  absolute position each textline
     new f131187  set focus format regardless of composestate
     new 51b2834  Fix Maven archetypes - add missing classifier for Language in flexjs-simple-application-archetype
     new 784ad26  forgot to delete these two lines
     new 2413b1a  don't wipe out other defines
     new 5c93d4d  make SWF the default for IDE compatibility
     new c521608  photo library works on my LG
     new dd489a4  fix up android cordova builds
     new a2586ab  get cordova build to work for CameraExample
     new ec58f56  get CordovaCamera to work again
     new 02a1232  use === and !=== where safe
     new 53eeff4  add missing ;
     new ee3a98e  make colour map const
     new ce22dc6  use === and !== rather than == and !=
     new fe68c41  consistent easier to read
     new bdbffb8  missing ;
     new 73a6a10  MapSearch doesn't use Cordova
     new 71d7d8b  MobileMap output to cordova
     new 5e0d330  make getValue a lot faster - 30ms down to 5ms in a complex app for JS in Chrome
     new 7a030db  Clean up Camera code.
     new d6cb59b  Intermediate changes for Accordion.
     new 6f03502  improve comparisons and move end condition calculation out of loop
     new ae3fbe3  remove blank statement
     new 282125c  no need to check c twice
     new ac36224  de-hyphenate in parsestyles so the lookup works in getValues
     new f15f3b8  copy assets for JS side before cordova build copies the output
     new fae4a65  percentage layout does not work well when in a child of flex-box container, so we have to approximate percentages with flex-grow instead
     new d35f6ec  get rid of build errors (still two warnings)
     new 1e6c5fa  clean up build script
     new 34be88f  clean example
     new f021c8f  fixup projectdir for cordova builds
     new 4eb2f8b  use === and !== where needed
     new f72cf76  Cordova Application now extends AirApplication. Changed storage directory to more common "dataDirectory" which is available on more platforms.
     new 01d8523  StorageExample uses cordova:Application so it runs on both Cordova and Air platforms.
     new 5ed45d9  handle end of loop
     new f730c0c  Fix maven compilation for DataBindingExampleWithFlexLayout for swf version
     new 6fef880  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 256dcd7  as returns null rather than undefined
     new 2af9ded  temporary fix for null/unresolved issues between AS/JS
     new 407cacd  temporary fix for null/undefined issues between AS/JS
     new 65c5993  Merge branch 'release0.8.0' into tlf
     new 608a7b9  Temp fix for labels of accordion not working.
     new b39c9d8  Duplicate case entry
     new dd9e119  Fixed error on minification
     new cc63273  Duplicate case entry
     new 58c2bbe  Fixed error on minification
     new aa3f45a  Fix typo in DropDownListController
     new a31c2b7  Added default scale values
     new 0379edd  - Fix: Make DropDownListController more friendly for inheritance purposes
     new 4ddc52c  - Label in DropDownList shouldn't be taken from selectedItem, but rather straight from dataProvider
     new 66773df  positioner can be null or undefined
     new 385655a  set strand to null when removing bead - do this so beads can cleanly remove themselves
     new 0d69654  set input type back to text when bead is removed
     new d78243e  opps extra ; crept in
     new 57eb4fb  Fix StorageExample: Add missing Mobile module in pom
     new c5fa72c  needed to be upgraded for dual
     new 44e236a  looks like we get '' (empty string) sometimes which coerces to 0.  We want it to be NaN
     new 48affe2  View needs to be an IMXMLDocument so it doesn't instantiate its children until it is placed in the DOM.  Otherwise the children don't calculate sizes correctly
     new 51d2ec7  don't validate until after data is set so we can share the model from the child.  Otherwise TitleBarView's bindings fire too soon.  We don't really want to watch the model instance to see if it gets replaced, and there is really no point to laying out the renderer until after data is set
     new a9321c5  Changed check to avoid null cases (if possible)
     new a2c5fb6  Fix for FLEX-35322: NumericStepper layout.
     new 2282ab7  Removed the border and background on the NumericStepper.
     new b17c2bd  This panel didn't calculate its height, so stick in a number for now
     new 4df7178  fix event types for valuechange.  Otherwise Binding would break.  Events are global and should be compatible for any given event type
     new 66d37b0  FLEX-35085 - Update release notes
     new 3636ebb  add binding as well
     new b659ff4  Slider wasn't supporting binding
     new 66cae51  fix up last commit so binding works
     new 04a63b6  make lists scroll
     new 8dc2727  Partial solution to the NumericStepper issue.
     new 531c9e1  when sized to content, have to take content size and add in padding and borders again
     new 93e2665  parent the titlebar and content area sooner so their children can calculate size correctly
     new 5ebb2ae  handle sizedToContent by growing to content instead of shrinking things
     new e30a129  fix border CSS
     new c55a238  don't need this.  The y of the children are factored into the size
     new 115194e  Reverted changes to PasswordInputBead and added subclass
     new 908477e  fix when we force sizing
     new f81ae0b  FLEX-35322 Basic: fixed jumping icons in NumericStepper spinner buttons
     new 40bdeba  try to be smarter about when to layout.  FlexJSStore Panel TitleBar wasn't laying out at the right size because it would get a childResize when it was at is natural size, start laying out at that natural size, then the parent Panel would try to layout TitleBar at correct width in response to Titlebar layout but it was blocked since TitleBar was already in layout at the wrong size
     new be69e26  JS needed bindable metadata
     new 78f3ec5  JS needed bindable metadata
     new 287caa3  fix NS on JS
     new 90423a3  Forgot to add the bead to the manifest
     new b0f7013  FLEX-35319 Fix for runaway tweens/tween timer in js
     new 08af60c  LayoutBase Fix for strand set to null in remove bead, plus performance improvements in js
     new 1af9cc8  Added guard to swf for getValue when requested field is not a member of the typed storage class
     new 9e22672  Improves for Wipe effect in js, to get tween replays working in FlexJSStore example
     new d30ea0c  fix path to browser
     new dd6fc27  fix path to git
     new c596b16  try delay before making dir.  Occasionally get an error
     new f8cccea  add firefox profile support.  Some machines need it to get around extensions that get in the way
     new 9fb516c  support profiles and clean tests before compiling
     new d7c7b9a  fix checkintests
     new 910cf5e  no doc packages for now.  Use online example
     new d4aa7a6  try setting encoding for windows
     new 9af3c0d  Added floor to binary search
     new e6ec965  - Added missing "relativePath" entries to the parts of the distribution bundle.
     new 2ca935a  - Added missing "relativePath" entries to the parts of the distribution bundle.
     new 77b09e0  Merge remote-tracking branch 'origin/release0.8.0' into release0.8.0
     new 4fa9ffa  did stuff
     new eb90d6b  [maven-release-plugin] prepare branch release/0.8.0
     new 809aa58  [maven-release-plugin] prepare for next development iteration
     new dc8c2bd  - Update examples to 0.9.0-SNAPSHOT - Update pom for flexjs-simple-application-pure-swf-archetype
     new ff4fcc7  - Update poms in distribution to 0.9.0-SNAPSHOT - Update pom in flexjs-simple-application-pure-js-archetype
     new 2a82693  - Update pom in archetypes to 0.9.0-SNAPSHOT version - Updated compiler version in main pom to 0.9.0-SNAPSHOT version
     new a89f0ec  - Fix typo in GoogleMaps and distribution pom
     new 738c9e8  Removed as conversions
     new e4fccea  Added a bead to simplify automatic update of list according to its data provider.
     new 3ceecca  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new 32d6fea  - Fix typo in GoogleMaps and distribution pom
     new 1656e37  prepare Maven build for next RC by changing 0.8.0-SNAPSHOT to 0.8.0
     new 12b476c  tune up textline so you can click and place the ibeam
     new 3172982  remove padding so selection shapes line up on JS
     new 8268248  Canvas renders fonts differently than span so have to use  span to measure
     new 54a9fea  implement containerRoot
     new 2680873  fix up replaceElements for Flash
     new 3b88454  replaceText should handle null
     new 1677f0a  remove buttonDown from JS.  It is supposedly unreliable on JS.  Folks will have to track mouseDown and mouseUp
     new ef940e3  stop using buttonDown.  Supposedly unreliable in browsers for mouseMove.  Instead track buttonDown via mouseDown and mouseUp.  Probably need to capture mouseup on other targets someday
     new 914e666  Reverted removal of buttonDown added getter for textBlockStart (fixes a bug on line start/end selection) Changed getAtomIndexAtPoint() to local coordinates Added handling of more events in ContainerController
     new 06f4759  Added callLater
     new 1907015  We need “as” here
     new 43a696c  Merge branch 'develop' into tlf
     new 22a1145  Merge branch 'release0.8.0' into tlf
     new 0a59f91  Add pom for Text module build
     new f0e3e5f  Add missing Apache License header ot TLFFactory
     new 1faaa3c  Add pom for TLF module
     new 85588e5  Make Text and TLF module part of general build
     new a35c052  Remove unneeded modules from Text pom
     new d420f93  Cleaned up Text project dependencies
     new e3a50e8  Add missing Apache header license
     new 3396fa7  Add missing dependencies in StorageExample's pom
     new 0d56a39  Added support for buttonDown (it only works for left button — is that right?)
     new e263ef6  Removed unnecessary as coersion
     new 31056ec  Clear text data
     new 30b7aef  Make ON/OFF non numeric formatting in Table more PAYG (This changes fix bug where nonNumeric in some more complex application was not applyed correctly): - Move applying numeric formatting for TableColumn and TableCell to bead TableNumericEnable. - Remove property nonNumeric from TableCell, TableColumn and TableRowItemRenderer (this property was unnecessary here) - Make as default TableCell and TableColumn non numeric - Create two aliases mxml for TableNumericEnable - Ta [...]
     new 2a02f94  Update MDLExample with new changes related to ON/OFF numeric formatting in Table
     new 5ac1e6a  Fixed keyboard events
     new b922b6b  Added blendMode
     new 18d26d5  Use “specialKey” for platform independent control/command
     new c409938  include shift in new KeyboardEvent
     new 3d21906  Reverted strict equality
     new fd98bf0  Merge branch 'release0.8.0' into feature/FLEX-35328_simplify_mdl_drop_down_list
     new 9cc57c4  Revert "improve comparisons and move end condition calculation out of loop"
     new 99bf3f1  Better optimization for getItemIndex()
     new e2e079e  Forgot to reapply this
     new 4f09e30  Reverted equality checks
     new de093c8  Use CSSUtils.toNumber()
     new ea6ef4d  Added Text and TLF to the framework builds
     new f52192f  Fixed mouse BrowserEvent in Safari
     new 04e2f74  first step for cursor management
     new 4f3748b  use different base class for FXG (requires 50f9d4530c669f1139b16129c45bca17c476fa3d from flex-falcon's tlf branch)
     new 8d5a8e6  add copy cursor.  Other cursors can be added from flex-sdk/frameworks/projects/framework/assets.  Rename the base class inside the file before committing
     new b9d5e8e  lookup other cursors in ValuesManager
     new 010c4fc  example of custom cursor
     new c4ee975  FLEX-35328 - First version of DropDownList after redesign. DropDownList now use native HTML "select" with options and operates on it. - This basic desing displays DropDownList but there need to be tested several scenarios related to "change" event and model properties
     new fa45b0e  Fix build - missed artifacts version
     new 486a243  FLEX-35328 - Add "select" and "option" to HTML module
     new ec944a7  FLEX-35328 - Use Select and Option in MDL DropDownList from HTML module
     new 0c7da1b  Fix build missed artifacts version
     new f74836d  FLEX-35328 - Make "change" event working for DropDownList
     new 4b6de16  FLEX-35328 - Add ability to programmatic selection in MDL DropDownList
     new 2fc506e  FLEX-35328 - Adjust MDLExample layout in DropDownList tab
     new 69139d9  FLEX-35328 - Add prompt property to MDL DropDownList - it displays text if nothing is selected
     new 09a4afc  FLEX-35328 - Update MDLExample DropDownList tab with prompt property when nothing is selected
     new 26b15e5  Percentage values should evaluate to NaN and not 0
     new 99864a8  DisableBead should not access the strand until it’s added
     new f3ea275  FLEX-35328 - Fix typo in mdl-manifest
     new 12ce065  FLEX-35328 - Initialize prompt with empty string to avoid displaying "undefined"
     new f3e5cf8  Remove defer which causes problems with MDL element upgrade
     new e86286f  FLEX-35328 - Add to DropDownList ability to dynamic creation and fix problem with upgrading
     new 5eb141e  FLEX-35328 - Introduce IDataFieldProviderModel - bead which provides to control with item renderers "dataField" for usage by these item renderers. You can find example of usage in MDL DropDownList where provided dataField is used by "value" property in HTML tag option
     new 141b10b  FLEX-35328 - Update MDL DropDownList in MDLExample to usage of DataFieldProviderModel
     new eaa33ea  FLEX-35328 - Change IDataFieldProviderModel to bead DataFieldProviderBead
     new c706278  FLEX-35328 - Update MDLExample with DataFieldProviderBead
     new 5beb701  adjust email
     new 03c53b0  fix release target
     new 78f704c  update to next version SNAPSHOT
     new 1d68cd8  Merge branch 'release0.8.0' into develop
     new 0dfb04b  fix up merge issue
     new 313ee84  update version
     new 9929255  fix up another merge issue
     new 181082a  Merge branch 'develop' into feature/FLEX-35328_simplify_mdl_drop_down_list
     new a4b1732  FLEX-35328 - Introduce "selectedValue" property in DropDownList - gives convinient way to get value of Option component
     new 455f880  Selection blendModes are working Copy and Paste For Copy and Paste to work, a focused, editable element needs to be assigned to the Clipboard.
     new 72db120  Make host the layout dispatcher to avoid confusion over what to listen to.
     new 0d3bd3e  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new 911cf92  update nightly to 0.9.0
     new e9e039d  Cleaned up Clipboard
     new c2f7a2d  Merge branch 'develop' into tlf
     new 88e31ab  New beads to support drag and drop with lists. Preliminary version.
     new ab82aab  fix up some poms
     new c6e721f  Modified drag and drop beads to accommodate dragging between, as well as within, Lists. Added simple copy/move dragging property.
     new c89b3a1  Just a comment
     new 3c74bea  make non-debug output
     new 18992c5  fix nightly
     new 68f118b  Fix merge error removing support for numeric font size.
     new 38d7d38  Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead a bit more generic to work with DataGrid as well as List. Added dragStartObject to DragMouseController and dropTargetObject to DropMouseController.
     new 1db1de0  FLEX-35328 - Update documentation
     new f4d28a6  Merge branch 'feature/FLEX-35328_simplify_mdl_drop_down_list' into develop
     new 0636f57  Update MDLExample with presentation of selectedValue in MDL DropDownList
     new fcf36f6  Fixed RegExp
     new 262bca1  Added missing projects.
     new 83e5a68  Copy bubbles property from source event to result event.
     new fad5214  Some changes to get DragAndDrop to work with new List-oriented DnD beads.
     new ff4dd1e  First implementation of FileProxy which takes on some of the functions of FileReference in Flash. More beads coming soon.
     new 38fcd2d  Fixed coordinate space issue
     new 73bfe66  Updated version numbers.
     new e85a8d8  Merge branch 'tlf' of https://git-wip-us.apache.org/repos/asf/flex-asjs into tlf
     new b32119f  Fixed NavigationUtil It doesn’t seem to keep the precise line position as well as it did in Flash, but it’s pretty close.
     new b1d89fa  Merge branch 'develop' into tlf
     new 2ceaddb  Fixed compiler warning
     new 1ba5238  Added FileLoader to load file contents into model's newly added 'blob'.
     new f110816  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new e083f6a  Added FileIUploader, fixed BinaryUploader
     new 1b4d34c  FileUploader is now using URLBinaryLoader instead
     new 722e9ee  First version of BrowserInfo for browser sniffing. It should work for dektop browsers. Not sure about mobile browsers. On Flash, the properties will all be null.
     new a4e4360  Camera API requires flash verion 11.4
     new 73c18ec  Changed tab to spaces to keep indentation.
     new 48f1fd8  Added FileLoaderAndUploader to emulate FileReference.upload()
     new d9724b8  simplify switch statement
     new 6e43cd2  PAYG-ifying the earlier change to LayoutBase, added 'RemovableBasicLayout' which is necessary to avoid a related error in FlexJSStore
     new f1e9a40  fix ant build of Generic tests
     new ca399b1  Fix layout of Generic tests
     new 01a2a28  EventDispatcher got an extra method (toString) on the js side since original setup
     new a81e881  Revert "Fix merge error removing support for numeric font size."
     new a94cb40  Fixes FLEX-35336
     new de76adb  Added missing import
     new f1e5346  Added missing import
     new c6a2401  Make FileProxy and IModel
     new 54d00a0  Add FileUploaderWithResponseData
     new 3891820  FLEX-35337 place tool tip anchor point in the centre rather than the bottom right
     new 549a10d  FLEX-35338 stop cursor from spinning / CPU from spiking
     new e93c11d  Use composition instead of inheritance to allow compound bead to use different sub beads
     new c0d218f  FLEX-35339 stop tool tip flashing on and off like mad when you mouse over it
     new eafb811  Add alt bead for images alt tag on JS / tooltip on AS
     new 1d73de0  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new a87ffef  take into account x and y and check for leaving left and top sides
     new 659375e  Load bead if it wasn't already specified, and don't forget to pass url
     new cc09893  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 3b5053f  Uploads are assumed to be POST
     new 39a4765  fix typesNames
     new 7710105  ClippingViewport is no longer necessary since Panel is a Group which clips anyway.
     new e019d1c  Add FileBrowserWithFilter plus some doc fixes
     new 46a07ec  Should be reading the file as an ArrayBuffer
     new 0ef43fa  Additional fixes for missing js build scope Event imports, as per discussion on list.
     new 5031bfa  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new efd4372  Added debug runtime checking for ArrayBuffer initializer
     new c2105e3  enabled HTML elements should honor css inheritance
     new da16efb  Added DisabledAlphaBead
     new 52300da  Change dragImage HTML style to position property and use a pointer cursor.
     new 4010a04  Disabled mouse events for the drag image. Set the default cursor for StringItemRenderer to be pointer.
     new c5b71c4  Revert "FLEX-35337 place tool tip anchor point in the centre rather than the bottom right"
     new 2dd4d5d  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new b88f92e  added simple positioning to tool tip / make tool tip not react to mouse events
     new ef400cf  Added support for JS upload progress events
     new a25a2cb  Cleaned up spaces
     new 135f1eb  no need for bracket notation and moving AS mouse disable to constructor
     new dd4672b  change value to large numbers as suggested
     new 0a006c4  Added debugging package It still needs work on the swf side
     new 33845cf  Renamed warn Added assertType Added ASDoc
     new 54f07e2  Forgot CoreClasses
     new a43fac3  Update documentation in File related classes - Network module
     new 0cd271b  Added example which uses debugging functions
     new 39b3f9b  Fixed readme and made buttons a bit wider
     new 3263141  Commented out debugger statement
     new 30f84ca  - Fix name of artifactId and dependencies for DebuggingExample
     new b730bd8  Add TableExample and DebuggingExample to Maven examples build
     new 5ae65ea  Fixed some issues related to single item XMLLists
     new ef320f7  throwError More fixes to XMLList XMLList.toXML()
     new da42532  Support “for each” on XML instance
     new 2c7ca7a  Fixed XMLTest
     new e25a086  Add to examples build "DataBindingExampleWithFlexLayout"
     new add60be  Added toXML and toXMLList temporarily comment out uses of assertType until package level functions are fixed
     new 769048c  Tiny doc fix
     new 887d7c4  over-zealous use of isSingle()
     new d19b4f4  Updates to DragDrop that makes it work for SWF and JS platforms.
     new d711bfa  Fixed functions to work with more accurate ECMA spec compatibility
     new 872384b  Typo
     new 7aa767f  Normalizing appears to have never worked correctly…
     new 5449deb  Removed extra stopPropagation() calls.
     new d67871b  callLater should now work
     new a6cecd3  This is kind of ugly and does not yet work It could be that we should subclass KeyboardEvent and MouseEvent for JS specifcally for BrowserEevnt use so the constructor does not need initialization.
     new 38349bf  Added: org.apache.flex.language.string.match org.apache.flex.language.string.search The compiler should call these in JS if the type of the parameter for String.match() and String.search() is String.
     new 06675c9  Forgot to add them to CoreClasses
     new 36cea4f  On second thought, this belongs in the Language swc.
     new e440ae9  Need to create a chain of parent event targets.
     new 64790cc  Adding DragAndDropExample.
     new 26212eb  More-or-less working, but it does not seem to work as well as BrowserEvents. Not sure why…
     new dae3a3c  Add DragAndDropExample to Maven examples build
     new 9d76666  Merge branch 'develop' into browser-event
     new c14db8d  stopPropogation on the goog BrowserEvent is needed. I don’t know if the stopImmediatePropagation on the real browser event actually does anything and I don’t know how to test.
     new 6d4b664  I’m not sure if cljs compiler will rename these. To be on the safe side…
     new f012cfa  Fix for bug where the "close" event on a Panel was not being dispatched on HTML platform. This was because the "close" event from the TitleBar was set to bubble and events do not bubble (easily anyway) on the HTML platform. PanelView now intercepts the event and dispatches its own.
     new 273526e  Merge branch 'develop' into browser-event
     new 294c3d6  Cleaned up typing of native events
     new f53e941  This should fix the target issues. I still need to add a test for targets and stopping propogation.
     new dc00fcb  Fixed ContainerTest
     new 3b2a8fe  goog.Event assumes the getter can be called on the event. Default to the super getter if wrappedEvent is not set (yet).
     new 76dd35c  Merge branch 'develop' into feature/browser-event
     new 2908e0f  Added mouseWheel and doubleClick
     new 9e15e5b  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 5224af3  A bit messy and there’s no way to currently set coordinates on MouseEvents in HTML (is that needed?), but this fixes mouse event coordinates from going bonkers.
     new 2f01c3a  Make flash work with mouse wheel, JS side should be fixed to expose delta as well
     new 2458fe5  TileLayout in JS should match SWF
     new ad58310  This needs new typedefs
     new d0ac21c  use getBrowserEvent()
     new 33df529  Added BubbleTest
     new 93ff285  Fixed fallback on target and currentTarget getters. Added setters for target and currentTarget. That should only be needed for “custom” MouseEvents. The necessity of this is debateable. Fixed DataBindingTestbed test
     new 61ef18b  This appears to be inoperative. I believe this change is correct, but it really needs a test.
     new 94bda2f  Better RTE safety with less code. :-)
     new 5a6fb13  Fixed other notifiers
     new 1e19ff5  Forgot to fix the SWF side.
     new 222f142  AccordionCollapseBead can use the same fix.
     new 981ffb8  Make mdl Menu a basic List to allow for change event, and for reading selectedItem
     new 4eb3eaf  Added code to test menu change, for some reason this doesn't work yet.
     new 397cfc1  Made the text values of Tables consistant. Fixed merging when span is after a table. These changes should be back-ported to the original TLF as well.
     new 473f9df  Merge branch 'develop' into feature/browser-event
     new a4a2bb3  Setting the default TLFFactory is now required. No dependency on StandardTLFFactory (and HTML Text) unless used.
     new 8645a4f  Made localX and localY settable
     new c3b6d32  Fixed selection of lines which are justified
     new 1644608  Make sure selected item doesn't mess with mdl styling
     new 8c2a6bc  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 840ac09  Merge branch 'develop' into feature/browser-event
     new 9767786  alpha should work…
     new 60f223a  Fixed preventDefault()
     new c166120  I’m not positive, but without this, there is likely going to be problems with variable renaming in minified code.
     new 0d9fe0c  Added delta, deltaX and deltaY for mouse wheel events Needs tests
     new 28bf352  PointUtils was missing.
     new 01bc1dd  DragMouseController now dispatches events with itself as target; useful in MXML files.
     new 96ee542  Added SingleSelectionDropIndicatorBead and used it with the other single-selection drag and drop beads. Updated comments throughout.
     new 93c980d  Fixed hasOwnProperty
     new e32fc22  Merge branch 'develop' into feature/browser-event
     new 235ce58  Changed to the normal flexible layouts
     new fd2ba63  Fixing SimpleDataProviderChangeNotifier which was broken after recent changes to DataProviderChangeNotifier
     new 0ad0cdd  Merge branch 'feature/browser-event' into develop
     new a631f06  Made JS FlexibleLayouts consistent  with swf ones.
     new 562a130  Wrong CSS
     new 6bd14d2  Added typename to Container
     new 8ce67e2  Improvement, but probably still needs more work
     new 637cb43  Added OverflowViewport for containers which require visible overflow. Changed default ScrollingViewport to the standard Viewport. We might want to make it simply “Viewport”. Right now, both ScrollingViewport and Viewport point to the same thing.
     new 498d311  unnecessary import
     new b52122d  - Fix failing Maven build of TLF module by adding CONFIG::debug and CONFIG:release to defines - Surround assert function by curly brackets in TLF debug package
     new 88c62cb  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 53ded5a  FLEX-35344 - Fix by adding to Menu IBeadController (ListSingleSelectionMouseController) which handle "itemClick" on each renderer and emits "change" event
     new 49a47f9  Add small adjustment to MDLExample Menus
     new 4dab422  Make MDLExample compiled to JS only since MDL library do not have swf part
     new 253e73b  This doesn’t compile correctly. Reverting.
     new adf157a  FontMetrics should not be scaled
     new 6066f25  The Text Engine needs to specify base offset for adornments
     new e6dc3e1  Removed extra IF statement.
     new de15fe6  Added special cursor for drag and drop operation.
     new 66ac90c  Strikethru needs this too.
     new 25ae9b1  Fix config of MDLExample used for Ant build
     new 61bb998  Fix config of MDLExample used for Ant build
     new d360e9c  try to not run SWF test if target is JS only
     new ff5cf8e  - Switch FlexTeamPage_MDL example to compile JSFlex - Clean up native TeamPage
     new 0bc728c  Split COMPILE::SWF and COMPILE::JS into separate functions. Use setDisplayStyleForLayout() for compatibility with the visible property.
     new 04045d3  FLEX-35347 - Add property "value" to CheckBox which will store additional information Update MDLExample with new feature
     new 19fa436  Fix MDLExample
     new 10be5b8  Made finding errorNS more efficient I think this fixed MS browsers Better XML errors
     new bc50901  Not used
     new a9e7458  Only layout if visible LayoutOnShow bead must be used to trigger layout when visible is set to true. LayoutOnShow added to Express Container
     new 8d6d7ca  Condition not necessary
     new 9dac303  Upgrade should wait for other beads (e.g. IDataProviderItemRendererMapper) to do their thing
     new dee2627  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new ab9384c  Condition not necessary
     new 89dc8f1  Upgrade should wait for other beads (e.g. IDataProviderItemRendererMapper) to do their thing
     new 42db766  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new c874c8e  Revert "Only layout if visible"
     new 574faa1  Use protocol-relative links
     new bdc6246  Drag and drop work thus far. Not complete.
     new 9decbb6  TLFEditor needs StandardTLFFactory
     new 3bb3f41  guess at a size if no fontloader
     new 367f8b9  change coordinate space to something expected but different from the way Flash textLine works
     new 2b2c100  fix keyboard events for TLFEditTestFlexJS
     new e830366  Fixed SimpleDataProviderChangeNotifier and renamed it to EasyDataProviderChangeNotifier
     new dcd748c  Fixed event handling
     new bf706bc  fx:Style blocks in MXML weren't working.  How did they ever work?
     new 6e55c55  try this price if we can't get other price data
     new 5277a0c  Cleaned up HTML components
     new 003ccc4  Fix typo in comments of MDL CardInner
     new 1d4eb63  FLEX-35350 - Make HTML element "table" as main element of MDL Table component which allows to add bead to it instead of "tbody" - TableCell and TableColumnt now extends existing classes in Basic module - accordingly TableCell and TableHeader
     new 2950a79  Fix typo in import of KeyboardEvent
     new 683db92  FLEX-35350 - Add missing overrides of methods related to item renderers - Use in all places element instead positioner
     new 020c1cb  UIModule and UIModuleLoader
     new 8e7c653  initialize modules
     new ba3140b  initial module example
     new f208da8  maven build for ModuleExample.  Module artifacts are not copied into the MainApp (yet)
     new 467d4bf  Setting checked state manually now works
     new 8eaaeff  Forgot to remove this line.
     new 89145f1  This should work better with MXML
     new 1d4211c  Added change event on CheckBox Fixed RadioButton too
     new ccc699f  Forgot import
     new bbbd0f2  switch to using IModule to trigger module output
     new d526a4a  revert this because it isn't needed now that we require the same IValuesImpl in the module as is in the main app.
     new bde25eb  Added support for blink alpha and blink color for point cursor. HTML does not have the same transparency support as Flash and control over alternating colors is important.
     new 65b7eb9  Update MDL Example - MDL Grid should have at least one MDL GridCell
     new 8b10930  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 7cd3093  Fix EffectsTimer test
     new 2443273  Merge branch 'develop' into feature/dragAndDrop
     new d104a2e  Simplified ToggleTextButton
     new 2ce4db3  Fixed FlexJSStore
     new 629949e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 10163b7  Update doc for MDL Dialog
     new a1f60d1  quick fix to get compiling and something displaying
     new d52d531  FLEX-35350 - THead and TBody need to be created a bit early cause MDL complaining with NPE when dataProvider is null
     new a5f14d7  Quick fix for ImageTest
     new 1fe4d2c  Quick fix for ListsTest
     new af7f5cd  Quick fix for FormExample (avoid 0 width, 0 height clipping)
     new 523eac2  -refactored ant builds of manual tests to be closer to examples, and support for 'maven_compat' from test level ant scripts. -renamed GenericTests to UnitTests and fixed some display issues due to layout changes etc
     new f51fcad  Added maven build for UnitTests
     new 932f7cb  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new ebc568a  Fixed TLFEditTestFlexJS manual test
     new f0ddbd3  Fixed a few errors in DataGridXcompile
     new e17b287  Partially fixed FormatExample
     new 3bb0e7b  “Stringables” should be assignable to XML
     new 29bef6b  Switch MDLDynamicTabsExample to JSFlex only build in Maven
     new 56e467a  FLEX-35354 - Add DynamicItemsRendererFactoryForArrayListData to allow add items dynamically to MDL Table - Bead can be used in other components - Update TabsItemRendererFactoryForArrayListData with new DynamicItemsRendererFactoryForArrayListData
     new 5b8f1c5  FLEX-35354 - Rename TabsItemRendererFactoryForArrayListData  to TabsDynamicItemsRendererFactoryForArrayListData - Update TabsDynamicItemsRendererFactoryForArrayListData with new implementation of DynamicItemsRendererFactoryForArrayListData - Update example MDLDynamicTabsExample
     new daca90f  Added helper function
     new f4276e0  Added missing pieces for TextBlock management Fixed bug in GroupElement.replaceElements()
     new f19d967  Returns parameter passed into setAttribute and setChild to enable chained assignment of values.
     new 37dc600  Forgot header
     new 885e321  Add MDLDynamicTableExample to ilustrate how add/remove items to MDL Table - Currently only adding is working. The rest job will be done as part of FLEX-35354
     new 884826e  Allow chained assignment to non-existent children
     new 641f74c  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 06213a0  Added drawing layer beads to enable the drop indicator to have a place outside of the itemRenderer space.
     new 1b1697a  Merge branch 'develop' into feature/dragAndDrop
     new a243845  change metadata was only being attached to the SWF class
     new 2609e61  Added isMobile()
     new ac29804  ClippingViewport was deprecated
     new fc3b484  Temporarily removed references to DragDrop classes while investigating build problem.
     new 6000f36  Misssing reference to DragDropJS
     new f92aba3  Fixed moving child xml between parents
     new 106f50f  Network AMF RemoteObject and Events
     new a364634  RemoteObjectAMFTest project initial commit
     new 2998b9a  Sample java blazes project to test FlexJS AMF
     new 0eec763  Update Reflection dependency to 0.9.0-SNAPSHOT
     new 74e5cc8  - Move SampleAmfWebApp to examples/amf/SampleAmfWebApp - Switch poms to 0.9.0-SNAPSHOT
     new 8bbea9c  Network now depends on Reflection
     new 1268b2c  wrap Grid in View so it compiles.  Maybe it won't run
     new aea3780  seemed to need this to build for me
     new a32d34e  ClassAliasBead for registering class aliases for AMF
     new a4a8076  build reflection before network.  Network needs reflection for AMF
     new 6e2db5a  fix up Network JS build to use Reflection for AMF
     new 2777edb  rudimentary SWF implementation of AMF in FlexJS.  Now I know what needs to be done on the JS side
     new aa48f8e  fix up build script like the others
     new de5406c  remove circulars
     new 4f2f8e3  use Basic components so we can run it on both SWF and JS and get it working for SWF.  Next up: JS
     new 91db162  different format on different platforms
     new 85ccb27  fix maven build for RemoteObjectAMFTest
     new c01c4b3  move ClassAliasBead so it can depend on Reflection APIs
     new a3cd8f2  fail sooner if SWF build fails
     new a2afa56  more messages
     new 679268f  backport amf.js and get it to use Responder instead of promises, and our Reflection APIs
     new 6240893  refactor RemoteObject and Operation to use AMFNetConnection
     new 93606e0  add ClassAliasBead
     new 34656e5  now needs Reflection APIs
     new 5d8b3e4  try returning a custom value object
     new 90e3cf8  didn't get its flexjs_wrapper set.  SimpleList seems to be extending List which doesn't seem right to me though
     new f12d90a  on SWF, we don't get an AcknowledgeMessage?
     new a2debfa  get an array of custom value objects
     new 66cc5a3  Sucessful Test strong type Value Object communication and casting
     new bba2f29  Prevent renaming when minified.
     new 849966d  I think these were accidentally addded
     new 3a7b062  remove these generated files from source control
     new 5109c40  Handle Chrome and Firefox on iOS
     new fc88736  first attempt to adjust build to create a JS-only package
     new 21af417  get scripts at batch files from compiler
     new c4184c4  get build to skip SWF output if no env.AIR_HOME
     new 814b90d  Make sure index and item are sychronized.
     new 5403f13  try release packaging based on if AIR_HOME is set or not
     new d2d4789  selectedItem should be set to null
     new 8616f4e  more info from test
     new 572b371  Observed drastic reduction of memory usage of XML objects of close to 50% (~43,000 XML objects ~37MB down to 20MB) Still opportunity to optimize _attributes Worth looking into default value for _nodeKind Currently there’s no way to garbage-collect unused QNames due to references for QName re-usage. The tradeoff seems to be worthwhile.
     new 4159881  Lazy initialize _attributes array. Observed reduction of another ~10% of memory usage. Total memory usage appears to be less than half of what it was originally.
     new 94754e0  Cleaned up import
     new 6d63604  Added method for garbage-collecting QNames
     new b217e27  try to fix build.  CI server gets a different version of GCL from the Falcon jenkins.xml
     new ccde57d  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 008ff28  Added version info for method
     new 88cd277  Changes for drag and drop support in the DataGrid, especially to provide movable columns.
     new 8432afc  Updated DragDropExample to include DataGrid column re-ordering.
     new d311cf9  Added DataGrid to the Express project; includes all drag and drop beads by default.
     new 4742928  Added an example of the Express DataGrid to the Express example set.
     new 41d3a14  Add missing license headers to express DataGridExample
     new 49585ec  Checked these files in by accident. Do not need them.
     new 0e704f9  reorg mustella java files
     new d9e8503  our own copy of results parser
     new 27eb06f  our own copy of mustella.  Only some have been fully ported to FlexJS.  See list in compile-js-config.xml
     new 688a527  checkintest now runs only js when no AIR_HOME
     new 4dd1dab  add RemoteObject example
     new 7de98aa  clean rat after release packaging without AIR_HOME
     new ae54bb7  get mustella to compile so release package can build
     new c662765  clean up release packaging
     new 8648c6f  Add a parent to mock layout parent as there's a RTE otherwise in EasyAccordionBead
     new 157927e  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new f002276  Removed the need to set flexjs_wrapper positioner is just a pointer to element unless needed to be separate Modified classes in Basic and MDL to use addElementToWrapper()
     new 21be9bc  try to fix ASDoc
     new 386dc04  Removed code for setting flexjs_wrapper in CreateJS
     new ce4469e  Removed setting flexjs_wrapper from Flat
     new 02655c9  FontAwesome too
     new 4897085  And HTML (with a couple of extra elements — still needs work)…
     new 47c7186  Merge branch 'develop' into feature/flexjs_wrapper
     new 64e9f0c  revert 235ce5860bafe7de1a5aa2ed92ea10ee1aa07674.  It caused TopContainer to actually have 0 height in Safari
     new 609f10d  missed some changes
     new 256326b  clean up
     new 7bc83e1  proper packaging for FlexJS
     new 64bcda4  Ant script to install Flash and AIR
     new 74100f0  Allow drag and drop item renderers to be more that simpkle labels.
     new 90886a1  Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
     new 1be5293  Adds missing dependency for commit 8648c6faf4819be6469c03ed4e8d516be7ecd75d
     new 72303bc  Merge branch 'develop' into feature/flexjs_wrapper
     new ad9458e  Added UIElement and Lookalike
     new fd4ffd9  Renamed getByType and added documentation
     new 49831cb  Created specialized bead for DataGrid drag and drop operations so that column re-order can work with DataGrids that also want to do drag and drop. Added events to the SingleSelection drag and drop beads.
     new d530991  get asjs build working
     new bb21a46  try to get ant all to work
     new f43c257  update build instructions
     new 6623355  clean up Royale's copy of Mustella
     new 7c51bf8  fix checkintests
     new 5813051  A bit of a rewrite
     new 86dd150  Add .md to make GitHub render the MarkDown
     new 3a1d3ab  Pre-final version, committing to check on GitHub
     new bad9a0f  Some finishing touches
     new c897ab4  Minor adjustments
     new 764a0ec  try again to fix checkintests
     new 2b5b5bf  try waiting a bit
     new 64f68aa  forgot to pick up that change
     new 7fd82e3  didn't need this
     new da29691  don't scan swcs for eol
     new 9b33767  Merge branch 'develop' into feature/flexjs_wrapper
     new 7a233a1  Moved addElementWrapper to a util package Added some docs
     new 574e259  Forgot headers
     new d06eeb2  fix up config files
     new dd5abe8  forgot closing slash
     new 4b41627  fix windows
     new 95922ad  Export duplication code to a reusable class. This is also more efficient because element is not swapped in runtime.
     new e8966bf  Merge branch 'packaging' into develop
     new 1de3fa5  exclude README.md from RAT
     new c29cc78  Updated README with Quick Start link and rewrite of ‘dependencies’ bits
     new afd1101  update release candidate script
     new 030ac07  remove vf2js
     new 313b975  first pass at replace FlexJS with Royale per Issue #17
     new 66eaec3  first pass at replace FlexJS with Royale per Issue #17
     new a4d8250  another sweep of flex replaced by royale per Issue #17.  This is hard because we use 'flex' in 'flexUnit' and in flex box css properties
     new 52de3ea  rename flex folder to royale
     new aedb95c  rename files with Flex to Royale
     new 5619797  more removal of Flex references per #17
     new 4a9920b  clean maven framework build per #17
     new 6bc3d92  Fix URLUtils
     new 8281cd0  Prevent multiple listeners and remove used listeners
     new c486fee  Prevent multiple change events for BinaryImage
     new 264f3ab  Fix URLUtils
     new e7a84d9  Prevent multiple listeners and remove used listeners
     new e5c61f7  Prevent multiple change events for BinaryImage
     new 0f485f6  get example to build per #17
     new c09970f  try to fix build
     new cfff683  Missing .actionScriptProperties file
     new 7349cd8  Changed flex-asjs references
     new a93af44  debugging build
     new 8da40d8  debugging build
     new 10703b7  debugging build
     new 1dbe153  Rename falcon-asc to compiler-asc in Maven distribution (reference #17)
     new db042d7  Rename falcon-compc to compiler-compc (reference #17)
     new 2a80bdb  debugging build
     new 831dfcf  Rename falcon-mxmlc to compiler-mxmlc (reference #17)
     new 35c8659  Rename falcon-optimizer to compiler-optimizer (reference #17)
     new 865e601  Rename falcon-swfdump to compiler-swfdump (reference #17)
     new cba7ba1  Add missing Apache header
     new 3b1be68  typo
     new d3032a6  flex-flash media query is now royale-swf per #17
     new 122856d  Switch from JSFlex to JSRoyale (reference #17)
     new e7a82da  don't need this file anymore since we aren't using Flex installer
     new a030da1  Ignore generated royale-sdk-description file
     new 3d8bccf  Fixed issue where properties of CardActions doesn't work - failed to apply mdl css classes (closed #33)
     new a353769  Prevent importing the entire MaterialIconType class
     new d407bcf  Merge branch 'develop' into feature/rename
     new 67c36df  Missed an import
     new 57b5ee8  Fixed manual tests
     new 15e3c22  Support unescaped ampersands in XML constructors.
     new d48a79d  default to royale-config.xml
     new 0b0e174  try newer selenium
     new 0a3054e  try to get geckodriver version
     new d8d8553  - Fix issue where MDL Navigation component do not emit "change" event cause MDL NavigationLinkItemRenderer didn't use proper controller which allows to do that. - Make controller ItemRendererMouseController protected in DataItemRenderer which allows to use other item renderers click event if needed (reference #43)
     new 6266f38  Fix import to royale (reference #43)
     new f6aee5a  Added PRE component to HTML project. Updated P component to set innerHTML.
     new 441b1e7  Added more ASDoc tags to components.
     new b2d97aa  Added more ASDoc to Express components.
     new 409c90c  Adding Flex2Royale example that produces a web page designed to help people migrate from Flex to Royale.
     new a86d4d2  Fix format of date string in header comments (#49)
     new 5ff7d6a  Makes the selectedDate bindable.
     new 37b243e  Fix issue where setting "href" in a custom item renderer based on FooterLinkItemRenderer causes NPE
     new ad2701b  Fix issue where link has not been used by FooterLinkItemRenderer
     new ebbcb55  Remove unnecessary null checks from FooterLinkItemRenderer
     new 760fad8  Closes #37
     new b52cb39  Added IDataProviderNotifier
     new af66a7e  selectedDate is now bindable on DateField; same as DateChooser.
     new b6249c6  Fixes #39. Not sure this is as PAYG as possible. Needs review.
     new 4ceee13  Make sure _decimals is the correct value when resetting the snap
     new 3009c59  Styling change
     new 5b2c4c3  Added default dataProvider notifier to Express DataGrid
     new 313cf14  Updating the source of an ArrayList does not change the view of the component without this change. I’m not sure why this check was there. Please review.
     new 9f09baa  Updated example to add to ArrayList
     new 1b1e4a2  Refactored StrandUtils
     new abba2d5  Fixes #39
     new c8362af  Simplified loading beads from ValuesManager
     new 8e3cf5a  More refactoring. It looks like the original code did not add the bead to the strand if it was not already added. (i.e. no call to addBead()) I’m assuming this was a mistake. Please review.
     new f5f1a2d  More simplifying of adding beads from ValuesManager
     new 24f85a9  Finishes up Basic
     new 24f1f44  Cleaned up adding beads in MDL
     new 9d20a64  Revert "Updating the source of an ArrayList does not change the view of the component without this change."
     new 9eba333  added date utility package
     new 77537b8  Better date comparisons Closes #55
     new d42a3f3  Extract mouse handling for link renderers in MDL navigation to separate (changes related to #43)
     new f835970  Made drag drop optional (drag image and drop indicator seems to be broken at the moment)
     new 3b235a7  Added rerender
     new 6dc4e5d  Added DateField to HTML5 project which uses <input type=“date”/>. On browsers that do not support this, the code reverts to basic:DateField.
     new 4ccfc82  Changed to “pointer” cursor for DateChooser days. Made the text in the dates (1, 2, etc) not selectable on most browsers. Made the non-days at the beginning and/or end of the month not selectable.
     new 9e32cb9  specify projector content debugger
     new 5d45d6b  fix compile target
     new 9d5903c  add target to fix up launch scripts
     new 9fa0f9a  no need for installer anymore?
     new 8312653  Closes #23 #26
     new 5f63e93  Added DataGridChangePropagator
     new 1c425d6  Optionally ignore whitespace in JXON parsing
     new 0614b30  Don’t add nodes other than elements and text
     new 3a4650a  Removed extra colon
     new 2072541  Fixes #24
     new 643305e  Cleaned up naming of formatter beads and added date formatters to the manifest
     new 51698f9  Fixes #57
     new a3409e6  Cleaned up strand code a bit
     new b199cb8  Cleaned up ViewManager code Added TopViewManagerView to replace TabbedViewManagerView for view stacks which have the tabs at the top.
     new 1a0f99c  Fixed version
     new ce34fc6  Make DateField non-editable. Fixes #30
     new d3716cc  Add Code class represents an HTML <code> element
     new 3bd77ef  Royale Themes Starter project - Setup initial project and only one button in place with some basic styles
     new 1e818f6  Add suggestion from Harbs comment #commitcomment-25342568
     new d9afa2b  small change
     new 6ef2b0c  Fixes #35
     new e200047  Closes #54
     new 4de8303  Renamed propagators to clarify target of propagation.
     new aea1a85  Merge branch 'data_grid_update' into develop
     new c885d32  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new b035993  rerender event is no longer necessary, that logic is taken care of by IChangePropagator implementers
     new 8d5dea9  TextInput preparation
     new 669e2ec  format code
     new 4b5f419  Textinput setup
     new 4488dc7  more removal of falcon and flex references
     new d094c71  fix release target
     new 57467e4  Use ROYALE_COMPILER_HOME for the cross-compiler because it can launch the swf compiler.  Use ROYALE_SWF_COMPILER_HOME to directly launch the swf compiler
     new 82d0b86  update package name
     new d207833  this needs to exist and have top tag of flex-config for FB
     new b0d4672  fix up config files for jsonly
     new ea75e0c  fix adding hack swc
     new 56e5211  Initial commit of cross-platform testing framework
     new da1206d  It appears to compile using ant
     new adbf38c  Fixed logo link
     new 6420cc8  Missing reference to createjs typedefs
     new 2d6110b  Moved test structure
     new 8cfdcb6  fix royale asdoc
     new ccace55  fix asdoc in correct branch
     new 027f0df  missing import
     new 07d7a07  Fixed Core tests
     new b0f00ab  Fix test order so it can run after clean. The Core tests must be run after Basic is built or the test app cannot be built. Restructured Core tests so it runs using the cross-platform test classes
     new 4d27922  Changed Basic test to use Testing project
     new 9a9feb6  Switch off Sonar plugin to check whether it causes problems with artifacts upload to maven Apache Central repository
     new cc0eaf6  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new c44f852  Added tests for date utils They actually found a bug…
     new 8a394b1  typo
     new ac0d2bf  Merge branch 'develop' into feature/testing
     new 7d8f943  try to fix js-only build
     new f8c4674  Add missing Apache headers in Testing
     new a1498d0  rudimentary localized string implementation
     new f441a31  Merge branch 'feature/rename' into develop
     new 08fce56  Make sure all target references the correct compiler target.
     new 3e77b0c  PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.
     new 3ca9108  Added missing Keyboard values
     new d47e115  Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.
     new 9899888  FIxed asconfigc file on project level
     new 2639c42  added debug config
     new 81ceeb2  Added CONFIG defines to the projects asconfig file to prevent TLF warnings.
     new 71cae47  Removed live compiler warnings in VS Code
     new 946c461  Removed another warning
     new 379e01f  Adding AccordionExample to the example list.
     new 3bd76f8  Added asconfig files for examples
     new 0d8a610  These settings should be user settings and not workspace ones so they don’t step on others’ settings.
     new 6411b8b  This file crept in by mistake
     new 12f7d34  Remove "SWF" target from asconfig.json for all MDL type of projects example
     new d86a060  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 2ad12cb  Added airglobal reference to get rid of HTMLLoader and related warnings.
     new c48c9d6  Fixed KeyConverter Added KeyConverter test
     new aa1d6c6  KeyboardEventConverterTest
     new 9b86b25  Added tests to code assist
     new 34004d6  keyIdentifier is too non-standard to be useful.
     new b04f9d4  The initial typeNames needs to be set
     new 200d4f0  Allow detection of default scrollbar width
     new 2f0b056  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9d9f7cb  Don’t parse missing data Fixes #70
     new 50a75ec  A better fix for #70. We should be adding helpful debugging code which disappears in the release build rather than adding defensive code.
     new ae38693  Disabling an element still allowed tabbing in.
     new c1cc651  First (non-working) version
     new 4ccba88  Small doc fix
     new a5066a7  Different (better?) styling in the ASDoc app
     new e036dd3  [WAST] batch script for WASTC and an early example project
     new 67b0776  Wait until childrenAdded
     new b9ee4d1  Merge branch 'feature/disable-children-bead' into develop
     new 0c8ada7  Fixed version
     new 21cbd13  Fixes #87 box-sizing was only being set for the view and not the application
     new 3dc37ce  Add ‘glue’ utility script to allow WASM to be loaded in HTML
     new c469fd7  Add license
     new ce4a197  Revert "Add license"
     new 41688bc  Revert "Add ‘glue’ utility script to allow WASM to be loaded in HTML"
     new 7832f47  Revert "[WAST] batch script for WASTC and an early example project"
     new cc46631  Modified InstallAdobeSDKs.xml to update flex-config.xml (and template) for Flash Builder.
     new 19f457f  propertyName can be a string Setting stringables should not replace the existing xml or you lose the attributes.
     new cb62cec  Setting stringables a second time caused bad things to happen.
     new 5a96d04  Remove unneccassery null check and use "dataField" for assign data to href (closes #67)
     new 77ecd3a  Added xScale and yScale
     new f158d8f  Fixed svg x/y setters
     new 887af31  Use fixed version in pom instead property for CreateJSExample
     new 7f12795  Bring back variable for typedefs version in CreateJSExample
     new 695bfa3  Fix binding warnings in ToDoListSampleApp example (closes #45)
     new 7e3eeb5  Removed some extra zeros
     new 6dd1416  isHeightSizedToContent is a method, not a prop
     new a6c194f  The check was wrong becaue we’re using ingore coercion
     new 93febf1  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 28a3a8d  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new dff9840  prevent minimization renaming
     new fd20ef5  more rename prevention
     new 9715509  Need as coercion here
     new 1689270  Changed default as coercion in HTML project
     new 723d1e8  Default in HTML should be JS output for code intelligence
     new a549c39  Cleaned up TextNode
     new 7c9ea56  Moved HTMLText to Basic
     new d73adb9  skipAsCoercions for Maven build in HTML module
     new ea21cdf  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 6b6efa6  Renamed HTML namespace to library://ns.apache.org/royale/html
     new fb1ceb9  Added HTMLElements example
     new 3931c21  Changed namespace in pom
     new b8214c3  Fixed html namespace refs
     new df72e1a  Make rect transformable
     new a71193c  Merge branch 'develop' into feature/html-namespace
     new 5e50b22  Fix urls for Dialog in MDL and update dialog polyfill to 0.4.9
     new 8c199cb  Merge branch 'develop' into feature/html-namespace
     new bbb55af  Fix open tag of flex-sdk-description template in Maven distribution
     new aec5e73  Merge branch 'develop' into feature/html-namespace
     new b45cecc  InnerHTML should be useable with the basic namespace too.
     new 4e6b66e  Forgot to commit
     new 2b6c7b0  Assigned the wrong variable
     new 6711a8d  Fixed event dispatching on tba view change
     new ae6da3c  Added failing test for MD5
     new 02bb8d7  Declare the event type
     new 087bd60  Use proper setData function so subclasses can override and provide their own functionality (such as DataItemRendererForHierarchicalData).
     new 9b9f2a0  No default text for Radio Button
     new 1fc66fc  handle no GOOG_HOME in checkintests
     new f23f2f0  Fix selectedItem set in ListSingleSelectionMouseController
     new 409df57  Add MDL TableRowItemMouseRenderer which allow to notify about selection changes in MDL Table
     new ad2c5d2  Cleaned up RadioButton
     new 9e8fc81  Added IToggleButton
     new 6ad6758  no more all target in royale-compiler
     new a84af91  Cleaned up GraphicShape
     new e0bcb89  Single selection of MDL Table row implementation
     new 74d19e0  Fix name of the item renderer in MDL mdl-manifest.xml file
     new f07931b  Fix omitted references to FlexJS
     new 80f930f  Changed element paths
     new a5da50b  Fixed namespaces
     new 668c760  Fixed the manifest
     new 36801a6  Elements should subclass group for better mxml support
     new 16b69f8  Fix to TextNode was lost
     new 45e51ad  Merge branch 'feature/html-namespace' into develop
     new fa8ecba  Missed some Div and Span cases
     new 4df823f  There should not be a need to check for element
     new b7a2125  P slipped by
     new cb5cdf2  Cleaned up elements
     new bcdb188  Em, Hr, S, Small and Strong
     new 6ec2831  Fixed RoyaleTeamPage_MDL
     new d3339b6  Added Img
     new 75610ec  Table, Tbody, Tfoot, Thead, Tr
     new 33ab0cd  Added Col and Colgroup
     new 1698d74  Added basic properties to Input
     new d6d04cb  Added Button
     new d29bc56  Hopefully these template fixes help
     new 35e2aaf  Added Form
     new 4327148  Fixed SWF build
     new 4b207a3  Added Label
     new 7f81515  Hopefully this is the last one I missed
     new 280243a  Caption, B, Textarea and U
     new ac81374  Updated NOTICE
     new a55609e  Added ISelectable
     new 81fb1f0  Merge branch 'develop' into feature/togglebuttonbar
     new 1fb8e0c  Merge branch 'feature/rename' into develop
     new 098962b  Changed signature of ValueEvent
     new b488b63  Code Cleanup
     new 6bc311e  Made childrenAdded and childrenRemoved ValueEvents
     new b25a48c  Added SingleSelectionContainerBead
     new 56aa849  Added rangeCheck
     new 70ba34b  And reference
     new 285dd6c  Index handling
     new 14918d2  Merge branch 'feature/togglebuttonbar' into develop
     new 16f3de0  Number of rows increases, event if there's one extra, so Math.ceil() is a more appropriate function
     new 171f38d  update build instructions
     new c1360d6  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 0c486b2  initial attempt at packaging all 3 repos
     new 92421d9  fix tests
     new c3e5830  stop using latest GCL in case it breaks us (which it did).  This version seems to work
     new 5dc6afa  for some reason these scripts failed because they blocked the COMPILE::SWF flags.  Not sure why it didn't fail earlier
     new b59766e  Added new DynamicRemoveItemRendererForArrayListData to complement DynamicItemsRendererFactoryForArrayListData that will dynamically remove items whenever the ArrayList dataProvider has items removed. The hierarchical data item renderer factory changes to use the dynamic item renderer factory to facilitate the open of nodes. ArrayList now includes the index of the item being added, removed, or changed into the CollectionEvent which has the index added as a new property.
     new 5f91ace  Updated the ListExample to demonstrate the Dynamic itemRenderer factory and related remove itemRenderer bead.
     new 129c438  package all 3 repos into one source package
     new 9e7e81a  Merge branch 'all3' into develop
     new 20e1e19  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 115443e  package all 3 repos into one package
     new ec7097c  forgot to add this SWC
     new 065c60e  some improvements, still WIP
     new 66819f3  try to fix jenkins build
     new a7786b0  try again to fix jenkins build
     new 9c25b2b  Only set up CollectionEvent listener when there is an actual ArrayList dataProvider present in the model.
     new dc72b0d  Ammended 16f3de0425d310271275d9b9dfd33d1b80156d1b - added fix to js side, and removed unnecessary changes.
     new 8417457  Add DisableClipBead, also make sure manifest is svg-manifest is included in build
     new 0e185ef  tune up new release package
     new e4b82f7  more improvements to ApproveRoyale
     new f8ff4bf  even more tuning of release package
     new 8a1528d  left and top got reversed
     new 2ce8f3f  DynamicRemoveItemRendererForArrayListData gets same treatment as DynamicItemsRendererFactoryForArrayListData in that it discovers the dataProvider and assigns the remove item listener when the dataProvider becomes present.
     new 26acf9c  more tuning of release artifacts
     new 5dfa96c  Override missing methods in MDL Table
     new fe0d68a  Update MDLDynamicTableExample and show add/remove
     new 9c1b63c  handle not having fonts folder
     new 6039b96  try to maintain execute bits in tar.gz
     new 30599f8  first cut at npm
     new b704800  Adding the name that's currently the default for windows
     new 62dfceb  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new a7f90b3  Added initial version of TreeGrid, a Tree+DataGrid hybrid component. Modified TreeExample to demonstrate TreeGrid.
     new 12ac9bd  try again with npm
     new 3764e6b  shouldn't need these any more
     new dafa80a  add Using section
     new 3b304a0  Updated the Slider by moving the layout into its own layout bead (HorizontalSliderLayout) and fixing some calculations. Added a VerticalSliderLayout. Mouse tracking on HTML/JS an issue. VerticalSliderLayout not fully working yet.
     new 84e7b3b  Add test overflow beads fixes #77
     new e92c79a  not needed as it's listed in the manifest
     new 41972b3  remove uneeded parameter
     new 4460a05  Slider updated with new layouts and tracking algorithm. Addresses GitHub issues 81, 82, 83, and 84.
     new ff5e475  Changed slider symbol to something more generic that works with horizontal and vertical sliders.
     new 357a16e  hack in source attachments
     new f7d6724  default to LanguageJS since JSOnly packages don't have a Language.swc
     new 23c00b3  Add DynamicRemoveAllItemRendererForArrayListData
     new 7b89f3c  Added first version. User will need to feed the browser path after they launch eclipse, until we find a better solution.
     new 915a4e7  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 1be8895  Added HSlider and VSlider to Express package.
     new eb358af  Add DynamicRemoveAllByNullItemRendererForArrayListData
     new 3b9e38d  Fixed Rectangle.contains method
     new e04299c  First implementation of ThrottleBead
     new 8e54a22  Check in to preserve work. Have basic classes and interfaces working. TreeGrid is TO DO.
     new 294fc29  Fixed version number.
     new 8c1dbe8  Fixed typo.
     new 7709edc  Merge pull request #97 from justinmclean/button_text_overflow_II
     new 7b55557  prep new release candidate script
     new 1e3e947  Create GIT-TEST.txt
     new feed138  Add license header
     new a858f8d  allow either child tags or html content
     new 32765b6  components and example of RoyaleWebSite
     new 2ce410b  tune up maven build
     new cd428d7  raw html version
     new 24b09c7  Add beads related to List item renderers
     new 86e9f3a  Fix MDL Restrict and TextField
     new 1c6485b7 Add MDL NonEmptyTextField
     new d182d4e1 prep new release candidate script
     new ea349da  try to eliminate dependency on actual environment variables.  This should get the compiler to substitute playerglobal.home from the additional compiler param
     new 0d242e4  missed one
     new 53d533b  fix more areas where we depended on actual environment variables
     new bfa30a4  change to innerHTML as the special property.  requires compiler update
     new ad357d8  put second icon on separate line
     new 538d6b2  Create royale-sdk-description
     new 59b37eb  Test Commit
     new 77a7c5f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 1770daa  Fixed compiler warning
     new bf10c27  Fix flex-sdk-description and royale-sdk-description for Maven distribution build
     new 1391558  Remove unused controller
     new c3008e7  First version.
     new 8016941  First version where mask bead takes over an existing element and turns it into a mssk
     new 4bbf63c  Add output-targets to sdk-description file
     new e6278f9  Bring back original state for flex-sdk-description file
     new 00bbbca  MaskBead now changes svg element into a mask definition instead of attempting to draw mask using path.
     new fa25395  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 00ef033  Implement set positioner on IUIBase implementers
     new 9089c75  more fixes for release script
     new b22a1bc  fix up scm info
     new 7721fcd  refactor rc script to try to pull sources from maven staging
     new db8b85c  fix up rc script
     new 3de24ad  Create jsonly description in case of asjs (SWF + JS) build
     new 0fa9149  [maven-release-plugin] prepare branch release/0.9.0
     new ba4e27f  [maven-release-plugin] prepare for next development iteration
     new 4ab94fa  Change place of cration for JS-only description in royale-asjs build
     new 0d166c1  Create js only description in temp folder before zipping
     new e8faaac  Fixes issue with retaining selection and rollover using the Dynamic beads for ArrayList.
     new 9b10f83  make_branches worked on dryrun
     new 5d226b9  make_branches seemed to work without pushing
     new ce9e35f  more improvements to release script
     new b3c3967  Fix path for created js only file description
     new 6f63a9f  compiler script appears to work now.  next up is typedefs
     new 87d5891  asjs seemed to work as well
     new 44b90fd  Merge branch 'develop' into CollectionData
     new 4bf4b6c  Added string utils
     new c5813bb  maybe it will work now
     new 4dd1131  need this with prior commit
     new c6d672c  use dash instead of dot
     new dad3961  Revert "[maven-release-plugin] prepare for next development iteration"
     new 39f525f  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new a5f0ce5  [maven-release-plugin] prepare branch release/0.9.0
     new 5c9802a  [maven-release-plugin] prepare for next development iteration
     new cf4c7f4  [maven-release-plugin] prepare branch release/0.9.0
     new b869bbf  [maven-release-plugin] prepare for next development iteration
     new 9ad5cbf  Revert "[maven-release-plugin] prepare for next development iteration"
     new e3e6870  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new 0849c9e  Revert "[maven-release-plugin] prepare for next development iteration"
     new f71679a  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new 6937e6f  more debugging
     new 883bf62  [maven-release-plugin] prepare branch release/0.9.0
     new 332216e  [maven-release-plugin] prepare for next development iteration
     new ed085d1  more fixes for rc script
     new b109196  Revert "[maven-release-plugin] prepare for next development iteration"
     new 4642536  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new f9b59af  [maven-release-plugin] prepare branch release/0.9.0
     new 8bfbbb4  [maven-release-plugin] prepare for next development iteration
     new e94026f  Revert "[maven-release-plugin] prepare for next development iteration"
     new f7620e9  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new d58125d  This should fix it
     new bb9f4d9  [maven-release-plugin] prepare branch release/0.9.0
     new 7014578  [maven-release-plugin] prepare for next development iteration
     new e44164d  Updates to the ICollectionView classes and Tree classes.
     new f1ad369  try to fix spaces in path issue
     new b0be672  more fixes to script
     new 7e586e2  Merge branch 'develop' into CollectionData
     new fac04fd  Reset DataGrid work prior to ICollectionView work. Will integrate DataGrid with ICollectionView later.
     new 10439fe  handle path with spaces on Windows
     new 11f70ae  Reset the TreeExample (removed in-progress TreeGrid work for later).
     new 1419d75  Fix issue where DataGrid column width were not in sync with header width. Other parts DataGrid like DataGridButtonBar is using also FlexLayout.
     new 4888e92  try svn up before staging
     new 1041ac7  Revert "[maven-release-plugin] prepare for next development iteration"
     new ce1e69e  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new d65b09c  remove references to 0.8.0 and update to 0.9.0 if necessary
     new 6b1a779  add version management to rc script
     new 6cb3656  update copyright year
     new 67d5f2c  maven adds these files
     new 89d5cd5  fix up approval script
     new 87cf1ae  fix typo
     new 971df80  [maven-release-plugin] prepare branch release/0.9.0
     new 46686b3  [maven-release-plugin] prepare for next development iteration
     new dad13d3  Revert "[maven-release-plugin] prepare for next development iteration"
     new e0e5933  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new 49d6606  [maven-release-plugin] prepare branch release/0.9.0
     new 0cada6e  [maven-release-plugin] prepare for next development iteration
     new bf6c3ac  Revert "[maven-release-plugin] prepare for next development iteration"
     new 099dff3  Revert "[maven-release-plugin] prepare branch release/0.9.0"
     new d7d9671  [maven-release-plugin] prepare branch release/0.9.0
     new 6aa4f5d  [maven-release-plugin] prepare for next development iteration
     new 2a16bde  remove SNAPSHOT from compiler-build-tools versions
     new 4d41d6f  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc1
     new 0886599  [maven-release-plugin] prepare for next development iteration
     new ff77e90  commit other file as well
     new 0b6a6fc  add way to prevent posting an rc
     new 406f015  more tweaks to rc script
     new 2f8a9ab  Created DataGridCollectionViewModel to complement DataItemRendererFactoryForCollectionView to enable dynamic DataGrids.
     new 200b131  Updated DataGridExample to  show how to make a DataGrid that responds dynamically to changes in its dataProvider.
     new f9b4088  Update README.md with instructions about npm installation on Windows Update .gitignore
     new 3734020  build maven artifacts as part of approval
     new 52e9961  more ideas of post release merging
     new be80c93  Corrects the slider thumb position based on the mouse.
     new 7d447f3  update other poms to next version
     new d6e226a  Add basic project files
     new 74a4c12  Add Moonshine IDE files to simplify opening examples in that IDE
     new 02f0dd4  Adjusted calculation to remove unnecessary offset.
     new 31c93e0  Make GraphicContainer mxml enabled. Still half-baked.
     new 24a6d56  test commit
     new 7dd5d4a  test push from sourcetree (first)
     new addce05  Add missing header to MDLExample and remove as3proj from CordovaCameraExample
     new 8a04bb6  Added missing headers to Basic module FB files
     new a2473d9  Clean up all hard coded paths in Moonshine IDE files
     new 0f770cd  Revert "[maven-release-plugin] prepare for next development iteration"
     new 41981d8  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc1"
     new 81b276c  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new 830e870  It looks like it was missed and it won't be changed automatically - If I'm wrong revert please
     new 626cb62  Once Again changes to 0.9.1 - Revert if I'm wrong
     new 1d31f1a  remove className="DynamicGridColumn" to fix compilation of DataGridExample
     new ca6f7c8  fix RoyaleThemes example and include Slider. Include example in example/royale modules list to compile
     new e8ee330  GraphicContainer - make sure child instances are initialized in mxml.
     new bc02233  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 1758af5  Revert "remove className="DynamicGridColumn" to fix compilation of DataGridExample"
     new 5ddac18  Scrollbar layout bead was not being saved after being created nor was it being activated on scrollbar resize.
     new e500c10  try to script updating develop branch poms from profiles that are not active when release branch is cut
     new 224fbed  more tweaks to release script to try to handle versions in maven
     new 2955a16  Need to test for String type first.
     new 2b69d60  Revert "Once Again changes to 0.9.1 - Revert if I'm wrong"
     new eb6c449  Revert "It looks like it was missed and it won't be changed automatically - If I'm wrong revert please"
     new ad64c2b  Revert "update other poms to next version"
     new 103a60f  fix up poms in hopes that the versions plugin will find all places we use the version
     new 935e724  try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday
     new 475cb40  renames it isn't seen as a duplicate project
     new d141472  add this so it sees the projects in this folder
     new 3240b6d  this seems to update the dependency versions
     new e224601  run in the examples folder.  versions:set seems to climb to the root no matter what folder is specified
     new 6d6b8e9  update more versions
     new 2a4c306  allow use of set-property
     new b5cbeec  update versions in example pom
     new 9dacdd2  update archetypes to make it easier to update versions
     new e6d3785  fix pom
     new b6cb664  more tweaks
     new ac9b996  update versions in distribution
     new 3e5a7c3  see if this will update all develop poms
     new 83261b4  Revert "update versions in distribution"
     new c3a1f09  Revert "update versions in example pom"
     new 795872e  Revert "update more versions"
     new 74eff11  add Testing
     new d8503d7  Testing doesn't build on Maven
     new c33a40f  update other poms to next version
     new f33f20f  seem to have a script that updates almost all version numbers
     new cdd089b  fix pom
     new 58776c8  update archetypes to make it easier to update versions
     new 945643b  Update README.md with instructions about npm installation on Windows Update .gitignore
     new d3a0aca  Need to test for String type first.
     new 77ee236  fix up poms in hopes that the versions plugin will find all places we use the version
     new cadc78b  try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday
     new bf45d4a  renames it isn't seen as a duplicate project
     new d6b1daa  add this so it sees the projects in this folder
     new 26e3ff0  allow use of set-property
     new 703dc29  somehow this was already at 0.9.1
     new f7a2e48  remove snapshots in order to test prepare step
     new c0d033a  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2
     new 797de65  [maven-release-plugin] prepare for next development iteration
     new 6dc0003  [maven-release-plugin] rollback the release of org.apache.royale.framework-0.9.0-rc2
     new fd72dd8  disable amf server until we figure out how to get it to deploy on builds.a.o
     new 68a8cae  set compiler versions via property
     new e59dad1  get this to compile again
     new 95dd8e0  Revert "remove snapshots in order to test prepare step"
     new d4bc680  use properties
     new 77de773  fix versioning of release poms
     new efaf04a  Fix issue where DataGridPercentageView messed up with DataItemRendererFactoryForCollectionView. Clean up View by removing unnecessary duplicated code from DataGridView.
     new fb2d1e6  Update DataGridExample with latest fixes in DataGridPercentageView
     new 378f9ee  Fix signature method implementation in DataGridView
     new 35ece56  Fix signature: Use interface in DataGridView instead class
     new ca37318  change package names
     new 68e6700  Add AlertExample
     new 4e7574a  Add AlertExample to Maven build
     new f07bc43  Fix flash player version in pom of AlertExample
     new 58f56c7  Forgot parent in pom of AlertExample
     new f0c2582  Clean up Alert component.
     new f8621d6  User in Label TextNode instead innerHTML for the "text" property
     new a7cb128  Fix issue where updated item in DataGrid was actually added instead of update
     new c0d96e0  Use FlatJS so it is always around for js-only configs
     new 045d11c  update README to mention how to use bin-js-swf package
     new 5cbf4a3  Updated TreeGrid to use CollectionView and simplified it to use a combination of TreeGridColumn and DataGridColumn.
     new 5d5e2b5  Updated TreeExample to use TreeGrid.
     new 49454bb  update license and headers to reflect that these examples are ports of Google examples
     new 25a6709  start to handle new package names
     new cf7821b  fix manual test maven build
     new e959752  get this module to build with maven
     new 2c8ac36  add profile to build manualtests
     new c9a3c5b  try to fix amf server deployment so we can include it in the CI build on builds.a.o
     new f8d2670  try to fix amf server deployment so we can include it in the CI build on builds.a.o
     new fa97145  try to re-enable amf server build to see if it can deploy
     new bb23ee4  forgot to change version
     new 4d4d37f  fix source folder
     new 7a9f373  fix source folder
     new d431663  add more profiles
     new 587d58e  sync up approvalscript
     new 97dd1ed  remove AngularExample until someone makes it compile and run
     new b0cd7ed  remove MDLBlogExample and MDLExample until we can figure out how to handle the CC-BY content
     new ff6af4c  remove SNAPSHOT from compiler-build-tools versions
     new 90b4dbe  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2
     new 54585c6  [maven-release-plugin] prepare for next development iteration
     new 34d5007  add warning to close browser
     new 73ddd62  use new bin name
     new 66714dd  remove MDL from LICENSE
     new fe4f0aa  add flash switch
     new f64d9ee  Revert "[maven-release-plugin] prepare for next development iteration"
     new 0cc0690  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2"
     new 1c4caed  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new 190ba2f  remove another reference to MDLBlogExample
     new 4a76417  sync up releasecandidate script from develop branch
     new 794ff3f  remove SNAPSHOT from compiler-build-tools versions
     new 99bc238  update other poms to current version
     new 277d3fe  remove another reference to MDLExample
     new f755e35  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new 392e783  Revert "update other poms to current version"
     new a6a0a46  shouldn't need this anymore since we use profiles in prepare
     new 67c7559  remove SNAPSHOT from compiler-build-tools versions
     new 5b68129  DataGrid now defaults its model et al to support Array dataProvider; for other data types, change the beads or use the new .DynamicDataGrid style for convenience. Style class names fixed for DataGrid, Tree, and TreeGrid.
     new 67b81a3  Updated DataGridExample and TreeExample to reflect style improvements as well as showing standard (Array) DataGrid and DataGrid with dynamic beads.
     new 0d5df4c  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2
     new df7fdcd  [maven-release-plugin] prepare for next development iteration
     new e177126  Revert "[maven-release-plugin] prepare for next development iteration"
     new e1276eb  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2"
     new ab8bc36  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new 8db0543  Revert "shouldn't need this anymore since we use profiles in prepare"
     new d235e77  remove SNAPSHOT from compiler-build-tools versions
     new e09505e  update other poms to current version
     new f8b0630  use parent like everybody else does
     new ef7d3b0  go back to using version like in examples/royale
     new ad547ef  go back to using version like in examples/royale
     new 33db487  Revert "update other poms to current version"
     new 1e8cdd0  Revert "remove SNAPSHOT from compiler-build-tools versions"
     new 2a3a890  remove SNAPSHOT from compiler-build-tools versions
     new d9af686  update other poms to current version
     new 50452dd  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.0-rc2
     new 22b7416  [maven-release-plugin] prepare for next development iteration
     new 1230ea8  forgot a few things from royale-typedefs
     new dd11528  add events to Button because it has difference class hierarchy on SWF so it doesn't get it from UIBase
     new f8dbae1  fix build
     new 9e6f607  Had border style setting backwards for Flash Player.
     new 80148d9  Was failing when run on HTML platform.
     new e80f343  Revived DataGridLayout and DataGridPercentageLayout. Moved DataGrid’s layout into the layout beads. Moved some hard-coded settings for DataGrid and TreeGrid into defaults.css for better flexibility. DataGridPercentageView is now obsolete.
     new 5671907  Updated DataGridExample to use DataGridPercentageLayout.
     new a16476d  Improved ListExample.
     new 408a442  I thought I'd already changed this
     new a96126f  DataGrid (and TreeGrid) is better at understanding percentage sizes. Gave DataGrid a default size. Updated DataGridExample.
     new 15ef7f3  update version to 0.9.1
     new 7853ea7  update version to 0.9.1
     new ff6b54e  update version to 0.9.1
     new 6b1f200  Merge branch 'release/0.9.0' into develop
     new 9457e92  latest updates to releasecandidate script
     new cdea0e2  missed this on the merge
     new 4957d90  Fix npm module name
     new 070e555  setup npm for next release
     new ac8bfda  Make contact protected to give opprtunity to extend ContactImageChip bead
     new 085a2d5  Add imageWidth and imageHeight to ContactImageChip to have more control on the image part of MDL Chip
     new 5024507  Add support for @apache-royale org; Add npm publish scripts; Fix royale-js-swf package so that it installs correctly.
     new 1cf8f8a  Fix npm commands
     new 3eb10e4  Make _imageWidth and _imageHeight protected to allow sub class use it.
     new 34dc31a  Patched event bubbling on the JS/HTML platform.
     new c417753  Updated DragAndDrop project to account for ICollectionView and changes to event bubbling.
     new e5dcddd  Improved the DataGrid for Express and the Express example.
     new 5ac0fae  start copying from doc template
     new a5fe4ba  make beads the default property for application
     new 14b3e47  binding event for DG selectedIndex
     new 13ecd04  Add publish.js node script
     new 2328ad0  Merge pull request #115 from apache/feature/npm-release-scripts
     new d2434b4  Fixed positioning and display of drop indicator for SWF platform.
     new 6ad062b  GitHubCommitViewer source for tutorial
     new 98f405e  try to fix build
     new 6215ade  should use typenames instead of classname to avoid being overwritten by app dev
     new 9c82e73  update site components to try to use them in asdoc
     new 8f31e43  put custom fonts in template
     new 6cd45fe  refactor example to use new components and remove clutter
     new edef66c  handle display specified in stylesheets
     new 87ba068  tune up site components
     new 6b941bf  make ASDoc look a bit better
     new 026ff12  try using padding instead of fixed height to center text vertically and handle different font sizes
     new 41eb804  AlternatingBackgroundColor renderer
     new 818c715  use typenames
     new bd31916  use hash anchor links
     new 71484c4  simple routing for JS
     new f36cdb5  implement routing in ASDoc
     new 77d84ac  Merge branch 'feature/royalesite' into develop
     new c25e23d  add RoyaleSite
     new ab4b08d  try HashBang
     new eeb9e4a  more tweaks to ASDoc
     new c7fc63e  wrong version
     new 9e6e361  more tweaks to asdoc
     new bf0dfe8  tweak top 3 detail lines
     new 7a6b265  fix up more detail entries
     new 46be711  fix asdoc maven build
     new 031a52f  fix inheritance links
     new fd4648e  fix multiline
     new 8eeccd3  more tweaks to ASDoc.  Next up details for methods
     new 7c9d517  more tweaks
     new 1fcfd72  handle events
     new 7cc167b  jump to details (via hash as well)
     new a2b71eb  Modified Express version of the DataGrid to handle both Array and ArrayList in the dataProvider. Extended DataGridColumn definition in Express to set columnWidth as pixel or percent.
     new e172956  search for class
     new 8aacfe5  add express components
     new 2543b61  format some attributes differently
     new a8d9a02  tweak margin
     new d4f8ec7  format examples better
     new d2e3a13  Updated DataGrid examples to use new additions to the Express DataGrid package.
     new f69e957  Fixed alignment of inline details
     new 3380f32  Made search case insensitive
     new 16a72bd  First step of getting this to work in release
     new 47b5f4b  fix example
     new d17197e  switch to using JS APIs instead of SWF
     new 651b8a8  ASDoc for JS found all of these issues
     new 059440c  Make link protected to have it available for custom MDL FooterLinkItemRenderer
     new 6282e13  Added NestedStringItemRenderer which can handle dataFields such as: dataField=“record.address.city”
     new c450403  try to fold in latest NPM info
     new e945423  update release notes
     new 58c0a4d  point to update pages
     new 1b9b20c  try using profiles to rename version in branches
     new 4fa0e79  [maven-release-plugin] prepare branch release/0.9.1
     new acf0131  [maven-release-plugin] prepare for next development iteration
     new d93b455  Revert "[maven-release-plugin] prepare for next development iteration"
     new 96dcfad  Revert "[maven-release-plugin] prepare branch release/0.9.1"
     new 3cd13df  clean up pom
     new ca2fa27  fix maven build
     new d8bf811  add GitHub example
     new f8bfcff  try this to update all versions
     new c370b8b  [maven-release-plugin] prepare branch release/0.9.1
     new 1845eae  [maven-release-plugin] prepare for next development iteration
     new a56f88a  update other versions in poms
     new 8728484  Revert "update other versions in poms"
     new 6f7ea23  Revert "[maven-release-plugin] prepare for next development iteration"
     new 6687290  Revert "[maven-release-plugin] prepare branch release/0.9.1"
     new e9f22c7  [maven-release-plugin] prepare branch release/0.9.1
     new eec20e6  [maven-release-plugin] prepare for next development iteration
     new e4a9ee6  asdoc vscode config
     new b4b8319  remove rest of files of mdl examples
     new 884cc31  remove SNAPSHOT from compiler and typedefs versions
     new ffad879  update other poms to current version
     new 2232490  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.1-rc1
     new b1ba6f6  [maven-release-plugin] prepare for next development iteration
     new 4e3a875  need to use 2.5 and do it in a specific order.  Otherwise if compiler is changed first later set-properties can't find the compiler artifact since it is asking for a newer version
     new df60266  no MDLBlogExample
     new 7c245ab  a few fixes
     new c5f9396  Remove unncessary import
     new e6c0cb0  New NPM based Royale-CLI tool
     new b9a1b32  Fix path of post install script for js-swf npm package
     new f7af3ad  Added VScrollViewport
     new 381b059  Cleaned up VScrollViewport
     new 18b4a49  update version to 0.9.2
     new 06248ac  Merge branch 'release/0.9.1' into develop
     new de9bbee  Update .gitignore
     new 1319722  fix rm script
     new c06ad5b  wrong versions
     new 5d1622f  final adjustments to npm publishing
     new 0702b0f  Merge branch 'release/0.9.1' into develop
     new 1215f61  fix up versions
     new 56bf90c  switch from MD5 to SHA-512
     new 423e26a  try to fix asdoc build
     new afe6a2a  JS fixed row height virtual lists
     new 23f0bf1  example for fixed row height virtual lists
     new 1ef1b8b  fix SWF-side virtual lists
     new 913394c  virtual list example
     new 3869e96  Introduces DividedBox components: HDividedBox and VDividedBox along with sub-components and beads. Includes DividedBoxExample.
     new 32b3bab  Removed unwanted commented lines of code. Added event declaration for initComplete.
     new c3aedaa  mention virtual lists
     new 6357c69  Changed from using className to typeName. Changed the graphics of the DividedBoxGripper to be more traditional. Added direction-specific DividedBoxView beads to be more PAYG.
     new 99d9c89  Figured out a better way to load the divider classes per divider type: declare in CSS and load via ValuesManager.
     new a8140ab  Removed the direction property from the DividedBoxModel and DividedBox component.
     new fa2c39e  Refactored DividedBox et al into DividedContainer to make more general.
     new c8cca4d  Add auto reload functionality
     new 3db5fa7  Fix post installation cleanup paths during js-swf install
     new b99840a  Remove unnecessary code
     new 0676ad5  remove unnecessary files
     new da187a2  Fix how we listen for bin directory changes
     new 0c82813  Code clean up, add comments
     new 455fbff  Fix README.md; fix help messages, cleanup comments
     new 0d9bb2c  Update README.md
     new 9108943  Add license header
     new a5055fc  Added DividedContainerExample to main examples build.
     new d3929a2  Merge branch 'feature/DividedBox' into develop
     new d56523d  Merge pull request #118 from apache/feature/royale-cli
     new 2a5cd09  remove RoyaleThemes since is no longer valid. This will be replaced for Vivid at some point in time
     new 8b1d42f  remove RoyaleThemes in examples/pom.xml
     new 75db64e  fix maven compilation. Missing license header in cli readme file
     new 59f83f7  Update url of svg file in LICENSE
     new 72b67d9  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 7f16aa9  Not working yet
     new 2d7eb3c  Add Moonshine project file to RoyaleWebsite
     new 0815198  Remove customSDK from RoyaleWebsite.as3proj configuration
     new 4643a0e  Working example of ace editor, lots of cleaning up to do and also need to put classes in a separate package
     new 5adf697  Fixed XMLList.toString()
     new 533b74f  Cleaned up VScrollViewport
     new ae9b650  first cut at generating VO's from JSON
     new 50bb73f  get rid of our fake VOs.  We will use generated ones
     new 47890fc  add JSONReviver
     new 242089d  use JSONReviver for keys so they are guaranteed to match.  Add [RemoteClass] metadata
     new a180ee3  add four generated VOs and one we created.  The four have been edited to add [Bindable] and computed fields
     new c78dce3  update ASDoc to use generated VOs
     new ec8094f  generate getter/setters with optional binding events instead of plain vars because export statements don't work for vars since an export creates a reference to the renamed variable.  If the renamed variable is given a new value then the export reference is broken
     new 50d940c  The reviver works bottom up so you have to copy properties when replacing a plain object with a class
     new ef456b9  swap out public var for getter/setters.  Public vars don't handle being assigned by name from MXML
     new bccff27  turn off type-inferencing for now.  It looked like it was generating bad code around VO initialization
     new 006f6b1  need to use common base types in the loops
     new 6a039fb  add license headers to new ASDoc classes to fix maven build
     new 7bd5b87  No need for a special application.
     new 5fe8ee8  Fix valueOf() of empty XML elements
     new aacd60b  Fixed toXMLString() of CDATA sections
     new 33db829  Fixed #123
     new f09b73a  Updated RELEASE_NOTES
     new bb5499b  Added .md extension to RELEASE_NOTES
     new aa03fac  Revert "Added .md extension to RELEASE_NOTES"
     new 1fa0394  sweep of frameworks for public var usage.  Suppressed warning at project level for TLF, Text and XML
     new b4f67a5  Fix failing MDL RestrictTextField in some scenario where strand is not yet setup
     new bda2745  Added md extension to RELEASE_NOTES
     new 6a9c949  Added build status badge
     new df64863  The badge should point to lastSuccessfulBuild
     new e480b70  Added RELEASE_NOTES.md to Ant RAT check
     new 2dd5941  Added simple pop-up Menu.
     new e1398bb  remove * selector and use global as the 'browser defaults' for SWF side.  Set default font-size to 16 and use serif font to match FireFox, Safari and Chrome.  Set default control font size to 11px Arial to match browsers as well
     new 146aa4c  checkbox and radiobutton were not pcking up styles correctly
     new 7337e94  The browser defaults of serif and 16px are undesirable and unexpected for migrating Flex users.  Add a basic.css theme with the type selectors that override browser defaults.  More type selectors might be needed as we scrub the examples
     new fff09e0  Express doesn't need * selector either
     new 2e1c8c0  fix lookup
     new e7c3769  fix up styles after changing lookup
     new 0271a9a  need more typeselectors to get default font in most places.  We don't really want to inherit a font family from application in case other component sets are being mixed in
     new 859cce6  need more typenames in order to set defaults
     new d92ca0f  fix up ASDOc after style lookup changes
     new 306bf9b  remove exclude-defaults-css.  Shouldn't be needed anymore after we took out the * selector
     new b5d6b0a  get rid of GCC warnings on this class
     new ed0a0b4  create a PopUpList that encapsulates the styles needed for floating over the view
     new 7a631d3  should use typeNames instead of className.  ClassName can be swapped out by the user
     new 6c9e27a  ant build for MDLDynamicTabsExample
     new cf255ee  switch to PopUpList and clean up
     new 9af2ca4  turn off default theme
     new 2815145  move some more visual styles to theme
     new 4d298a1  MDL shoudld turn off default layout
     new 5db1e78  no commas in classname list
     new dfc85d6  watch out for private property collisions in JS
     new 53db8b9  default Group to 1 pixel border width
     new bc71108  fix up typenames for labels
     new e41c70d  use global selector properly
     new 5db5c2c  clean up warnings
     new a78edcb  for Maven, basic.css becomes BasicTheme.swc
     new 62fbd92  use BasicTheme in examples that need it (not MDL, for example)
     new 16f0b2a  get api lists from both swf and js.  swf-only shows up as red, js-only as green, if available on both platforms, is black or anchor-visited color
     new 8345254  put up a loading screen while class data is loading.  Fake some data for EventDispacher so ASDoc looks more complete.  Fake a few methods to look like they exist on both platforms (which they do but our ASDoc doesn't process those external base classes)
     new 192a644  new beads to try to get search indexing to work
     new 07339fa  more work to try to get search indexing to work
     new 9853255  Cleaned up and documented ObjectMap
     new 5544056  Fix MaskBead for non-chrome browsers
     new 6c3771a  Starting to fix ACE package
     new 0c95d60  Fix MaskBead for nom-chrome browsers
     new d5f1c0f  MDL: - Move typeNames to constructor for all components - Add helper for MDL addOrReplaceClassName which allows adding css classes to className without removing anything (reference #124)
     new 3784220  Fix royale-sdk-description.xml for Maven distribution build (reference #125)
     new c01ebc2  Fixed classNames in MDL button
     new 18610d3  fix royale typedefs as stated by Josh (https://github.com/BowlerHatLLC/vscode-nextgenas/issues/170)
     new 373cc37  Adding MenuBar and CascadingMenu components.
     new 6303d38  Adding MenuExample showing pop-up menus and MenuBar within a Panel.
     new 28ecca2  fix other files"
     new 407f6e1  Switch MenuBar default menu class from Menu to CascadingMenu.
     new 54b8a72  Changed the default menu class for MenuBar back to the simpler Menu class. Removed the “menuClass” attribute from MenuBar in favor of a menu factory bead. Added CascadingMenuFactory and MenuFactory beads with MenuFactory being the default. Updating the MenuExample to show how to use CascadingMenu with MenuBar as a bead.
     new 02345a9  Mixing native elements and Royale elements
     new 9057833  Add computeFinalClassNames function which concatenates _className with typeNames (reference #124)
     new 8119910  Example of usage computeFinalClassNames in MDL Button and Card (reference #124)
     new 5a92085  Alternate way to compute class names
     new 02d3b2c  move ContainerUtils into ValuesManager so that we can use getComputedStyle on JS
     new f21d7f2  Remove trimming from computation of class names (reference #124)
     new 83841f0  update release_notes"
     new e526d5f  theme support in release notes
     new 8f26771  Merge branch 'develop' into feature/type_names_class_name_issue124
     new 60b7397  add fixed maven distribution to RELEASE_NOTES
     new 410491b  Add link to issue #125 related to Maven distribution fix
     new 75fa06d  Apply computeFinalClassNames function to MDL classes (reference #124)
     new ddf9faa  Merge branch 'develop' into feature/type_names_class_name_issue124
     new 8d96b4c  Merge branch 'feature/type_names_class_name_issue124' into develop
     new 593e3b4  Created mxroyale tests for Mustella. Limited tests to just a Button.
     new ebb4712  switch fragment to use $ as delimiter instead of / in case search crawler gets fooled by slash or was encoding it and fooled the EscapedFragmentBead
     new 869b486  Assuming we stick with CSSClassList
     new dc117d2  Switch map co-ords in USStatesMap example so as to fix licensing issue.
     new a11c8b4  Restored test directory. Now passes.
     new e8acab4  Copied some MX tests from flex-sdk to start mx/spark emulation work.
     new 4cbf6d3  ant and maven build scripts for MXRoyale.  Probably needs more tweaking
     new 40cc398  first cut at UIComponent.  Doesn't compile yet
     new 50fa081  Added targets for mxtests (MX and Spark emulation).
     new 17e421f  getting closer to compiling without errors
     new 4723765  Added Button.
     new fa0fee1  Replaced Flex [Event] with Royale ones.
     new 193352b  Added Label.
     new 3334e48  Added Image and TextInput.
     new 2bc1db0  Added CheckBox.
     new b5d6fa2  vscode files for basic and lib and theme
     new f582c28  basic button was not getting typeNames = "Button"
     new 234ba18  Added RadioButton and RadioButtonGroup
     new 3613119  need TextLineMetrics
     new a38ae11  need to make the backing variable protected so subclasses can override behavior
     new 7227ffb  clean compile of UIComponent.  Need to fix up pom for Maven, then get it to run
     new 8a386ae  mdl vscode sdk config
     new ec5c1c8  maven build for MXRoyale
     new 3246611  add MXRoyale to Maven build
     new 7da4f9d  get Label to compile
     new 8ab8ef4  add MXRoyale to flex-config
     new 01d8d16  suppress warnings
     new 551d74e  change the 'document' property in UIComponent and elsewhere to 'component'.  The 'document' property was conflicting with the browser's document object.
     new 518ac16  get MXRoyale App to be a valid container like it was in Flex
     new 825a1ab  update links for asdoc
     new fa8d43d  use coords from https://commons.wikimedia.org/wiki/File:Blank_US_map_borders.svg
     new ccdbac4  use a set of coordinates that are more clearly public domain
     new 7b94007  TextInput compiles. Added missing components to manifest file.
     new d3544c4  RadioButtonGroup compiles. Added ItemClickEvent.
     new e2c6253  Button, RadioButton compile. Fix for RadioButtonGroup.
     new 92e0e15  fix approval script on windows
     new 2ea987c  [maven-release-plugin] prepare branch release/0.9.2
     new f7d0389  [maven-release-plugin] prepare for next development iteration
     new a52284c  Added beads for app url parameters
     new 7ca6830  fix vscode config for Basic
     new 8a76108  fix vscode for Core and set sdk
     new 2661ae5  try moving basic.css so Maven source package doesn't complain (it sees the jar in target)
     new 5ce4fd7  remove SNAPSHOT from compiler and typedefs versions
     new 3f9a622  update other poms to current version
     new b7281ac  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc1
     new 569c0f4  [maven-release-plugin] prepare for next development iteration
     new 2676194  Revert "[maven-release-plugin] prepare for next development iteration"
     new d870133  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc1"
     new b034485  Revert "update other poms to current version"
     new f5ca015  Revert "remove SNAPSHOT from compiler and typedefs versions"
     new 044d965  remove SNAPSHOT from compiler and typedefs versions
     new 88ea867  update other poms to current version
     new e235798  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc1
     new 18e0539  [maven-release-plugin] prepare for next development iteration
     new 6063d82  Change order in computeClassNames to get typenames before classNames (just for organization purposes in html output)
     new ac3b044  RELEASE_NOTES got renamed
     new 28c6d2d  Revert "Change order in computeClassNames to get typenames before classNames (just for organization purposes in html output)"
     new 58f2f0b  Image and CheckBox now compile.
     new 16f2d35  Removed settings files
     new 3cb91f4  MXRoyale compiles without errors or warnings.
     new 22e7b59  Simple HelloWorld for MXRoyale.
     new 819f69f  Move Button related styles to themes basic.css
     new 1e0e876  keep fixing release notes handling.  Top-level is still plain text
     new bf8b22d  Revert "[maven-release-plugin] prepare for next development iteration"
     new 6cb3069  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc1"
     new ff82647  Revert "update other poms to current version"
     new 361189e  Revert "remove SNAPSHOT from compiler and typedefs versions"
     new 3d678ee  remove SNAPSHOT from compiler and typedefs versions
     new 0ddceed  update other poms to current version
     new c9ab9ac  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.2-rc2
     new c49d101  [maven-release-plugin] prepare for next development iteration
     new c22a65d  TextInput with displayAsPassword working (using beads).
     new 8937e8d  A proper MX application example.
     new 34b98d0  Maven: Update framework version for Examples to 0.9.3-SNAPSHOT
     new 469db58  Partially working.
     new b31af2a  Tried using a different typeNames value; resetting to Button.
     new 2c303f2  add css to JS compiles
     new 8cb6bc7  Fixed misspelled example name.
     new ca4c325  Cleaned up Button code. Added Image style to defaults.css.
     new c008696  Fixes #128
     new 9f179ba  Added initial versions of Container and Box.
     new dd480b9  Added ControlsExample.
     new 914592a  Added HBox and VBox
     new d64973a  go back to slashes and fix some links
     new 429032f  Export cross browser support to a bead so core implementation stays efficient and works on non-IE browsers
     new 7486410  Merge branch 'EventConverter' into develop
     new af19f12  Added utility function for adding JS getters
     new ebb115e   Label uses div
     new d315549  Added BoxLayout as a bead and updated some core classes and added a few new classes as needed by BoxLayout. Partially working.
     new 8e0f6e8  MDL Badges: - No need to set typeNames anymore - Change dataBadge to Object in ordert to have ability set not only numbers
     new d61b2ad  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new d50bb9e  Added defineProperty
     new 235f746  Revert Label to span
     new 2e412a9  Renamed TextOverflow to be more descriptive
     new 295fa5f  Updated release notes
     new 16b30ec  fix cache handling for mirror downloads
     new 2e69234  update version to 0.9.3
     new 642e043  Merge branch 'release/0.9.2' into develop
     new 0cef870  fix npm publishing on Windows
     new 108b359  fix some example to reach 0.9.3
     new 0d30adb  examples pom fixes
     new 0a61758  Fix MenuExample pom.xml
     new f3e5829  js build of mxtests
     new caba437  TexModel: Add [Bindable("textChange"] in text and [Bindable("htmlChange")] in html properties
     new c520bd8  MDL Menu: Fix issue where position of Menu wasn't setup at all
     new 83c355e  example of how to debug ant task
     new 112c94d  try to handle no initialView
     new c048ae3  start converting mxtests
     new a5d158a  more APIs
     new ad238ff  Updated Image and Button to handle async loading of image sources. Updated layouts and base component classes.
     new fbccc64  Updated examples to remove js:initialView.
     new 96fb4e4  Uses setWidthAndHeight to implement setActualSize.
     new 5415b1a  mx:Application now extends Container; working for HTML/JS. Added ApplicationLayout; work in progress.
     new e901b83  Updated MXRoyale ControlsExample - now very much like an MX application.
     new 235c514  Removed warning
     new 4628588  Added InfiniteVScroller
     new a2d6305  Clean up of layout code.
     new 5b86482  Updated release notes
     new e9414c6  fix verify errors
     new 7fac729  get rid of some warnings
     new 807a6e6  undo bad merge
     new 1fc9dc6  Migrating Flex apps won't have model/controller
     new 03b4de0  Adding TextArea. HTML/JS side of TextArea working.
     new 34d0f1c  Added mx:Text. Enabled more properties such as selectable. Updated ControlsExample.
     new c6f6680  add $ methods so they can be overridden
     new f62ec1c  Flex has states and transitions out-of-the-box
     new 4f2d2a1  try using addedToParent
     new fdcf746  try to implement more APIs
     new 10aa230  need custom context for mustella
     new ecc81f5  need the right parent
     new 4fc74ec  need button view that doesn't require SimpleButton
     new 5bcd087  fix some of the wrapping
     new e1515f9  ignore 'not implemented' output
     new 67efe4f  try unwrapping the SWF side.  Otherwise Basic views would need to be adjusted to use .  Seems to work.  SWF mxtests passed
     new 8f01fb6  fix paths to scripts
     new c93a85d  handle no initialView
     new b4daf8c  MDL: Fix issue where NavigationLinkItemRenderer didn't use labelField
     new 654044d  Flex MX defaulted to Arial 12px
     new dc52534  fix wrappers
     new cc6f751  move visual css to theme
     new c0c595d  fix button sizing
     new 762b0b5  fix label sizing
     new 6461d5b  Major performance increase
     new 21db116  Cleanup
     new 750909e  Added ASDoc
     new 467fb7c  Use requestAnimationFrame in both places
     new afaa8c9  BrowserInfo ASDoc
     new e93d7f5  Observed about a 17% performance imporvement
     new dee6ccf  Seems to be about twice as fast
     new e15c74e  Ignore coercion
     new 24debea  More ignore coercions
     new 99d5bd7  Oops. This coercion is needed
     new eb6c1e2  Remove extra casting
     new 9ebd322  Removed more coercions
     new 656a163  More coercions
     new 9448044  Should be a small optimization
     new 3381a34  more coercions
     new 6893650  and more
     new e7cafc9  and more
     new c14de7d  Use textContent instead of innerHTML
     new 5bbfae1  Fixes sizing issues for MXRoyale Label and Button. Uses background-image for Button icon.
     new 06a4992  More coercions
     new f357a78  And more
     new 95b936e  And more
     new af91400  Better looking Button. Still need to address labelPlacement.
     new 6506842  Updated ControlsExample.
     new a2d166a  Slight memory and performance improvement
     new c8f510f  Fixed types
     new 03fd2d4  Expose private function as protected to use in subclass.
     new decf437  Added support for mx:ToolTip.
     new 392a0a3  Spacer
     new 94cb1a5  hide mustella output
     new 261b230  add MXRoyale to build
     new e91b8c5  add checkbox to mxtests
     new f872742  add model and view for checkbox
     new daf345e  add checkbox to mxtests
     new b765925  checkbox test passes on SWF
     new 1653bb4  set typename as expected.  Mustella will search for it
     new ef1f88c  Checkbox has a label property
     new 48e9ec6  fix how we find the root now that mx:Application is not the body
     new 19804bf  output stack trace
     new cc60bdf  LinkButton.
     new 7ad9d7c  Merge branch 'feature/MXRoyale' of https://github.com/apache/royale-asjs into feature/MXRoyale
     new ed5b6ed  mx.containers.Canvas compiles.
     new 26f5138  JS does not seem to need the measuring
     new 6b5ae47  Added CanvasLayout.
     new ecc9d9f  Cleaned up LayoutBase
     new a57a8e0  Merge branch 'feature/layout-optimization' into develop
     new 3135e47  ArrayList and ArrayUtil now compile along some ancillary classes.
     new 8176581  MDL: Fix issue where Footer sections had wrong typeNames in case of Mega footer
     new 85f6999  ListEvent.as
     new 09d4129  Language.is needs a bit of work
     new 18b0b62  Added NumericStepper. Fixed compilation warnings in some events.
     new 96dcb46  Updated ControlsExample to include NumericStepper.
     new 154431e  redo branch due to mistake in the rebase
     new 0e4580d  forgotten changes in pom
     new df28284  uibase refactor to classList
     new ec42e22  update classList to fix issues. Now work totaly as expected
     new 44f3af8  fix textfield error setting typeNames in constructor
     new 938e7ba  added html template to example until we get font injection from theme
     new 779ed8b  testing Lato font in theme
     new b63c368  Jewel Label added
     new 27f3a14  add TextFieldView;
     new 08f52ba  HorizontalLayout and VerticalLayout in Jewel based on CSS working
     new d2d3eb9  Added HorizontalLayoutWithPaddingAndGap and VerticalLayoutWithPaddingAndGap using CSS, but gaps and padding are still in inline style, what can be ok, but can't be modified at runtime, this must be revisited some time later
     new c8635a1  Ant build for Jewel project, theme and example
     new a5a6442  remove JewelThemeFontInject
     new 79bf96d  UIBase typenames and classNames proposal - working, but I'm sure will be things to modify and/or enhance for performance
     new 1de5fcc  Decouple theme in JewelTheme and JewelBlueTheme
     new 0d719c9  update css
     new 5296f8a  Refactor new styles API in UIBase to new ClassListUtil
     new 3ea4847  Insert a ViewBead that is in JewelTheme and compiles ok, but JewelExample can't see it, why??
     new e1664a2  Moved util functions to package-level ones
     new ddef05b  fix new classlist utility methods
     new 3dc4e1d  remove unused css
     new 5a84bbc  fix classreference compilation with themes in pom.xml
     new 997f8fa  remove settings
     new bc7e12e  viewbeads inlib and theme  (commented)
     new 5661f4a  changes to slider
     new 61d061f  introduce jewel checkbox and refactor styles to make more easy handle the rest of components to be included
     new 9b7fbd0  some minor changes
     new 546326b  12 Color Palette Plan Almost done and working for Button, but only one project theme for now
     new 81f4017  - Add theme styles: flat / gradient - Add light / dark styles - Add more variables to tune final themes - Adjust some values for better looking
     new 9c79819  add transition configuration
     new b652af5  Headings and text styling, condense vars in one file
     new 3ed4f53  Preparing textfield, radio and check, but there're some bugs in compiler css that prevents to complete this task
     new abcc401  more fixes
     new c100e9a  some work on textfield
     new c849178  organizing and presenting example in a better way and making room for more components and examples that test look'n feel
     new 8d84c14  - Change slider to input range (but still is unfinished , no events), and CSS compilation give problem (reported as issues) - CheckBox and Radio Button still need more progress, but still fins problems in CSS compilation that needs to be solved
     new 4c16b1e  remove wrong lines
     new 0cfa797  -Fix textfield -Make dark/light themes depend on only one var
     new bf79a7b  remove primary from textfield and integrate in border when focus
     new 5b35f45  some initial slider look
     new df57d34  - Fix TextField disabled w/wout prompt - Improve focus on buttons and textfield
     new 6c69f79  textfield flat and placeholder styles
     new 1108b95  initial work on checkbox. get inline svg with color variable substitution
     new 19f123f  change location of unused svgs
     new 89610d1  checkbox mostly done, but needs #35 solved to be finished
     new c0405ab  radiobutton almost done but as checbox needs of #35 solved to be finished
     new b762a88  disabled labels look in check and radio
     new cf652d0  this styles div, span (no dot) are not seeing in final app. the them I must to move them from theme to final app
     new b4dc940  removes workaround for element styles thanks to bugs apache/royale-compiler#30 and apache/royale-compiler#32 solved
     new 44bc68e  some changes to slider and more refactors to example
     new 42f43cc  jewel slider fixed, now is an input range with change and input events, but still needs to create the valueChangeEvent
     new 509c1ce  checked state in radiobutton and checkbox solved thanks to fix apache/royale-compiler#35
     new 806f04d  fix check and radio disabled label state and some cleaning
     new 79a09bf  test that issue #133 is working right. Commented the ViewBeads declarations since was only for testing, but left in the project so we can reproduce at any time
     new ec3d8c6  Jewel Alert first iteration
     new c94d670  more changes on Alert, and a bit refactor to button/textbutton styles due to closeButton
     new fe69a22  some styles for alert
     new 04a5ea6  fixes to local UIBase to work with layout performance branch
     new 70dc063  alert and layout changes
     new 41acd9c  close icon, simplify other icons and more css changes
     new d4bb90d  a way to layout the alert
     new 8bcdcad  alert more changes
     new a2a2809  basic jewel alert finished now needs theme coloring
     new 86c2100  preparing blue theme to make separations of primary colors
     new 2ed0345  changes for alert and its theme, and more work on separation in themes
     new 3081c78  latest changes to Alert
     new 8461025  new AlertPlayGround in jewel example with Tour de Flex Alert examples
     new 73baf31  assets needs some file to be create, if not build fails since there's no "assets" folder
     new 93ced8de Jewel: Add Moonshine project file to JewelExample
     new 2f55885  Jewel: Missing semicolon
     new 2866a2f  update controlbar child styles in alert to not inherit from jewel lib
     new d254784  fix texts in alert pod in example
     new a97b42a  some tweaks
     new f038595  fix check and radio to have label relative position, and swf wrong view references
     new f788ab2  fix some cohercions in example events
     new a1165d3  latest changes in compiled css
     new 48b0fbd  Added Slider Event
     new 417374f  mx-royale-manifest.xml for ListEvent & SliderEvent
     new 3971a6e  force a dependency to allow namespaces to work.  Should revisit this at some point.  Language can't really cause circulars
     new 296d625  mx_internal and RadioButtonView needed for RadioButton
     new 51816c6  fix up component/document chain
     new c366004  MXML components are top of component/document chain
     new 9f46e48  mx radiobutton passes checkintests
     new 8db355e  radiobutton mx checkintests
     new 7698774  Added AceJS config files, still not building
     new 53773b1  Added DividedBox, HDividedBox, and VDividedBox.
     new e9bd2cf  Merge branch 'feature/MXRoyale' of https://github.com/apache/royale-asjs into feature/MXRoyale
     new e305de3  Updating MXRoyaleClasses.as
     new 5f53999  Deletion of rows from mx-royale-manifest.xml
     new a4d016b  HRule VRule:Src files Copied From FlexSdk->Royale
     new 6ab5608  VRule.as (Compiles)
     new 0ffadbd  Updating MXRoyaleClasses.as for VRule
     new d7571a2  Updating MXRoyaleClasses.as for HRule
     new ac5d75d  HRule.as Compiles
     new 7d8135e  Merge branch 'feature/MXRoyale' into mxRoyaleAQ
     new 4d3994b  Merge pull request #138 from alinakazi/mxRoyaleAQ
     new 3cfa84f  suppress warnings
     new f6bd45f  Copy Tile and TileDirection From Flex SDK
     new fca5978  Updating Tile.as File
     new 82b77c7  Updating TileDirection.as File
     new ae3c36e  Updating MXRoyaleClasses.as for Tile.as
     new f855a1d  disabled and light-dark color update
     new d460f5b  change dark to light
     new 7f856dc  Merge branch 'feature/MXRoyale' into alinakazi-HRuleVRule
     new 84d6df7  Merge pull request #142 from alinakazi/alinakazi-HRuleVRule
     new bc1076a  Removed reference to IDE image.
     new e6629b7  FocusManager is needed to run tests because fake mouse clicks won't set focus
     new be05e5a  implement support for FocusManager
     new 2d863e6  add FocusManager to MXRoyale
     new fdc7151  handle FocusManager in TextInput
     new 870c75b  MX TextInput starts out null
     new 52b2694  need NonNullTextModel in SWC
     new 35da1e0  TextInput tests
     new f3da3cc  Adding DateChooser.
     new e9fc0f2  Merge branch 'feature/MXRoyale' of https://github.com/apache/royale-asjs into feature/MXRoyale
     new 062e475  Looks like Ace library is working, not sure about swf
     new 834aa38  Updating Tile.as to remove Warning
     new 6489ddc  protected->Mx_internal , Setter and Getter added
     new ee4a51f  Copied CloseEvent file FlexSDK->Royale
     new 495262e  Updating MXRoyaleClasses.as for CloseEvent
     new 475205f  Update CloseEvent.as
     new 78e42a2  Added gridClasses folder with files
     new 3453d40  Delete gridClasses.zip
     new cbceafc  Copied GridColumnInfo.as FlexSDK->Royale
     new ff9879a  Copied GridRowInfo.as FlexSDK->Royale
     new db20b05  Copied GridItem & GridRow Flex->Royale
     new 374f01c  Update GridColumnInfo.as
     new ea72ca2  Update GridRowInfo.as
     new 64c72ed  MxRoyaleClasses.as :GridColumnInfo & GridRowInfo
     new ddef54a  extract bg border in buttons to a mixin and fix focus on active and hover
     new 604d756  default beads for TextArea
     new a0e90ca  Get TextArea to accept focus
     new 030d6cb  TextArea test
     new b8b3f85  fix flat focus
     new ae110b7  fix TextArea
     new c093eef  add TextArea to JS checkintests
     new 0fdd12a  ProgressBar et al compiles.
     new 2c09cd4  Merge branch 'feature/MXRoyale' into MxRoyaleCloseEvent
     new c578ffc  Merge pull request #144 from alinakazi/MxRoyaleCloseEvent
     new c23b264  fix flat check and radio and disabled textfield
     new d2e116c  refactor vars
     new 89c5133  start of themes generation
     new 2a50896  First set of themes (blue)
     new ac759af  Merge branch 'feature/MXRoyale' into mxRoyaleTileandTileDirection
     new a233eb0  Merge pull request #143 from alinakazi/mxRoyaleTileandTileDirection
     new 77faa62  clean and fix latest refactor of css files
     new f0d8224  Removed reference to Tile.png icon file.
     new 110fe61  remove deprecated blue theme
     new 750fe6a  Merge branch 'feature/MXRoyale' into GridItemGridRow
     new 44d0846  Merge pull request #146 from alinakazi/GridItemGridRow
     new 0225542  light - noflat - topaz themes
     new 7f89fc0  light - noflat - emerald themes
     new 0fa5b17  modify comments to support compress mode without remove apache licenses in case we want some day minify themes
     new 2b05ff8  Update GridColumnInfo.as
     new e50141d  Update GridRowInfo.as
     new d4f8a7b  Copied ISort.as FlexSDK->Royale
     new d99f658  Sort,SortField,ISortField Added
     new fef4ad3  Added SortError.as
     new 8c06b1a  Update SortError.as
     new 5894c68  Update Sort.as
     new f4a53ad  Update SortField
     new 9f6913b  Update MXRoyaleClasses.as
     new ba98431  Product Version Updated
     new 2cfc040  productversion Royale 0.9.3
     new 87cf932  Added ScrollPolicy and ControlBar (#145)
     new 43641c2  MoveEvent.as and ValidationResultEvent.as Added (#149)
     new 7b40de9  add to .gitignore VSCode settings.json files since are dependent from user
     new 9c2b792  remove VSCode settings files
     new fd8badb  removed files in the last commit that just were modified but not removed
     new af81f9b  refactor existing jewel themes so each one have the responsability to build itself, instead to be builded by JewelTheme framework
     new d6a1ba8  fix DataBindingExample_Flat and Maven Build. Problem is new CSS filters introduced "grayscale" conflits with old grayscale. Not sure how we should deal with equal values in CSS compiler. Need someone with capabilities to put a solution in place. For now, lines can be commented, since the example is working without that effect
     new ad61184  restore DataBinding grayscale settings in css
     new 38f452d  Merge branch 'develop' into ace-editor
     new c428750  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new c49c31a  Fix examples build script (ace element)
     new c6b71bc  turn on je-release in jewel example
     new aedb06a  Merge branch 'develop' into feature/MXRoyale
     new 65f4f00  PropertyChanges FlexSDK->Royale
     new 292b310  Update PropertyChanges.as
     new 07143cf  IEffectInstance.as Copied FlexSDK->Royale
     new b8d0c4d  Update IEffectInstance.as
     new dd2f8dd  EffectEvent Copied FlexSDK->Royale
     new c999766  Update EffectEvent.as
     new 7e58d26  Update MXRoyaleClasses.as
     new 2a3e026  Update RELEASE_NOTES.md
     new 993d401  Copied FlexSDK->Royale
     new 8a0f287  Update ResizeEvent.as
     new 848acaf  Update SandBoxMouseEvent.as
     new e1d3b18  Update MXRoyaleClasses.as
     new 40e7ad4  HTML NodeElementsBase is adding className="Group" to all its descendants since typeNames is not reseted
     new 29aca91  Copied IViewCursor.as flexSDK->Royale
     new d0bec9b  ICollectionView Copied FlexSDK->Royale
     new 7f528a9  Update IViewCursor.as
     new 279e1ae  Update file
     new e6d4c04  Update ICollectionView.as
     new 6043fa6  Update MXRoyaleClasses.as
     new 5bf6511  Flex->Royale
     new 99e391c  Update mx.core.EventPriority
     new 2d66441  Update MXRoyaleClasses.as
     new 2e17796  Update MXRoyaleClasses.as
     new 058916d  Added IFactory.as
     new a5e9489  All 36 light / noflat theme variations precalculated
     new f802fe8  forgot to check new files in latest commit :?
     new d5dfaa0  All 36 project autogenerated themes now Dark / No Flat
     new 2e0694e  ScrollEvent (#150)
     new e3603f5  removes ugly focus inner dotted line specific to Firefox for all controls
     new 220e57c  measurement is not PAYG and should be its own subsystem
     new c83e8d3  fix up Container after removing CSSContainerUtils
     new c4b337f  example of batch themes update based on SASS compilation
     new cf06ede  UIBase className changes to support new cssclassList class methods like addStyles
     new 04a0f83  DividerEvent Added (#151)
     new 0182288  DragSource.as Added (#152)
     new b50f024  update version
     new cf699a7  maven build for mxroyale examples
     new a90ffd0  Copied StringUtil.as Flex->Royale
     new 8980175  Update StringUtil.as
     new 639d782  Update MXRoyaleClasses.as
     new 3541db2  Fixin inline SVG colors for Firefox. FF needs colors inside inline SVGs to change "#" by "%23"
     new 1da142e  fix some css selectors that has "." instead of "-"
     new 5ec23e5  fix svg in all themes
     new 91c7fb1  use jeweltheme for dev in jewelexample
     new ab65ff9  Avoid measuring if not necessary
     new 6c0e833  Merge branch 'feature/MXRoyale' into StringUtil
     new 99bf313  Merge pull request #158 from alinakazi/StringUtil
     new 0911ef8  Merge pull request #147 from alinakazi/GridItemGridRow
     new 63beb2a  Merge branch 'feature/MXRoyale' into SandBoxMouse_ResizeEvent
     new 85be50c  Merge pull request #155 from alinakazi/SandBoxMouse_ResizeEvent
     new c893f19  ViewStack and IndexChangedEvent compile.
     new 8af4d01  Merge branch 'feature/MXRoyale' of https://github.com/apache/royale-asjs into feature/MXRoyale
     new 7d56cf5  Merge branch 'feature/MXRoyale' into Cursor
     new 7c9bdd5  Merge pull request #156 from alinakazi/Cursor
     new b03231a  Merge branch 'feature/MXRoyale' into EventPriority
     new 4371cac  Merge pull request #157 from alinakazi/EventPriority
     new 83087b4  Adding all dataProviders at once
     new 6c95d80  Missed Charts
     new 16c3a7c  Added GradientEntry.as
     new 1918d5d  Update MXRoyaleClasses for GradientEntry
     new 71f7c48  SolidColor Added
     new c26a2d8  Update MXRoyaleClasses.as
     new 641565f  Update MXRoyaleClasses.as
     new 07cde69  Revert "Missed Charts"
     new 899da85  Revert "Adding all dataProviders at once"
     new 4490c00  Simpler bulk adding of item renders
     new e0f0931  Merge branch 'feature/MXRoyale' into graphics
     new d5a9245  mx.graphics.GradientEntry Added (#159)
     new 5a3d8d6  mx.graphics.IFill Added (#160)
     new d9cd63b  mx.graphics.IStroke Added (#161)
     new 91a5b57  SolidColor and SolidColorStroke Added (#163)
     new ab150ca  Update Stroke.as
     new 4a41af0  GradientEntry Consructor Deleted
     new bdc4ff3  Update MXRoyaleClasses
     new 29d3707  blog examples until now so we can quickly rebuild a republish with upcoming changes
     new e818ee4  fix slider input event not updating continuously
     new de5f8f6  some changes left for slider
     new 0a94708  fix check- radio bg on select and remove FF outer focus from all controls at once
     new 730c5c8  GradientEntry Constructor Added
     new c176f2b  Constructor Added to SolidColor
     new d23edd2  SolidColor.as Constructor Added
     new 217fcd8  Update MXRoyaleClasses
     new f403e82  slider styles initial changes and progressive track
     new 928a386  LineChart.as Added
     new 3117b16  Update LineChart.as
     new 28e582d  ClassFactory Added
     new 9bd212f  Update MXRoyaleClasses
     new aa5a4a2  Pie Chart Added
     new 788af23  Bar and ColumnChart Added
     new 4166eea  Update MXRoyaleClasses
     new faae9f9  ApplicationDomain.as Added
     new 3d932b2  Update MXRoyaleClasses.as
     new cdace58  more work on slider
     new 31defd1  fix flickering in safari
     new fb57412  more slider changes
     new 032c14c  remove unused imports
     new ae10781  jewel slider working ok
     new beb5e75  change Disabled folder
     new 2f2723a  Upgrading All themes at once with new slider styles and changes
     new 31f86eb  new slider blog example for website
     new 0303e5c  Merge branch 'feature/MXRoyale' into feature/MXRoyale
     new 930c1a3  Merge pull request #162 from alinakazi/feature/MXRoyale
     new 57d0444  Merge branch 'feature/MXRoyale' into graphics
     new bd45106  Merge pull request #165 from alinakazi/graphics
     new d5bb683  Merge branch 'feature/MXRoyale' into stroke
     new fd8404f  Merge pull request #166 from alinakazi/stroke
     new 3e7e413  Merge pull request #171 from alinakazi/ApplicationDomain
     new 908b4e9  use getBoundingClientRect instead of offsets and handle floating point values
     new b457f07  handle objects being removed from stage in earlier event
     new 6ae6b8a  handle strandChildren in Royale containers
     new 4be174f  allow clicking on textfield to open dropdown
     new d7be330  move filling in id slot before adding to displaylist so initialize event handlers can reference the slot
     new 21f6b5c  add abstraction to IPopUpHost so popups can go in container chrome
     new 6943f02  MX combobox
     new 95b5923  resurrect more of the UIComponent lifecycle and get initialize event working
     new bb4cf4d  combobox checkintests
     new 9afd30a  hide build output
     new 941f791  another approach to handling className and classList
     new 0e94795  properties added
     new f6f2e96  LinearGradient Added
     new 40f83e7  Update MXRoyaleClasses
     new 64f2ff4  Move.as Added
     new 4fb041b  Update MXRoyaleClasses.as
     new 6baa64b  Tween.as Added
     new 2bbdf93  Update MXRoyaleClasses
     new 0178296  Added Resize.as
     new 2d1db32  Update MXRoyaleClasses.as
     new 352f0e8  Added Effect.as
     new 8dc3c80  Update Effect.as
     new 7cc90a1  Sequence.as Added
     new 1aa183e  Update MXRoyaleClasses.as
     new 98e128f  Merge branch 'feature/MXRoyale' into linearGradient2
     new 67481be  Merge pull request #172 from alinakazi/linearGradient2
     new 9ab5748  Merge branch 'feature/MXRoyale' into Effects_Move
     new 68b7103  Merge pull request #173 from alinakazi/Effects_Move
     new 36c3f6f  Merge branch 'feature/MXRoyale' into effects_Tween
     new 770663c  Merge pull request #174 from alinakazi/effects_Tween
     new 465854a  Merge branch 'feature/MXRoyale' into effects_Resize
     new 65d8fdd  Merge pull request #175 from alinakazi/effects_Resize
     new 585c268  Merge branch 'feature/MXRoyale' into EffectnSequence
     new b1525f2  MX Panel
     new 2ed9d14  wait until ISort comes in
     new f299b85  ViewStack is missing
     new f48095c  fix build
     new 8646caa  Jewel List initial setup
     new 2064dfb  item renderer working
     new d516b55  some css fixs, cleaning and reorganization
     new 05423d9  remove jewel ItemRendererMouseController since finaly we don't need any changes
     new 5c20980  fixes in slider properties that does not use getters and setters
     new 01ce6d8  update all themes at once with new List styles
     new 19a550b  Update Classfactory.as
     new 3160752  Update IEffectInstance
     new 5593272  Update EffectEvent
     new 0c92b7b  ChartBase.as Added
     new 37515f2  Update ChartBase
     new 68acb80  Update BarChart.as
     new 10acf5b  Update ColumnChart
     new 7e1cf11  Update PieChart
     new 216d6d9  Update LineChart
     new b550aeb  Update Sort.as
     new 3d3f7a9  Update Sort
     new 919e9e7  first cut at another version of class selector management"
     new 4300235  Added ChartItem.as
     new 60c5af3  Update MXRoyaleClasses.as
     new b36c2fd  make jewel list dinamic by default
     new 82c09e7  change a bit Amethyst and Yellow color to work better and update related themes
     new 4c6c2ac  Grouping.as Added
     new 5367a2a  Update MXRoyaleClasses
     new 6589ab5  GroupingField.as Added
     new 5516f93  Update MXRoyaleClasses
     new b716f48  Apache Royale: Examples: Blog: 0004: Adding an item to a Jewel List
     new 854bf14  Merge branch 'feature/MXRoyale' into barcolumnpiechart
     new ae9ce01  Merge pull request #170 from alinakazi/barcolumnpiechart
     new 3b5dc5b  Merge branch 'feature/MXRoyale' into chartsLineChart
     new a179504  Merge pull request #168 from alinakazi/chartsLineChart
     new 7e8a0e2  Merge branch 'feature/MXRoyale' into mxClassfactory
     new 41bedd4  Merge pull request #169 from alinakazi/mxClassfactory
     new f592c41  Merge branch 'feature/MXRoyale' into feature/MXRoyale
     new 8954fcf  Merge pull request #178 from alinakazi/feature/MXRoyale
     new 81fed14  Merge pull request #179 from alinakazi/grouping
     new d31654e  Merge branch 'feature/MXRoyale' into GroupingField
     new ca68bbc  Merge pull request #180 from alinakazi/GroupingField
     new 6e46948  fix maven build
     new a5b10df  test commit
     new 060c934  Update MXRoyaleClasses
     new 399772b  fix build
     new c2bc61e  Update IEffectInstance
     new 5db7597  Delete PropertyChanges.as
     new 5758fc7  Update Effect.as
     new 8124123  HitData.as Added
     new 6926265  Update MXRoyaleClasses.as
     new aa4a0e3  integrate ClassSelectorList
     new e97ddd6  update bog example with wrong name
     new a6e0600  CompositeEffectInstance Added
     new 4bec710  EffectInstance.as Added
     new 4be7358  Update MXRoyaleClasses
     new a058b9b  Merge branch 'feature/MXRoyale' into EffectEvent
     new 391f0d4  Merge pull request #153 from alinakazi/EffectEvent
     new 8c098de  Merge branch 'feature/MXRoyale' into EffectnSequence
     new fb2e981  Merge pull request #176 from alinakazi/EffectnSequence
     new 8776db2  Merge branch 'feature/MXRoyale' into HitData
     new c44ebeb  Merge pull request #181 from alinakazi/HitData
     new 7aa89e7  Merge branch 'feature/MXRoyale' into EffectInstanceandCompositeEffectInstance
     new 972a25e  Merge pull request #182 from alinakazi/EffectInstanceandCompositeEffectInstance
     new 3ca56b6  eliminate ambiguous definitions in Jewel Ant build
     new 5c035bb  add Jewel to build
     new 27e0eb3  try to get JewelExample to build in Ant
     new a34fc94  RenderData.as Added
     new 9a80197  Update MXRoyaleClasses.as
     new 802f694  TreeListData.as Added
     new 09efe89  Update MXRoyaleClasses.as
     new 24df5ee  ITreeDataDescriptor.as Added
     new e39673e  Update MXRoyaleClasses
     new 0aa7a42  ListBase.as Added
     new b9b98c8  Update MXRoyaleClasses.as
     new 629960e  dropdownlist first cut
     new 068b577  Merge branch 'feature/MXRoyale' into renderData
     new b281fd0  Merge pull request #184 from alinakazi/renderData
     new 501f057  Merge branch 'feature/MXRoyale' into TreeListData
     new 7c53b26  Merge pull request #185 from alinakazi/TreeListData
     new 1ff5ae2  Merge branch 'feature/MXRoyale' into ITreeDataDescriptor
     new 816051d  Merge pull request #186 from alinakazi/ITreeDataDescriptor
     new ec4788a  Merge branch 'feature/MXRoyale' into ListBase
     new 2f1b306  Merge pull request #187 from alinakazi/ListBase
     new 6762486  add scope runtime
     new 38553fd  make maven use latest version of maven-war-plugin (currently 3.2.0)
     new 0aec556  add blog examples module
     new 2f725b1  fix SampleAmfWebApp. Somethings where renamed that make it fail, and pom structure was generating incorrect dependencies that generates an incorrect build
     new 81bf1a8  jetty won't start with 5.0.2, it needs 4.3.2
     new 2434c7b  simplify location of web.xml in RemoteObjectAMFTest. This web.xml will be "overlayed" in the final war app sample. tested that "js-release" version works perfectly with AMF :)
     new 53f49b9  putting client in public folder makes it appear in the war's root
     new 9a0b984  Merge branch 'develop' into feature/MXRoyale
     new ade0559  fix up after popuphost change
     new 8087f8d  Merge branch 'feature/uibase-classname' into feature/MXRoyale
     new 5b6f9db  handle new toggleStyle API
     new cb11c1e  defaults.css
     new 408184e  use defaults.css
     new 56ebe3b  Merge pull request #7 from apache/feature/MXRoyale
     new d0b42dd  ILogger.as Added
     new f0dc695  Update MXRoyaleClasses
     new 3c98af2  LogEventLevel.as Added
     new 99a5045  Update MXRoyaleClasses
     new 5a63545  CompositeEffect.as Added
     new b6c462c  Update MXRoyaleClasses
     new 5f70e48  Added Border.as
     new da0d97b  Update MXRoyaleClasses
     new 9f723f6  DataTransform.as Added
     new 4783dbe  Update  MXRoyaleClasses
     new 15ecc7b  FormHeading.as Added
     new 2c5241c  Update MXRoyaleClasses
     new d4d0977  IBrowserManager.as Added
     new 518aab3  Update MXRoyaleClasses.as
     new 9d899fe  Update MXRoyaleClasses
     new c456fc9  BrowserManager.as Added
     new 5675ccb  IVisualElementContainer.as Added
     new 1438704  Update MXRoyaleClasses.as
     new ea92c33  Merge pull request #190 from alinakazi/ILogger
     new b388317  Merge branch 'feature/MXRoyale' into LogEventLevel
     new dfa53fc  Merge pull request #191 from alinakazi/LogEventLevel
     new 28b3278  Merge branch 'feature/MXRoyale' into compositeEffect
     new 9e13f18  Merge pull request #192 from alinakazi/compositeEffect
     new e100270  Merge branch 'feature/MXRoyale' into Border
     new d85ee34  Merge pull request #193 from alinakazi/Border
     new bb4fc24  Merge branch 'feature/MXRoyale' into dataTransform
     new 7fbe5eb  Merge pull request #194 from alinakazi/dataTransform
     new 0b319f5  Merge branch 'feature/MXRoyale' into FormHeading
     new 42888f8  Merge pull request #195 from alinakazi/FormHeading
     new b463d9a  Merge branch 'feature/MXRoyale' into IBrowserManager
     new 3068592  Merge pull request #196 from alinakazi/IBrowserManager
     new df827b5  fix build removing this? seems not good but jenkins seems to require it :(
     new 0f2be89  Revert "fix build removing this? seems not good but jenkins seems to require it :("
     new bc250fe  This will hopefully fix Jenkins reattaching amf sample to the parent pom and finish the war putting the web.xml in the right place. As well renaming to match rest of names and logs
     new fb3b50c  Update IVisualElementContainer
     new bc99392  Merge pull request #9 from apache/feature/MXRoyale
     new 8a1793d  Update State.as
     new 178c9a9  Update MXRoyaleClasses
     new a5db4de  FlexVersion.as Added
     new 5ed46e1  Update MXRoyaleClasses
     new fd076d9  CartesianTransform.as Added
     new 64ca1c2  Update MXRoyaleClasses.as
     new b5443d3  BarSeries.as Added
     new 1191bab  Update MXRoyaleClasses.as
     new 7043e77  XMLListCollection.as Added
     new a29bb79  Update MXRoyaleClasses.as
     new 3a5623e  TreeItemRenderer.as Added
     new a94f2ee  MXRoyaleClasses Update
     new cdabb3d  Update RELEASE_NOTES.md
     new 01c7f63  Update RELEASE_NOTES.md
     new b0deee0  Update RELEASE_NOTES.md
     new 7ac70cd  ChartItemEvent.as Added
     new 231e7a4  Update MXRoyaleClasses.as
     new 9fb443f  DataTip.as Added
     new b65fa1b  Update MXRoyaleClasses.as
     new 1333085  fix TextField to use ClassSelectorList
     new 1b5b965  Making AMF test interface more good looking
     new 45304ed  little fixes to amf interface
     new e0e053e  Panel was missing
     new e5e0916  fix up cleaning
     new 249f2a4  build and clean more examples
     new 4d29835  even more cleaning
     new 11da0cc  refactor Jewel TextField to TextInput, since is more appropiate, and more near to flex
     new dcb0ca5  change all references in all themes from textfield to textinput
     new 84a01c6  Change TextButton to Button and remove TextButton. In Jewel the minimun button has text baked
     new e76ec85  update all themes removing textbutton
     new 22815ae  Upadte Blog examples with API changes in Jewel
     new 0d39082  ColumnSeriesItem.as Added
     new e4e3705  ColumnSeries.as Added
     new 0856b2f  Update MXRoyaleClasses.as
     new 14d19f8  CategoryAxis.as Added
     new 5174877  Update MXRoyaleClasses.as
     new fd62d17  LinearAxis.as Added
     new 682dc66  Update MXRoyaleClasses.as
     new bcc9051  ShadowLineRenderer.as Added
     new 89fdf8d  Update MXRoyaleClasses
     new 2bb0ea4  Legend.as Added
     new 5309083  Update MXRoyaleClasses.as
     new 95a9296  AreaSeries.as Added
     new 698590e  Update MXRoyaleClasses.as
     new 1cca36a  TextRange.as Added
     new 66c7ade  Update MXRoyaleClasses.as
     new aebd27b  ToggleButtonBar.as Added
     new c952426  Update MXRoyaleClasses.as
     new 1b7cba3  ArrayCollection.as & ListCollectionView.as Added
     new 4365fb3  Update MXRoyaleClasses.as
     new 84fc76e  Update GIT-TEST.txt
     new 1197ea3  Merge pull request #199 from alinakazi/flexVersion
     new c8b1b7a  Merge branch 'feature/MXRoyale' into CartesianTransform
     new 2e6725a  Merge pull request #200 from alinakazi/CartesianTransform
     new 8c5b467  Merge branch 'feature/MXRoyale' into IVisualElementContainer
     new e0b6154  Merge pull request #197 from alinakazi/IVisualElementContainer
     new 54679f2  Merge branch 'feature/MXRoyale' into BarSeries
     new 098505a  Merge pull request #201 from alinakazi/BarSeries
     new c6aaf44  Merge branch 'feature/MXRoyale' into State
     new dc6cc56  Merge pull request #198 from alinakazi/State
     new a4ea26d  Merge branch 'feature/MXRoyale' into XMLListCollection
     new 5bc3d4a  Merge pull request #202 from alinakazi/XMLListCollection
     new 1da1f2e  Merge branch 'feature/MXRoyale' into TreeItemRenderer
     new 081f218  Merge pull request #203 from alinakazi/TreeItemRenderer
     new 6f83a10  Merge branch 'feature/MXRoyale' into ChartItemEvent
     new 8149b64  Merge pull request #206 from alinakazi/ChartItemEvent
     new d74e4d6  Merge branch 'feature/MXRoyale' into DataTip
     new 198d994  Merge pull request #207 from alinakazi/DataTip
     new b13aa66  Merge branch 'feature/MXRoyale' into feature/MXRoyale
     new 90e2b81  Merge pull request #208 from alinakazi/feature/MXRoyale
     new 5ef0dfd  Merge branch 'feature/MXRoyale' into CategoryAxis
     new a1f2e05  Merge pull request #209 from alinakazi/CategoryAxis
     new 33322fa  Merge branch 'feature/MXRoyale' into LinearAxis
     new fa05d4d  Merge pull request #210 from alinakazi/LinearAxis
     new f76bca9  Merge branch 'feature/MXRoyale' into ShadowLineRenderer
     new b9e01c1  Merge pull request #211 from alinakazi/ShadowLineRenderer
     new 063c8ed  Merge branch 'feature/MXRoyale' into Legend
     new 056ade5  Merge pull request #212 from alinakazi/Legend
     new 739c8be  Merge branch 'feature/MXRoyale' into AreaSeries
     new fc233d7  Merge pull request #213 from alinakazi/AreaSeries
     new f2489dd  Merge branch 'feature/MXRoyale' into TextRange
     new 6cff403  Merge pull request #214 from alinakazi/TextRange
     new f84c7de  Merge branch 'feature/MXRoyale' into ToggleButtonBar
     new 18bc39f  Merge pull request #215 from alinakazi/ToggleButtonBar
     new 3897149  DragManager.as Added
     new b6fbe6d  Update MXRoyaleClasses.as
     new 9f194cb  Update MXRoyaleClasses.as
     new 3e90ce3  TraceTarget.as Added
     new 9229a5f  CursorManagerPriority.as Added
     new 6d39a9a  Update MXRoyaleClasses for CursorManagerPriority
     new 0d7394b  Log.as Added
     new 08ec5e8  Update MXRoyaleClasses for mx.logging.Log
     new c3a49cd  Alert.as added
     new db89c95  Update MXRoyaleClasses.as
     new 426cc45  GroupingCollection2.as Added
     new 907d19b  Update MXRoyaleClasses for GroupingCollection2
     new e8611aa  Series.as Added
     new 74921a8  Update MXRoyaleClasses for Series
     new 4340b40  ClassSelectorList: Fix issue with infinite loop in addNames function
     new 68639a5  NavigationLayout: Using ClassSelectorList to handle changes of className
     new b0f88be  GraphicsUtilities.as Added
     new 8e4eec5  Exponential.as Added
     new 8c3e4c6  Update MXRoyaleClasses
     new 489f896  Prep for 0.9.3 release
     new 95e05ed  AdvancedListBase.as Added
     new fb76745  Update MXRoyaleClasses for AdvancedListBase
     new 5d98654  update other poms to next version
     new d73df35  Update Tween.as
     new a4d55b4  TweenEffectInstance.as Added
     new 5fba51d  Update MXRoyaleClasses for TweenEffectInstance
     new 02ebaf3  Update Effect.as
     new 5ee6c90  TweenEffect.as Added
     new 518c021  Update MXRoyaleClasses.as for TweenEffect
     new 76939aa  ColorPicker.as Added
     new 6cbf31a  TitleWindow.as Added
     new 81bda89  Update MXRoyaleClasses
     new 537b7ee  Fault.as Added
     new 7233e32  Update MXRoyaleClasses for Fault
     new e1bc712  Add a bead to force descendants of a container to inherit a style attribute
     new 275658e  Add option to observe addition of new descendants when forcing style inheritance.
     new cf411bc  Take care of all items added detected by observer, not just the first one.
     new 902d600  fix some issues in jewel radiobutton
     new d7778b9  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 90d6b2a  new blog example : BE0005_Creating_a_group_of_Jewel_RadioButtons
     new 36aef77  AsyncToken.as Added
     new 03e1108  Update MXRoyaleClasses for AsyncToken
     new 024a8db  InvokeEvent.as Added
     new 601c418  Update MXRoyaleClasses for InvokeEvent
     new b55bcff  ResultEvent.as Added
     new b2a76ff  Update MXRoyaleClasses for ResultEvent
     new 6fce070  small blog example readme text correction
     new ed1922b  Update UIComponent alpha property Added
     new 6c379bf  VScrollBar.as Added
     new 19dcdb6  Update MXRoyaleClasses for VScrollBar.as
     new d7b964a  LinearGradientStroke.as Added
     new 0394692  Update MXRoyaleClasses.as for LinearGradientStroke
     new 19dd92d  AsyncResponder.as Added
     new 60ce62e  Update MXRoyaleClasses for AsyncResponder
     new f12f33c  Responder.as Added
     new 5ef90f8  Update MXRoyaleClasses for Responder
     new e6bed4b  FlexPrintJobScaleType.as Added
     new 32e2ec9  Update MXRoyaleClasses for FlexPrintJobScaleType
     new 05d3f0c  RectangularBorder.as Added
     new 4a13b33  Update MXRoyaleClasses for RectangularBorder
     new 69530a9  ISimpleStyleClient.as Added
     new ec26897  StyleProxy.as Added
     new dc4ccaa  Update for ISimpleStyleClient & StyleProxy
     new b04417a  IModuleInfo.as Added
     new 7f4b3a6  Update MXRoyaleClasses.as for IModuleInfo
     new c91439a  trying to fix maven mxroyale build
     new 14b2626  Move UIBase from Basic to Core, so we can remove Basic dependency when using other UI sets like MDL or Jewel. Still remains more work to do to be able to do this separation.
     new ace886a  removed basic dependency in Jewel, JewelTheme and JewelExample, update version numbers and make some clean up
     new 40d0e1c  try moving initialView to be last property to set up so fx:Declarations and most other properties get initialized first.  This should be more like the order of execution in Flex
     new 655e9c4  version change
     new fb97293  CursorManager.as Added
     new 5d9b26b  Update MXRoyaleClasses for CursorManager
     new 5a6d976  Validator.as Added
     new c05e592  Update MXRoyaleClasses.as for Validator
     new d4a002f  DateFormatter.as Added
     new bd5ad76  Update MXRoyaleClasses for DateFormatter.as
     new ba21536  AreaChart.as & PlotChart.as Added
     new 6d47421  CartesianChart.as & IAxis.as Added
     new 821b600  Series folder Added
     new 35d37a5  Update MXRoyaleClasses.as
     new 910d761  MenuBar.as Added
     new 7702712  UpdateMXRoyaleClasses for MenuBar
     new a59e044   SwitchSymbolFormatter.as Added
     new 9ca87e0  Update MXRoyaleClasses for SwitchSymbolFormatter
     new 194bd35  clean out old mxtest files
     new 3f91884  try forcing a measure on demand
     new 7ff361e  rename and refactor some interfaces and implementations so it is easier to replicate hosts in other component sets like MXRoyale
     new f4c1cfc  get List and DataGrid to come up.  DataGrid still needs to autogenerate columns
     new 67deef0  mxtests pass for List.  DGTest needs Drag/Drop
     new 71a6bf7  Update version
     new 470cd13  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 88cffe9  MDL: Fix issue where parent during changes of component className was undefined (reference #222)
     new 16c0dcd  reafactor to separate Basic from Core and make new UI Sets not depend from Basic
     new a77786f  fix layout some issue with layout due to forgotten GroupView
     new 35e1809  Merge branch 'develop' into feature/refactor-separation-core-basic
     new cf084b7  some more fixes
     new b64e3ec  jewel example namespace cleaning
     new 44635c2  jewel basic layout and view, and fix part of alert layout
     new 8343c5b  update jewel examples
     new 579053d  Prevent renaming
     new 6ed89ec  Fix alert layout
     new be539b0  upgrading jewel themes
     new e5ad2c2  return Container to Basic
     new efcc09c  More Container changes that was left
     new 609bd08  remove  import
     new d7edd81  return ItemRendererMouseController to Basic refactoring DataItemRenderer to IBeadController interface and setting in CSS IBeadController
     new f96effe  Glow.as Added
     new 302bc20  Update MXRoyaleClasses.as for Glow
     new cabbfe8  FlexPrintJob.as Added
     new bcdd7ac  update MXRoyaleClasses.as for FlexPrintJob
     new 3e5a273  Update Validator for StringValidator
     new 316208e  StringValidator.as Added
     new b9ea9a2  Update MXRoyaleClasses for StringValidator
     new e3d22c8  RegExpValidator.as Added
     new 20e8376  Update MXRoyaleClasses for RegExpValidator
     new 9928704  [maven-release-plugin] prepare branch release/0.9.3
     new 67b5253  [maven-release-plugin] prepare for next development iteration
     new d0471f1  AdvancedDataGridHeaderRenderer.as Added
     new 6832c6a  MXRoyaleClasses for AdvancedDataGridHeaderRenderer
     new d7704b1  +AdvancedDataGridColumn&AdvancedDataGridColumGroup
     new f3b4de8  Update MXRoyaleClasses.as
     new 11c2e9d  - jewelexample was not in examples/royale pom - update jewelexample with 0.9.4-SNAPSHOT refernces like the other royale example - update blog jewel examples to exclude basic since is not needed any more
     new 8267f32  update mxroyale poms to use 0.9.4 instead 0.9.3 like the rest of examples
     new 52a6436  New blog example about TextInput
     new c1380ad  URLUtil.as Added
     new 696a3ec  Update MXRoyaleClasses for URLUtil
     new 5738e80  DateField.as Added
     new 31573d6  Update MXRoyaleClasses for DateField
     new 9b731a1  Update GridItem.as
     new 65b18a8  Update MXRoyaleClasses for GridItem
     new 47309d9  Update GridRow.as
     new 69df7c6  Update MXRoyaleClasses for GridRow
     new bb1886f  Added Module files
     new 0462659  Grid.as Added
     new 4fbf9f2  Added  ModuleEvent
     new af9fbc7  Update MXRoyaleClasses for Grid
     new ec7c54c  Added LayoutContainer
     new f4e04ac  Update MXRoyaleClasses.as
     new a13f8d8  add databinding, but with ApplicationDataBinding, since ViewDataBinding seems to not work right, seems like a bug
     new d96c880  Add jewel Container
     new 30175b1  Update version numbers in Jewel code to 0.9.3
     new 89e581f  update blog example 6 to new name that refers to the use of Data Binding
     new 8969d35  update remoteobjectamf textprompt
     new 4c4ad00  NodeElementBase should allow nesting
     new ccf6292  Changed Multiline whitespace to pre-wrap
     new edb537f  put published text in example
     new f40eed1  Return Group to Core since is Core and HTML needs them.
     new 9c0de0c  this was to test that html accept nesting again. not needed anymore
     new a50915f  remove amf.js since is not needed anymore
     new 1f3f8eb  UITextField.as Added
     new 40d98b1  Update MXRoyaleClasses for UITextField
     new 0fca75d  Prevent renaming
     new 5a1bb1f  maven-release-plugin-prepare-branch-release-0.9.3
     new bb438c2  Changed Multiline whitespace to pre-wrap
     new 0fce60b  Parallel.as Added
     new 7f42cea  Update MXRoyaleClasses for Parallel
     new f4d201d  FaultEvent.as Added
     new 113c661  Update MXRoyaleClasses for FaultEvent
     new 4457091  AdvancedDataGridItemRenderer.as Added
     new 2d0854d  Update MXRoyaleClasses 4 AdvancedDataGridItemRenderer
     new 867bf32  Updated AreaChart.as
     new e24baf1  Updated PlotChart.as
     new a170a05  Update PlotSeries.as
     new 4dd8d25  Update PieSeries.as
     new e535e61  Update PieSeriesItem.as
     new 06766a8  Delete CartesianChart.as
     new 28decb9  Update MXRoyaleClasses.as
     new b759f4e  Update TitleWindow.as
     new d56a1fc  Update ColorPicker.as
     new d117640  LineSeries.as Added
     new ad622f5  Update MXRoyaleClasses for LineSeries
     new df20110  add a few things for Spark Button
     new b43920c  add new SparkRoyale project with Spark Button that compiles
     new a7230ce  fix up Jewel and MDL Lists after IList refactor
     new b136511  SparkRoyale in ant build
     new d692e27  SparkRoyale in Maven
     new bbf5985  Update Alert.as
     new eac8b70  Update Module.as
     new 938b108  Update MXRoyaleClasses.as
     new 3f0b320  Delete LayoutContainer.as
     new 25e4ed0  Update ModuleEvent.as
     new 1909638  Update ModuleLoader.as
     new 0263233  Update ModuleManager.as
     new e295d26  Delete ModuleManagerGlobals.as
     new 92918fe  Added MenuEvent & FlexEvent
     new 3399bde  Added MenuBar
     new b11a0e5  Added formatters/NumberFormatter
     new 6a59922  Added PopUpManager
     new 9569152  Update MXRoyaleClasses
     new 894f0d3  Added NumberFormatter
     new ffe017f  Added PopUpManager
     new e13cd97  Tree.as Added
     new 5a2539d  Update MXRoyaleClasses for Tree
     new 10b6671  comment source property since is not needed on RemoteObject example
     new ecdc6ad  add more AMF cases to the example. - Add sub typed object to typed Object - Add sub Array of typed Objects - Still needed to transfer Collections (time to see how to overcome ArrayCollection need)
     new 8bbf090  AdvancedDataGridEvent.as Added
     new f4fe4dd  Update MXRoyaleClasses for AdvancedDataGridEvent
     new 93c3710  ProgrammaticSkin.as Added
     new d47d926  Update MXRoyaleClasses for ProgrammaticSkin
     new cf85c43  AMFChannel.as Added
     new 0ebd317  Update MXRoyaleClasses for AMFChannel
     new af80c94  AdvancedDataGridEvent.as Added
     new 83b84d1  ChannelSet.as Added
     new c7a6146  Update MXRoyaleClasses for 	ChannelSet
     new 426bbb9  WebService.as Added
     new c52e6ac  Update MXRoyaleClasses for WebService
     new 27bdc0c  Spark ToggleButtonBase.as Added
     new 68cc22a  Update SparkRoyaleClasses.as for ToggleButtonBase
     new 2005adc  Spark Checkbox Added
     new 392a2ee  Update spark-royale-manifest.xml for CheckBox
     new 8613bd8  Update defaults.css for CheckBox
     new 181da38  Spark ToggleButton.as Added
     new 37bd4b0  Update SparkRoyaleClasses.as for ToggleButton
     new 75fd4ec  Spark IndexChangeEvent.as Added
     new 4579354  Update SparkRoyaleClasses for IndexChangeEvent
     new bfa2951  Spark DataRenderer.as Added
     new 61c6363  productversion updated
     new b0c51bc  Update SparkRoyaleClasses.as for DataRenderer
     new 8ee3461  Added Validators
     new cf34d3c  Update MXRoyaleClasses
     new fe47c49  Spark Range.as Added
     new 54d3e54  Update SparkRoyaleClasses.as for Range
     new 07b39fb  SkinnableTextBase.as Added
     new 19795eb  Version update
     new 591f20f  Update SparkRoyaleClasses.as for SkinnableTextBase
     new df07a69  Spark TextBase.as Added
     new b834c4b  Update SparkRoyaleClasses.as for TextBase
     new a38125e  PopUpAnchor.as Added
     new 3c8f159  Update SparkRoyaleClasses.as for PopUpAnchor
     new 5e3c2be  TextOperationEvent.as Added
     new e1063bc  Update SparkRoyaleClasses for TextOperationEvent
     new 2746f38  SparkGroupBase.as Added
     new 3c2e60d  Update SparkRoyaleClasses.as for GroupBase
     new ef3b91a  Added ViewStack.as
     new 04479e8  Added rpc.remoting & rpc.http
     new 11ee130  Update MXRoyaleClasses.as
     new 45caa66  Fix RemoteObject deserialization when objects in server has more properties than in royale client (#236)
     new 2e9d7be  better left RemoteObject example compile in debug so make more easy to check possible errors
     new c49537d  fix warning in remoteobject example
     new 5718fb9  fix manualtest and hopefully royale_asjs build
     new eab9ac2  example passing a "flex.messaging.io.ArrayCollection" to "org.apache.royale.collections.ArrayList", so "mx.collections.ArrayCollection" is finally not needed.
     new 5a6f6b7  Merge branch 'feature/MXRoyale' into branch1
     new c9822c5  Merge pull request #217 from LHR07-DBz/branch1
     new 60b858c  Make ComboBoxView more reusable
     new 1f32944  remove from controller logic which is handled by view
     new 4129e83  Update Panel.as
     new 0a13750  Make controller more reusable
     new 15f093d  Update AreaChart.as
     new 5ae48a2  Update PlotChart.as
     new c07a831  Update PlotSeries.as
     new 4418d08  Update PieSeries.as
     new 5229d2e  Update PieSeriesItem.as
     new 617c6ab  Spark ListBase.as Added
     new 10c963d  Update SparkRoyaleClasses.as for ListBase
     new 2583343  Update ModuleLoader.as
     new 790113e  Update Module.as
     new 32e5dbd  move IItemRendererParent from the strand to the view so that there are fewer dependencies on the strand
     new 14307f6  fix sizing in JS
     new 81dc1fb  fix sizing
     new 5849338  fix namespace
     new 086df1c  fix Spark Button
     new e6878f3  fix mouse emulation
     new aa97a75  Spark Button passes
     new b8e5c76  Update Alert.as
     new d7d40e9  Update Alert.as
     new d005f04  TextBase.as Added
     new 19527c5  Update TextBase.as for Label.as
     new 5e86a89  Update UIComponent.as for Spark Label.as
     new 3899029  Update UIComponent.as for Label.as Spark
     new 817ba11  Spark Label.as Added
     new 99894b3  Update spark-royale-manifest.xml for Label
     new 178970a  Adding HideComboPopupOnMouseDownBead
     new 73de5ce  Get rid of redundant imports
     new ca7a367  fix some packages still with all names that was left since was not reference in normal build but in jsonly build. this should fix the jsonly build
     new 324ce38  Update ListBase.as for List.as
     new 6ce2667  Update  ListBase.as Version
     new 2c56547  Update SkinnableComponent.as for List.as
     new 6a9043f  Spark List.as Added
     new 44a933a  Update spark-royale-manifest.xml for List.as
     new b1fec0d  Update default.css for List
     new 870fc4d  this will fix jsonly?
     new 396fbd6  Update AMFBinaryData.as
     new 5a666c9  DropDownListBase.as Added
     new f5f0c05  Update SparkRoyaleClasses.as for DropDownListBase
     new ce6004d  Update MenuBar.as
     new bdf3564  Update NumberFormatter.as
     new bcdd4cc  Update DateValidator.as
     new f3d1784  Spark ComboBox.as Added
     new c578efa  Update EmailValidator.as
     new 0e11c1d  Update spark-royale-manifest.xml for ComboBox
     new fb2e00f  Update NumberValidator.as
     new 6416b3a  Update PhoneNumberValidator.as
     new 9b20a02  HorizontalLayout.as Added
     new 79df072  Merge branch 'doug777-patch-1' into develop
     new 3173cdd  this class seems not to work since does not have a constructor so pako is not injected
     new ea56681  CompressedRemoteObject to compress the data between client and server optimizing sending times
     new 469f10a  initial commit
     new ebe181a  minor changes
     new 614753f  Allow acceptance of licenses by setting ACCEPT_ALL_ROYALE_LICENSES=true environment variable.
     new 0cd6f9a  Remove unnecessary imports
     new 7ac655e  Merge pull request #243 from apache/issues/230-Add_License_Agreement_Env
     new 16231b1  Update SampleAmfWebApp to include a java adapter that perfoms compression of AMF data and use it in conjuntion with the new CompressedRemoteObject in Royale that is capable to inflate the data on the client
     new 2161017  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-4
     new 7c0b523  Merge pull request #226 from LHR07-DBz/LHR07-DBz-5-4
     new c0fb67e  Update ModuleEvent.as
     new b432a2a  Update ISort.as
     new bcb6e3c  Update Sort.as
     new 6ba354b  Update ISortField.as
     new e752396  Update SortField.as
     new 962e48b  Update MXRoyaleClasses.as
     new 3069c4b  Merge branch 'feature/MXRoyale' into MxRoyaleSortSortField
     new 263307c  Merge pull request #148 from alinakazi/MxRoyaleSortSortField
     new 9f0b567  TileLayout.as Added
     new aa51acf  VerticalLayout,as Added
     new 2d707fb  Add Moonshine project files with configuration which loading Jewel theme (reference #244)
     new 20e92cb  New blog example Selecting options from a group of Jewel Checkbox controls
     new a7af46b  add new blog post to blog examples build
     new 6932fbf  Adding HideComboPopupOnMouseDownBead
     new 8cda66f  Get rid of redundant imports
     new fa22783  Make controller more reusable
     new f770aa3  Make ComboBoxView more reusable
     new b96483a  remove from controller logic which is handled by view
     new 4f8be7a  update blog example readme text
     new 622e606  remove "return null" that can never be reach
     new 2975af5  add missing Bindable "dataProviderChanged" to allow reassign completely new data to dataProvider
     new adf1d88  add Bindable "dataProviderChanged" and example. We must notice that a reassing in the watched dataprovider variable is not catch by the list, this should be fixed in some way
     new cae5aea  Delete TextBase.as from Invalid path
     new 1ab9fff  DataGroup.as Added
     new 0c313bd  Merge pull request #242 from nihavend/feature/MXRoyale
     new 6b2657f  Escape quotes
     new 25248fa  Escape quotes
     new 04cf751  SkinnableContainer.as Added
     new 0485f4c  RadioButtonGroup.as Added
     new fac2331  Update spark-royale-manifest.xml  RadioButtonGroup
     new b128d3c  Update RadioButtonGroup.as
     new fa014d7  RadioButton.as Added
     new 476e032  Update spark-royale-manifest.xml for RadioButton
     new bb5081b  NavigatorContent.as Added
     new da3e330  Update default.css for RadioButton
     new d3f7c98  NumericStepper.as Added
     new 98336d8  Update spark-royale-manifest.xml NumericStepper
     new 97ebd02  Update defaults.css for NumericStepper
     new 830e82c  Update defaults.css for ComboBox
     new a73a8a2  Update ListBase for DropDownList
     new 6b795f7  Update DropDownListBase.as for DropDownList
     new e374a0e  Update SkinnableComponent for DropDownList
     new 0595512  DropDownList.as Added
     new 18943e8  Update spark-royale-manifest.xml for DropDownList
     new 2c1ea10  Update SkinnableTextBase.as for TextArea
     new 05e7245  TextArea Added
     new c101cdf  Update spark-royale-manifest.xml for TextArea
     new 3e5d335  Update defaults.css for TextArea
     new d49f457  Update SkinnableTextBase.as for TextInput
     new 6de0c01  TextInput.as Added
     new 110c29b  Update spark-royale-manifest.xml for TextInput
     new 51d35dc  Update SkinnableComponent for TabBar
     new 61909d9  TabBar.as Added
     new 15885ce  Revert "[maven-release-plugin] prepare for next development iteration"
     new e7604cd  Revert "[maven-release-plugin] prepare branch release/0.9.3"
     new 8c28040  updates the rest of poms from 0.9.4 to 0.9.3 snapshot. We should check why these poms are not updated when preparing a release
     new d489256  add SingleSelectionArrayListModel to jewel
     new c1e2167  TileLayout in Jewel, still needs to be updated to use CSS rules
     new 3e7aa59  update amf example to use Array instead of ArrayList in client. Make java part use Set instead of array of objects in some parts
     new 3c61cf6  Item Renderer firing itemChanged when mouse is dragged over item renderer and released
     new 75c3df6  binarydata toString implementation
     new 028a26a  fix latest commit, since binary data to string method was not really working
     new b82f080  Base64Decoder class added
     new e4946bc  Support for RoyaleClientID (like FlexClientId) in headers to make BlazeDS recognize the current client and make royale work with BlazeDS FlexSession and credentials. Some additional work is done here with readExternal and writeExternal methods, those compile, but are not tested, and sure needs more work, but at least compile. The same for IDataInput and IDataOutput that should replace flash.utils. counterparts
     new 6aeb454  Update SkinnableContainer.as for Panel
     new 9d77e3c  Spark Panel.as Added
     new 2925d0c  Update spark-royale-manifest.xml for Panel
     new 526aa71  Update defaults.css for Panel
     new 253d725  Update SkinnableContainer.as for TitleWindow
     new d7cff1f  Update SkinnableComponent.as for TitleWindow
     new 9ea1c2b  TitleWindow.as Added
     new 252b373  Update spark-royale-manifest.xml for TitleWindow
     new 08908ec  Added Skin files
     new ecc0e14  Scroller.as Added
     new cbcd0ae  Updated DateValidator.as
     new 273c590  Updated EmailValidator.as
     new 304df74  Updated NumberValidator.as
     new 7df8df2  Updated PhoneNumberValidator.as
     new b2a91db  Modified Validator.as
     new 084ab79  RectangularDropShadow.as Added
     new d7492c8  Line.as Added
     new 720ed63  Update Line.as
     new 97a7256  BitmapImage.as Added
     new a4ae953  Path.as Added
     new 7d4b5ad  Update Path.as
     new 768b3b3  Rect.as Added
     new f1c00f3  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-7
     new 4ee0b60  Merge pull request #255 from LHR07-DBz/LHR07-DBz-5-7
     new 9a6ad23  Fixes #256.
     new 7a6ed64  Issue #256 - don't mess with positioning if it's already positioned.
     new 5907908  Update GroupBase for VGroup,HGroup & ItemRenderer
     new 9cd1765  Enable DropDown separators
     new 59b4a7a  Update GroupBase
     new f61e43d  Update DataGroup
     new b62831e  ItemRenderer.as Added
     new 3dcf178  Update SparkRoyaleClasses.as for ItemRenderer
     new 0e27d33  Update Container.as
     new 65ef773  Update ViewStack.as
     new 5c3b82f  VGroup.as Added
     new 59c5406  HGroup.as Added
     new 5d24317  Update SparkRoyaleClasses.as for VGroup & HGroup
     new acc3d3e  global point should ignore window scrolling
     new 9f7667d  Added VerticalAlignChildren bead
     new 140cafc  small modifications
     new f1f7b62  Merge remote-tracking branch 'upstream/feature/MXRoyale' into feature/MXRoyale
     new 592e978  Add files via upload
     new 1f64c90  Created getLabelFromData utility function
     new 91ac3b3  Merge pull request #254 from nihavend/feature/MXRoyale
     new d5b6858  SimpleRemoteObject implementation for basic AMF backends. For BlazeDS, LCDS or CF better use RemoteObject to get more need functionality required by those backends
     new 1f98804  RichEditableText.as Added
     new e731875  Update SparkRoyaleClasses.as for RichEditableText
     new 6eb6f03  Update spark-royale-manifest.xml for SparkSkin
     new 78dd3bc  Deleted SparkSkin from SparkRoyaleClasses.as
     new 6231165  Update spark-royale-manifest.xml for s->primitives
     new d95afc4  Range Deleted
     new 9080b2a  Update spark-royale-manifest.xml for Range
     new 30c401b  Update SparkRoyaleClasses.as
     new bf65c1f  Update spark-royale-manifest.xml for components
     new d4a7801  Update SparkRoyaleClasses.as
     new f2b4ba8  UUID was has more length than expected by BlazeDS generating messages with "correlationId" instead of "correlationIdBytes", this is since getTime() in JS gives 11 digits instead of 8 like in flash
     new dd59e53  Remove RPCUIDUtil since already exists UIDUtil that makes the same
     new 7b70c22  AMF working with Id and with small messages off, still need to complete with small messages turned on
     new 728bec2  Removed ComboBox class selector
     new a9feab4  Prevent renaming
     new 2e8d1e2  Update Rect
     new a8ade4d  Update Rect.as
     new f41b274  Update MXRoyaleClasses
     new 6cc69d6  Update Path.as
     new 74b4309  Update spark-royale-manifest.xml
     new fbeab17  DropDownListButtonSkin.mxml Added
     new 0eaa8e0  Update SparkRoyaleClasses 4 DropDownListButtonSkin
     new a27dabc  Update MXRoyaleClasses.as
     new 07a3d78  Update mx-royale-manifest.xml
     new 94ef521  Update spark-royale-manifest.xml
     new ac9feb6  Update Classes file for TitleWindowCloseButtonSkin
     new 5439829  TitleWindowCloseButtonSkin.mxml Added
     new 3966d49  ComboBox mxml Skin Files Added
     new 24ad5c8  Update SparkRoyaleClasses.as
     new ddd2029  Update defaults.css
     new 2c61a88  Made SpinnerButton a proper type
     new 87006cd  Remove Slider class selectors
     new 052d90e  Removed ToggleTextButton class selector
     new b93791e  Merge
     new 95899ad  Added TreeGridListArea class
     new fec63f5  Item Renderer firing itemChanged when mouse is dragged over item renderer and released
     new 58dddaf  Created getLabelFromData utility function
     new d95dbf1  Added VerticalAlignChildren bead
     new e532865  global point should ignore window scrolling
     new d4492e2  Enable DropDown separators
     new af10f65  Fixed getLabelFromData
     new e74e4d0  Removed duplicate Container
     new 5247e68  Fixed DataGrid type selectors
     new e3d7b05  Fixed DataGrid example
     new 3d98b5f  fix flat ContainerView package change
     new 19f81b4  more ContainerView cleaning
     new 3f4dde9  new blog example for using view states
     new b5c43e3  Fix a bug in IE11 when try to add more than one style with classList.add
     new 0b7e502  Type selector for DynamicList
     new b157ecf  Removed unselectable selector
     new 0a2700d  Removed ComboBox button selector
     new 3415078  Fixed TreeGrid selectors
     new 37a3a6d  Fixes #258. But is that a proper fix?
     new fcd9bdf  Created TitleBarTitle
     new 5e74252  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 0799760  The ILayoutStyleProperties interface is the contract for layout beads that needs to retrieve style properties set in their host component and apply to itself. Jewel Layouts that depend on CSS implements this interface to set up properties that are configured in CSS
     new 51c4d08  * add Card component to jewel (initial) * change in layouts to use only flexbox in all Jewel UI Set * More support and fixes for IE11, things start to be seen ok in IE11, but still needs fix some issue in some components :)
     new 2df15bb  Jewel theme updates for Card component and remove some temporal styles not needed now that we have a Card component
     new 7680c32  JewelExample using Card and new changes
     new a9e6d33  Fix text layouts in IE11 and remove Jewel MultilineLabel in favor of a "multiline" property in Jewel Label
     new 26b0623  latest changes in all jewel themes
     new c7355ec  fix examples for new changes in Jewel
     new 8529629  Update MXRoyaleClasses.as
     new 114eeef  Update UIComponent.as for Button, CheckBox,Numeric
     new 70912f3  Update mx-royale-manifest.xml
     new 7ea5f3b  Update spark-royale-manifest.xml
     new 4a2552e  Update RectangularDropShadow.as
     new 0ff4655  Refactor layout names to more friendly ones in Jewel. Prefix with "Simple" to basic horizontal and vertical layouts and remove "WithPaddingAndGap" in complex versions since those layouts are the most used.
     new f492f2d  Update MXRoyaleClasses.as
     new 05e6c3f  Update UIComponent.as Drag Events Added
     new d40142b  Update mx-royale-manifest.xml
     new 816c9ff  Update Container.as for mx:Canvas
     new b6cd17e  Update MXRoyaleClasses.as
     new 5bce602  Update mx-royale-manifest.xml
     new c3560ff  Update MXRoyaleClasses.as
     new 563e184  Update mx-royale-manifest.xml
     new 189a190  Update MXRoyaleClasses.as
     new 6f8189d  Update mx-royale-manifest.xml
     new b79ee94  Update mx-royale-manifest.xml
     new 9b90841  Update ColorPicker.as
     new d2c4a59  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-2
     new 7fec78b  Merge pull request #221 from LHR07-DBz/LHR07-DBz-5-2
     new 4a1e3a5  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-3
     new c6ccaea  Merge pull request #224 from LHR07-DBz/LHR07-DBz-5-3
     new 4654e64  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-5
     new 6f82ef3  Merge pull request #228 from LHR07-DBz/LHR07-DBz-5-5
     new a842422  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-6
     new f5192b7  Merge pull request #235 from LHR07-DBz/LHR07-DBz-5-6
     new e502110  Merge branch 'feature/MXRoyale' into LHR07-DBz-5-1
     new e837ecc  Merge pull request #219 from LHR07-DBz/LHR07-DBz-5-1
     new 01a3d04  fixed issues in DateValidator.as
     new 68e932d  BorderContainer.as Added
     new f37c8fa  Update spark-royale-manifest.xml
     new ab0c87c  ToolBar.as Added
     new 46c27a1  Update mx-royale-manifest.xml for ToolBar
     new 83dcb06  Update Container.as
     new 8d2ac48  Fixed typos
     new 50ca711  Added utility function to dynamically add CSS selectors
     new 15c87de  add Card style to all jewel themes
     new 5a3c615  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 88fc131  CloseButton uses SVG
     new f6fcd5a  fix jewel list to work with flexbox
     new 150063c  Fixed RTE
     new 17cd02c  Removed DateChooser class selector
     new 9525660  remove invalid ";utf8" in all inlined svg images
     new db4b818  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9bebe02  this fixes alert controlbar layout, but is not the LTE solution
     new 1603d0e  Fixed PanelView
     new 4796b4c  some minor fixes
     new 799f187  Different way to fix #258. Should it be a pattern for layouts that use absolute positioning of children to make sure the host is not statically positioned?
     new d16b0bc  more minor fixes in css rules
     new 86309ff  rename latest blog example
     new 9977143  jewel basic layout based on CSS. This fixes as well the problem with View States that make behave inconsistent. The fix is a loop over child to dispatch "sizeChanged" event like in the rest of layouts. Maybe this can be fixed in other way.
     new ab227fb  AdvancedDataGrid.as Added
     new a8d07be  Update mx-royale-manifest.xml for AdvancedDataGrid
     new cc8b8bc  Update AdvancedListBase.as for AdvancedDataGrid
     new 448d88e  Update AdvancedDataGrid.as
     new 9080310  Update ItemClickEvent.as
     new 7422df2  Update MXRoyaleClasses.as
     new c55e57e  update blog examples source code
     new c370246  Make ASDoc green easier on the eyes
     new d54fcd8  MouseEvent.as Added
     new 07cfd3d  Update MXRoyaleClasses for MouseEvent
     new 43edbed  Update ISystemManager.as
     new d495004  SystemManager.as Added
     new 15d0195  Update MXRoyaleClasses.as for SystemManager
     new 103d9b3  delete lookuponly from mx-royale-manifest.xml
     new ddca939  Update AdvancedListBase.as
     new 082478a  Update UIComponent.as
     new 5df9fde  BitmapFilter.as Added
     new 95b22cd  flash ColorMatrixFilter.as Added
     new 97cffe5  MXRoyaleClasses for BitmapFilter,ColorMatrixFilter
     new 338a7f3  Update spark-royale-manifest.xml
     new 3706982  Update for VerticalLayout
     new 79d9e50  small change to view states example
     new 1710d84  Update SolidColor.as
     new ed3f6d0  Update SolidColorStroke.as
     new 4b34998  Remove code that's not necessary if a flex layout
     new 6884968  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 691a010  Update MouseEvent.as
     new 1342927  jewel some card, label and example changes
     new d039591  Jewel TileLayout working with horizontal and verticalGap included, but still deserves more separation to CSS
     new 56d7f19  Fixed Flat DropDownList
     new e542c09  Update spark-royale-manifest.xml for BitmapImage
     new 0262499  need to make mx.events version of Flash events like FocusEvent
     new d707be6  uncomment flush() so it compiles
     new 7ba6ff2  solve a bug in layouts where class names added by user override class names set up by layouts
     new 08e5d9a  more layouts affected
     new 5a5d186  removed addStyles since is not used anymore
     new 11f2efa  StyledUIBase supports components that use ClassSelectorList for class name management
     new d6c8ead  remove style methods since we already have ClassSelectorList and are not used anymore
     new d09e305  typo in layout
     new ea8daaf  fixes finally to layout changes of host class names
     new de590ba  Jewel HGroup VGroup
     new 5bc7de3  layouts manages gap on its own
     new 5190669  add accessors to StyledUIBase
     new c66a494  update to simple layouts
     new dba49ec  all jewel components extend StyledUIBase
     new b856128  fix typos
     new 97b2873  this simplifies css layouts and fixes using view states with them. the sizeChanged loop is no more needed
     new c4236e8  StringUtil remove word method
     new 3646f90  Jewel Grid Layout
     new afd7c42  jewel cell and fixes to grid
     new 61f0173  Update Line.as
     new b06e487  Update Line.as
     new f37ba2c  Update SolidColorStroke.as
     new 72c5a40  Update Image.as
     new d4b5637  Update ChartBase.as
     new e3ecd64  Slider looking better on IE11, still there's an issue width margins
     new d725127  update to all themes
     new 2273898  should fix the problem with BinaryData.toString on IE/Edge that does not support TextDecoder
     new 5802e83  If we’re going to return UTF8, it should be consistent
     new 38656c0  not use small messages
     new 2bf0f6e  slider in IE11 working
     new 49605b1  fix min height on jewel item renderer
     new 9bb5dcf  Added open getter for Dialog
     new f5c4db5  override visible getter and setter to make more sense for Dialog
     new 7ddd60b  jewel checkbox working on IE11
     new 1979d5d  update all jewel themes
     new 2a86dbe  jewel checkbox latest touches
     new 878be62  few changes left for check
     new 24dd7b7  remove release backups not needed
     new d8b4998  update sass maven plugin to 3.5.4
     new 1af861a  radio button fixed for IE11
     new 4dadaf4  redice string replace sass complexity in SVG since in Mac it seems to produce infinite loops and update final css
     new f4fe529  typo in pom when change version
     new cc0183e  update all jewel themes
     new e0424bc  Update Container.as
     new 1778ed5  Update UIComponent.as Move & Resize Events added
     new 2dba3a7  prevent label wrap on buttons
     new 0480167  Jewel Button new sizes, fixes, things missed and optimization and reduction of file size
     new 4896450  remove duplicated style in button
     new 08170ae  update all themes
     new 1499b85  Added Graphics.as
     new e0c7ddd  Update UIComponent.as
     new 09a04b4  Move css that is structure to Jewel theme and left only things that are really themeizable on themes css
     new 059d8c2  update all themes with the new optimization changes
     new e9a2256  fix placeholder styles
     new 556c709  join all jewel button size properties in only one
     new 457a6f9  join all emphasis button styles in one single property and its constants, and update all examples accordingly
     new f31c819  Jewel TextArea
     new f3020c7  add rows to example textarea
     new fe7c315  update all themes with textarea styles
     new 4011c9d  fix typo in example
     new 94aa40d  refactor size to a bead and use it in Button and TextInput
     new c61a242  fix textarea text size and rename Size bead to SizeControl to avoid name conflicts when referencing constants
     new e6d0f17  latest changes on themes
     new a83c690  some cleaning and minor fixes
     new 6fa7a79  update jewel themes
     new c1e88f5  jewel CSS based layout classes. mostly working, but still need to see final shape of some things in the works: * New GridLayout and GridCellLayout and its components (Grid and GridCell) * Responsive CSS Layout for Grid * VerticalLayout and HorizontalLayout refactor to *only CSS* * HGroup and VGroup for Jewel updated to CSS layouts * Updated Jewel Example to use this changes (still need some refactor on blog examples)
     new e17ffcc  update jewel themes
     new 8fe99f5  fix blog examples
     new 2369da5  Update SkinnableContainer.as
     new cdd7bf7  Update UIComponent.as JS tabEnabled Proprty Added
     new a57c357  Update BorderContainer.as
     new 8148659  Update FocusEvent.as
     new 7c9ffec  IOErrorEvent.as Added
     new 5ae674b  Update MXRoyaleClasses.as
     new 6fb9f0c  EOFError.as Added
     new c2cf283  Update MXRoyaleClasses.as
     new 38a3dab  Bitmap.as Added for flash.display.Bitmap
     new 63e81a7  TextEvent.as Added for flash.events.TextEvent
     new 53b78db  ExternalInterface.as Added
     new 491aedc  Update MXRoyaleClasses.as
     new 5015451  Fixed BinaryData reading
     new ca4c5cc  Fixes #261. Untyped members need to be surrounded with quotes.
     new f0daa2b  Update UIComponent.as
     new b794e41  Update ButtonBase.as
     new e06dd12  some fixes to jewel layouts
     new 4059a70  generated css left in latest commit
     new a979eb6  Replaced MD5 implementation
     new bec0701  Fixed output of manual tests
     new 731fc2d  Added test for odd byte reading
     new ae52b94  Added more BinaryData tests
     new fc9a15f  Fixed BinaryData write methods
     new bad693a  Change multiplication to shift operators
     new cbc010a  Cleaned up old code
     new 948f9d7  Fixed unsigned short test
     new ce95546  Shifting 24 bits converted to negative int value
     new 44e8ab8  Added float tests
     new d5f2f36  It seems like DataViews are faster anyway
     new 6a59d13  Fixed typo
     new d778e8b  Use single instance of DataView
     new bdd5e07  The unsigned right shift operator keeps the value as a uint
     new 8ce7e78  Update UIComponent.as
     new 30d7337  Update Button.as
     new 5dde0ae  Update Button.as
     new 4f17569  Update Container.as
     new b258a1f  Update Label.as
     new 85b05e1  Update Label.as
     new b9a9b54  Update SystemManager.as
     new 444c6e4  jewel TopAppBar component
     new 7d8e923  support for icons in controls like buttons or on its own
     new aa0402f  add Icons to project pom.xml
     new 3f4f144  update all themes to include topappbar styles
     new 97da238  Add TopAppBar to JewelExample
     new e800bf5  more updates to topappbar
     new de80758  Update Button.as
     new 897d090  Update Container.as
     new 2a5c5cd  verticalalign and horizontalalign added
     new d4b351d  Update Container.as
     new 3b64382  Update UIComponent.as
     new 01593d0  fix topappbar fixed on/off on IE11 and set shadows on icons like in title
     new 8b9a2d9  Jewel Drawer component
     new e3b0e12  fix up SystemManager so it has a chance of working in JS
     new 26fb817  tweak Application so it can have SystemManager load it
     new 1841200  NumericStepper needs its own MXRoyale bead in order to set same default size as Flex
     new 258956e  defaults for NumericStepper
     new 8d28033  Container doesn't need these
     new 7527c51  get mxtests to work again
     new e1cd87f  get mxtests to run on SWF
     new 4d215cc  NumericStepper in mxtests
     new 6e17b43  get SystemManager working for JS
     new 3189c89  add NS test for jS
     new 906bb5c  set default size for NS
     new 836565a  try a way of measuring after width/height has been set
     new 794a942  take this out as it broke mustella.  If needed, it can probably 'return this'
     new d4bf00b  jewel theme update with drawer
     new 41ac999  Make positioner returns _postiioner in StyledUIBase components
     new 403b970  Drawer components and partial example in JewelExample
     new efe141b  fix example for now
     new ab98f25  *IClassSelectorList Support for components that implements that functionality * StyledMXMLItemRenderer * StyledImageBase * Jewel Image
     new d047e2e  Navigation, Drawer and ItemRenderer styles updated
     new 460e1c2  latest drawer changes
     new ab2263d  Fix warnings in DataGridExample
     new c77a373  supress public var warnings in databindingexample_as
     new d4de0d1  changes in themes left behind
     new 0660310  format drawer code example
     new c4029ce  move svgs not used
     new a2c7870  fix build. We need to have at least one file in "assets" folder or build fails. This should be fixed in compiler since is really a bug
     new 4a80dad  new IId interface
     new 9b9e2e0  UIBase implements IId
     new 76dab60  Jewel ApplicationMainContent to navigate different organized content
     new 820c681  Jewel SectionContent
     new 8fb3bc6  Refactor Jewel Example to use TopAppBar + Drawer for navigation
     new 970ae91  remove itemrenderer hack so we can find a better solution in code that handles the click in the IR a not in the subcomponents. Anyone knows a solution or maybe Royale is not ready at this point?
     new 3c55180  remove JewelThemes assets folder for now since there's no needed resources
     new 73d135b  Drawer open() and close() methods, and make Drawer close when select and option on JewelExample
     new ce0f796  fix item renderer issue using change event handler. More elegant but I think MouseEvents has some issues working wrong at least in List component, currentTarget seems not to be set and itemClicked seems not to be available from  mxml
     new 76130e5  latest changes to make content more visible, add grids examples, make Container in Jewel suppor ClassListSelector, add JewelToggleButton
     new 0d04a02  fix valueExpression in JS
     new 3fffafb  fix valueExpression in Flash
     new 37b0dbe  fix abstractions around DateField/DateChooser so dropdown can be replaced
     new f9d557d  fix MXRoyale DateField/DateChooser
     new 6203cbe  DateField in mxtests
     new a8f9d48  Add MDL theme
     new fc82f0f  Add MDL theme to main pom themes
     new 887b696  Support for classList contains
     new 90d0a4d  refactor Icon classes to FontIcon since all current classes are based on fonts and text and add ToggleFontIcon
     new 09f0676  refactor examples to use FontIcon and add support for ISelectable icon to jewel ToggleButton
     new 404ba21  fix ClassSelectorList toggle method for IE11 since doesn't allow second param and fix contains in StyledUIBase
     new 41fed79  icon list item renderer example in JewelExample
     new 9ceb165  fix margin with jewel button fonticon
     new a0dd537  DropShadowFilter, first implementation
     new 3433480  Refactored DropShadow to be more PAYG. Still some refactoring due in terms of renaming and creating a factory bead.
     new 79d4cde  Renamed filter files
     new e254355  Add DropShadowFilter bead which is a convenience bead that adds a series of beads and initiailized them.
     new c14f6a8  Add some documentation to filter elements
     new a7a8616  Disambiguate filter element
     new 412ed76  Adding first version of ColorMatrixFilterElement
     new e578449  Add ColorMatrix to DropShadowFilter
     new 07f29ff  Added spread filter element.
     new dc29986  Some additions to make inset shadows possible
     new e63956c  Refactoring filter element, some common functioalities are now in a base class.
     new 70f2c72  Make sure blend has necessary arguments in DropShadowFilter
     new efe2d36  Don't write result if it wasn't given.
     new 0e577ac  Add inset option to DropDownFilter
     new 90d9f66  Add swf version for DropShadowFilter
     new b36996d  Fixed offset buttons
     new 777ce24  Add Float/Fixed modes to Drawer for responsivenes.
     new fe0d0df  togglebutton separate fonticon styles
     new 112a354  changes in all themes
     new 1d5f17b  fix width topbarapp when drawwer is open to avoid content overflow screen app size
     new fa6a809  jewel themes updated
     new 6eb2724  - jewel button and list example page use grid with various Cards -if buttons has icon but not text don't apply the gap between icon and textnode
     new bce279f  remove style left from tests
     new a3f6768  jewel update themes
     new 232b0c7  responsive visible/hidden class selectors
     new ac48ee9  add visible/hidden responsive properties to GridCellLayout depending on device sizes
     new 3961aa1  -ResponsiveVisibility bead to make any component show or hide depending on screen sizes / devices -Added missing properties for "widescreen" size in GridCell and GridCellLayout -Make Menu button hide on JewelExample when size is in desktop and widescreen
     new 4b5d5e9  fix card sizes in Jewel Example
     new 012e200  fixes for drawer / topappbar in IE11 and make drawer header doesn't shrink when app height decrease
     new 9c1f615  preparing next blog example nº0009 List + custom ItemRenderer with icon
     new 3dc1259  add centered layouts, end list icon example, add material icon list_alt, and make some layout general fixes
     new 5d17327  update jewel themes
     new 6925321  fix height scrolling in app
     new 5ec36e0  Jewel HorizontalFlowLayout and VerticalFlowLayout
     new bb6b290  Revert package names to the old structure
     new 355ab67  update width of list example to fit in android devices
     new 92feefd  - ResponiveSizes class for constants that match SASS constants - Refactor Drawer auto functionality to a bead for PAYG purposes
     new 182337e  extract icon from Button to IconButton, and make ToggleButton extend IconButton
     new 83fa3fd  Spark Application Added
     new 8a1d929  jewel icon sizes
     new b5f02ae  dark - light and inactive jewel icons
     new bcd0e24  IconTextInput and examples
     new 61bf1b8  Update spark-royale-manifest.xml
     new e5674e1  Update UITextField.as
     new 26236b8  Update UIComponent.as
     new 6b6fa15  Update FocusManager.as
     new b2aa1cd  Update ISystemManager.as
     new bfaf72d  Update SystemManager.as
     new 7f29cec  Update TextEvent.as
     new 36a3c7b  Update Graphics.as
     new 89b0b8b  Revert changes SystemManager.as
     new fbd96bc  Revert Changes in ISystemManager.as
     new e42f747  Grid and GridLayout itemsAlign to make all items in a Grid align vertical to top, center, bottom and make all equal height
     new 04c9eac  latest jewel theme updates
     new a8caeb2  abstract how Panel creates its content area so it can be re-used in emulation (and have fewer class dependencies)
     new b08fc9c  make numelements a getter for consistency
     new 1401943  use popuphost correctly
     new d6cc464  allow subclassing of MenuBarController by emulation components
     new fc257bb  also needed to change to getter
     new 76874a2  another change to getter
     new 7178d8e  Panel and MenuBar are starting to work
     new 08d8ed3  MenuBar in mustella is almost working
     new b934b9e  properly remove popups.  The parent may have abstracted the children set
     new fb06c4e  try to override menu height
     new 6485adc  Menu working in SWF
     new 3e21407  modify test because no hover/scrubbing and can't override item height
     new 5dbbbea  add MenuBar test to JS
     new 9d768b1  fix menu dismissal
     new 95aad91  fix bubbling in JS renderers.  Maybe this should be a bead
     new a9f3e6f  mouse events bubble
     new cc768bc  fix mouse events in mustella
     new 95fa8a6  - make horizontal & vertical layouts take precedence over other rules if exists - Fixes to use centered content on SectionContents
     new 74b0f8f  jewel Spacer
     new 8dd3a91  TextAlign bead
     new 080bd8c  Welcome section added to Jewel Example
     new 688dc1c  main content respect the height of the rest of content when resizing to different responsive sizes
     new 0375989  welcome section and more work on sizes for text, buttons and icons
     new 6d4f00b  added missing widescreen gridcell and gridcell layout properties
     new eabe7ab  Update README.txt
     new c9da3ed  Update README.txt
     new 7899297  Update README.txt
     new 36bc7b7  Update README.txt
     new d30cafd  Update README.txt
     new 0fb3c2e  Update README.txt
     new 39d1e0f  Update README.txt
     new c5d6940  Update README.txt
     new d04fb3e  Update README.txt
     new 95feb9e  Update README.txt
     new e12dfa4  fix mxtests
     new dfcc894  jewel theme updates
     new d313e57  add blog example post module to examples/blog pom
     new 38eda44  remove all *.releaseBackup files
     new 5e3b0dd  hack to get mustella to pass
     new 3e1ea1e  Remove ListBase class since it was substituted by DataContainerBase some time ago
     new 2d68ca0  Update TreeItemRenderer.as
     new c7af2b3  Update TreeItemRenderer.as for mouseEnabled
     new 8fa0e7f  Update ITreeDataDescriptor.as
     new a0ab49e  Update TreeItemRenderer.as
     new da2e4b8  Update TreeItemRenderer.as
     new 74f2393  fix MXRoyale changing ListBase with DateContainerBase
     new f398dfb  move itemRenderer bead to its corresponding item renderer folder
     new 141805a  more info in mustella output
     new 2d9784b  try to use variables in build so some repos can be built on different jenkins agents
     new ccd35eb  more variables in build
     new a4698b7  Make ApplicationResponsiveView implements IPopUpHost
     new bf44bf7  fix jewel css
     new e56d750  Changes for TreeItemRenderer extends UIComponent
     new 55203dc  fix .gitignore for .vscode files
     new 4990968  update distribution pom
     new 03749db  fix package in CSS to fix build
     new 2df1f37  Jewel DateChooser & DateField components
     new 1673fed  left file in latest commit
     new 80d4578  Jewel SimpleTable component
     new 9b54e87  SimpleTable fixes and add centered text
     new 4094dc9  table header bg color
     new 6756b8a  mx KeyboardEvent Added
     new 349be0c  Update IFocusManager.as
     new 4eb1668  Update ComboBase.as
     new 3225a39  try to reuse logic from containers
     new a863af6  fix up core after introducing moduleFactory
     new 57d4208  - Removed HorizontalLayoutSpaceBetween obsolete layout - improved Jewel layouts and components with various align horizontal and vertical settings - Improved AlertView with new layouts improvements removing ad hoc code by reusable layout code
     new 396b546  jewel theme update
     new a722589  Good example to show add/remove beads and layout changes in AS3 code at runtime. This will be a blog example soon.
     new 26fc129  New Blog Example :: BE0010_Customization_through_the_Royale_API
     new 48fc18d  Update README.txt
     new 27c8592  fixed sizing issue in IE11 for Alert
     new 06794b7  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 697a7e1  Update SkinnableTextBase.as
     new cc5700c  Update SkinnableContainer.as
     new 2176305  Update BorderContainer.as
     new fba00ed  fix some minor error and make Alert width adapt to mobile screen
     new 2db6e0a  jewel theme updates
     new 3ccdfef  Make Alert width depend on browser size
     new 8528a44  Table with dataProvider and columns property
     new 7dba50c  commit the working Flex source
     new 7bafd4e  tweak build script to compile using royale compiler.
     new b723236  update the namespaces in MXML files.  On a Mac this is as simple as running find . -name *.mxml -exec sed -i .bak 's/ns\.adobe\.com\/flex\/spark/ns.apache.org\/royale\/spark/g' {} \; and again using 'mx' instead of 'spark'
     new e86f93b  Container needs removeAllChildren
     new c33db5d  take out SWFLoader for now.  We'll deal with it later.
     new e2da8b6  add stub for horizontalAlign
     new 1bf3b40  replace navigateToURL with BrowserWindow.open
     new 8d45ce4  make second param optional
     new 0fa894f  add missing APIs
     new 963431d  replace navigateToURL with BrowserWindow.open
     new 26c5787  refactor URLLoader to try to make it functional
     new 566906e  switch to royale URLLoader
     new c942f68  if you get 'Error: Implicit coercion of a value of type MouseEvent to an unrelated type Event' then you need to be careful about the type of event used in event handlers
     new a7384ce  octed embedding isn't currently working.  switched to text/plain instead
     new c3320bd  emulation for RichText
     new 8927dfa  need include lookupOnly
     new bebef49  need to put tlf equivalents in spark namespace
     new 3a70ddb  need useProxy
     new 8b33eb7  containers have labels
     new 0f4b812  another place were navigateToURL can be replaced by BrowserWindow
     new 0cf3df0  swap out navigateToURL and use BrowserWindow.open instead
     new 5cc4f67  emulate scrollpositions
     new 79d5124  disable resource bundles for now
     new 8e0a25b  update clean target
     new f249359  no embedding support right now
     new 2ed6dcb  clean up asdoc
     new 9acf0ad  keep GCC from complaining
     new d77bc9a  spark image
     new 3708a8c  comment out resource bundles for now
     new 8eeecb9  Update MXRoyaleClasses.as
     new 0064bd4  - SimpleTable extends Group - Table extends DataContainer - Added TableLayout - Added TableItemRenderer - Make Table Mapper get ItemRenderers vía CSS or MXML
     new d2824a2  mx.geom.Matrix Added
     new 33311be  Update MXRoyaleClasses.as
     new 11823b7  Update UIComponent.as
     new 4a09a10  Update IUIComponent.as
     new f93863a  Update Graphics.as
     new 86215d7  Update BorderContainer.as
     new aaee281  IDropInListItemRenderer.as Added
     new 573f668  Update TreeItemRenderer.as
     new 586e5eb  Update AdvancedDataGridItemRenderer.as
     new c8c9fda  Some improvements in Table component
     new 5ac4719  refactor jewel supportClasses for better organizartion
     new cd4daae  add debug info for now
     new 8161c97  comment out resource bundles for now
     new 392d8c6  forgot import
     new 4d48183  SWF views should use  to attach to strand so regular addChild can be overridden (by emulation components, for example)
     new d70affe  get parameters property working
     new ae10d68  refactor to have UIComponent override addChild so addedToParent gets called
     new 5058724  first swf implementation of styles
     new bac3d84  also implement fontWeight
     new 9cdad94  fix percentages
     new e54eca7  try being smarter about when to run layouts.  If not sized to content or explicitly sized, some other code should end up setting your size which should result in a layout pass
     new be59494  force layout on SWF side
     new 6ebab10  use  to get tests to pass
     new 9f4757f  Make Jewel DateChooser display days in a Table component instead a List
     new 6faacc7  Implement UIComponent.enabled
     new 23e3deb  don't need to compile these.  They overwrite the JS output
     new 4e65bf1  emulation modules need to implement royale IModule so the compiler knows how to output the module
     new 1767b3f  default classes are needed in MXML.  May need to be added to other templates if they allow MXML use
     new a37065d  add a conversion function for the compiler to call if someone uses the top-level XML function
     new 6ad0325  ByteArray.as Added
     new 0ad8ab2  Update MXRoyaleClasses.as
     new 0d0c9c5  RichTextEditor.as added
     new ebaf942  RichTextEditor.mxml Added
     new 8a71469  Update mx-royale-manifest.xml
     new 1490277  Update Base64Decoder.as
     new bce956b  Update Base64Encoder.as
     new 59e9e26  Merge branch 'disabled_uicomp' into feature/MXRoyale
     new 307572a  Update LinearGradientStroke.as
     new 1d20e3c  Update spark-royale-manifest.xml
     new c488c39  comment out resource bundles for now
     new 1fa3f4f  don't need this manifest
     new bef6bc4  fix RichTextEditor
     new 240bca9  Jewel DateChooser styles closer to what it should be
     new e3d0b54  integrating navigation buttons in the datechooser table
     new 0b524fb  Merge branch 'feature/MXRoyale' of https://github.com/apache/royale-asjs into feature/MXRoyale
     new 7288a5c  remove model beads that are no longer needed
     new c78fa54  Update LinearGradient.as
     new ec5880b  XML reference added to SparkRoyale (#267)
     new c5ac89a  Fixed Spelling. (#265)
     new 4da68d7  Merge pull request #1 from apache/feature/MXRoyale
     new 696b1c1  - SimpleTable and Table refactor to get Table selection and refactor for better organization and visuals. - TableItemRendererFactoryForCollectionView replaces old TableMapperForArrayListData - DateChooser now shows selection in its table and layout is almost done
     new aa7172b  Support for RoyaleClientID (like FlexClientId) in headers to make BlazeDS recognize the current client and make royale work with BlazeDS FlexSession and credentials. Some additional work is done here with readExternal and writeExternal methods, those compile, but are not tested, and sure needs more work, but at least compile. The same for IDataInput and IDataOutput that should replace flash.utils. counterparts
     new dc531d7  handle initial sizing
     new d4dcbb2  get binding to work
     new eaff36c  manually copy data file
     new 0538884  fix folder name
     new f7753d2  need these APIs
     new f0dac13  tune up fonts to be more like Flex
     new 8a3f7d2  typo
     new 48f0770  can't use braces here
     new 166b8ca  see how much of Flex collections we can reuse.  This compiles but will it run?
     new ab7b93d  Update IBrowserManager.as
     new 07777e0  Update ResultEvent.as
     new 7ed6fba  Update compile-swf-config.xml
     new b1d8e0f  Update compile-js-config.xml
     new 8190684  Update compile-js-config.xml
     new ba0c94c  Update compile-swf-config.xml
     new 902bfe5  Update IBrowserManager.as
     new 2c1d3b4  Update Application.as
     new ea310c3  Merge branch 'feature/MXRoyale' into shmApplication
     new 7b1600d  Merge pull request #268 from pashminakazi/shmApplication
     new b94dc68  Merge pull request #2 from apache/feature/MXRoyale
     new c826321  remove old table mapper and update DateChooser visuals
     new 6211ea4  3 Event files Added
     new 7b18af2  Update MXRoyaleClasses.as
     new 58118eb  little fix in example
     new 7843e24  use interface
     new bb906b6  JS also needed Collections
     new 9637fbf  StringItemRenderer is using textContent instead of innerHTML
     new 15b7ceb  block wordwrap in Tree
     new 1a0c33f  need to handle XML separately
     new c1677a2  Get this to compile
     new 9039e46  implement ITreeData
     new 569931a  need default descriptor
     new f7e8a8a  get this to compile
     new 3977115  handle Flex collections
     new 311ada2  try to fix build
     new 74ace88  this was left from last fix to blog example 10
     new 122aea1  Update AdvancedListBase.as
     new 2f4701d  Update AdvancedDataGridColumn.as
     new a64fb46  Update RemoteObject.as
     new 553696c  Update IFocusManager.as
     new 3fdcc55  Update FocusManager.as
     new 735d5ef  Add RichTextEditor.as
     new 495f465  fix open node
     new f30fba3  add more APIs
     new cbc910d  use interface
     new ff7c97d  don't set dimensions if we don't need to
     new 52b0b0c  move initComplete to after layout is setup
     new da6f719  refactor PanelView so we can override layout.  The flexbox layout did not like children being absolute positioned which fools its size calculations so we will switch to using the Flex BoxLayout
     new d364682  SWF code could presume that all collections supported Proxy and handle [] access, but JS code can't so we must use the collection APIs
     new 3a28b0a  get tree working
     new d6b10e0  allow for TitleBar substitution
     new 5843e30  Panel needs its styles
     new b406822  module loader for emulation components
     new 1cd837f  updates for Jewel Table
     new 7ac0a5f  initial changes for selection in table
     new 5963a89  we'll do this instead of flash.ui.Keyboard
     new 0667cac  try bringing over Spark layout subsystem except for any 3D/Matrix stuff.  Drag/Drop is also commented out for now as is some Baseline calculations
     new 70b1239  Update KeyboardEvent.as
     new eff6366  Update ListBase.as
     new b8af62c  Update SkinnableTextBase.as
     new 38de51e  Update UIComponent.as
     new f5ec3ad  coercions return null if input is null
     new d7fc165  should use model instead of presuming property name
     new 205e691  handle explicit width and height
     new b15c6ff  target is a popular name so use something else to avoid collisions
     new 2cf197e  handle explicit sizing
     new f9ac21c  switch to absolute when setting positions in JS
     new e657d09  need Binding classes
     new 78d84b6  get GroupBase and Spark Image working
     new 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
     new 106f3c3  try to reduce number of calls to layout
     new bafb726  use BoxLayout for Viewstack/TabNav so it handles percentages the Flex way instead of the browser way
     new 765322d  basic functionality for HTTPService emulation
     new 5235d75  copy source files for source window
     new 454bf28  Update TextInput.as
     new f60c384  Update AdvancedListBase.as
     new baf8ff9  Update ISystemManager.as
     new 7f1454b  Update SystemManager.as
     new 7177d3e  Update IFocusManager.as
     new 8e10a65  Update FocusManager.as
     new 28965bd  remove special handling for JS sizing.  We are using Flex layout logic just about everywhere so we shouldn't need this code anymore
     new 7ffaf89  Merge branch 'feature/MXRoyale' into newbranch2
     new 270e965  Merge pull request #271 from pashminakazi/newbranch2
     new ab41608  Update my pashminakazi:Feature/MXRoyale
     new a6ab9e9  Remote charset in AMFConnection.as to make it work in WebOrb. This seems to work fine with BlazeDS and hopefully should not make any problem with AMFPHP or ColdFusion, making it more compatible within AMF backend implementations. Thanks to Joe Boxer to report this finding.
     new 8d7c1b8  stage property added in case of js
     new c000b50  fix Incompatible override
     new c43a02e  factor in body margins in screen size
     new ec75fd1  in emulation, default to absolute positioning because Flex layouts interpret percentages differently from the browser
     new 8ce742a  use ILayoutView so BoxLayout can layout Panel's chrome as well as content
     new 653f56d  when sized to content, need to start by layout of entire panel which will layout the content area
     new 6b8a96f  more careful (but slower) measurement.  Looks like offsetWidth is 0 if children are absolute positioned
     new a8afefd  try to get this to build on CI
     new f33eb0e  some fixes in table and datechooser
     new 1a4557d  datechooser and datefield based on table working
     new a2700ca  cleaning the code a bit
     new c02d3da  fix itemsVerticalAlign not working in HGroup or HorizontalLayout
     new 5dc115b  fix itemsExpand
     new 3ae50e0  final touches to make table cell selection work
     new 5151011  fix a bug when getting the right index for a selected table cell
     new 5784cf9  simply code in tbodycontentarea additemrenderer methods and fix another bug in table model selectedItemProperty
     new df5da96  style jewel datechooser
     new 5949497  DataContainer does not support ArrayList (fix #272)
     new 50dc297  new examples for List and DataContainer and removeAll items, as well new styles for StringItemRenderer and DataContainer
     new 8ce627f  Change data Cell on table example
     new 967fd9b  remove item handling code in favor of use of beads
     new da2f493  fix SourceTab.  In general, components should not 'do work' in the property setters, even in Flex.  This is even more important in Royale as Royale has less just-in-case change detection code.  Properties should be set on the component before adding to the display list and those setters should not 'do work'.  They should set values in the model and do the work latter, on being added to the display list or on some event like initComplete or creationComplete.  I guess we'l [...]
     new 580b69f  allow buttonbar buttons to have 'natural width' for TabBar
     new 33ec8e3  make sure initComplete fires even if a layout as already been assigned, like in TabNavigatorView
     new c7ce045  all IUIComponents should be IUIBase as well
     new fee6961  first cut at TabNavigator.  Changing selectedIndex still needs to be wired up between the TabNav's model and the TabBar's model
     new 9d9e355  Fix item renderers change based on column definitions in Tables and cleaning the item renderer hierarchy code
     new ed7738d  Jewel DateField style
     new 0d5be04  improving DateChooser and DateField styles
     new 021aa4f  more style changes on datefield
     new cefe81b  making firstDayOfWeek work, and provide an example of a DateChooser and DateField configured for Spanish to test changing defaults in Jewel Example
     new 08090a0  make DateChooser popup in DateField responsive to work better in phone, tablets and desktop
     new 93d62d9  update jewel themes
     new e1fa31e  adding FontIcon support for IDEs?
     new 78ad4e4  restrict DateField input to numbers and remove double line between textinput and button to refine visuals
     new 0be7e4c  datefield view missing dispatchevent change
     new 426fb20  Improve List example
     new 46d1bfd  itemsExpand still not work, fix again
     new 0baa87b  fix itemsExpand convert from cssValue
     new 7033e52  preparing example to test a PR
     new cae8fe7  Merge branch 'develop' of https://github.com/yestaro/royale-asjs into yestaro-develop
     new b58fd7e  update list example
     new 69d2131  Merge pull request #274 from yestaro/develop
     new 77e4513  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9f7ae31  adding new items to Jewel Table
     new 3f24837  remove new props still not finished
     new 79a1aa2  Clean names and separate add item from List and Table
     new 4a464d2  Fix a problem where changing a dataprovider, but continue adding items to it, makes the component continue adding items. beads must remove listeners before assign the new dp
     new 6148659  fix the same in the latest commit but this time in List component
     new 4a82d5b  fi the same as before but this time for remove all items
     new 2f1d0ba  update JewelExample readme.txt
     new 5322441  Selectable & Hoverable in Itemrenderers, so we can deactivate the selection feature
     new bb5116c  Make Jewel ListItemRenderers capable of be selectable or not and provide a use case in the Table Jewel Example
     new 6013a86  Add module Icons to build as an attempt of fixing unrecognized tag in MXML
     new 60e3176  fix renderers to have hoverable/selectable API
     new 79ce407  Fix dropdownlist that was broken and refactor table example for better layout
     new 5b16892  Jewel DropDownList refactor to get Collection works and introduce ItemRenderers
     new 2080d89  add text input mask for dates in DateField and selection as textinput get a full possible date.
     new f1e2b27  remove trace
     new 49926ad  Jewel NumericStepper first round
     new 46831de  jewel numeric stepper style
     new 570a09e  Jewel NumericStepper examples
     new b360c0b  numeric stepper width fix
     new 4b65c1e  fix some typos in distribution poms
     new 090f77a  remove temporal NumericStepper example in Buttons example
     new 7c4962a  NumericStepper responsive layout for phones and tablets
     new 7273506  Include all new jewel components styles in all the themes and update styles
     new 63411f6  Jewel ComboBox first round
     new 9cabe79  add combobox to themes
     new 89bae4f  update all jewel themes
     new 22d3cd5  Trying to fix build by redirecting one of the target to ROYALE_TYPEDEFS_HOME
     new 46f6411  Fixing one more path to typedefs
     new c85a76f  Revert changes with path in order to try other ideas
     new 88f9b81  Add IconsJS to js only build
     new 5a0e476  Fix namespaces for IconsJS build
     new 5db0028  Fix path to config file for IconsJS
     new 536cbf8  fix selectedItem in ComboBox
     new bbc7b71  Add missing compile-swf-config.xml for Icons
     new ac40948  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 8ee1af6  fix combo box popup when opening more than one time
     new 60f5a97  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new e23b9a2  example layout and little fixes
     new d316e18  styles to make DropDownList looks good
     new 349522b  add labelField to CombBox and improve examples
     new 1178bf5  Update Container.as
     new af5cdc2  Update Series.as
     new cced0af  Update PieSeries.as
     new 01bc9ad  Update ColumnSeries.as
     new 2607b93  Update BarSeries.as
     new 5777f6e  Update ChartBase.as
     new a6ce389  Update UIComponent.as
     new ff79a51  Update PlotChart.as
     new 78cfabd  Update AreaChart.as
     new c95fd4f  Improve ddl & cmb examples
     new ee92b4d  fix numeric stepper positioning for phone/tablets
     new abf2f72  update jewel themes with new DropDownStyles
     new 6fa503a  make external change in ComboBox fire change event
     new 0737fda  fix fiere change event in List when change selectedIndex or selectedItem
     new b060cbd  minor fixes to example
     new 7fd7d35  Fix remove and update renderers in List component
     new b3452ed  preparing to fix remove and update in table component
     new b32d34d  avoid listeners to remain when change dataProvider
     new 096c50a  fix remove a row in table component
     new dea3cd4  fix update in table component
     new 977a534  Update AdvancedListBase.as
     new de7c5b8  Update Button.as
     new f00d758  Update AdvancedListBase.as
     new bdf656a  Update Effect.as
     new d648d54  Merge pull request #276 from pashminakazi/newbranch3
     new 61e8f62  Merge pull request #277 from pashminakazi/branch4
     new 340bdf7  fix index position in table component when add and remove
     new a28c19b  make icon renderer remove the list item as in Table example
     new 0135fa4  Update Effect
     new db5ba1c  Update BarSeries
     new a6bedc3  Update ColumnSeries
     new 4e50f0f  refactor align property from TableItemRenderer to ListItemRenderer since is not only used by Table
     new a795543  update all Jewel comment code frorm 0.9.3 to 0.9.4 since seems to be the next release number
     new df961d7  don't try to open/close nodes without children
     new 077057c  implement removeChildAt
     new 7a0ce27  add mention of Apache Royale
     new b984d84  try ignoring these errors on the CI server
     new b3a6526  try ignoring this output
     new eb44c2f  change example data to an VO since in release mode binding doesn't work with normal object and data is showed as "undefined", strange since this works on js-debug mode
     new 16292a4  Update Effect.as
     new 979fd00  Update Event.as
     new 7464034  Update MXRoyaleClasses.as
     new 10279f9  Create net
     new cfeda02  Delete net
     new 36af760  Create FileReference.as
     new c89ded8  Create FileFilter.as
     new 655a06d  Merge branch 'feature/MXRoyale' into branch5
     new b6b05ae  add jewel logo svg to JewelTheme
     new 25ef9de  adding the Apache Royale logo to JewelExample welcome section
     new 6aec0d0  this fixes apache/royale-compiler/#45, copying example project assets to js-release
     new 05b3737  fix MDLDynamicTableExample since the folder structure was not standard and create problems when trying to copying assets
     new 4d91727  this shouldn't have been committed
     new ccd51fb  fix up poms
     new e456db6  jewel styles improvements: - improve cursors in components and fonticons when are alone or used by other component - link colors (visited, hover, active...)
     new 5595dc3  add link text colors to jewel themes
     new 56d6226  update all jewel themes with latest styles
     new f15d230  fix all jewel themes to get assets from master theme
     new 50ae01f  fix another example problem due to untyped objects not doing the binding in release mode
     new c9ec31e  Merge pull request #278 from pashminakazi/branch5
     new f77e853  Merge pull request #4 from apache/feature/MXRoyale
     new c60cf0d  Update MXRoyaleClasses.as
     new 4115419  Update mx-royale-manifest.xml
     new 2c4f132  Add MXAdvancedDataGridItemRenderer.as
     new 7f71ed3  Merge pull request #279 from pashminakazi/branch6
     new 75f379c  change addItem in table example
     new 0df4a03  fix NPE in combobox
     new 62265d5  Handle Combobox popup removal when clicking outside the popup without selection
     new 0147274  Update FileReference.as
     new c9055ae  Update UIComponent.as
     new dfb439a  Update Event.as
     new dc90a8b  -Avoid invalid dates in DateField/DateChooser - Make ComboBox popup always on top of the rest of ui elements on screen
     new 12f792c  Merge pull request #1 from apache/develop
     new 407e1cd  - Fix Datefield dissmiss Datechooser when click outside - reduce size of DateChooser cells so overall Datechooser fit better on mobile screens
     new 1a10cf0  help headers in Datechooser be less size to fill mobiles better
     new 534e06f  update hardcoded events to constants
     new 4c11749  remove callLater since seems not be needed in any browser tested
     new 34f5a70  this fixes code intelligence in VSCode for Jewel lib :)
     new f86cdea  this seems to fix playerglobal.swc in maven build distribution SDK, but still Flash classes are not found
     new 6dcc517  Add files via upload
     new cf7ef87  for validator
     new 47d9302  for validator
     new 8da202b  for validator
     new 0a57bb7  fix package name
     new 67f9d09  SWF needs to be first in asconfig
     new 3932e7f  Merge branch 'develop' of https://github.com/yestaro/royale-asjs add validators from Yu Taro
     new f0f84f3  Merge branch 'yestaro-develop' into develop
     new 29237a6  changes to make yutaro validators work and example
     new a453575  some fixes to validators to remove warnings and update version numbers for next release
     new 7f7fe24  refactor Validator styles to JewelTheme
     new efd1aaf  Move form example to its own section
     new 5e457dd  refactor validators to its own package for better organization
     new 149c5bb  add tooltip styles to jewel themes
     new b647b02  update jewel themes with latest styles
     new 75929cd  add valid event on validator example to show an Alert when user clicks send button and the form is valid
     new 5ca14ce  remove import
     new 1d64582  Reverted these changes
     new 71108b8  add Jewel ViewPort to get rid of hardcoded syles in class that mess with CSS styles and make Jewel ScrollingViewport use classNames as well
     new a62be08  create a NullLayout to deal with layouts defined in parent classes when we don't want to define a layout for the child class (Royale can't do ClassReference (null) in CSS), this should be temporal and provide a way to avoid parent layout vía compiler
     new b240409  refactor CSS function to mixins to make available to other components
     new 4397654  refactor  "remove-app-scroll" style to new viewport
     new 11a3f85  new Jewel DataGroup to get rid of hardcoded styles
     new c1305da  Make Jewel ComboBox responsive for mobile and tablet
     new cba9b1d  make ComboBox display in classic mode in desktop/widescreen sizes
     new 4690915  this was left in the latest commit
     new fd5dce5  Handle NaN values for x and y positions in UIBase so we can unset/remove position if needed
     new 08a7ef2  Moveed files to Basic
     new a86a7f6  Untangled classes
     new 70e9ba6  Unused imports
     new ef291ef  Fixed some more dependencies
     new fb24e5f  Missing import
     new e34be41  Icons needs Basic
     new 8b64e10  I think this is needed
     new 451a2c0  Merge branch 'feature/MXRoyale' into feature/new_merge
     new d8dcb41  ComboBox and DateField popups for Phone/Table (sliding up from bottom) and Desktop (classic fade out from control) responsive modes
     new 038f40b  Use IList
     new 4b322d5  Missed this conflict
     new 53606d6  update JewelExample
     new f816f90  separate combo & dropdown examples and refactor to Grid layout for better responsive layout
     new 6e7f698  Merge pull request #280 from pashminakazi/branch7
     new 4af0b4f  Jewel compiles
     new 1373c43  Merge branch 'develop' into feature/new_merge
     new e6e171f  Merge branch 'feature/MXRoyale' into feature/new_merge
     new 2369b32  Make color values consistent with opacity, a decimal between 0 and 1.
     new be83e1d  Filters are not necessarily drop shadows
     new 73627be  Filter elements should not be treated as beads as they are not unique.
     new 11971b2  Filter elements are now children of filter bead instead of beads.
     new 8a0e524  DropShadowFilter is now just another Filter
     new 36e4f4e  Added SuperimposeFilter
     new b2752cf  Enable CompoundGraphic for transformations (and blending some browsers).
     new 58c89c4  Wrong DataGridColumn reference
     new 8f63c32  Basic DataGridColumns do not have percentColumnWidth
     new 926ebd7  Added merge, and more
     new 132d50d  Now that we're using Merge we don't need to play with sources in SuperImposeFilter
     new eea90e2  Add toggle menu method to mdl menu
     new 1f10ebd  Add a wrapper bead the date formatter to add hours
     new f44d5ea  We need to implement IItemRendererProvider
     new 46d101b  Aded Basic dependency to HTML pom
     new 30c9632  Don’t set block on previously set style
     new 37d24b8  Make sure that Jewel Alert blog example is working fine with VSCode
     new 705d39d  ListBase is incompatible with IItemRendererProvider
     new c516089  Merge branch 'develop' into feature/new_merge
     new e41adca  Fixed asconfigc on JewelExample
     new f60d778  copy assets
     new 0854974  This solves most of the dataGroup issues
     new b4faf90  This was causing an RTE before the data was set.
     new 4403b2b  Revert "This was causing an RTE before the data was set."
     new 481f107  Fixed Jewel ComboBox
     new 336b9f4  This allows the assets to be copied by asconfigc
     new a6d42fb  Maven does not seem to work on the example
     new 60e8545  Revert "Maven does not seem to work on the example"
     new 7862b4e  Bad reference
     new 9a5fd8e  Merge branch 'feature/new_merge' of https://github.com/apache/royale-asjs into feature/new_merge
     new 7a9f983  Got rid of falcon references
     new 107d984  Revert "Revert "Maven does not seem to work on the example""
     new 5ead63c  Create MXAdvancedDataGridItemRenderer.as
     new 655a719  Update DataRenderer.as
     new 621cc62  Update MXRoyaleClasses.as
     new 4e83dc5  Create ProgressEvent.as
     new 7b5e48f  Update ModuleEvent.as
     new b9f9eb0  Allow Ace example to be built by asconfigc
     new 062d059  Fix color matrix. RGBA values were mismatched
     new 7e25e9d  Revert "Revert "Revert "Maven does not seem to work on the example"""
     new 6963a65  make tasks.json support multiple targets (I didn't configure anyone to be default to avoid more complex running)
     new 91aee70  Merge branch 'feature/MXRoyale' into branch8-new
     new 2fe3597  Merge pull request #284 from pashminakazi/branch8-new
     new 0d7bd83  give a label to asconfig task
     new c87c7aa  royale-config files doesn't exists in maven build distribution
     new dcb8673  Add MXRoyale theme to general Maven build
     new f1f83b6  Basic Application wants to dispatchEvent sizeChanged, but doesn't create the Event object. This seems not right. Others should take a look to confirm a bad formed instruction
     new 472633f  vscode complete the config alone
     new 15048a9  Merge branch 'feature/MXRoyale' into feature/new_merge
     new 3ac1bb0  Update ModuleEvent.as
     new a17d779  removed getDisplayStyleForLayout and made displayStyleForLayout public
     new ede6f2f  Merge branch 'feature/MXRoyale' into feature/new_merge
     new 48526d1  Modified tasks
     new 5c2ee40  Update AdvancedDataGridColumn.as
     new dadc305  Update Button.as
     new b168127  Update AdvancedDataGrid.as
     new 782603e  I would have hoped this would fix the extra classes
     new 193bba7  more icons left
     new c3231e7  make Jewel Image use cursor pointer if MouseEvent is configured
     new b2afcab  ColorMatrixFilterElement now determines the color of the filter instead if masking it. It should probably be renamed to reflect this at some point.
     new 152261a  Add some flexibility in order of stacked filters.
     new d76d98d  CSS in Jewel can be set directly in CSS, or when SASS generates all themes will get lost
     new aa452a1  adding the CSS to SASS files generates CSS corretly and will persist
     new 40a85ea  this fixes add/remove items from list
     new 7b24e79  Added ignores
     new 54e04a5  fix table add/remove/update and refactor names to something more close to use case
     new 0a8d594  more material icons
     new 062102d  fix typo
     new aa1b2d8  Update ApplicationDomain.as
     new 3ab81a2  Merge pull request #285 from pashminakazi/branch9
     new a7b0e42  Merge pull request #5 from apache/feature/MXRoyale
     new c3a766a  Update ApplicationDomain.as
     new 1ac0c51  Update Label.as
     new faba2f3  Update ProgressEvent.as
     new 4ee4240  Update Label.as
     new f4a80fc  Update Fault.as
     new 456008b  Fixed class path
     new d916632  Update FileReference.as
     new ec96194  Revert ApplicationDomain.as
     new f6d865c  AFAIK there’s no reason to explicitly extend Object
     new 7fe797d  Merge pull request #6 from apache/feature/MXRoyale
     new d117994  Making currentDomain static ApplicationDomain
     new 2b13a80  Merge branch 'feature/MXRoyale' into feature/new_merge
     new 53ff859  Merge branch 'feature/MXRoyale' into branch10
     new 0448c21  Merge pull request #286 from pashminakazi/branch10
     new 8260158  Update Button.as
     new bc81b87  Merge branch 'feature/MXRoyale' into develop
     new de7b2a4  prompt for ComboBox
     new 310a9f5  remove traces
     new dca018c  better wait for beadsAdded event
     new cdf25f5  DateField TextPrompt
     new d8d8cb3  Update to all Jewel themes
     new c080427  Added UID
     new 07a444e  Added @debug comment
     new f9f79e9  RichTextEditor is an mxml file
     new 3fc33fa  get components used by Alina's app to compile in TDF
     new cb93977  needs to be override now
     new 7e09770  fix MX DataGrid
     new 7d9a1a1  try listening for both click or mouseup.  Menu needs mouse up probably because it is gone before click comes through
     new 8b6b784  don't let spinner set absolute position inside a NumericStepper
     new 737e666  I saw a hint online that there could be an encoding error, so overwrite this file in case there was something in it that was messing up windows builds
     new 1b001aa  Update Panel.as
     new 2cc2832  exclude an mp3 file from rat
     new 94c5f81  Merge pull request #289 from pashminakazi/branch11
     new 15fe53c  Merge pull request #8 from apache/develop
     new cf029e7  Update MXRoyaleClasses.as
     new 0bfc5c3  Update mx-royale-manifest.xml
     new 09019e9  Add Formatter,IFormatter And PhoneFormatter
     new f13ede7  Update Formatter.as
     new 0983602  Update PhoneFormatter.as
     new ea04336  Merge pull request #291 from pashminakazi/branch12
     new cdfd21f  Update AdvancedListBase.as
     new 64b3e82  Renamed debug comment
     new a06787e  Removed GOOG::DEBUG
     new dbbdf75  asconfig.json
     new cd5910d  Removed GOOG::DEBUG
     new 9c5378c  invalid import
     new 42e2c8a  Removed goog.DEBUG imports
     new 9408fa7  Make VS Code recognize ROYALE::DISPLAYOBJECT
     new 5ee90a7  Temorarily added defines for SWF and JS
     new bb713e8  Added stub for rotation
     new 29fbdbb  Oops. Needs to be JS-only
     new 40f7e0d  add Jewel ToolTip and ToolTipLabel and styles
     new a9a31e4  Refactor ErrorTip to use ToolTip, and adds tooltip example to Jewel Example in Label section
     new e7c788c  Update all jewel themes
     new 4223dde  To avoid personal custom paths, what about use environment vars to generalize .vscode configuration, so anyone could use it? Here ROYALE_HOME will be Apache Royale SDK root folder
     new 982d5e9  more vscode updates
     new 12e1241  add some namespaces to maven build distribution
     new d1bd744  looking for differences between ANT and MAVEN sdks
     new 214ae5d  continue solving differences between ANT and MAVEN build distributions
     new 9680f26  remove files in distribution bin that seems obsolete
     new a02f948  Revert "remove files in distribution bin that seems obsolete"
     new 39655dd  Revert "continue solving differences between ANT and MAVEN build distributions"
     new a17847e  Revert "looking for differences between ANT and MAVEN sdks"
     new 531fccd  Form need its own layout and gap
     new d4bcd73  remove radiobutton dead code
     new 509b82a  JewelTheme config files for VSCode
     new a1101ff  Fixed ComboBox to play with Form. The refactor made Combo unusable in certain circumstances, so it needs to be reworked to popup correctly.
     new aaeb2ef  Merge branch 'develop' of https://github.com/yestaro/royale-asjs into feature/jewel-snackbar
     new b8bf801  SASS doesn't allow ";" characters and indentation is not right for SASS to compile. @yestaro, you need to compile SASS file with ANT or Maven (this one is setup out-of-the-box). default.css file is update in the SASS compilation to get the generated CSS
     new 5b60eb9  Code need COMPILE::JS blocks to compile (maybe you can compile it since your're using a JS only version?). This solves the conflicts and the code runs right.
     new ba9c77c  forgot to add theme styles
     new e8c4bd0  better use StyleUIBase methods
     new 8eb1d64  little fixes
     new 5dae465  Merge branch 'feature/jewel-snackbar' into develop
     new 9cf2e26  improve organization in jewel theme code for snackbar. and remove round corners on bottom of the component.
     new ca2a768  add snackbar to all jewel themes
     new bb29372  update all jewel themes
     new ec4e328  a bit of animation for Jewel Alert
     new 3c0ac72  animate the snackbar
     new b9f6c98  update all jewel themes
     new c168c0d  quiet some warnings
     new 6580536  add spark modules as lookup
     new f94ffc6  changes to get a clean compile of a subset of TDF that Alina uses
     new a62a853  comment out APIs Alina's app isn't using so the compile is successful
     new 7d5e10c  more errors fixed now that SWF compile reports more errors
     new 5c82218  Update DateField.as
     new ef0c5e2  Update MXRoyaleClasses.as
     new d2e9876  Jewel ImageButton and example in JewelExample
     new 834edc3  fix example
     new 83cd2f5  don't build SWF side for ACE SWC and example
     new b47459c  jewel textinput examples
     new e1040d3  resize example button
     new 64a0795  fix maven examples
     new 3883fd6  - fix dropdownlist arrow to reposition correctly on size changes - make item renderer on mobile more tall to accomodate to fingers
     new 867288d  update all jewel themes
     new aadbbff  remove default select arrow on IE
     new 36deb2e  Jewel ComboBox fix size, and dropdown size. Make drop down open in the right position even if there's some scroll in place
     new 2134b35  change checksum suffixes
     new 278eccb  Update RichTextEditor.mxml
     new 4611fd1  Update ComboBase.as
     new 8670b76  Update UIComponent.as
     new c3ff3ed  Update SkinnableTextBase.as
     new 56602e5  Upgrade SCM related plugins for Maven build
     new 629941d  Don’t escape ampersands that preceed pound
     new 5cc9eef  Update UIComponent.as
     new 1e25e78  Prevent method from being renamed
     new 3b03091  either the Ant docs are misleading or I misread them
     new f54416c  more icons
     new 49d0489  fix colors in item renderers, and update CSS to conform with latest changes (hoverable & selectable)
     new 707385f  update all jewel themes
     new e1ec25e  I think this fixes Menu
     new 3416c0e  Trying to update scm plugin again
     new 5450e89  One more attempt to update scm
     new a050b7e  fix launch.json file
     new af9560f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9e71a79  Merge pull request #294 from pashminakazi/branch13
     new 84fa0dc  Better fix for Menu
     new c507d6d  Merge pull request #9 from apache/develop
     new b7fd85a  Update UIComponent.as
     new 703d721  Update Container.as
     new 68e302b  Update KeyboardEvent.as
     new b750763  Update SkinnableContainer.as
     new 84a030f  Update UIComponent.as
     new 5867566  Merge pull request #295 from pashminakazi/branch14
     new 830e52d  Update some plugins in order to force using newest version of scm
     new 39e791b  fix xml
     new a41f9e3  Fix jewel list add item example
     new d30b8e9  try setting scm version this way.  Maven's release plugin seems to be using this variable
     new 2cac2af  Revert "try setting scm version this way.  Maven's release plugin seems to be using this variable"
     new e9534f4  try using the most recent snapshot of the release plugin.  I think its pom is updated to use scm 1.10.  The latest official release of the release plugin seems to be wired to use 1.9.4
     new 962d4e2  add target to build maven release plugin from sources.  This is needed until Maven provides a newer snapshot or release that brings in maven scm plugin 1.10.0
     new 3045b51  update version to 0.9.4
     new b198dfe  update config of blog example BE0008
     new b8edcbb  fix asconfig file in Basic
     new dbe2af3  Ensure the list selects the selectedItem if someone is set by the user at creation time. This fixes preselection in ComboBox popup list too.
     new ecefae5  Jewel TabBar first version
     new b038a91  improve nav renderers
     new a7097e2  avoid List throw change event when user define selectedIndex
     new aa9b155  ListView was dispatching a CHANGE event and shouldn't since this is mouse controller selectedHandler responsability
     new af15ec8  avoid comboboxview dispatch CHANGE event
     new 44ae296  -avoid datefieldview dispatch change event - make the popup datechooser adapts to possible screen scroll
     new cb265c6  Merge pull request #10 from apache/develop
     new d463425  Update BorderContainer.as
     new ec407c9  Update Image.as
     new 9b3d541  [maven-release-plugin] prepare branch release/0.9.4
     new 6a08cd5  [maven-release-plugin] prepare for next development iteration
     new bd669ea  invert buttons position in NumericStepper responsive mode. Left decrease, Right increase, and update jewel themes
     new 6d972de  Added padding to tooltips
     new 968944b  Added AdaptiveToolTipBead
     new 25f80bb  Fixes a bug in all Jewel Layouts where components loose all class names when doing a removeElement and then addElement
     new 68ea323  - Basic tasks.json for VSCode updated, and remove launch.json - fix a var in UIModuleUtils from warning at compile time
     new f7a2012  Add view states example to Jewel Example
     new 1186bb7  added loadJavascript function
     new 80fbead  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 78eb2b1  Merge pull request #296 from pashminakazi/branch15
     new 990bfe7  Fixed broken build
     new 4fb90fd  separate in files view states example
     new 0eeb6b7  fix toggle in some code for IE11
     new 56d180b  try to get XML.ignoreComments to ignore comments
     new 2d40c48  fix PointUtils to work on IE11
     new 42378f4  fix positioning in IE11 for ComboBox and DateField
     new 39a7d70  Fix Jewel ToolTip to avoid get out of screen
     new 90209de  fix combobox size in IE11
     new d7d676c  jewel combobox handle resizing and example
     new c7341cc  remove trace
     new 809c86f  fix combobox when selectedIndex > -1 not displaying selectedItem text in textinput, and example
     new 23a234c  Add Momentum (innercial) Scrolling to List components on iOS
     new deaa095  fix height of Textinput and Combobox in iOS
     new 4737a72  responsive size debug tool for jewel
     new c18bc94  have to make a new script in some browsers like Safari in order to load a second module
     new 07e96a6  fix build to copy source files and put js output in a better place
     new 654d27d  And important redesign of layouts to make it more robust and clearly diferentiate absolute layout from others, and an start of example of all layouts. As well some refactor of components to supportClasses package for better organization
     new 84d3127  Improve layouts and examples
     new 78e4b63  VSCode configs
     new 5eb99b4  DateChooser selectedDate example
     new 1c7843b  ComboBox selectedItem example
     new d091dea  Jewel TabBar and TabBarContent working but still needs styling
     new e29c68e  proxy Panel padding to content area otherwise titlebar gets padding
     new 9c16f01  first example with source code from gihub
     new 80de91a  network vscode config file
     new 415645e  colorize the source code example thanks to Piotr wrapper of Highlight.js
     new 4e81cda  remove trace
     new 7441707  Add type declaration, plus make sure callback is defined
     new 2fd8d8e  change "window.outerWidth" for "document.body.getBoundingClientRect().width", to make responsiveness work on iPhones and iPads
     new a9742ce  remove linear-gradient on dropdownlist until fix in compiler since iOS doesn't like separation of background-color and background-image and render the bg transparent
     new bc8771b  New class function "positionInsideBoundingClientRect" to make popups open and be always inside the client screen
     new dd65535  Move HighlightCode class to JewelExample
     new a4cd3eb  update some versions
     new 5eec007  oops
     new 85153e2  fix clean targets
     new 9cc35d1  change name so it isn't a duplicate
     new af0233e  Added onClose event to MDL Dialog
     new 4ef95ab  get verticalScrollPosition working for TextArea
     new 4029f81  I guess the Royale header is one line shorter
     new 9fe5317  Bad dataGroup reference
     new 28682aa  Oops.
     new 53d08a9  Renamed event to “close”
     new 8410373  New HTTPService Blog example
     new dff5dd5  set source from constructor
     new 1eef8d7  use ICollectionView support
     new e36b086  need typename so 'type' selector applies
     new 6f36834  on JS, pre-load the CSS file
     new 14e1d68  Firefox and IE11 can give error on JSON.parse(),so better to try-catch in order to see more info.
     new 04fbee8  Make label avoid not break when is multiline and the string doesn't have any breacking characters like spaces or "-" (so not behavinf as multiline label)
     new 2ce4d57  working example in all browsers but IE11 still has some issue
     new 7436178  I don’t know if we want to keep this option
     new 113f6ea  solves minification issue with JSON in new blog example and in Jewel Example
     new 8e2a5d3  Base64 encoding / decoding that works in all browsers even in IE11, so better doesn't use atob/btoa js methods
     new edd0c8a  fix httpservice example to work in IE!1 too
     new a40ce33  some fixes to Jewel example load code
     new 87d3f4d  refactor names in latest blog example about HTTPService
     new 3d9133d  final change in blog example
     new 9b4ed8f  Merge pull request #11 from apache/develop
     new cf9f8a7  Update AdvancedListBase.as
     new 50241b7  Update AdvancedListBase.as
     new e4d038f  Update TextInput.as
     new 11cfc28  fix Alert removing scroll blocking when dismiss
     new 72ff80b  Merge pull request #300 from pashminakazi/branch16
     new 3f6a5ff  Update TextInput.as
     new aad2ba3  Merge pull request #12 from apache/develop
     new 228d29f  Update UIComponent.as
     new 254d718  textDecoration setter getter added
     new bd0c7b3  Update Line.as
     new 45dcc5d  Update Line.as
     new 3ea9545  Update Stroke.as
     new 7e5ed12  Merge pull request #301 from pashminakazi/branch17
     new a18b1b2  Merge pull request #13 from apache/develop
     new 76d2d25  Update Graphics.as
     new ce0f270  Add Moonshine IDE file for MX HelloWorld example
     new f8d4ddd  Merge pull request #302 from pashminakazi/branch18
     new 8aa6598  Merge pull request #14 from apache/develop
     new 08f2ef0  Update SkinnableTextBase.as
     new 7f57058  Update SkinnableTextBase.as
     new 4ec8cc5  Merge pull request #1 from apache/develop
     new 1902ff1  workspace for VSCode for add projects and remove other unwanted extensions (i.e Java)
     new 9d570d6  enter value into textinput should dispatch ValueChangeEvent
     new b2b94df  rewrite, because newValue not always equals spinner.value
     new 47baa6d  Merge branch 'develop' of https://github.com/yestaro/royale-asjs into develop
     new 36152d9  add ws to .gitignore
     new 738d58f  fix construction with XMLList literal.
     new 8cb40f0  if dataProvider changes, update the dataprovider in the column lists
     new 4da068a  SWF side also needs to dispatch itemMouseDown
     new bb56d8a  switch to using an interface
     new 1da49c2  allow overriding of what text is displayed
     new b41edf6  allow overriding of what text to display
     new d50ed88  handle ICollectionViews when creating renderers
     new 656f2e4  update ComboBoxModel to handle ICollectionView
     new 7f0a980  fix datagridcolumn labels
     new 04b91aa  add new classes to swc
     new f8586ae  use new classes as beads.  Also fix some Panel styling
     new 765c85c  SWF needed override
     new d4fded5  size to contentarea to content unless Panel is sized by parent
     new dc18a7a  fix header text
     new 3b32ee4  handle XML
     new 8084664  use ICollectionView
     new a260d71  listen for click instead of up, at least for now
     new 1939818  also layout content area when children added
     new 67c1a3a  adjust test script since click is currenly required in JS menus
     new 006bdf9  hide menus on selection
     new 642e35c  refactor popuphost to have a reference from the effective parent back to the popuphost.  this is better than walking the parent chain because in JS we are going to host the popups off the system manager so there is no parent chain to walk.  Using systemmanager moves the popups out of the childlist in the application where the layouts try to run on the popup, which may not be a UIComponent (if it is a re-used UIBase from Basic).
     new b4c7525  Merge pull request #15 from apache/develop
     new d4ceb15  Merge pull request #305 from pashminakazi/branch19
     new 1cb1de5  Merge pull request #16 from apache/develop
     new 348a30b  Update SkinnableTextBase.as
     new d77dea8  Update SkinnableTextBase.as
     new d570502  Update SkinnableComponent.as
     new e42bfa2  Update AdvancedDataGridColumn.as
     new 56b4914  Update MXRoyaleClasses.as
     new dcbf36a  more projects to VSCode workspace
     new 11023c9  Create SharedObject.as
     new 8e9995c  Fix createJS for refactor of popups
     new 7f37b57  Fix Jewel for reafctor of popups
     new 8850ad4  Update AdvancedDataGridColumn.as
     new f5678e3  add to examples module httpservice blog examples
     new fb9b353  use same ant vars as other swcs
     new 33423bb  fix panel layout
     new bc6a0bd  move logo here so more apps can find it.  Modules don't have a URL assocated with the JS file so we can't easily load assets relative to the module JS file
     new 16b6fea  get VRule working
     new 0df619f  [maven-release-plugin] prepare branch release/0.9.4
     new 1460310  [maven-release-plugin] prepare for next development iteration
     new 8ddb855  Revert "[maven-release-plugin] prepare for next development iteration"
     new 060be24  Revert "[maven-release-plugin] prepare branch release/0.9.4"
     new 8895f2f  this is to trigger javadocs creation. Don't know how this is triggered since I don't see any javadoc reference through the entire repo :? (commented so we can use when needed uncomenting and testing)
     new 12e2ce3  This fixes the javadoc error when release. The rest of the amf sample project reports now build success with javadocs
     new 54b11d2  [maven-release-plugin] prepare branch release/0.9.4
     new e6ff963  [maven-release-plugin] prepare for next development iteration
     new 84d3f41  [maven-release-plugin] prepare branch release/0.9.4
     new 3832b37  [maven-release-plugin] prepare for next development iteration
     new 390d8c9  fix version in poms. some poms still was in 0.9.4-SNAPSHOT. We should take a look about why this ones was not changed to 0.9.6-SNAPSHOT
     new ba8aacf  Update next version back to 0.9.5
     new b8f3906  Revert everything to 0.9.4.
     new bbc22b3  [maven-release-plugin] prepare for next development iteration
     new c853a7b  Revert everything to 0.9.4
     new 9ded6a1  [maven-release-plugin] prepare for next development iteration
     new 7ab1fb6  update other poms to next version
     new 229d527  Jewel example pom is not updated to 0.9.4
     new 83784c4  Update RadioButtonGroup.as
     new acb61d1  Merge pull request #307 from MujtabaMughal/develop
     new acd5d2d  Revert everything back to 0.9.4
     new e8cb61b  Revert released version tag back to 0.9.3
     new 3ba5538  Update Release notes
     new 7d1bed7  add a few things to the release notes
     new 0fc85b2  Remove flexunit-4.2.0-20140410-flex_4.12.0.swc after unzip flexunit
     new 81c2796  handle more complex CSS from Jewel
     new 3af36ec  Jewel needs more sophisticated CSS handling for SWF side
     new 949767d  get more Jewel components to show up without crasing on SWF side
     new 2fa4e99  don't need this.  Jewel builds it in
     new 4deb1b0  get Jewel TextInput to sort of work on SWF
     new 79b5bfb  add LocaleUtils to get language
     new 688a1fa  first cut at ResourceManager
     new 711bbe6  Merge pull request #306 from pashminakazi/branch20
     new e9441b6  Merge pull request #17 from apache/develop
     new a27fda2  Update SkinnableContainer.as
     new a365f1a  setting up Jewel Button and TextInput right in SASS to avoid compilation removes this code.
     new fdb148a  Percentage sized lists cause layout to fail
     new 532269e  Update SkinnableTextBase.as
     new 822cfb5  Update DividedBox.as
     new f97c062  create Jewel ButtonView so we can make the jewel version some day
     new 66e8e73  clean compile of Emulation RemoteObjectTest
     new d87539c  AMF Test using mx:RemoteObject
     new 5f8fd40  try catching securityerror
     new 7c65323  add vscode config to remoteobectamftest example
     new ac7258a  New RemoteObjectAMFTestBasic
     new a62cd11  try to not fail on permissions error on Jenkins CI
     new 057caff  Merge pull request #309 from pashminakazi/branch21
     new 7eb9ab5  Update ButtonBase.as
     new 912f8a9  Merge pull request #18 from apache/develop
     new b6d3bda  [maven-release-plugin] prepare branch release/0.9.4
     new 55b536a  [maven-release-plugin] prepare for next development iteration
     new d662358  Update UIComponent.as
     new 410c3c5  Update ScrollControlBase.as
     new fe95ea2  Update ListBase.as
     new 38f194b  Update AdvancedListBase.as
     new 7b8a3e5  Revert to 0.9.4
     new a36e6b4  [maven-release-plugin] prepare branch release/0.9.4
     new 4784267  [maven-release-plugin] prepare for next development iteration
     new 0ef4274  Revert to 0.9.4
     new 97fd0fb  fix metadata typo
     new af05d64  Update UIComponent.as
     new c7c3066  Revert UIComponent.as
     new 024bb92  Update ModuleManager.as
     new 0d3d96e  Update MXRoyaleClasses.as
     new fb58fc5  some little fixes in jewel
     new ee84ad7  Update RadioButtonGroup
     new 1fb5957  Merge pull request #310 from pashminakazi/branch22
     new a20e00d  Update GIT-TEST.txt
     new c3f1e05  [maven-release-plugin] prepare branch release/0.9.4
     new 61b9990  [maven-release-plugin] prepare for next development iteration
     new 625acca  Revert to 0.9.4
     new 38c76b3  [maven-release-plugin] prepare branch release/0.9.4
     new 58940a8  [maven-release-plugin] prepare for next development iteration
     new 7bfc514  Update BarSeries.as
     new 32b4e6f  Update ColumnSeries.as
     new cbded67  Revert to 0.9.4
     new 1d6d470  Merge pull request #311 from MujtabaMughal/Branch1
     new 08eeecb  [maven-release-plugin] prepare branch release/0.9.4
     new e35abe2  [maven-release-plugin] prepare for next development iteration
     new 687f262  update other poms to next version
     new f8cbb1a  Update IAxis.as
     new e2a7a4c  Update CategoryAxis.as
     new 64de390  DragEvent.as Added
     new 504ed42  Update MXRoyaleClasses.as
     new 239e2fe  Update Container.as  getChildren() Added
     new be7b240  Revert to 0.9.4
     new 31264be  Update ListBase.as
     new 0cb48ec  Update UIComponent.as
     new b986406  Update Container.as
     new 16e9336  clean compile of 'full' Flex mx:RemoteObject
     new 1a5900c  try to cut down on failures on CI server
     new c985bcd  comment out resource bundles for now
     new b7badaa  fix override for SWF
     new 7dcb10a  try to use variables so repos don't have to be siblings
     new 083307a  more changes to support non-sibling repos
     new 4bc7692  remove unused imports
     new 1818fcb  Update ComboBase.as
     new b08601b  Add example to assign new data to combobox
     new 58835b6  emulation components add and/or modified
     new 11221c5  Grid dependent spark emulation classes added.
     new a209b43  ResourceBundle declaration commented out
     new a605f0f  Merge pull request #313 from nihavend/develop
     new 09da510  ComplexSortField.as moved to the right package.
     new 4c46a9c  Merge pull request #314 from nihavend/develop
     new f9a4ef5  add bindable to tooltip bead
     new 6580e38  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 275d4e2  [maven-release-plugin] prepare branch release/0.9.4
     new 3d686fe  [maven-release-plugin] prepare for next development iteration
     new 2afa347  just use lastResult for this service.  it does not wrap the result in a secondary object
     new 1efd8fb  need these to compile RichTextEditor.mxml
     new 61c09aa  mx remoteobject expects this component
     new c2483ab  fix binding events for TextInput
     new aab3979  events need SWFOverride for clone()
     new c6d61c5  full impl of AsyncToken
     new 4ab33dd  handle null
     new 1663526  override result handler to tickle binding subsystem.
     new 6354e2f  JS doesn't like more than one catch
     new e6c3754  need coercion here
     new f0a8d1c  workaround dependency issue for now
     new bbe5e2d  allow different sets of messages to be used
     new 04aedce  handle primitive types
     new 3879e66  try rerunning layout on invalidateSize.  Might result in too many calls and we'll need to queue them
     new 1442699  get rid of binding warning.  If an object's fields never change at runtime and just represent an object retrieved from the network, you still need setters, but you can indicate that there is no change event
     new c4aa73d  Bindings to Operations will need coercions so the compiler can know when to stop using Proxy access.  RemoteObject is a Proxy
     new 168071f  enabled validataAll method.
     new 4dfa86e  Merge pull request #315 from nihavend/develop
     new 63686eb  make tooltips dark to contrast for now
     new be7a82c  can't use param name 'arguments' in JS'
     new dab82df  use 0.9.5-SNAPSHOT
     new 1bcbeed  fix this pom
     new e191088  use 0.9.5-SNAPSHOT
     new 2427781  add RO example
     new d34bfcc  fix pom
     new 2bc3899  fix more poms that use fx:Array and other fx prefixes
     new 602c389  update more poms
     new efd559d  Test commit to check access to the repository
     new a9b7b6e  need defaults.css
     new 5c98bf8  Add example for Responder/AsyncToken in RemoteObject
     new 95f8d5d  New emulation componnets created
     new 19872b9  Created spark emulation components
     new 2352e01  fix CompressedObject
     new 66b32e8  Touch class removed
     new bddc11c  ToucInteractionEvent removed
     new 9c02182  swf-side support for old Flex ResourceBundles
     new fa62228  pick up info for resourcemanager
     new ce6df1b  get resources working
     new 7c291cb  enable resources in ArrayList for testing, but leave bundle commented out until we figure out how to download the Flex bundles
     new ff116db  comment out Flex bundles until we figure out how to download them
     new 602a73e  test for Flex resources
     new 25f29cb  Proxy callProperty
     new 9e5a79c  JS support for calling operations as functions
     new 252cb99  Fixed IEEventAdapterBead
     new 66ef8c6  Add CompressedRemoteObject version for mx:RemoteObject
     new 6957094  Add example for CompressedRemoteObject, not tested since right now all RO functionality is failing, but should help to discover the error
     new 21ca94c  update sass plugin to 3.6.0 and remove version in all poms to manage the version in the parent easily
     new f63d341  Update App.mxml
     new f5181b3  fix project to work with VSCode
     new af47eff  set 'this' pointer for callProperty.  SWF doesn't matter because it is a closure
     new 64d8f0b  DownloadProgressBar removed
     new bf59f91  Merge pull request #316 from nihavend/develop
     new b5b43e0  fix this file
     new 42e7ca7  Service classes emulated
     new 8046dac  removed compiler directives
     new cca5465  removed unnecessary compiler directives
     new 35c7ae6  Make easy to change between old test RO test client and the new MXRoyale test client, just commenting and uncommenting. As well enabled RELEASE mode on client to check if it's working.
     new 32d120e  Merge pull request #317 from nihavend/develop
     new 2239ae0  missing header
     new cb87348  sample java amf improve VSCode maven build, and add missed additional compiler options
     new 7d75d37  Add the Jewel example for MX RO to test as an additional file, so we can use it instead of the current one to test the release mode (but needs to be linked to use it instead of the original one)
     new f3c0666  Update RadioButtonGroup.as
     new c711c90  Update SortField.as
     new 9b0b968  HttpService and related classes emulated
     new a25d3fe  Added LinkBar.as
     new 3c9ec02  Update mx-royale-manifest.xml
     new d6e05af  Update SkinnableContainer.as
     new 090dad2  Update Container.as
     new 47698fe  Update FlexPrintJobScaleType.as
     new e3a1fcd  Add CollectionUtils to make easy to do some search/find opertations in collections that are commonly used
     new 6dcf4fb  Jewel ComboBox PopUp refactor and clean code
     new 18912bd  fix few GCC warnings
     new b998b9a  Merge remote-tracking branch 'upstream/develop' into develop
     new f332832  emulation components
     new 7af7ef1  Emulation components
     new 71e5f18  missing methods uncommented
     new 51af505  removed  mx.rpc.http.mxml.HttpService
     new 8c71bdc  add Binding metadata to UIBase.model swf (JS already have it in HTMLElementWrapper)
     new 5a3924e  Completing MX logging functionality as per Flex behaviour
     new 705774a  Jewel DateValidator
     new c8d5b6a  Unnecessary classes removed
     new 74efca2  Adding ExternalInterface implementation (JS version to be completed later)
     new 4f70184  Adding HTTP status code property onto URLLoader class
     new 41d1ebc  Merge pull request #321 from nihavend/develop
     new 06e83c3  Merge pull request #323 from ajwfrost/ajwfrost/mxlogging
     new 4cc9cf8  add mx ItemResponder and ItemPendingError
     new 41c8a18  Revert "add mx ItemResponder and ItemPendingError"
     new 13ca9f0  clean compile of charts
     new a680f53  Merge branch 'develop' into MXCharts
     new 6e4390f  clean compile after merging develop branch
     new 96ed70a  comment out reesourcebundle metadata for now
     new 6a17fce  Adding implementation of ExternalInterface for JavaScript
     new 076570c  missed a bundle
     new 31cfb92  cleaning debuggin VSCode file in JewelExample
     new c1e41b4  Testing push
     new e4a5551  Reverting push test
     new efa5c4f  Merge branch 'develop' into MXCharts
     new 2df45ed  make parameters writable in JS
     new d94cdae  attempt to pass parameters to application
     new af1401c  Spark TextInput Working
     new 3df1eda  Update Application.as url property added
     new 40fcc74  remove obsolete "send" from jewel app example, and m
     new 9a6351a  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 1115bf1  fix typo in name for ResponsiveSizeMonitor
     new ad8cdbf  upper and lower case beads for Jewel TextInputBase
     new bd932b3  Check for the modifications that matter before committing.
     new d3d508c  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new cf7cb3d  get ObjectUtil working well enough in JS to allow HTTPService to work again
     new f165eea  Merge branch 'develop' into MXCharts
     new 77a7273  Emulated components added.
     new a7cedaa  emulated components added
     new 835bd93  don't instantiate the view if not parented so the view can see all properties have been set when it gets created.  Otherwise, layout may not be set
     new d26a5a4  add charts to tree
     new f2fd211  Unnecessary classes removed
     new c6c71b4  Make Jewel Form output form element instead div in HTML
     new 6aecf2f  adjust some ids to localIds in Jewel lib
     new 9c85818  a left id in jewel theme
     new 40a1e4c  fix assignement
     new 717d72d  fix unreachable code (return null;) in mx ArrayList
     new a7e7569  Improve Jewel DropDownList
     new 2756caf  remove traces from DateValidator
     new 364a797  More Examples for Jewel DropDownList
     new 20106a2  more updates to Jewel DropDownList
     new b1d28dc  Jewel DropDownList complete
     new 91c483b  Merge pull request #326 from nihavend/develop
     new 388671d  eliminate conflicting definitions
     new ee7f097  Fix drag start run time error.
     new 17e77a9  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 3124fef  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 984d2b9  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new e2d0628  Changing ExternalInterface implementation to move it into mx.external package
     new 513a54e  Jewel SelectedItemNullValidator and example
     new dd34351  a few more places were private overwrites protected or public methods
     new eb8672f  Merge branch 'MXCharts' into develop
     new 7c677c8  MenuBar related classes and TreeEvent class emulated.
     new c4bc1e2  Jewel Restrict bead and examples
     new 9a8ac41  update Restric doc and add an example
     new 5e5d21c  private access of other instances of your type requires strong typing since the names will be decorated
     new d8e81e6  unnecessary classes removed
     new 83b4183  .
     new 1bfa53e  .
     new 209df8a  Merge remote-tracking branch 'upstream/develop' into develop
     new b464a39  Fix for a bug in release mode (minimization rename on pako inflate method)
     new b642800  fixing pako in net version of CompressedRemoteObject too
     new cc8078a  Updating ExternalInterface to use a script element with a user-set objectID
     new a6efe4e  Merge remote-tracking branch 'upstream/develop' into develop
     new 78d3a7f  used from external library
     new 4fb6058  emulation work
     new 3e21b3b  add beginStroke/endStroke for no-fill lines
     new 75653d6  Try using Label for UITextField and have it implement its interface
     new 451d2ac  get styles to work with ValuesManager
     new 73afc98  charts seem to need paddingTop/Bottom
     new f4bbde5  use beingStroke/endStroke for JS
     new 5bd1491  get fill and stroke to work
     new d3efb89  now inherits from Label
     new d87d8fc  use styleName objects
     new 6fe175f  get chart to finally draw something
     new 35b0237  BorderContainer Working
     new ec6ce29  fix wrong super model in jewel DropDownListModel
     new 2362ad4  Move prompt in DropDownList to a bead as usual with the rest of prompts in other components
     new bb3c54d  Merge pull request #335 from ajwfrost/ajwfrost/externalinterface
     new bc17eb4  Delete IUITextField.as
     new 055f5fa  Delete CSSStyleDeclaration.as
     new 9ec52db  PopUpEvent and FromItem emulated
     new d9cee24  Merge remote-tracking branch 'upstream/develop' into develop
     new 0484e2e  Merge branch 'develop' of https://github.com/nihavend/royale-asjs into develop
     new 8daa0ee  diagnostics
     new dba1bea  a way for ProgrammaticSkins to force a redraw
     new b97190c  handle lines vs files properly
     new b3dc0b3  line and area chart rendering.  May need to move top/left code to UIComponent so that all UIComponents default to positioning at 0,0 like they do in Flash
     new 9c507b0  Fix for some bindings not working (some binding data was not being processed) in ApplicationDataBinding.
     new 4835448  fix DropDownList examples in JewelExample
     new 8cca6e3  fix build
     new b4c249c  switch to using position=absolute by default in UIComponent since that's more like how Flash worked
     new 0a1174f  use a div so we can measure it
     new 98daa68  UITextField needs beads now that it isn't a Label
     new 077ede8  axis labels are working
     new c58471a  changes reverted
     new 7da23ab  Merge remote-tracking branch 'upstream/develop' into develop
     new cbd44af  changes reverted
     new 6887df5  fix findIndex in CollectionUtils
     new 6f686a1  fix selectedItem in Jewel DropDownList
     new 9871b72  fix new compiler errors
     new 7b88be2  fix how addingChild/childrenAdded work
     new f6fa4e0  default values
     new e48fd1c  legends now sort of work
     new b667b2c  Updates to Jewel DropDowns / DropDown examples
     new debed16  Binding into all the selectedItems (for demo purposes)
     new aee62db  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new d329d0b  some imports organization and clean up
     new e58d968  deselect examples with List and ComboBox (to make it work)
     new 6aeed89  Regression fix: restore support for mxml setting of selectedIndex before first dataProvider setting.
     new a2d5016  Fixed TextArea element type
     new e3d6f3b  -fixes Event missing type -add COMPILE::JS to flash import
     new 237b632  fix wrong compile
     new d2f0c83  fix Form events
     new 51ec68f  Merge pull request #336 from nihavend/develop
     new 8c2b319  Spark Application and BorderContainer
     new 88ac815  Spark HelloWorld
     new 038deee  SparkHelloWorld
     new 1a175e8  Tuning to the model hierarchy for List/Combo/DropDown - aiming for consistent behaviour
     new 68258f5  force redraw
     new d864f43  fix dual style lookup
     new e1d0e6c  0 lineweight is really more like 0.5
     new 60b7d1f  add itemsVerticalAlign and itemsHorizontalAlign to be configurables vía CSS
     new 4a077c5  removed duplicate definition
     new 98ab565  added TabBar
     new 9b409d2  added module class
     new 4f36582  added module class
     new eb95bde  Update spark-royale-manifest.xml
     new 51c4dd9  Adding HTTPStatusEvent to be fired in URLLoader
     new fec6448  Adding listener for when a bindable style has changed, to apply the updated style value
     new 98cd705  Merge pull request #340 from ajwfrost/ajwfrost/httpstatus
     new e45c2d2  Switching from using a new HTTPStatusEvent to a ValueEvent, now with the 'any' type for its value
     new c2ee89b  Jewel FormItem and FormHeading and example of both in JewelExample
     new 9b4ee23  fix validation in example
     new 20b6fe3  Updating bindable styles mechanism
     new 246f192  Events without name attribute
     new 0ee60dd  Avoid errors with services trying to use unimplemented ObjectProxy, by setting makeObjectsBindable to false until ObjectProxy will be ready
     new 3283649  emulation works
     new 44320e1  Merge branch 'develop' of https://github.com/nihavend/royale-asjs into develop
     new fcddb45  Merge remote-tracking branch 'upstream/develop' into develop
     new e2e27b0  make theme styles for formitem and formheading
     new d2f83dc  add formitem, formheading and tabbat (WIP) to all themes
     new 4c8ec9c  Fix Table and DateChooser (that uses Table) with old version of ArrayListSelectionModel for now
     new 835ac67  Bead to configure DateField and/or DateChooser to use spanish defaults
     new cc44a59  Configuration for locales in DateField and DateChooser through beads in CSS
     new aa833dc  it was not required
     new 4f41414  removed weak reference
     new 86d731b  removed unnecessary class
     new d2900d3  Make JS nativeEvent public (#344)
     new 7c4e2de  We’re setting y, so position needs to be absolute
     new 40256db  supress warning in KeyboardEvent
     new a6fc7cb  Add FocusEvent (compiles but is an untested first draft, maybe even incomplete, but a good starting point to missing focus functionality)
     new a1e687b  add to .gitignore the new files created when running ant -f InstallAdobeSDKs.xml
     new 748245e  Revert "add to .gitignore the new files created when running ant -f InstallAdobeSDKs.xml"
     new 4a12121  Organize and clean imports in Core lib and avoid warnings in IDEs due to missing COMPILE::SWF wrapper
     new 75da7b8  those was missed from latest commit
     new 97781fa  Revert "[maven-release-plugin] prepare for next development iteration"
     new 7c8c8da  revert 275d4e248eabd762c5ed1f24c02aeada0d560477
     new b07ca26  manually move these back to 0.9.4
     new 9fac240  add another check for empty-folder
     new c1f7945  [maven-release-plugin] prepare branch release/0.9.4
     new a1546ec  [maven-release-plugin] prepare for next development iteration
     new 9a62b5a  Merge branch 'develop' of https://github.com/apache/royale-asjs into ajwfrost/stylechanged
     new 6118879  Adapting the *CSSValuesImple classes so 'All' derives from 'Simple'
     new a6b9248  Using IStyleObject interface for marking bindable styles
     new 67b569a  Merge remote-tracking branch 'upstream/develop' into develop
     new 2172204  accidentally deleted, restored
     new 539e0b4  Menu class emulated
     new 88c7113  Merge pull request #341 from ajwfrost/ajwfrost/stylechanged
     new a5aa379  fix build
     new 5ca0da6  remove SNAPSHOT from compiler and typedefs versions
     new 5fe221f  update other poms to current version
     new 2fc6dba  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.4-rc1
     new 971d327  [maven-release-plugin] prepare for next development iteration
     new fdfdc87  try to fix release script now that repos are re-cloned so they don't have jars
     new 55a4f0a  Cleaned up a bit
     new 1633099  Added Modal beads with example
     new f80bd8e  Default data type for list is an array
     new 4a36cf3  Flash not perfect, but at least it runs.
     new fb00ef7  Revert "Organize and clean imports in Core lib and avoid warnings in IDEs due to missing COMPILE::SWF wrapper"
     new 6f73c54  Revert "those was missed from latest commit"
     new 74f3d81  Assign topLevelApplication
     new 5cfc071  Merge remote-tracking branch 'upstream/develop' into develop
     new 3f79a14  remove this file for now
     new 0313005  update approval script with sha suffixes and new binaries
     new c2f1261  update notice files
     new 92e5af4  JewelTheme was not built in js-only packaging
     new 55d17bc  this folder is empty so isn't always in the package
     new a9a6e8f  Revert "[maven-release-plugin] prepare for next development iteration"
     new c417d4a  Revert "[maven-release-plugin] prepare release org.apache.royale.framework-0.9.4-rc1"
     new 2791dd8  Revert "update other poms to current version"
     new b3d6252  Revert "remove SNAPSHOT from compiler and typedefs versions"
     new c543693  remove SNAPSHOT from compiler and typedefs versions
     new 14f4508  update other poms to current version
     new 80f932e  Merge branch 'feature/modal' into develop
     new 77ced93  [maven-release-plugin] prepare release org.apache.royale.framework-0.9.4-rc2
     new d34399e  [maven-release-plugin] prepare for next development iteration
     new 6616a6d  some improvements in section and grid layout
     new 73e894b  New Jewel Wizard component
     new 5589a71  Jewel Wizard initial example in JewelExample
     new 7aa42ea  Small fix for external model adjustment
     new 5778873  Merge pull request #339 from nihavend/develop
     new 6d4fd2f  Merge pull request #342 from ajwfrost/ajwfrost/httpstatus
     new d003330  Added Progress closes #346
     new 56a8285  fail build if swf compc fails
     new bcf0144  instead of just , use more decoration so it is clear what you are trying to skip and so there aren't conflicts
     new 3ebc733  fail if swf comic fails
     new aeadd2e  more cleanup of
     new 2bb056a  mustella must also handle
     new 52f7576  fix localToGlobal
     new 1ba0d4d  more cleanup now that calls to super are checked for whether the member exists
     new 00eba2b  get more of MXTests working again
     new 4afecc1  need this file for fresh Maven builds
     new f598245  tweak numeric stepper size so mxtests pass
     new 719e9ad  -remove wizardlayout in favor of css layout config -formitem and heading label changes -improve wizard layout and example -some cleaning of code
     new d80019a  wire wizard styles in all themes
     new 4ef9064  Make Jewel Lib generate source maps, but JewelExample doesn't get .js.map included when building with maven
     new 445951b  Avoid a serialization error when searching inheritance chain for fields defined in Royale - Stop before hitting goog.events.EventTarget etc.
     new 30da67f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 16ebe35  poms that was left when upgrading from 0.9.4-SNAPSHOT to 0.9.5-SNAPSHOT. This fixes build
     new 51038ab  generated css with latest changes
     new 2c1890c  commented chunks in poms: versions updated
     new 1b26493  add source maps to most pom.xml core libraries so we can debug all this libraries
     new 329510a  improvements to Wizard component: add title, and refactor view to layout the title on top, and make buttons have a pad area so the user doesn't have to target the button. refactor styles too
     new 8be4308  update themes for changes in wizard
     new 5a2e696  update wizard example in JewelExample
     new 51fc7c8  add another reminder in release script
     new 80589f8  Allow flexible children to be scrollable
     new 1a6f7a6  remove uncaught exceptions in bindings in JewelExample and make wizard icons in example bigger
     new fd10562  fix binding in change of wizard stepLabel and show in example
     new b70b357  update version to 0.9.5
     new 2c31247  Merge branch 'release/0.9.4' into develop
     new bc463ce  try pushing npm before updating versions
     new b1ff337  remove apache folder since we don't really need it
     new 57855cc  add example to send objects to java with mx:RemoteObject. This is failing and still we are not sending mx:ArrayCollections
     new 142c855  add the same examples for mx:RemoteObject of the latest commit for the Jewel test version (App_Jewel.mxml) and a comment in pom to easy switching between app files
     new c88fd33  be explicit about which FlexUnit swcs we use by default.  There is unlikely to be a newer FlexUnit version we will use
     new ea01dfc  indentation adjusted
     new 2b2fd8e  status handler added for JS
     new 5999bb8  Return original arrays
     new 4991195  seems this is no more needed after Alex's fixes, so commenting the line for now
     new 392a65f  add disableCompression to CompressedRemoteObject
     new 4e7c1ad  set royale-config to list all swcs except emulation swcs.  Emulation users must switch to flex-config via +configname=flex.  Fix up build now that some SWCs will be missing as we start to build from sources
     new 00d0217  use flex config in mxroyale
     new 25fbbd4  allow easy injection of other or alternate event converters.  I think this might be faster than a growing switch statement anyway
     new 9399d78  emulation applications replace the event converter to use mx.events.MouseEvent and switch all emulation components to output mx.events.MouseEvent
     new 1d9f941  use mx.events.MouseEvent in UIComponent
     new 3c6f53c  switch to default import of mx.events.MouseEvent
     new 8f98f85  Update FocusEvent.as
     new 718124d  Update TextEvent.as
     new 6aac136  Update KeyboardEvent.as
     new 75bf810  Update UITextField.as
     new 903b777  Update MXRoyaleClasses.as
     new ed93233  see if this fixes js_only build
     new 7885581  get PopUpManager to work
     new 838bbda  MX Alert is working.  Not pretty, but functional
     new b2ef1ad  fix build in a clean build
     new 62a29cb  fix mxtests
     new 07f66ee  Revert "seems this is no more needed after Alex's fixes, so commenting the line for now"
     new 3788380  this fixes when using Royale + MXRoyale in the same project, revert this when figure how to solve it
     new 316fc1a  MX CurrencyFormatter compile ok
     new 976cccd  show/hide buttons in a wizard page
     new d602a2c  checkintests weren't cleaning
     new d5c9bdc  Update Fault.as
     new c09b11d  Update UIComponent.as
     new b064cbd  Workaround for a compiler bug with for-each in PollingChannel. Greg will investigate the bug.
     new 0feddda  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 4ff6287  Removed "this" reference
     new c2844fa  [maven-release-plugin] prepare branch release/0.9.5
     new 25e3d21  [maven-release-plugin] prepare for next development iteration
     new 336a547  update other poms to next version
     new 4d90120  change other versions to 0.9.6
     new fdee91b  Revert "this fixes when using Royale + MXRoyale in the same project, revert this when figure how to solve it"
     new ad653ce  change path to icon since we deleted the folder it used to use
     new 2746a28  XML.normalize was deleting the wrong node if there was two consecutive empty text nodes, which can happen if a non-text node is commented out.  The commented out node will be removed elsewhere leave the two text nodes next to each other.  But if the text nodes are empty they are removed, so lastChild should not point to a removed text node, otherwise it will try to deleteChildAt(i+1) which can be the last valid non-text node.  I also took out the range checking on delete [...]
     new 20b9b31  Merge pull request #349 from nihavend/develop
     new 73998a2  Examples using Spark Modules need to have 100% width/height.  These are Spark Applications in the Flex version and SWFLoader automatically sizes to 100%, but now they are modules we have to set their size
     new 5dbcd09  Spark Label can be multiline, but should measure as single-line, at least for now
     new 48c2f3b  try to get TextArea to pick up some styles
     new 51c6719  wire up Spark Layouts to layout beads
     new bbddf22  spark panel
     new 7ab4ca1  Spark Module
     new 81b86c5  Spark Checkbox and RadioButton
     new 0a2bad9  add ImageExample to build
     new 1f3a2dd  get SkinnableContainer to contain a GroupBase so Spark Layout can run on it
     new 2ec43a4  add TimerEvent and timerComplete event
     new 5abdc60  new icon
     new 3919e0d  All Factories should extend one base factory
     new 1914008  DataRenderer goes back to extending Group
     new 90a9155  these two use Animate which hasn't been emulated yet
     new 353a828  Revert "add TimerEvent and timerComplete event"
     new bb0c56d  ensure wizard.currentStep is in the right state when showContent
     new ead1739  make showContent only do that and don't worry about currentStep
     new 2f28e44  assigments to int are not currently checked to see if the value is an int so if it isn't you have to force floats to int.  Flash runtime seems to use floor and not round
     new 20afdb4  fail if SWF compile fails
     new 6981eb4  allow subclasses to access dataProviderModel before the strand is set
     new cc94cc7  don't need this after all of the other refactoring
     new 0377683  refactor virtual layout so it can be re-used in MXRoyale
     new 27ac6d3  virtual item renderers for MXRoyale
     new fce4b1d  Spark Scroller, DataGroup, ItemRenderer as used by TDF DataGroupExample
     new 8354cbb  clean up so asdoc builds
     new fc02c51  Update UIComponent
     new 4e1ba97  improve measuring
     new dd7174f  Spark Rect
     new 4bde571  fix Jewel DateField textinput set to "" when selectedDate is null
     new 0190bbf  use the default baseclass impl for now
     new 5c337a9  typenames
     new ce3fca9  get Spark List working on SkinnableContainer and move the SkinnableDataContainer APIs out of SkinnableComponent and into ListBase
     new c187319  Fix asconfig file
     new 8f6e540  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 993234b  fix combobox popup scrolling in android devices
     new 688a650  DropDownList now has prompt field
     new 4127ce7  topMostEventDispatcher
     new 56233b2  Spark DropDownList
     new f61b4bc  make Jewel validators can use triggerEvent. default is Event.CHANGE, but now can be switched to other one
     new 344df93  fixes npe in validator from latest change
     new 14ee4af  Upper/Lower case in Jewel ComboBox
     new d878e94  Autocomplete search filter in Jewel ComboBox
     new 2c1160f  Make nativeEvent accessible in JS
     new bbd2707  Update Moonshine IDE file to work for JewelExample
     new 15165f8  Small fix to asconfig.json for VSCode in JewelExample - align with Maven build
     new 8e49878  Fix launch.json
     new e18719b  fix a project config that uses Jewel and MXRoyale
     new 23697d9  Merge branch 'feature/config-name-changes' into develop
     new 82a87a6  improve size to content handling.  Right now in Royale, the target is not guaranteed to be sized before layout if sizing to content
     new c046115  need a custom GroupView to handle size to content
     new e27f5d0  panel needs to handle size to content
     new 2efdcdf  GroupBase needs to be IContainer to get childrenAdded
     new a3757b0  more size to content handling
     new 6e2f584  Fix DateField input for Android devices that doesn't like "keypress" and must be "keyup"
     new e5497e3  make filterFunction bindable
     new d02891a  no spark form yet
     new 1108349  MX Form FormItem
     new ea51e9b  forgot to include css file
     new 1caaddc  ViewStack
     new c6326e4  fix tab nav switching views
     new 1043816  Fix for including null in the parameters for a service call when using CompressedRemoteObject
     new 9cf3a61  update Labels in JewelExample to reflect "Tour de Jewel" release
     new f003672  DispatchChangeOnStartup is used by Jewel components with data provider to dispatch a CHANGE event when the component is initialized
     new 6df9318  Avoid 'undefined' class being added during startup when 'size' is populated later, e.g. via binding which is slightly delayed
     new 3f5c478  Fix for release mode not working with ClassAliasBead after latest compiler change
     new 91a40cc  Rename JewelExample project to TourDeJewel to conform with published app in website and avoid confussion
     new 9ccfcaf  Add ComboBox example with search filter to TourDeJewel
     new 9c08a05  initials of focus special handling in some components like DateField and ComboBox that are composed of more than one subcomponents
     new 6044bd2  Jewel: Fix double dispatch of "change" event in List
     new 14eebc4  Drop indicator was being shown in the wrong place.
     new 09cbf5e  Royale framework folders weren't being recognized by FB
     new 9c21cd7  Replace royale with flex in .project files and fix Basic
     new 6730ddb  non-debug uses min.css
     new 0df792a  don't rename 'init'
     new 7f21b1a  prevent renaming of ROYALE_CLASS_INFO
     new 2c8623f  use renaming maps
     new 9cd72ff  Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List
     new 14f6354  DispatchChangeOnStartup: Dispatch "change" based on selected item/index model changes
     new c96c967  Make drop target sensitive to position in item renderer
     new 7b3958b  Merge branch 'fix_fb' into develop
     new d0fc3d3  Fix dragSource always being added last in ArrayList
     new 58a0bf0  new Jewel PopUp component (still in development but working)
     new e8d8d8c  jewel PopUp initial theme setup
     new abd62eb  jewel popup example in Tour de Jewel (initial)
     new 334f846  make popup content make white background by default. PopUp content needs as well define width/height to show properly
     new 07f3fbe  Fix previous items jumping down before item is dropped
     new a836d18  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new f673306  Fix end of list drop
     new 819e89a  Minor change: Jewel TextArea is not resizable by default. If needed, a bead to enable this will be added in the future.
     new 05598c4  Match DragEvent.clientX with MouseEvent.clientX
     new 2161a61  Organize imports
     new 8307d4c  Update documentation
     new 4ef1267  Use controllers for listening to mouse events
     new d300897  update test to include source bundles
     new 1a1ccf9  need {locale} in source-path for resources to output bundles with the right name
     new bbbd6ea  Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List
     new 4482280  Cumulative updates to migrate to 'selectionChanged' for bindings Fixes a some issues with add/remove/update beads for dataprovider/item changes. Added extra test display to Tour de Jewel for this.
     new c7e9b69  Made the dispatcher more accessible from the model. Fixes a bug in ComboBox.
     new 0d84260  Using the IJewelSectionModel, additional component fields are now Bindable 'for free'. Added a (commented out) example in Tour de Jewel of one list bound to the dataProvider of another.
     new a0af3d9  This should be assignment instead of comparison
     new 88b1fa5  Merge branch 'refactor_sensitive_bead' into develop
     new 2986349  Merge branch 'develop' into bugfix/issue_353_double_dispatch_of_change_event_in_Jewel_List
     new 624d42e  Update MenuBar.as
     new 843a88d  Update defaults.css
     new 8646c56  Fix item renderers not being updated correctly in IE.
     new 099da7c  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 30cbb51  change icon for Jewel PopUp in Tour De Jewel
     new e64008b  Make PopUp on Desktop shows centered on screen, while in Phones and Tablets shows sliding from bottom
     new e676ae3  animate PopUp in Desktop when open
     new 8d67e50  Missing parameter types
     new 385a500  Missing nativeEvent
     new eb1bcbb  Using nested state causes parent to be null in some cases, added null check to prevent exception. (#357)
     new f47a24a  improve IActivable to not rely on ids and use new activableName property
     new d858d3f  change Tour de Jewel examples to use new activableName instead of ids
     new e47fc89  new ExampleAndSourceCodeTabbedSectionContent in Tour de Jewel to have a tabbar for example/sourceCode
     new 7eabb60  reorder Tour de Jewel Example menu options to be alphabetic order
     new 2f127d4  Fix implicit coercion error
     new af5c7a2  rename "activableName" to "name"
     new b99966a  Make all example pages in Tour de Jewel have tabs one for the example and other for the source code in github
     new ead14ed  add attributes "target" and "rel" to html anchor component (A)
     new 017e16e  add link to Gihub source code that opens in a new browser tab
     new b73a705  latest two examples updated with tabs for example and source code
     new 05cb86f  format all tour de jewel mxml code to show better in Tour de Jewel Source Code tab
     new 5e017a3  committed this file by mistake
     new 9240cac  upgrade to Closure Library 20180910
     new 4ba958c  fix warnings and errors in these files
     new 11cd8dd  clean up some warnings
     new 52fb132  fix QName Namespace lookups to match new format
     new f83e4f6  changes to get MenuBar to support XMLLists
     new e8ae8be  Update TextInput.as
     new 89d99a5  Continue improving PopUp component: - define open and close events - make close event can be dispatched from the content - make possible to set up the content in CSS or in MXML - refactor CSS to be more flexible to diferent - clean up code, update versions to 0.9.6, update Tour de Jewel with new example
     new 5bb11fd  fix docs
     new ee7a23e  fix popup chain to ensure other components that has popups behaves correctly in a popup
     new 6072240  Jewel Form doesn't need to be IPopUpHost
     new 4c79a5f  don't bubble event
     new cd3102d  add convenient addPopUp method to UIUtils
     new b8b5d4c  use new UIUtils.addPopUp in PopUpView
     new 6783402  rename IActivable to ISelectedContent adn "isActive" to "isSelected"
     new d611e68  refactor "showContent" to a property called "selectedContent" so users can set up in MXML
     new a8edc0d  add modal to PopUp and show in examples
     new f2bd066  change title labels in popup example
     new 1d60377  Fix js-only build
     new b8ce265  Missing parameter types
     new 0f072d8  More missing param types
     new 09812b5  Cleaned up build script
     new 96a8b3c  Adapt to Array being default dp type
     new 482b698  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9b9e4f6  Move infite scroller bead somewhere it can actually be demonstrated
     new fc3e163  Provide separate list for infinite scrolling.
     new c2bca9a  Scrolling on one list shouldn't affect another
     new ef95bb4  Changed clean script to only delete the swc files in libs
     new d691b04  fix applicationComplete event for JS
     new 8c7a8af  fix systemManager and parentApplication properties
     new d6bfd3a  SearchFilterForList is a bead to use with TextInput to filter a List
     new 7f5b86b  fix menubar with arrays now that menubar assumes ICollectionView
     new cea97a2  revert 52fb132168eede607b6615093ae58b99046837a9 and have compiler call a special method instead
     new 7fd5f0b  use ContainerDataBinding.  ApplicationDataBinding is probably ok for Basic Application's lifecycle, but for emulation, the viewChange was firing before the elements in the view were created so binding was firing off too soon.
     new d3aeb5a  update if form item label changes late (due to binding or handlers)
     new 156a02f  refactor SearchFiilter bead (for combobox) to use SearchFilterForList (for textinput)
     new 2540786  PopUp changes: - change bead name from IPopUp to IPopUpContent since is what we really provide - refactor methods "show" and "close" to a property "open" to be able to use in MXML and with bindings - clean the code
     new 62f5782  clean code Jewel CheckBox
     new 379ae3d  fix NPE in SearchFilter
     new aa4e3fb  fix 'top level' filter
     new 7725c9b  remove "filterProperty" in SearchFilterForList since it should always use "text" property, and fix the Jewel ListItemRenderer and example
     new 92f1f7f  fix popup example, although binding is not working as expected
     new 94a06bd  minor:code tidy
     new 20b3201  Fix a binding bug with multiple event triggers
     new 6bc03b6  fix warning
     new 41899ef  refactor how converters get added so it is PAYG and extensible (a future GestureEvent could bring in its own converter, same for FocusEvents).  This also saves 14K off HelloWorld in js-release
     new 0379859  Revert "refactor how converters get added so it is PAYG and extensible (a future GestureEvent could bring in its own converter, same for FocusEvents).  This also saves 14K off HelloWorld in js-release"
     new ef29257  Shows bug with Collections that are unable to use "for each" to iterate its elements. Filled an issue in gihub as 363
     new 9ad2cd4  Re-apply "refactor how converters get added so it is PAYG and extensible (a future GestureEvent could bring in its own converter, same for FocusEvents).  This also saves 14K off HelloWorld in js-release"
     new 563d46a  Added NoLayout
     new 6f5aabf  hasOwnProperty fails on getters
     new 6c5565d  Avoid an undefined reference error in javascript (excludeObject)
     new 68dc88e  Fix to logic for finding class info in describeType
     new 74d7394  Refactor TopBarAppSection to extend HGroup and remove duplicated properties to align content
     new 78a4f16  refactor TopAppBar** components to be more agnostic of TopAppBar and reusable as a normal bar
     new eb14fa8  all themes updated
     new 319ed73  swap out for an interface
     new 969353f  fix up EventUtils now that compiler will catch passing a plain object in as an interface.  Use a factory function for Event and a conversion function for MouseEvent
     new 7f43600  factor out EventUtil's MouseEvents handling to the MouseEvent so it is more PAYG
     new 97a6d0c  suppress warning
     new 12aa536  fix warnings in MXRoyale/SparkRoyale.  The principle applied was to suppress warnings if the class was not going to be used from MXML or in RemoteObject.  The RemoteObject classes still emit warnings and will be fixed in a later commit.  If the class was used from MXML then the public vars were changed to getter/setter
     new fa75016  fix warnings in JQuery build
     new c6c6258  get rid of warnings in messaging classes
     new 1450934  eliminate warnings from Closure Compiler
     new 8b0631b  don't cache bogus values
     new b12e342  clean up warnings from Closure
     new 24f953b  add Spark TabBar example
     new 7c500df  Spark DPs are IList so assume IList in list classes
     new 9a3b81e  ViewStack needs to be a dataprovider for tabbar
     new 2e31903  default labelField is 'label'
     new 18a1c6b  in a Spark Container there is an internal Group that should be sized with the top-level container. May need to factor in borders later
     new 6ad2400  Container needs defaultButton
     new 93eba36  TabBar
     new 6028aa9  get TabBar to take a VS and show its labels
     new 4847924  don't cache 0 as measurement value.  When a component is visible=false, then display:none and measurements will end up being 0 which is not right, so don't use 0 as cached value
     new ae770b5  in JS, make child visible before setting size so the layout can get valid sizes.  This and prior commits fix #366
     new 04cfb97  make popup use themes
     new 5af1735  add popup to the rest of themes
     new eedbc44  final css updated
     new 4b30508  final css update for all themes
     new 89500ea  remove unused style
     new 549ee5b  organize Bar imports
     new 19da5c8  Set stage for rudimentary bevel filter
     new 2f1b1c4  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 9f96e43  Jewel FooterBar
     new 482eaa3  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 453a09c  add footerbar to themes
     new 0d3fbc7  footerbar in all themes
     new bc24193  Facade for initial BevelFilter implementation
     new f9b48b5  Partially fixed popup
     new 80efbf8  Set up a Popup with a Form to show in Tour De Jewel and check all popups right
     new b53d7a0  add "hasFooterbar" to ApplicationMainContent
     new e481b7d  define widht/height for content popups to avoid pixel decimals since CSS doesn't have a way to round to whole pixels and content is blured when translating to 50% height/width
     new b9df6e7  Start making BevelFilter Chainable.
     new 7834c08  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new a4402d3  Simplified SVG creation
     new 351f3f0  example of inline html in a label mising html tags and binding
     new 89cc65a  MXRoyale AdvancedDataGrid shows summary row. Next: get it to open
     new 379cf94  ADG expands items
     new dbbade8  new footerbar was hiding search text in Tour De Jewel
     new 407d99e  Simplified formatters

The 8508 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.