1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check to make sure ListBase only accepts IVirtualizedLayouts More... almost 16 years ago
Removed an override that wasnt adding any new functionality. Also added a check to ensure the dataProvider set on a dataProvider is only XML or TreeCollection More... almost 16 years ago
Moved the labelFunction default setter out of the constructor More... almost 16 years ago
Renamed "numberOfVerticalRenderersNeededForDisplay" to "numberOfRenderersNeededForDisplay" since the virtualized list may not be rendering things vertically More... almost 16 years ago
Bugfix: When the UIContainer scrollbars change for List based controls, the viewport now resizes so that the renderers arent clipped. More... almost 16 years ago
FillPainter now takes offsets More... almost 16 years ago
and now the tree scroll perfectly, awesome :) More... almost 16 years ago
Bugfix for wait() implementation More... almost 16 years ago
Tree control works well except animation seems to get disabled on scroll More... almost 16 years ago
ListBase now rerenders on dimensionsChanged. Added api to scrolltoItemAtIndex More... almost 16 years ago
now dimensionChanged is a getter/setter that can be overridden More... almost 16 years ago
Patch: ListBase calls invalidateDisplayList on items added More... almost 16 years ago
added some data to test tree More... almost 16 years ago
TestHDividedBox now uses new ScrollPolicy values More... almost 16 years ago
Added ScrollPolicy settings, including VISIBLE_ON_ROLLOVER value that fades the scrollbar when mouse enters/leaves the control More... almost 16 years ago
Setting a new dataProvider to List now resets the selectedIndex and selectedItem More... almost 16 years ago
bugfix: ListBase removes all renderers when the dataProvider changes as well as updates the mask when resized More... almost 16 years ago
Bugfix: Tree now invalidates correctly when items are closed. More... almost 16 years ago
Tree now accepts both XML and TreeDataCollection More... almost 16 years ago
Tree looking better and better. The Tree and the List seem functionally okay. yet to implement some items added/removed logic from tree. More... almost 16 years ago
Bugfix for viewport calculation logic More... almost 16 years ago
Added a flag to prevent automatic viewport scrolling in UIContainer More... almost 16 years ago
Small bugfix on VListLayout making sure new renderers animate correctly. More... almost 16 years ago
Created TreeaLayout that manages the animation of the Tree nodes More... almost 16 years ago
FadeIn Effect now applies an invisible dropshadow before fade and removes it after to create the bitmap of the target Default List renderer now has a default background color of white VScrollBar layout positions the bottom thumb 1px above the end to allow masks on containers to not clip the end stroke ListBase now has a property for setting a stroke around it More... almost 16 years ago
Bugfix for ListBase when being created with percentWidth and percentHeights More... almost 16 years ago
Tree now implements showRoot property DefaultListItemRenderer now creates a Sprite as a highlightCursor so that rollOvers are visible immediately and not wait for validation More... almost 16 years ago
Cleaning up Tree implementation More... almost 16 years ago
removed some traces More... almost 16 years ago
First pass at working Tree control using the new List architecture. More... almost 16 years ago