2
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed import for TextField More... almost 14 years ago
Fixed import for TextField More... almost 14 years ago
Merge branch 'master' of github.com:robertpenner/as3-signals More... almost 14 years ago
Merge branch 'master' of github.com:robertpenner/as3-signals More... almost 14 years ago
Updated TODO. More... almost 14 years ago
Updated TODO. More... almost 14 years ago
Simplified SingleSignal. More... almost 14 years ago
Simplified SingleSignal. More... almost 14 years ago
Simplified SingleSignal. More... almost 14 years ago
Simplified SingleSignal. More... almost 14 years ago
ISignal now extends IOnceSignal. More... almost 14 years ago
ISignal now extends IOnceSignal. More... almost 14 years ago
DeluxeSignal now extends PrioritySignal, reducing code duplication. Formatted PrioritySignal code style for consistency. More... almost 14 years ago
DeluxeSignal now extends PrioritySignal, reducing code duplication. Formatted PrioritySignal code style for consistency. More... almost 14 years ago
DeluxeSignal now extends PrioritySignal, reducing code duplication. Formatted PrioritySignal code style for consistency. More... almost 14 years ago
DeluxeSignal now extends PrioritySignal, reducing code duplication. Formatted PrioritySignal code style for consistency. More... almost 14 years ago
Added OnceSignal: trying alecmce's idea of a signal with just addOnce(), not add(). Useful for "completed" signals that don't need to be listened to after firing. More... almost 14 years ago
Added OnceSignal: trying alecmce's idea of a signal with just addOnce(), not add(). Useful for "completed" signals that don't need to be listened to after firing. More... almost 14 years ago
Added more native base classes using signal sets: SignalTextField, SignalURLLoader, SignalXMLSocket. More... almost 14 years ago
Added more native base classes using signal sets: SignalTextField, SignalURLLoader, SignalXMLSocket. More... almost 14 years ago
NOTE: Last commit was result of re-integrating the sets branch. I should have done merge --no-ff for clarity. More... almost 14 years ago
NOTE: Last commit was result of re-integrating the sets branch. I should have done merge --no-ff for clarity. More... almost 14 years ago
Merge branch 'master' into sets_merge More... almost 14 years ago
Merge branch 'master' into sets_merge More... almost 14 years ago
Restored NativeSignal to use 1-to-1 dispatch of target EventDispatcher. Removed strict listener.length check to allow flexibility with listeners with ...varargs and slots with params. More... almost 14 years ago
Restored NativeSignal to use 1-to-1 dispatch of target EventDispatcher. Removed strict listener.length check to allow flexibility with listeners with ...varargs and slots with params. More... almost 14 years ago
Removed remnants of strict mode. AS3 cannot provide enough strictness in our case to outweigh the need for flexibility with ...varargs. More... almost 14 years ago
Removed remnants of strict mode. AS3 cannot provide enough strictness in our case to outweigh the need for flexibility with ...varargs. More... almost 14 years ago
Slot: removed check that listener has enough arguments for signal value classes. The listener.length check became annoying by preventing use of ...varargs. More... almost 14 years ago
Slot: removed check that listener has enough arguments for signal value classes. The listener.length check became annoying by preventing use of ...varargs. More... almost 14 years ago