Added AuroraPainterButtonSkin, this will replace the AuroraButtonSkin going forward Added DividerBox divider click action Added StripesPainter BugFix to UIContainer (padding)
MeasurableControl now has getters for maximumWidth/height ICollection interface changed to include the idea of filters XMLCOllection with mostly functioning filterfunction implementation DefaultListClass now uses createChildren rather than initialize() for creating children TextInput dispatches change event Label class uses maximumWidth/height correctly
Bugfix: Uses event.currentTarget and not event.target to get reference of selected renderer
Added showRoot property for Tree List fix so that it respects selectedIndex based changes Added getCurrent() method for IIterators Added DividerEvent for DividedBox events
Changed signature for setRendererData() on List based controls to include what index is being sent List now supports setting of BaseListData object Refactored common functionality out of H/V DividedBox to DividedBox class Added a getter to arrayIterator Added getters to HLayout props
Clicking on tree rotators does not cause list select anymore
Fixes issue #31: Added includeInLayout functionality Added MathUtil
Removed the reference to repo1 & maven-core
Added DividedBox as the base class for H and VDividedBox. Both H and VDividedBoxes can be refactored so common functionality is in DividedBox UIContainers now implement removeChild See bug #30 SlidePane now has a direction parameter that controls direction of slide besides orientation Added OverlayManager for doing popups and also handle comboBox popup lists ComboBox now overlays its list on the overlay Removed stub values for getMaxW and getMaxH functions in RowGridLayout
Adding maven-core dependency
View revisions