Commit Graph

4708 Commits

Author SHA1 Message Date
Paul Loyd
c40cc2df89 node: rename ErrnoException to NodeErrnoException 2014-04-28 18:32:36 +02:00
Paul Loyd
1d451a05e1 node: NodeBuffer -> Buffer. Mark NodeBuffer as deprecated 2014-04-28 18:32:36 +02:00
Bart van der Schoor
bcd40a14f0 Merge pull request #2075 from omidkrad/handlebars-runtime
Added definitions for Handlebars Runtime
2014-04-28 17:58:13 +02:00
Bart van der Schoor
e7df577521 Merge pull request #2080 from swook/master
Add definitions for github.com/sandeepmistry/noble
2014-04-28 17:51:39 +02:00
John Reilly
9a22ca53a5 Merge pull request #2094 from maxackley/master
Added type definitions and tests for jQuery Finger plugin.
2014-04-28 16:14:42 +01:00
Seon-Wook Park
5bf0b7f456 noble: Remove vim comments 2014-04-28 17:08:47 +02:00
Seon-Wook Park
6c25375ddf Merge remote-tracking branch 'upstream/master'
Conflicts:
	CONTRIBUTORS.md
2014-04-28 17:08:17 +02:00
Bart van der Schoor
6dc3ba6c7e Merge pull request #2071 from jeffmay/node-uuid
Add definition for node-uuid
2014-04-28 17:04:51 +02:00
Bart van der Schoor
8fc3d96c12 Merge pull request #2084 from borisyankov/import/node
batch of imported defs from typescript-node-definition (25 +1)
2014-04-28 16:36:58 +02:00
Bart van der Schoor
44f6fbf8c6 Merge pull request #2110 from gyohk/master
update to three.js r67.
2014-04-28 16:21:54 +02:00
Bart van der Schoor
f88c2397f3 Merge pull request #2116 from MSOpenTech/master
Cordova: multiple fixes
2014-04-28 16:08:01 +02:00
Vladimir Kotikov
5b115418e1 Cordova: multiple fixes
* Rewrite ambiguous JSDoc comments if FileSystem.d.ts
* Fixed typos & arguments order for ContactField constructor
* Remove nonsense constructors in FileSystem.d.ts and Media.d.ts
* Fixed typo in WebSQL.d.ts
* Fixed repo hyperlink in WebSQL.d.ts
2014-04-28 18:00:42 +04:00
Seon-Wook Park
7dc04342a1 noble: Make classes be extends of events.EventEmitter 2014-04-27 01:39:00 +02:00
Seon-Wook Park
0d15e9dbd3 Merge remote-tracking branch 'upstream/master' 2014-04-27 01:38:46 +02:00
satoru kimura
dd54ecd6b4 update to three.js r67. 2014-04-26 16:43:59 +09:00
Bart van der Schoor
7631e9eee4 Merge pull request #2107 from pine613/feature/add_url
Add library "url()", Closes #2106
2014-04-26 05:07:02 +02:00
MIZUNE Pine
3963c4498b Add url 2014-04-26 10:37:50 +09:00
Basarat Ali Syed
dc64f82c77 Merge pull request #2105 from borisyankov/def/underscorestring
fix underscore string module declaration
2014-04-26 09:58:27 +10:00
Basarat Ali Syed
d28418cd08 Merge pull request #2104 from borisyankov/def/gruntjs
gruntjs: added node.js support
2014-04-26 09:09:40 +10:00
Basarat Ali Syed
2b05c77872 fix underscore string module declaration 2014-04-26 09:08:53 +10:00
Basarat Ali Syed
87e0cf3553 Update gruntjs.d.ts 2014-04-26 09:07:07 +10:00
Basarat Ali Syed
4fa6f7c29b gruntjs: added node.js support 2014-04-26 08:59:37 +10:00
John Reilly
1c1c12eaea Merge pull request #2100 from johnnyreilly/master
jQueryUI: Tidy up and up to gotoCurrent
2014-04-25 10:04:21 +01:00
John Reilly
4d233b7151 jQueryUI: Tidy up and up to gotoCurrent 2014-04-25 09:57:57 +01:00
John Reilly
b26a4433c6 Merge pull request #2096 from santialbo/patch-5
(restangular) Fix argument order in custom methods
2014-04-25 09:14:31 +01:00
Bart van der Schoor
899ea82124 Merge pull request #2098 from Bartvds/def/joi
changed Joi header to v4.0.0
2014-04-24 17:58:14 +02:00
Bart van der Schoor
45b1c617ad changed joi header to v4.0.0 2014-04-24 17:41:01 +02:00
John Reilly
3270fe6315 Merge pull request #2097 from johnnyreilly/master
jQueryUI: now the d's
2014-04-24 15:56:33 +01:00
John Reilly
79a48d8772 jQueryUI: now the d's 2014-04-24 15:47:53 +01:00
Santi Albo
e3d8e5fe91 fix restangular test 2014-04-24 11:42:09 +01:00
Santi Albo
e3c20e7aca (restangular) Fix argument order in custom methods
The arguments were in the wrong order for custom methods
2014-04-24 11:35:12 +01:00
Max Ackley
89c5eaf231 Added type definitions and tests for jQuery Finger plugin. 2014-04-23 10:49:21 -07:00
John Reilly
01f1a715b4 Merge pull request #2092 from johnnyreilly/master
jQueryUI: Finished the c's
2014-04-23 17:14:54 +01:00
John Reilly
f1d0dcabb7 jQueryUI: Finished the c's 2014-04-23 17:08:19 +01:00
Bart van der Schoor
ae68eb5d41 Merge pull request #2088 from borisyankov/docs/beacon
added Google Analytics beacon
2014-04-23 13:48:42 +02:00
Bart van der Schoor
a71f0ee0f9 added Google Analytics beacon
so we have some github stats in the GA account to compare to the sites
2014-04-23 13:45:09 +02:00
John Reilly
8994386090 Merge pull request #2085 from johnnyreilly/master
jQuery UI: changeMonth and changeYear JSDoc
2014-04-23 09:54:02 +01:00
John Reilly
b03204e6f0 jQuery UI: changeMonth and changeYear JSDoc 2014-04-23 09:50:10 +01:00
Jeff May
f4d822a03e Added node-uuid to README.md 2014-04-22 23:00:53 -04:00
Jeff May
6dc732cd0e Added node-uuid and tests 2014-04-22 22:50:05 -04:00
Bart van der Schoor
ec18e20c24 imported Request definitions from typescript-node-definitions
- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT header (scraped creators from git history)
- added tests
- updated some fields
- restructured to be more accurate
2014-04-23 01:58:45 +02:00
Bart van der Schoor
a1c5b46743 Merge pull request #2073 from Airblader/master
Added definition for BigInteger.js, closes #1659
2014-04-23 00:41:17 +02:00
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00
Bart van der Schoor
033d3ae33e Merge pull request #2048 from Belelros/master
Adding calls interface to Jasmine
2014-04-22 16:55:07 +02:00
Seon-Wook Park
63c560a05f Add definitions for github.com/sandeepmistry/noble 2014-04-22 15:43:58 +02:00
John Reilly
52aa7177e1 Merge pull request #2076 from omidkrad/underscore-updates
Use power of Generics to infer types
2014-04-21 21:39:14 +01:00
Omid K. Rad
c13f86684a Use power of Generics to infer types 2014-04-21 12:59:44 -07:00
Omid K. Rad
1975cba549 Added definitions for Handlebars Runtime 2014-04-21 11:34:44 -07:00
Masahiro Wakame
d29aeca155 Merge pull request #2055 from olamothe/master
Add _.partition, _.property, _.constant, _.now,
2014-04-21 13:53:09 +09:00
Masahiro Wakame
ee6e5e0b93 Merge pull request #2043 from Kroisse/pdf.js
pdf: correct the type of some attributes
2014-04-21 13:43:10 +09:00