| Revision |
Class |
Comment |
| 393 |
AQColor |
Fixes bug "does not do any color mixing" because of wrong function reference. |
| 400 |
ExtendedActionQueue |
Fixes a bug where animations did not run if they use onEnterFrame. |
| 403 |
Watcher |
Now accepts function references as well. |
| 405 |
ExtendedActionQueue |
After a condition, ExtendedActionQueue would skip too soon to the next action. |
| 406 |
FramePulse |
Added new ways of adding / removing event listeners: FramePulse.addEnterFrameListener(listener:Function);, FramePulse.removeEnterFrameListener(listener:Function);. |
| 408 |
FrameDelay |
Added function die() to remove a running FrameDelay object. |
| 440 |
ComboBox |
Fixed bug in updateContent() where ComboBox items got label instead of data. |
| 445 |
Loader |
Added pauseAllLoading and resumeAllLoading. |
| 446 |
Point |
Point now accepts null as input for either x or y instead of null getting converted to 0. This is in line with the Adobe Point class. |
| 447 |
MovieClipUtils |
getNormalizedScale now can be forced to return a scale related to either height or width. |
| 449 |
Loader |
Removed extension check from load. |
| 452 |
MovieManager |
getNearestLocalController now also works in movies that don't have their own LocalController. |
| 456 |
PostCenter |
Improved collecting of messages; messages are concatenated to send in a batch as long as no target window is specified; otherwise just sent. |
| 465 |
ComboBox |
Added setter label to enable setting of the ComboBox label, without selecting an ComboBox item. Use this to show a "make a slection" message in the ComboBox, instructing the user to make a choice. |
| 482 |
RetroHilightButton |
Changed behaviour of rewind to allow intro animation on button. |
| 484 |
DateUtils |
Added method isEqual. |
| 492 |
StringUtilsSplit |
Renamed splitSpecial to splitAndPreserveQuotes to better convey the function. |
| 498 |
KeyValueList |
New method getCount to return the number of items in the list. |
| 501 |
NumberUtils |
New method randomInRanges. |
| 506 |
AQPulse |
Fixed an (essential) bug where AQPulse would not listen to count or duration. |
| 507 |
Slider |
Added method getValue (thanks Owen van Dijk). |
| 526 |
ColorUtils |
Added method getHexString because I keep forgetting the syntax. |
| 587 |
AQFollowMouse |
Overloads callback function to accept method name and function reference. |
| 590 |
StringUtils |
Fixes replace to let it replace multiple instances of a string. |
| 607 |
FLVPlayer |
Added setFilters() for improved video quality |
| 608 |
FLVPlayer |
Replaced getters & setters with proper functions |
| 610 |
FrameDelay |
Reversed order of parameters inFrameCount & inParams |
| 611 |
Form, EventLoadVars |
Removed. |
| 617 |
LocalController, ILocalController |
Replaced getMovie() by getTimeline() |
| |
LocalController |
Removed public function get timeline () |
| |
LocalController |
Replaced private var mMc:MovieClip by private var mTimeline:MovieClip |
| |
MovieManager |
Changed loadMovie() to take name, url & movieclip directly instead of SWFData |
| |
SWFData |
Removed. |
| 632 |
All |
The folder /org in the repository has been moved to /lib/org to facilitate development in Eclipse |
| Added after release 0.9.4, but available in new download |
| 661 |
StringUtils |
Fixes replacement of multiple occurrence of string; thanks Arthur Wammes |
| 663 |
ComboBox |
Fixes import bug |