Commit Graph

33 Commits

Author SHA1 Message Date
Jason Jarrett
e176a57f0d Removing circular dependency for createjs
- Should help with  issue #2037
- This issue was introduced in #2000
2014-04-14 08:47:55 -07:00
satoru kimura
6bd86406f6 Renamed definition file for intelligibility. 2014-04-09 13:09:16 +09:00
s_kimura
380322af6b update to EaselJS v0.7.1. 2014-01-19 17:16:47 +09:00
Satoru Kimura
05342a6952 Fixed several errors with TypeScript0.9.5. 2013-12-07 15:50:12 +09:00
s_kimura
cea8091140 fixes bugs and discard redundant changes that have received pointed out in code review.
put it back the SpriteSheetFrame and TickerEvent class in easelJS.
2013-11-29 13:05:15 +09:00
s_kimura
5f6f23fd76 added type information in the test code. 2013-11-28 11:49:50 +09:00
s_kimura
b057108689 fixed several syntax errors. 2013-11-28 11:36:03 +09:00
s_kimura
8ba6fb3237 Updated EaselJS definitions to v0.7.0 and TweenJS, SoundJS definitions to v0.5,0 and PreloadJS definitions to v0.4.0 2013-11-27 14:48:35 +09:00
Chris Smith
f4ff0e3bb4 Fixed missing return type 2013-11-25 22:42:28 -08:00
Chris Smith
a3812e895f Added comment on Sprite to avoid IntelliJ thinking it was deprecated 2013-11-24 19:52:16 -08:00
Chris Smith
7bca55dd1d Updated EaselJS definitions to v0.7 and TweenJS definitions to v0.5 2013-11-22 22:41:11 -08:00
Chris Smith
6d73159722 Fixed property name on Matrix2D from 'atx' to 'tx' 2013-11-20 22:40:23 -08:00
basarat
c41200f038 Update easeljs.d.ts 2013-10-03 13:47:58 +10:00
golear
7de857e379 Added mouseMoveOutside to Stage class
Stage.mouseMoveOutside was missing.  Added it.
2013-10-02 21:00:01 -05:00
cmandlbaur
3678d429c6 Added support for the noImplicitAny flag for EaselJS, Greensock,
PreloadJS and TweenJS.
2013-09-09 20:25:23 +02:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Karthikeyan VJ
fb6a94f58c Changed arguments to optional for Point and Rectangle 2013-06-27 20:52:23 +03:00
Diullei Gomes
41aee7c70a bug fix - easeljs and tweenjs 2013-06-21 20:25:26 -03:00
studiollama
5cbef5988b Added gotoAndStop to BitmapAnimation in easeljs.d.ts and declare to module
Added the gotoAndStop method that is available in easeljs-0.6.1 and also included the "declare" before "module createjs" which allows it to be used with TypeScript 0.9
2013-06-12 10:41:14 -06:00
Karthikeyan VJ
2e1af5bd98 Update easeljs.d.ts
event properties for "tick" event
2013-06-06 16:41:22 +03:00
Josh Tynjala
6cf667b5dc EaselJS: MouseEvent should have the EventDispatcher mixins 2013-03-27 17:05:00 -07:00
Josh Tynjala
6acbdec7da easeljs: fixed signature of static extractFrame() on SpriteSheetUtils 2013-03-08 04:39:01 -08:00
Josh Tynjala
be546bbcae converted random tabs in easejs to match the majority of spaces 2013-03-06 17:27:03 -08:00
Josh Tynjala
c2b36b521a Added missing easeljs EventDispatcher mixins on Ticker 2013-03-06 17:25:49 -08:00
Josh Tynjala
c995836572 Added missing easeljs overrides for addEventListener() and removeEventListener() 2013-03-06 17:25:12 -08:00
wdamien
8275ff6a6e Updates to support latest CreateJS. 2013-02-25 14:42:10 -07:00
wdamien
127b4308fd Updates to match the latest version of CreateJS (EaseJS v0.6, PreloadJS v0.3, SoundJS v0.4, and TweenJS v0.4).
Also fixed the easeljs-tests.ts so it compiles correctly.
2013-02-25 12:03:22 -07:00
Diullei Gomes
a52ff2ad53 fix easeljs test 2013-02-24 03:06:05 -03:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00