openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
as3-signals
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Nov 29, 2024 — Nov 29, 2025
Showing page 6 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removing the unused variable
Simon Richardson
More...
over 14 years ago
Removing the unused variable
Simon Richardson
More...
over 14 years ago
added PrioritySignal
neilmanuell
More...
over 14 years ago
added PrioritySignal
neilmanuell
More...
over 14 years ago
SignalBindingList: simplified insertWithPriority()--less code, more readable variables.
Robert Penner
More...
over 14 years ago
SignalBindingList: simplified insertWithPriority()--less code, more readable variables.
Robert Penner
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.
Robert Penner
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.
Robert Penner
More...
over 14 years ago
SignalBindingList: removed isEmpty getter (unused and redundant).
Robert Penner
More...
over 14 years ago
SignalBindingList: removed isEmpty getter (unused and redundant).
Robert Penner
More...
over 14 years ago
SignalBindingList: tail is now optional; defaults to NIL automatically if omitted or null. Added SignalBindingListTest.
Robert Penner
More...
over 14 years ago
SignalBindingList: tail is now optional; defaults to NIL automatically if omitted or null. Added SignalBindingListTest.
Robert Penner
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.
Robert Penner
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.
Robert Penner
More...
over 14 years ago
SignalBindingList: Found a stray dependency on SignalBinding implementation; changed to the interface. Misc. tweaks for style.
Robert Penner
More...
over 14 years ago
SignalBindingList: Found a stray dependency on SignalBinding implementation; changed to the interface. Misc. tweaks for style.
Robert Penner
More...
over 14 years ago
Signal now uses the SignalBindingList.prepend() method. TODO: Change this to append(); need tests first.
Robert Penner
More...
over 14 years ago
Signal now uses the SignalBindingList.prepend() method. TODO: Change this to append(); need tests first.
Robert Penner
More...
over 14 years ago
Refactored the name to match the ISignaTestBase
Simon Richardson
More...
over 14 years ago
Refactored the name to match the ISignaTestBase
Simon Richardson
More...
over 14 years ago
Improving the SignalBindingTests (emulated the ISignalTestBase)
Simon Richardson
More...
over 14 years ago
Improving the SignalBindingTests (emulated the ISignalTestBase)
Simon Richardson
More...
over 14 years ago
Adding ISignalBinding params
Simon Richardson
More...
over 14 years ago
Adding ISignalBinding params
Simon Richardson
More...
over 14 years ago
Merge branch 'master' of https://github.com/robertpenner/as3-signals
Simon Richardson
More...
over 14 years ago
Merge branch 'master' of https://github.com/robertpenner/as3-signals
Simon Richardson
More...
over 14 years ago
Added TODO for SignalBindingList unit tests.
Robert Penner
More...
over 14 years ago
Added TODO for SignalBindingList unit tests.
Robert Penner
More...
over 14 years ago
Prioritized the TODO list for v0.9.
Robert Penner
More...
over 14 years ago
Prioritized the TODO list for v0.9.
Robert Penner
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree