1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added code so that List items deleted/added trigger animation effects. This uses the new Effects library. More... almost 16 years ago
Removed TweenMax dependency for Tweener with a more friendly license More changes to Effects class More... almost 16 years ago
Added EffectEvent class for different events that would be broadcast during effects More... almost 16 years ago
Deleted old Effect implementation to make way for the new jQuery-esque effects package. Modified SlidePane to work with new Effects package Removed default animation from VLayout More... almost 16 years ago
Adding first pass at new simpler effects package. More... almost 16 years ago
ListBase now changes selectedIndex appropriately when items are added to the dataProvider. More... almost 16 years ago
Fixes changes to selectedIndex value when items are removed. More... almost 16 years ago
ListBase now supports adding elements to source dataCollection More... almost 16 years ago
Fixed removeItems implementation in Lists More... almost 16 years ago
Fixed selected index property More... almost 16 years ago
Changing List Implementation to use UIDs instead of object keys to allow source arrays with multiple same values More... almost 16 years ago
removed a trace message More... almost 16 years ago
List rendering etc now happen at the queueValidateDL event so that all size measurements are completed when the list logic uses the viewport to calculate renderers needed. More... almost 16 years ago
Changing List implementation to use the OptimizedList. Old List is now the Repeater. More... almost 16 years ago
Added fixes to UIContainer so it respects size changes when scrollbars are present, also ScrollBars are validated immediately when size changes since they do not participate in the component resize lifecycle. More... almost 16 years ago
Minor updates: IVirualizedList now mandates a set listBase function More... almost 16 years ago
Fixed a couple of bugs in ArrayCollection and iterators Optimized list now uses ICollections and supports removeItems in the dataProvider More... almost 16 years ago
ListBase now uses ICollections More... almost 16 years ago
OptimizedList now passes BaseListData object to IListItemRenderers OptimizedList now respects resize More... almost 16 years ago
Bugfix: horizontalScrollPosition returns 0 if no _horizontalScrollBar returns More... almost 16 years ago
Bugfix: if no scrollbar exists, verticalScrollPosition getter returns 0 More... almost 16 years ago
Moved some functionality from List to ListBase. ListBase is the basic class that all controls implementing Virtualized layouts implement (like TileList etc) More... almost 16 years ago
OptimizedList now controlled by the VListLayout that implements the IVirtualizedList interface that all VirtualizedLists should implement More... almost 16 years ago
Fixed package name in OptimizedList, added removeItems implementation in ArrayCollection and added TestCase for ArrayCollection class with one test so far More... almost 16 years ago
Fixes to UIContainer class to accomodate new Optimizedlist class. The OptimizedList is still under development so please dont use it yet. More... almost 16 years ago
Added some functions to ObjectPool to allow testability. Also added a new namespace going to be used for OpenPyro internal APIs. More... almost 16 years ago
The dividerBox now places the dividers on a different layer above the contentPane. Fixes a bug with the getChildAt implementation More... about 16 years ago
Fixes: 1) removeChild now invalidates the UIControl 2) addChildAt now correctly places the child at the right index More... about 16 years ago
Fixes to slider bugs: sliderthumb position for vertical sliders, also setting a value does not do anything if its the same value as before. More... about 16 years ago
Changed the signature of the DragManager class to allow passing a proxy image to the doDrag() function More... about 16 years ago