Commit Graph

76 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Endel Dreyer
1a5687cdc6 EaselJS: add relatedTarget to MouseEvent (#12533)
* EaselJS: add propagationStopped and relatedTarget to MouseEvent

* remove propagationStopped from MouseEvent

it should rather be in createjs-lib.d.ts Event definition
2016-11-08 22:59:16 +09:00
zhengbli
62e37b17e1 Merge commit 'origin/master~100' into zhengbli_merge 2016-10-24 20:34:59 -07:00
Endel Dreyer
1f00f8d0b4 EaselJS: add missing ScaleBitmap class (#11791)
Source code: 9b4a11f793/extras/ScaleBitmap/ScaleBitmap.js (L49-L117)
2016-10-06 10:16:48 -07:00
Andy Hanson
91d1d6d60f Merge remote-tracking branch 'origin/master' into merge_21sep 2016-09-21 09:45:05 -07:00
Endel Dreyer
b0a9f0e1db Add totalFrames and duration properties to MovieClip (#11270)
Official documentation for those properties:

- http://www.createjs.com/docs/easeljs/classes/MovieClip.html#property_totalFrames
- http://www.createjs.com/docs/easeljs/classes/MovieClip.html#property_duration
2016-09-19 15:24:20 +09:00
Ryan Cavanaugh
e9a0d98125 Merge commit 'upstream/master~300' into merge_7_25 2016-07-26 17:45:17 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
fernandocanocapdepon
65349c521a Object like parameter in Bitmap contructor 2016-04-14 08:11:41 +02:00
Masahiro Wakame
b92388d6e9 Merge pull request #8495 from heroboy/patch-1
update easeljs: Conatiner.addChild
2016-03-26 21:43:59 +09:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
heroboy
d3489ba456 add test addChild 2016-03-11 10:14:17 +08:00
heroboy
bd4256fcbc format code 2016-03-11 10:04:44 +08:00
heroboy
cae6927e01 update addChild. 2016-03-11 10:01:35 +08:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Aya Morisawa
13dc65314e Fix #448 2016-01-13 00:03:08 +09:00
tlein
4b57196684 Add setStrokeDash to easeljs 2015-12-04 21:40:29 -06:00
Jason Saelhof
abc4706bc9 removed whitespace changes 2015-11-23 16:45:09 -07:00
Jason Saelhof
5c0d1a6d74 Updated the type of the "next" parameter in SpriteSheetBuilder's addAnimation method. From the easeljs docs: "Specifies the name of the animation to continue to after this animation ends. You can also pass false to have the animation stop when it ends. By default it will loop to the start of the same animation." 2015-11-23 16:40:50 -07:00
Jason Saelhof
7b9ecbce87 Fix type of createjs.Ticker.paused 2015-08-26 14:07:04 -06:00
Pedro Ferreira
89aedb70c3 update createjs libraries:
- start using union types
    - remove some methods from Container/Bitmap (that are defined in the base class)
    - have FlashAudioLoader extend from AbstractLoader
2015-01-18 11:11:23 +00:00
Pedro Ferreira
fa9bb4caf2 - remove deprecated classes definitions (BitmapAnimation / Command)
- remove set() and setTransform() from BitmapText since they're defined in the base class DisplayObject
2014-12-22 04:03:20 +00:00
Pedro Ferreira
e703cb1208 - fix, add missing types to some methods/properties of createjs definitions 2014-12-18 16:38:54 +00:00
Pedro Ferreira
0e1ce7b847 - update the version number tweenjs (to v0.6)
- fix, add the Graphics commands to a module with the same name (Graphics)
2014-12-13 17:28:33 +00:00
Pedro Ferreira
6434a9b187 - update preloadjs to v0.6 2014-12-13 04:27:19 +00:00
Pedro Ferreira
17d36657b8 - add new utilities functions (extend / promote)
- add missing properties to some classes for easel 0.8
2014-12-13 03:34:01 +00:00
Pedro Ferreira
4af0cd55b0 - complete the update of easeljs v0.8 2014-12-11 18:37:57 +00:00
Pedro Ferreira
2e1a0d8874 - start updating the easeljs definitions, for the 0.8 release 2014-12-11 17:43:43 +00:00
Joe Schafer
556ecf63a5 easeljs: fix decompose return type
With no args, Matrix2D decompose returns a new object with similar
properties to a DisplayObject.

http://www.createjs.com/Docs/EaselJS/classes/Matrix2D.html#method_decompose
2014-11-25 00:33:04 -05:00
Joe Schafer
2e39d2b190 easeljs: add decompose with no args
With no args, Matrix2D decompose returns a new object.

http://www.createjs.com/Docs/EaselJS/classes/Matrix2D.html#method_decompose
2014-11-25 00:04:57 -05:00
Joe Schafer
963fa11a66 easeljs: add Stage to Ticker.addEventListener
Stage is supported as an eventListener for convenience.  For example:

    createjs.Ticker.addEventListener("tick", stage);

See http://www.createjs.com/Docs/EaselJS/classes/Ticker.html
2014-11-19 23:07:53 -05:00
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