2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing the unused variable More... over 14 years ago
Removing the unused variable More... over 14 years ago
added PrioritySignal More... over 14 years ago
added PrioritySignal More... over 14 years ago
SignalBindingList: simplified insertWithPriority()--less code, more readable variables. More... over 14 years ago
SignalBindingList: simplified insertWithPriority()--less code, more readable variables. More... over 14 years ago
FIX: Signal was calling listeners in reverse order. Thanks to @neilmanuell for noticing. SignalBindingList now has append(), which Signal now uses instead of prepend(). Added more tests for SignalBindingList. More... over 14 years ago
FIX: Signal was calling listeners in reverse order. Thanks to @neilmanuell for noticing. SignalBindingList now has append(), which Signal now uses instead of prepend(). Added more tests for SignalBindingList. More... over 14 years ago
SignalBindingList: removed isEmpty getter (unused and redundant). More... over 14 years ago
SignalBindingList: removed isEmpty getter (unused and redundant). More... over 14 years ago
SignalBindingList: tail is now optional; defaults to NIL automatically if omitted or null. Added SignalBindingListTest. More... over 14 years ago
SignalBindingList: tail is now optional; defaults to NIL automatically if omitted or null. Added SignalBindingListTest. More... over 14 years ago
SignalBinding: constructor signal param is now mandatory because null exceptions occur otherwise. This required changing the param order. Removed asdocs for private member variables as they are ignored by asdoc. More... over 14 years ago
SignalBinding: constructor signal param is now mandatory because null exceptions occur otherwise. This required changing the param order. Removed asdocs for private member variables as they are ignored by asdoc. More... over 14 years ago
SignalBindingList: Found a stray dependency on SignalBinding implementation; changed to the interface. Misc. tweaks for style. More... over 14 years ago
SignalBindingList: Found a stray dependency on SignalBinding implementation; changed to the interface. Misc. tweaks for style. More... over 14 years ago
Signal now uses the SignalBindingList.prepend() method. TODO: Change this to append(); need tests first. More... over 14 years ago
Signal now uses the SignalBindingList.prepend() method. TODO: Change this to append(); need tests first. More... over 14 years ago
Refactored the name to match the ISignaTestBase More... over 14 years ago
Refactored the name to match the ISignaTestBase More... over 14 years ago
Improving the SignalBindingTests (emulated the ISignalTestBase) More... over 14 years ago
Improving the SignalBindingTests (emulated the ISignalTestBase) More... over 14 years ago
Adding ISignalBinding params More... over 14 years ago
Adding ISignalBinding params More... over 14 years ago
Merge branch 'master' of https://github.com/robertpenner/as3-signals More... over 14 years ago
Merge branch 'master' of https://github.com/robertpenner/as3-signals More... over 14 years ago
Added TODO for SignalBindingList unit tests. More... over 14 years ago
Added TODO for SignalBindingList unit tests. More... over 14 years ago
Prioritized the TODO list for v0.9. More... over 14 years ago
Prioritized the TODO list for v0.9. More... over 14 years ago