1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ListBase now recognizes when the list is being scrolled and the defaultListRenderer doesn't show rollover highlight if the list is being scrolled. More... over 14 years ago
Adds a "changing" event to slidepane before the change event More... over 14 years ago
Small change in listbase touch down More... over 14 years ago
Added error catch in htmlUnescape. More... over 14 years ago
Renderer click now changed to up and down events to make it more compatible with touch devices More... over 14 years ago
Added a scrollYBy function to scrollList by y values More... over 14 years ago
ViewStacks and SlidePanes respect padding More... over 14 years ago
ComboBox list is populated by the dataProvider if the list has been created already More... over 14 years ago
highlight cursor only draws if width and height are not NaN More... over 14 years ago
Checkboxes etc that have a "selected" state can now implement the IToggleControl interface More... over 14 years ago
Adding FlowLayout. Doesnt play nicely with invalidated controls yet More... over 14 years ago
Effects now have a "beforeStart" function that can be set to execute before a current effect starts More... almost 15 years ago
check that could cause null object reference in OverlayManager More... almost 15 years ago
Added stringUtil function Some small changes on SliderSkin More... almost 15 years ago
DividedBox now has a divider drop event. Minor change to listBase (access specifier changed in 1 method) More... about 15 years ago
Added htmlEscape and htmlUnescape methods More... about 15 years ago
Added DateUtils.as. It doesnt do much yet except house arrays w/ month/day names More... over 15 years ago
DefaultListRenderer now renders a 20px high textfield thats centered, not something that grows along with the height of the renderer. More... over 15 years ago
clicking on DefaultTreeItemRenderer's drop down arrow doesnt trigger the item's change event More... over 15 years ago
Same fix as last for VDividedBox (call forceInvalidateDisplayList when non-size changing event happens) More... over 15 years ago
Fix to forceUpdateList on HDividedBox More... over 15 years ago
Adding a child to UIContainer now forces updateDisplaylist too More... over 15 years ago
First stab at fixing issue #22. More... over 15 years ago
Added a check on MouseUtil.isMouseOver if the object is actually attached on the stage or not More... over 15 years ago
Removed unused imports More... over 15 years ago
Deleted Repeater.as More... over 15 years ago
Modified H and VLayouts to extend AbstractLayout. Also deleted an unused import More... over 15 years ago
Deleted Repeater.as: Use classfactories and VLayouts for that More... over 15 years ago
Added a pad function for Arrays More... over 15 years ago
TreeEvent now includes reference to the sourceItemRenderer More... over 15 years ago