Tomas Korcak
4a91f8e484
Cosmetics
2015-08-15 03:28:21 +02:00
Tomas Korcak
be567fd18e
Updated bower.json
2015-08-15 03:28:08 +02:00
Tomas Korcak
50c3ec5cb2
Enable warnings for no-alert, no-console, no-use-before-define
2015-08-15 02:04:20 +02:00
Tomas Korcak
71c0d35325
Link to demo
2015-08-15 01:52:41 +02:00
Tomas Korcak
e602364128
Fix readme
2015-08-15 01:14:48 +02:00
Tomas Korcak
53f1e4258d
Improve readme
2015-08-15 01:14:05 +02:00
Tomas Korcak
4d7cf8c79e
Cosmetics
2015-08-15 00:35:31 +02:00
Tomas Korcak
fd25fd99d8
Latest build
2015-08-15 00:25:41 +02:00
Tomas Korcak
66d0697bbb
New version - 0.6.1 - fixed all eslint issues
2015-08-15 00:21:48 +02:00
Tomas Korcak
41327ab686
Enable eslint-loader
2015-08-15 00:20:19 +02:00
Tomas Korcak
59bd694f59
Added .gitattributes
2015-08-15 00:17:19 +02:00
Tomas Korcak
e6df810a7b
Fix eslint issues
2015-08-15 00:16:18 +02:00
Tomas Korcak
3deaee0d7a
Fixed eslint issues
2015-08-14 23:43:37 +02:00
Tomas Korcak
963154824e
Fixed eslint issues
2015-08-14 23:41:35 +02:00
Tomas Korcak
6c7bb46b69
Ignore no-use-before-define
2015-08-14 22:54:15 +02:00
Tomas Korcak
c85f591f93
Fixed eslint issues
2015-08-14 22:53:46 +02:00
Tomas Korcak
2a8011df34
Fixing dat.gui issues
2015-08-14 22:29:30 +02:00
Tomas Korcak
82ba3fab49
Fixed eslint issues
2015-08-14 19:54:03 +02:00
Tomas Korcak
3a4355416c
Improved webpack config
2015-08-14 18:30:03 +02:00
Tomas Korcak
e88893335a
Added node_modules
2015-08-14 18:29:49 +02:00
Tomas Korcak
22fb80d65a
ESLint config
2015-08-14 18:29:36 +02:00
Tomas Korcak
06fe969f6d
.babelrc config
2015-08-14 18:29:26 +02:00
Tomas Korcak
075e499065
Using classses
2015-08-14 18:27:54 +02:00
Tomas Korcak
78e84d8c3b
Using import (es6)
2015-08-14 17:28:30 +02:00
Tomas Korcak
f93d49b207
Merge remote-tracking branch 'genrich/patch-1'
2015-08-14 15:48:40 +02:00
Tomas Korcak
9847b3faa7
Merge remote-tracking branch 'kevinb7/master'
2015-08-14 15:42:50 +02:00
Tomas Korcak
b00f8f69f4
Using common.js + webpack
2015-08-14 15:38:59 +02:00
Doug Fritz
8f0eba8ade
update build after merge requests
2015-06-03 11:47:13 -07:00
Doug
651cf00324
Merge pull request #51 from haxiomic/patch-1
...
Added requestAnimationFrame
2015-06-03 11:45:01 -07:00
Doug
96e8bc065a
Merge pull request #52 from jsmouret/master
...
Fix mouse drag setting the value to NaN if the initial value is negative.
2015-06-03 11:43:38 -07:00
Doug
b176cec73d
Merge pull request #67 from despairblue/patch-1
...
fix not using a relativ path in bower.json
2015-06-03 11:30:25 -07:00
Danny Arnold
db4cd138eb
fix not using a relativ path in bower.json
2015-03-26 12:53:43 +01:00
Doug Fritz
a65c4f9b38
fix slice to splice error in build and update release 0.5.1
2015-02-04 15:53:03 -08:00
Max Hawkins
bab4a31d6c
Add Apache 2.0 License
...
Closes #60
2014-12-01 11:01:01 -08:00
Kevin Barabash
14cca9bd26
Fixed an issue with colors based on arrays where the colored tab in the UI was black instead of matching the current color.
2014-10-16 20:18:42 -06:00
Doug
fc6ec04c48
Merge pull request #56 from upopple/master
...
Fix remove method to use splice instead of slice
2014-10-14 13:58:10 -04:00
Ulysses Popple
86f43c0be5
Fix remove method to use splice instead of slice
2014-10-12 17:07:54 -04:00
Jean-Sebastien Mouret
d11136f2e0
Compute float implied step using the absolute of the input value.
...
Fix mouse drag setting the value to NaN if the initial value is negative.
2014-09-22 14:43:57 +08:00
George Corney
d3a74283d1
Added requestAnimationFrame
...
To fix the warning " 'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 'requestAnimationFrame' instead. " in more recent versions of Chrome
2014-09-16 11:24:10 +01:00
Doug
072e945b32
Merge pull request #46 from Teybeo/master
...
Fix the save options popup blocking mouse events on Firefox
2014-08-18 17:34:46 -07:00
Thibault D'Archivio
46de34be1e
Fix the save options popup blocking mouse events on Firefox
...
The background wasn't set to display: none because the css transitions were set with webkit prefix only and so weren't triggered of Firefox.
2014-07-02 17:53:25 +02:00
genrich
7a708d7dfd
Update factory.js
...
Step param was not used.
2014-06-27 15:19:25 +03:00
Jono Brandel
586c0607b5
Make onFinishChange after getValue
2014-06-08 17:58:47 -07:00
Doug
f36a8273a1
Merge pull request #33 from drewlustro/fix-localstorage-and-each
...
Fixed forEach iterator TypeError, made localStorage usage easier, thanks @drewlustro
2014-01-23 12:52:46 -08:00
Drew Lustro
4a0ed99a62
Fixed forEach iterator TypeError, made localStorage usage easier and behave closer to expectation.
2014-01-23 02:26:25 -05:00
Chris Delbuck
fcfe534e5d
Adding bower.json
2014-01-08 12:39:09 -08:00
Doug Fritz
e35ced6ebc
increased the controllers in the test to account for a monitor turned sideways
2013-12-18 18:10:13 -08:00
Doug Fritz
ac83aa1b89
renamed GUI.css
2013-12-18 18:07:07 -08:00
Doug
1cb6eca274
Merge pull request #31 from air/issue31-googlecode
...
applied patch described in code.google.com issue 31
2013-12-18 18:00:27 -08:00
Aaron Bell
7c904ee219
applied patch described in https://code.google.com/p/dat-gui/issues/detail?id=31
2013-12-18 20:51:13 -05:00