0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
only static const will be recognised by mixin. More... about 13 years ago
scoping of event handlers can be done with callAtEvent More... about 13 years ago
mixins can also bounce, with multiple inheritance. More... about 13 years ago
updatedsymbols file More... about 13 years ago
Mention that the delegate could be injected. More... about 13 years ago
added files i forgot. More... about 13 years ago
another error in example code More... about 13 years ago
error in example code More... about 13 years ago
nifty tricks More... about 13 years ago
typo More... about 13 years ago
dont repeat yourself More... about 13 years ago
corrected invalid sentence More... about 13 years ago
mistake in example code More... about 13 years ago
delegate did not access this, which was not instructive of why mixins are preferrable. More... about 13 years ago
emphasize advantage of mixins as delegates versus sub objects as delegates More... about 13 years ago
Mixins can be used to implement delegates. Added test that shows mixins can not access private variables. More... about 13 years ago
typos in docs More... about 13 years ago
Mention benchmark in readme More... about 13 years ago
Better terminology in benchmark results. More... about 13 years ago
The test suite now shows the benchmark results. More... about 13 years ago
Added test for the intial value of the instance variable width before calling the mixed in method. More... about 13 years ago
Updated documentation to explain how mixin's can be used to do layout in your fla, but still factor your code into components. More... about 13 years ago
Added test that proves mixin's work on instance variables in movieclips. This means you can add common functionality to stuff you drop/draw on the stage in your fla. More... about 13 years ago
performance is good! More... over 13 years ago
performance is good! More... over 13 years ago
typo in test description More... over 13 years ago
typo in docs More... over 13 years ago
prove one more point in the test suite. More... over 13 years ago
error in docs More... over 13 years ago
Added makefile More... over 13 years ago