Commit Graph
11356 Commits
Author SHA1 Message Date
Masahiro Wakame 5947d5dbb3 Merge pull request #5064 from rquiring/master
Add VexFlow definitions
2015-08-08 15:44:12 +09:00
vvakame eba9f1e2ff remove unrequired .tscparams 2015-08-08 15:41:13 +09:00
Masahiro Wakame 1a7f500d52 Merge pull request #5004 from VienosNotes/sequelize-patch
Enable Sequelize data types to specify options
2015-08-08 15:34:09 +09:00
Masahiro Wakame 4001ca37a6 Merge pull request #5246 from onokumus/master
Create metismenu.d.ts
2015-08-08 15:31:54 +09:00
Masahiro Wakame 482c7c798d Merge pull request #5242 from chocolatechipui/master
Added Fetch API.
2015-08-08 15:23:46 +09:00
Masahiro Wakame c7c3db687e Merge pull request #5162 from shovon/gridster-jquery
Added an override for support for jQuery
2015-08-08 15:16:17 +09:00
Masahiro Wakame 4c9e667d20 Merge pull request #5241 from pwelter34/dragula
add dragula definition
2015-08-08 15:12:50 +09:00
Masahiro Wakame 3b7d4abb1c Merge pull request #5238 from bioball/patch-1
Add an authuser paramter
2015-08-08 15:08:40 +09:00
Masahiro Wakame f3c173d342 Merge pull request #5237 from chrootsu/angularjs-q-all
angularjs: changed $q.all() (added a type variable and tests)
2015-08-08 15:03:05 +09:00
Masahiro Wakame 7ccb1759f9 Merge pull request #5131 from benishouga/add-react-svg
React: Added attributes 'width' and 'height' to SVGAttributes for Rect.
2015-08-08 14:33:35 +09:00
Masahiro Wakame ca877eaa36 Merge pull request #5231 from chrootsu/lodash-spread
lodash: added _.spread() method
2015-08-08 14:29:16 +09:00
Masahiro Wakame 0239f0672c Merge pull request #5229 from chrootsu/lodash-rearg
lodash: added _.rearg() method
2015-08-08 14:26:58 +09:00
Masahiro Wakame 1c7fc3732b Merge pull request #5227 from stpettersens/master
Type definitions and tests for snake-case
2015-08-08 14:22:38 +09:00
Masahiro Wakame 36db9a2d50 Merge pull request #5225 from davidparsson/master
Add test for Jasmine's jasmine.clock().mockDate(baseTime)
2015-08-08 14:21:49 +09:00
Masahiro Wakame 0382ba8a31 Merge pull request #5223 from devnought/master
Converted imports to ES6 module syntax
2015-08-08 14:19:23 +09:00
Masahiro Wakame 5b4506b640 Merge pull request #5222 from joeskeen/gulp-load-plugins
definitions for gulp-load-plugins
2015-08-08 14:17:16 +09:00
vvakame 06f57b4555 Merge branch 'laurence-myers-master' 2015-08-08 14:12:32 +09:00
vvakame 17759c3dfd Merge branch 'master' of https://github.com/laurence-myers/DefinitelyTyped into laurence-myers-master 2015-08-08 14:09:56 +09:00
Masahiro Wakame b9730dd578 Merge pull request #4521 from nickplee/master
Added IP and Hostname validators to Joi.d.ts
2015-08-08 14:02:49 +09:00
Masahiro Wakame 0041950b65 Merge pull request #4374 from nickplee/patch-1
Added an interface for the object returned during synchronous validat…
2015-08-08 13:59:28 +09:00
Masahiro Wakame c7253f4a93 Merge pull request #5133 from maglar0/master
React: Support for defaultValue in HTMLAttributes
2015-08-08 13:54:45 +09:00
Masahiro Wakame c1ea194664 Merge pull request #5201 from use-strict/react-context-any
react - Replaced context any with {} for type safety.
2015-08-08 13:53:54 +09:00
Masahiro Wakame c697b13c41 Merge pull request #5217 from danilofaria/master
Ui-grid improvements
2015-08-08 13:50:10 +09:00
Masahiro Wakame 9ffa03f181 Merge pull request #5213 from apare/patch-1
Invalid partition return type in chain
2015-08-08 13:42:17 +09:00
Masahiro Wakame b86639edaa Merge pull request #5203 from chrilith/master
Fixed #3728: Modernizr Prefixed definition returns boolean
2015-08-08 13:40:18 +09:00
Masahiro Wakame 187a6b54d5 Merge pull request #5210 from manekovskiy/patch-1
Added missing CodeMirror.Doc method - listSelections
2015-08-08 13:39:09 +09:00
Ilya Mochalov 1e97f548e3 lodash: added _.rearg() method 2015-08-07 23:38:16 +05:00
Ilya Mochalov 7d288c8740 lodash: added _.spread() method 2015-08-07 23:37:46 +05:00
Ilya Mochalov fcc892bba5 angularjs: changed $q.all() (added a type variable and tests) 2015-08-07 23:36:27 +05:00
Jeremy Elbourn a95ee80de0 Update angular2 d.ts to alpha34 2015-08-07 10:13:22 -07:00
John Reilly 284c2b8828 Merge pull request #5226 from baltie/highcharts-fixes
Highcharts fixes
2015-08-07 06:51:17 +01:00
Dan Quirk b45569f35d Merge pull request #5233 from DanielRosenwasser/handleExtraObjectLiteralProperties
Handle extra object literal properties (Part II)
2015-08-06 13:37:36 -07:00
Roman Quiring ab17e16853 fixed definition of Vex.Flow.Formatter
- fixed arguments of FormatAndDraw()
- fixed arguments of FormatAndDrawTab()
2015-08-06 19:04:38 +02:00
Roman Quiring b4b5855f86 added vexflow-tests.ts 2015-08-06 18:55:31 +02:00
Roman Quiring fea6bb785a fixed definition of Vex.Flow.TabNote 2015-08-06 18:49:37 +02:00
Roman Quiring b330fede59 fixed definition of Vex.Flow.TextBracket
- fixed argument of setFont()
2015-08-06 18:47:42 +02:00
Roman Quiring 77445160ad changed CATEGORY property of several classes from static to const 2015-08-06 18:19:54 +02:00
Roman Quiring f8fb63d8cc changed definition of Vex.Flow.Modifier
- changed Position enum to const
2015-08-06 18:15:50 +02:00
Roman Quiring af4b4626fa changed definition of Vex.Flow.Curve
- changed Position enum to const
2015-08-06 18:15:08 +02:00
Roman Quiring 73c7432489 changed Vex.Flow.Barline
- changed type enum to const
2015-08-06 18:14:24 +02:00
Roman Quiring f5ec5ac8f0 changed Vex.Flow.Annotation
- changed enums to const
2015-08-06 18:13:33 +02:00
Roman Quiring 727502c429 fixed definition of Vex.Flow.StaveNote
- changed STEM_UP and STEM_DOWN from static to const
- fixed constructor arguments
2015-08-06 18:10:46 +02:00
Roman Quiring 15ccac22d6 changed Vex.Flow.Tickable from class to interface
- added respective methods to Vex.Flow.Note
2015-08-06 18:07:13 +02:00
Roman Quiring 59dd256bf2 fixed definition of Vex.Flow.Formatter
- fixed arguments of FormatAndDraw
- fixed arguments of FormatAndDrawTab
2015-08-06 18:02:33 +02:00
Roman Quiring 66440e6fb3 fixed definition of Vex.Flow.TabStave 2015-08-06 18:00:10 +02:00
Roman Quiring bc8e29fcd0 fixed definition of Vex.Flow.Glyph
- fixed argument of setOptions()
2015-08-06 17:57:07 +02:00
Roman Quiring f6c8562355 changed definition of Vex.Flow.Volta
- changed type enum to const
2015-08-06 17:53:41 +02:00
Roman Quiring 25f06dbb00 fixed definition of Vex.Flow.Voice
- changed enum Mode to const
- fixed constructor arguments
2015-08-06 17:50:22 +02:00
Roman Quiring dcef9183ea changed definition of Vex.Flow.Tuplet
- changed LOCATION_TOP and LOCATION_BOTTOM from static to const
2015-08-06 17:47:30 +02:00
Roman Quiring 6970bb6f78 changed definition of Vex.Flow.Tuning
- added names constant
2015-08-06 17:44:46 +02:00