Commit Graph
7221 Commits
Author SHA1 Message Date
Joel Spadin be695ebd60 Move header to the right file
Whoops.
2014-11-27 19:23:54 -06:00
Joel Spadin 4d7acaa55c Newlines! 2014-11-26 21:19:38 -06:00
Joel Spadin 94b15933e9 Add cli-color definitions
Added definitions for cli-color (https://github.com/medikoo/cli-color)
2014-11-26 21:18:09 -06:00
Joel Spadin ec66efec69 Merge pull request #2 from borisyankov/master
Update all the things
2014-11-26 20:49:28 -06:00
Masahiro Wakame 7c94fa739c Merge pull request #3203 from lhk/master
Added definitions for Adobes Snap Svg library
2014-11-27 10:20:50 +09:00
Masahiro Wakame f817d3563b Merge pull request #3232 from Nemo157/nock_disable_enable
Add nock's disableNetConnect/enableNetConnect functions
2014-11-27 10:18:32 +09:00
lhk 03a144cd53 Rename snapsvgtests.ts to snapsvg-tests.ts 2014-11-26 22:03:06 +01:00
lhk 0f5ced7dda Update snapsvg.d.ts
I tested the snap code, apparently a set supports the attr method.
2014-11-26 21:59:57 +01:00
lhk fd80bfdf4b Rename snapsvgtests.d.ts to snapsvgtests.ts 2014-11-26 21:35:31 +01:00
lhk c778516c0d Update snapsvgtests.d.ts 2014-11-26 21:31:59 +01:00
Wim Looman a81083d983 Add nock's disableNetConnect/enableNetConnect functions 2014-11-27 09:19:47 +13:00
Lars Klein d92079400a renaming 2014-11-26 21:12:18 +01:00
Lars Klein 326e9e1d51 renaming 2014-11-26 21:11:44 +01:00
Masahiro Wakame bd2377d9f8 Merge pull request #3231 from dardino/patch-1
ThenByDescending(keySelector: T): OrderedEnumerable<T>;
2014-11-27 00:14:48 +09:00
dardino 6b913753d2 ThenByDescending(keySelector: T): OrderedEnumerable<T>;
replacing 
ThenByDescending(keySelector: T): OrderedEnumerable<T>; 
with 
ThenByDescending(keySelector: string): OrderedEnumerable<T>;
2014-11-26 15:46:06 +01:00
Masahiro Wakame 61ead2073b Merge pull request #3229 from lelolo/master
fix typo on D3 layout "separation" method
2014-11-26 20:10:00 +09:00
Masahiro Wakame 6eff3558be Merge pull request #3226 from mikaturunen/master
Fixed the 'os' modules tmpdir function declaration.
2014-11-26 20:08:05 +09:00
Masahiro Wakame 7da85f7569 Merge pull request #3224 from panuhorsmalahti/colors-fix
Add color functions to the colors module and tests for them
2014-11-26 20:06:50 +09:00
Masahiro Wakame cdf2e3605e Merge pull request #3223 from rogierschouten/timezonecomplete-1.10.0
Add typings for timezonecomplete-1.10.0
2014-11-26 20:05:18 +09:00
Masahiro Wakame 84e97d4d36 Merge pull request #3230 from davetayls/master
fix #3213: Collection.map iterator return `any` rather than `any`
2014-11-26 20:01:38 +09:00
Masahiro Wakame 18a84cf142 Merge pull request #3222 from biswarup91/master
Fixed the callback function parameter type in https.request and https.get
2014-11-26 19:51:38 +09:00
Masahiro Wakame 27c18ff85e Merge pull request #3220 from PekkaPLeppanen/patch-1
Added missing property to Response interface
2014-11-26 19:49:03 +09:00
Masahiro Wakame e3a3afac83 Merge pull request #3218 from jschaf/easeljs2
easeljs: fix decompose return type
2014-11-26 19:47:57 +09:00
Masahiro Wakame e88ff9ee16 Merge pull request #3212 from ChaosinaCan/master
Add gm definitions
2014-11-26 19:46:33 +09:00
Dave Taylor 320f0b1817 fix: Collection.map iterator return any rather than any 2014-11-26 08:39:11 +00:00
Laurent Leborgne 13da362b0e fix typo on D3 layout "separation" method
"separation" is the method name and was names "seperation" into the definition
2014-11-26 09:23:02 +01:00
Mika Turunen 6f12067113 'os' modules tmpdir function name fixed for 0.10.1 definitions. 2014-11-25 21:25:28 +02:00
Mika Turunen 6c6a5cce6d Fixed the 'os' modules tmpdir function declaration. 2014-11-25 21:07:31 +02:00
lhk 6836c0b1ec Update snap-svg.d.ts 2014-11-25 18:46:58 +01:00
lhk fcb3fc4ba6 Update snap-svg.d.ts 2014-11-25 18:30:16 +01:00
lhk 0e54668113 Update snap-svg-tests.ts 2014-11-25 18:24:31 +01:00
lhk 7ea9394dd4 Update snap-svg-tests.ts 2014-11-25 18:22:02 +01:00
lhk 78ecf54c90 Update snap-svg-tests.ts 2014-11-25 18:15:32 +01:00
lhk e52dbf94a5 Update snap-svg-tests.ts 2014-11-25 18:12:29 +01:00
lhk ec7b41afc1 Update snap-svg-tests.ts 2014-11-25 17:44:27 +01:00
lhk dd9a68281a Create snap-svg-tests.ts 2014-11-25 17:41:59 +01:00
lhk af5ac00d40 Rename snapsvg.d.ts to snap-svg.d.ts 2014-11-25 17:41:11 +01:00
Panu Horsmalahti 8672d44de7 Add color functions to the colors module and tests for them 2014-11-25 15:11:36 +02:00
Rogier Schouten e06ad74cef Add typings for timezonecomplete-1.10.0 2014-11-25 11:49:34 +01:00
Biswarup Pal 1e9c0dbf35 Fixed the callback function parameter type in https.request and https.get 2014-11-25 15:36:26 +05:30
Pekka Leppänen a3b94d3dac Added missing property to Response interface 2014-11-25 10:41:09 +02: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
Masahiro Wakame 266324c29c Merge pull request #3217 from jschaf/easel-decompose
easeljs: add decompose with no args
2014-11-25 14:14:12 +09: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
Joel Spadin c4a50f1dfa Run CodeMaid 2014-11-24 19:44:06 -06:00
Masahiro Wakame 38689f9bdd Merge pull request #3150 from allanhvam/master
SharePoint: updates to workflow definitions and status
2014-11-25 10:34:50 +09:00
vvakame 5ea4c19ca5 Merge branch 'jbblanchet-jquery' 2014-11-25 10:24:09 +09:00
vvakame 0780b36b6b Merge branch 'jquery' of github.com:jbblanchet/DefinitelyTyped into jbblanchet-jquery 2014-11-25 10:21:38 +09:00
Masahiro Wakame 87665d4a68 Merge pull request #3214 from jbblanchet/master
Add when signature for Promise<void>
2014-11-25 10:20:16 +09:00
Joel Spadin e4e67704fd Fix missing type on shear() 2014-11-24 19:03:45 -06:00