vvakame
|
b4aba562ef
|
improve atom/atom.d.ts and emissary/emissary.d.ts
|
2014-05-10 00:10:31 +09:00 |
|
John Reilly
|
1e987bba96
|
Merge pull request #2157 from AdaskoTheBeAsT/master
jstree definition file updated
|
2014-05-09 06:13:28 +01:00 |
|
AdaskoTheBeAsT
|
f7be67cc0f
|
- fixes in definition
|
2014-05-08 23:40:36 +02:00 |
|
AdaskoTheBeAsT
|
d0aa49a439
|
Merge remote-tracking branch 'upstream/master'
|
2014-05-08 20:49:06 +02:00 |
|
Masahiro Wakame
|
500f6cc1a2
|
Merge pull request #2155 from johnnycrab/master
node.js: [bugfix] Moved `INSPECT_MAX_BYTES` to the buffer module.
|
2014-05-08 23:30:16 +09:00 |
|
Jonathan Pirnay
|
b2866f5402
|
[bugfix] Moved INSPECT_MAX_BYTES to the buffer module.
From the [docs](http://nodejs.org/api/buffer.html#buffer_buffer_inspect_max_bytes):
"Note that this is a property on the buffer module returned by `require('buffer')`, not on the Buffer global, or a buffer instance."
|
2014-05-08 16:21:02 +02:00 |
|
Masahiro Wakame
|
69d91b2fc7
|
Merge pull request #2154 from johnnycrab/master
node.js: Added `toJSON()` and `INSPECT_MAX_BYTES` to NodeBuffer interface
|
2014-05-08 23:01:51 +09:00 |
|
Masahiro Wakame
|
6cf9d63c1e
|
Merge pull request #2140 from liorm/master
Added streaming function to express request object (mimic the response interfaces).
|
2014-05-08 23:00:21 +09:00 |
|
Jonathan Pirnay
|
34ec78f7a3
|
Added toJSON() and INSPECT_MAX_BYTES to NodeBuffer interface
See docs: http://nodejs.org/api/buffer.html#buffer_buffer_inspect_max_bytes
Added to the NodeBuffer interface for now (marked as deprecated), as the interface Buffer extends NodeBuffer
|
2014-05-08 15:46:30 +02:00 |
|
Lior Mualem
|
bd37a32450
|
Cleanup the gridfs-stream definitions file.
|
2014-05-08 16:35:46 +03:00 |
|
Masahiro Wakame
|
35c63aaef8
|
Merge pull request #2044 from david-driscoll/master
Update lodash.d.ts to support TypeScript 1.0
|
2014-05-08 20:03:22 +09:00 |
|
Masahiro Wakame
|
f297029b99
|
Merge pull request #2144 from RReverser/master
Add definitions for jDataView.
|
2014-05-08 20:02:36 +09:00 |
|
Ingvar Stepanyan
|
a869337eed
|
Fixed header + added more strict types.
|
2014-05-08 12:47:03 +03:00 |
|
Masahiro Wakame
|
c2742055f6
|
Merge pull request #2005 from miffels/master
Enhanced call interface definitions
|
2014-05-08 18:02:55 +09:00 |
|
Masahiro Wakame
|
718348b9d2
|
Merge pull request #2139 from rolandzwaga/ng-grid
Added definitions for remaining ng-grid interfaces
|
2014-05-08 17:56:52 +09:00 |
|
Masahiro Wakame
|
83aba9f8fb
|
Merge pull request #2148 from itajaja/master
update angular-translate to version 2.1.0
|
2014-05-08 17:50:25 +09:00 |
|
Roland Zwaga
|
584463a55b
|
Merge branch 'ng-grid' of https://github.com/rolandzwaga/DefinitelyTyped into ng-grid
Conflicts:
ng-grid/ng-grid-tests.ts
ng-grid/ng-grid.d.ts
Fixed some double var declarations in test
|
2014-05-08 10:17:24 +02:00 |
|
Roland Zwaga
|
8d0d9d1dea
|
Decomposed some of the classes so that the constructors worked properly
added definitions for missing ngGrid interfaces and created tests for them
|
2014-05-08 10:12:06 +02:00 |
|
Masahiro Wakame
|
02744fd182
|
Merge pull request #2142 from DamianEdwards/bug-1787
Added definition in Angular for $logProvider (ILogProvider)
|
2014-05-08 10:56:50 +09:00 |
|
Masahiro Wakame
|
ef1c2bafac
|
Merge pull request #2141 from albinsunnanbo/fix-fullCalendar-weekNumberTitle
correct fullCalendar.Options.weekNumberTitle type
|
2014-05-08 10:54:04 +09:00 |
|
vvakame
|
2abf07b36d
|
fix header of webaudioapi/waa.d.ts
|
2014-05-08 10:30:02 +09:00 |
|
Masahiro Wakame
|
0e7e2c8ba9
|
Merge pull request #2138 from evilangelist/master
Added loopStart, loopEnd and onended properties to AudioBufferSourceNode
|
2014-05-08 10:27:54 +09:00 |
|
Masahiro Wakame
|
aa2fc893b2
|
Merge pull request #2137 from jcutrono/master
Adding isModifed to KnockoutSubscribable
|
2014-05-08 10:24:27 +09:00 |
|
Masahiro Wakame
|
c0df8dcd08
|
Merge pull request #2113 from anprak/master
Fixed type definitions for WinJS
|
2014-05-08 10:18:38 +09:00 |
|
Giacomo Tagliabue
|
291c0a738c
|
update angular-translate to version 2.1.0
|
2014-05-07 08:59:02 -05:00 |
|
Lior Mualem
|
ca4444fdb9
|
Updated fixed "collection" function in gridfs-stream interface
|
2014-05-07 10:56:02 +03:00 |
|
Ingvar Stepanyan
|
966603e424
|
Add definitions for jDataView.
|
2014-05-06 22:30:28 +03:00 |
|
Anand Prakash
|
375d64188a
|
Updated IOHelper.writeText to return WinJS.Promise<number> instead of WinJS.Promise<void>
|
2014-05-05 19:02:45 -07:00 |
|
DamianEdwards
|
e7308ef0ff
|
Added definition in Angular for $logProvider (ILogProvider)
- #1787
|
2014-05-05 14:19:38 -07:00 |
|
Albin Sunnanbo
|
8f4e6681e8
|
correct fullCalendar.Options.weekNumberTitle type
The type of weekNumberTitle should be string and not number according to
documentation
|
2014-05-05 22:49:39 +02:00 |
|
Lior Mualem
|
6d4beebae9
|
Added missing parameters in the gridfs-stream stream objects.
|
2014-05-05 14:57:59 +03:00 |
|
Lior Mualem
|
15d6ae5cb1
|
Added gridfs-stream tests.
|
2014-05-05 13:55:12 +03:00 |
|
Lior Mualem
|
8984db91f5
|
Added gridfs-stream
|
2014-05-05 13:38:56 +03:00 |
|
Basarat Ali Syed
|
290523a539
|
Merge pull request #2136 from JoshStrobl/master
Added FB Javascript SDK 2.0 definitions!
|
2014-05-05 19:34:44 +10:00 |
|
Lior Mualem
|
98c163185e
|
Added ServerRequest interface to express request interface - to support streaming functions.
|
2014-05-05 12:03:18 +03:00 |
|
Chris Smith
|
5433e4fa61
|
Added loopStart, loopEnd and onended properties to AudioBufferSourceNode in the webaudioapi definition to match the latest W3C spec: http://www.w3.org/TR/webaudio/#AudioBufferSourceNode
|
2014-05-04 22:24:10 -07:00 |
|
jcutrono
|
6c148f460e
|
Adding isModifed to KnockoutSubscribable
Part of ko extenders from knockout validation. Handy property to have
|
2014-05-04 20:41:11 -04:00 |
|
Joshua Strobl
|
3bf47fb25e
|
Fix to interface Window{}
|
2014-05-05 03:38:57 +03:00 |
|
Joshua Strobl
|
6e3399a0c1
|
Fixes to required param after optional param.
|
2014-05-05 03:34:20 +03:00 |
|
Joshua Strobl
|
b167770482
|
Added FB Javascript SDK 2.0 definitions!
|
2014-05-05 03:25:12 +03:00 |
|
David Driscoll
|
657277a43c
|
Renamed tests file.
Fixed remaining tests.
|
2014-05-04 20:16:10 -04:00 |
|
Masahiro Wakame
|
09e35ed6c8
|
Merge pull request #2135 from vvakame/improve-atom-definition
Improve atom definition
|
2014-05-04 13:52:37 +09:00 |
|
vvakame
|
8433ce1873
|
improve AtomCore.IDisplayBufferStatic and AtomCore.IDisplayBuffer in atom/atom.d.ts
|
2014-05-04 04:11:02 +09:00 |
|
vvakame
|
f8b43ffd5c
|
improve AtomCore.IDisplayBufferMarkerStatic and AtomCore.IDisplayBufferMarker in atom/atom.d.ts
|
2014-05-04 03:03:27 +09:00 |
|
vvakame
|
5801fa46c2
|
improve AtomCore.IRangeStatic and AtomCore.IRange in atom/atom.d.ts
|
2014-05-04 02:47:59 +09:00 |
|
vvakame
|
3cdedd857a
|
improve AtomCore.IPointStatic and AtomCore.IPoint definition in atom/atom.d.ts
|
2014-05-04 02:23:32 +09:00 |
|
vvakame
|
9a8241a51e
|
improve AtomCore.ISelection definition in atom/atom.d.ts
|
2014-05-04 02:11:16 +09:00 |
|
vvakame
|
fe6c5d8ef7
|
added EditorView declaration to atom/atom.d.ts
|
2014-05-04 01:47:48 +09:00 |
|
Bart van der Schoor
|
a9d2023e8e
|
Merge pull request #2124 from steve-taylor/master
Update fullCalendar to 1.6.4
|
2014-05-02 20:28:44 +02:00 |
|
Bart van der Schoor
|
874c5940a6
|
Merge pull request #2035 from JeremyCBrooks/master
added definition for jquery total-storage
|
2014-05-02 20:24:11 +02:00 |
|