Commit Graph

4637 Commits

Author SHA1 Message Date
vvakame
4dcf925dda fix header of space-pen/space-pen.d.ts 2014-04-20 16:45:09 +09:00
Diullei Gomes
13258f7f2b Merge pull request #2065 from Diullei/master
issue #2033 - "subtract()" method added to Duration type
2014-04-20 00:40:31 -03:00
Diullei Gomes
11bc968399 issue #2033 - subtract method added to Duration type 2014-04-20 00:33:25 -03:00
Diullei Gomes
537276748e Merge pull request #2061 from panopticoncentral/jake-fixes
Add value property to jake Task object.
2014-04-19 21:47:08 -03:00
Basarat Ali Syed
efec83fc94 Merge pull request #2062 from robertknight/rob-crypto_decipher_funcs
Export Node functions for creating decipher correctly
2014-04-19 22:45:03 +10:00
Basarat Ali Syed
c5c827b48e Merge pull request #2063 from staticfunction/master
Adding passport-facebook
2014-04-19 22:42:56 +10:00
staticfunction
b5f170afda Removed unused interface 2014-04-19 07:34:37 +08:00
staticfunction
0e0e9511a8 added passport-facebook 2014-04-19 06:58:14 +08:00
Robert Knight
1c5ed81577 Export Node functions for creating decipher correctly
* createDecipher() and createDecipheriv() are functions
   in the crypto module, not methods of the Cipher interface.

 * Add pbkdf2Sync() decl
2014-04-18 21:18:09 +01:00
Paul Vick
2b686dabb5 Add value property to jake Task object. 2014-04-18 12:42:37 -07:00
Masahiro Wakame
93b01da4f3 Merge pull request #2052 from vvakame/add-glob
added glob/glob.d.ts
2014-04-18 08:56:03 +09:00
John Reilly
48ad0ea753 Merge pull request #2054 from johnnyreilly/master
jQuery UI: Mucho interface JSDoc
2014-04-17 16:37:49 +01:00
John Reilly
90a326d1fd jQuery UI: Mucho interface JSDoc 2014-04-17 16:30:03 +01:00
vvakame
e68f6bc24f added glob/glob.d.ts 2014-04-18 00:03:04 +09:00
John Reilly
96b035e044 Merge pull request #2050 from johnnyreilly/master
jQuery UI: continuing getters / setters
2014-04-17 10:15:09 +01:00
John Reilly
09733f152e jQuery UI: continuing getters / setters 2014-04-17 10:10:17 +01:00
John Reilly
4440044d31 Merge pull request #2049 from johnnyreilly/master
jQuery UI: continued on option getters / setters
2014-04-16 17:43:05 +01:00
John Reilly
3458bc6328 jQuery UI: button option getters / setters 2014-04-16 17:25:58 +01:00
John Reilly
beb5e1df56 jQuery UI: continued on option getters / setters 2014-04-16 17:06:57 +01:00
John Reilly
e9464aba9c Merge pull request #2047 from johnnyreilly/master
jQueryUI: started adding option overloads
2014-04-16 17:00:02 +01:00
John Reilly
042c9c7346 jQuery UI: started on option getters / setters 2014-04-16 16:20:59 +01:00
John Reilly
9480db2645 jQueryUI: started adding option overloads 2014-04-16 13:59:31 +01:00
John Reilly
60de451071 Merge pull request #2046 from johnnyreilly/master
jQueryUI: started tidying datepicker
2014-04-16 12:03:21 +01:00
John Reilly
739e9fd044 jQueryUI: started tidying datepicker
Refactored jQuery UI datepicker overloads and added JSDoc. Options still
to do - will follow in a later commit I hope.  Removed unused
optionLiteral datepicker overloads (undocumented).  Made the following
change to the underlying methodName overload to allow other overloads to
"chain" into it.

```
datepicker(methodName: string, ...otherParams: any[]): any;
```

Moved datepicker tests to single function.  Added tests for  datepicker
methods.

Very much just first steps.  A lot to do in jQuery UI I think...
2014-04-16 11:58:02 +01:00
Basarat Ali Syed
707d5ce286 Merge pull request #2004 from enternet/patch-6
interface SortableOptions extends SortableEvents
2014-04-16 19:55:37 +10:00
Basarat Ali Syed
67aa15a029 Merge pull request #2042 from PavelPZ/master
New definiton for Hello.js
2014-04-15 22:40:35 +10:00
Pavel Zika
3a018f7d72 Update hellojs.d.ts 2014-04-15 14:14:37 +02:00
Pavel Zika
12506f5e36 Update hellojs-test.ts 2014-04-15 13:42:15 +02:00
Pavel Zika
4051a55c9f Update hellojs.d.ts 2014-04-15 13:40:45 +02:00
Pavel Zika
c876e1bfe5 Update hellojs.d.ts 2014-04-15 13:33:49 +02:00
Pavel Zika
0ae5dd9940 Update README.md 2014-04-15 13:29:00 +02:00
Pavel Zika
70859516bb First version 2014-04-15 13:20:24 +02:00
Pavel Zika
78f213ddfb First version 2014-04-15 13:14:56 +02:00
Pavel Zika
943046170f Delete hellojs 2014-04-15 13:11:38 +02:00
Pavel Zika
432cca3d51 Create hellojs
hello.js
2014-04-15 13:11:04 +02:00
Masahiro Wakame
a4badcc83c Merge pull request #2032 from martinduparc/patch-4
_V_ is deprecated
2014-04-15 17:03:05 +09:00
Basarat Ali Syed
2b9a674b2a Merge pull request #2041 from soundTricker/notify.js
Created definitions for 'notify.js'
2014-04-15 17:17:37 +10:00
keisuke oohashi
a3456013ad Created definitions for 'notify.js' 2014-04-15 16:00:56 +09:00
Masahiro Wakame
9d88dadf44 Merge pull request #2039 from staxmanade/createjsBreakout
Removing circular dependency for createjs
2014-04-15 11:12:06 +09:00
Martin D.
c238b5c284 _V_ is deprecated
Use videojs instead
2014-04-14 14:25:46 -04:00
Masahiro Wakame
939bedb200 Merge pull request #2040 from vvakame/support-atom
added atom/atom.d.ts and dependencies...
2014-04-15 02:22:36 +09:00
vvakame
6d62601970 fix travis-ci 2014-04-15 02:13:04 +09:00
vvakame
cf3934dd97 added atom/atom.d.ts and dependencies... 2014-04-15 01:56:00 +09: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
Basarat Ali Syed
7b588129bc Merge pull request #2034 from kierans/master
Added TS stubs for clone library.
2014-04-14 17:42:17 +10:00
Igorbek
c67b208856 Merge pull request #2036 from Igorbek/master
RxJS: updated to version 2.2.20
2014-04-14 00:39:15 -07:00
Igor Oleinikov
44912732ea Version bump to 2.2.20 for all other files 2014-04-14 11:31:43 +04:00
Igor Oleinikov
aca5a09c70 Updated RxJS-Experimental to v2.2.20 2014-04-14 11:27:10 +04:00
Igor Oleinikov
71b823a0e3 Updated RxJS-BackPressure to v2.2.20 2014-04-14 11:12:45 +04:00
Igor Oleinikov
52d7857dad Updated rx.async.d.ts to version 2.2.20 2014-04-14 10:54:32 +04:00