Commit Graph

592 Commits

Author SHA1 Message Date
Don McCurdy
14dd9a9f22 Add touch support. 2018-01-20 18:28:43 -08:00
zawarudo
c552ac8470 Corrected main path, fixing issues with wiredep 2018-01-20 00:13:07 -08:00
Uğur Güney
adba9f5f8d Update sassify dependency version from 2 to 4
Hi! I hope this change won't break the build. I'm on windows and `npm install dat.gui` fails because sassify version is too old. Version 2 of sassify depends on a very old version of node-sass which the installer tries to build itself and that fails.

I did `git clone https://github.com/dataarts/dat.gui`, changed sassify dependency version to 4, and run `npm install <folder>` folder being the cloned folder and installation went fine.
2018-01-14 23:25:10 -08:00
Don McCurdy
e2589bdf6c
Add section on installing from npm. 2018-01-13 16:39:28 -08:00
Don McCurdy
c83d4ce46a Add some missing methods to API docs. 2017-12-24 00:03:52 -05:00
Don McCurdy
af282f908c Fix removeFolder() JSDoc. 2017-12-23 12:04:38 -05:00
Don McCurdy
d783b759cf Update API docs. 2017-12-23 12:03:16 -05:00
Don McCurdy
269fda085f Merge branch 'Sigill-removefolder' 2017-12-23 12:00:12 -05:00
Don McCurdy
59f685b018 Test .removeFolder(). 2017-12-23 11:59:44 -05:00
Don McCurdy
76c80858c3 Add JSDoc for .removeFolder(). 2017-12-23 11:48:35 -05:00
Cyrille Faucheux
60033b6b1d add a way to remove a folder 2017-12-23 11:48:05 -05:00
Don McCurdy
05c85ecf7d add documentation generator, update JSDoc. 2017-12-09 16:03:11 -08:00
Don McCurdy
454e2dc524 Add postversion script to push to npm after version releases. 2017-12-08 15:45:28 -08:00
Jeff Nusz
2659494a80 latest build 2017-05-14 12:37:05 -07:00
Jeff Nusz
af426069b8 update change log and build numbers 2017-05-14 12:33:34 -07:00
Jeff Nusz
1efb36a3cb hide eslint warnings 2017-05-14 12:32:21 -07:00
Jeff Nusz
60009ca15c Merge pull request #137 from serapath-contribution/master
ADD browserify support
2017-05-14 12:28:59 -07:00
serapath
9167004ff9 ADD browserify support 2017-05-11 05:46:40 +07:00
Jeff Nusz
191eb65b3a es6 module export not quite working yet 2017-04-12 14:01:51 -07:00
Jeff Nusz
44713d2c78 prep for 0.6.4 release 2017-04-11 13:53:18 -07:00
Jeff Nusz
865ee8a947 latest build 2017-04-07 15:15:31 -07:00
Jeff Nusz
566bc2d14a compile es6 into umd properly 2017-04-07 15:11:51 -07:00
Jeff Nusz
006bec026e Merge pull request #135 from postor/master
use import and module.export together!
2017-04-07 15:10:37 -07:00
Jeff Nusz
af7f9c35d1 Fix #133, spacing between rows 2017-04-07 14:16:58 -07:00
Jeff Nusz
4cd09b3ca0 Fix #136, overflow of color selector at bottom of gui 2017-04-07 14:04:04 -07:00
林彦君
b927350970 处理混用问题 2017-04-07 19:16:57 +08:00
Jeff Nusz
ab80fca553 latest build 2017-03-17 16:31:28 -07:00
Jeff Nusz
0d7a89b7ea update to 0.6.3 2017-03-17 16:30:35 -07:00
Jeff Nusz
54bdcf2951 Merge branch 'bruno-quintela-feature/close-on-top' into develop 2017-03-17 16:14:27 -07:00
Jeff Nusz
aaa5c3e3d0 fix layout when ‘close on top’ + GUI save dialog 2017-03-17 16:13:33 -07:00
Jeff Nusz
878d851aea bower main point to ‘./build/dat.gui.js’. fix #125 2017-03-17 12:45:56 -07:00
Jeff Nusz
b6fd94dfc1 fix eslint errors 2017-03-17 12:42:26 -07:00
Jeff Nusz
15be652664 Fix checkbox while listening. Fixes #40 2017-03-17 12:41:05 -07:00
Jeff Nusz
c9c310f13b fix color selector to stay in place on gui scroll 2017-03-15 16:59:40 -07:00
Jeff Nusz
dc6b6a388a fix issue that caused delayed and broken resizing 2017-03-14 16:29:17 -07:00
Bruno Quintela
351165a2bc added missing space 2016-12-09 11:34:41 +00:00
Bruno Quintela
9540dd1c2f Add property to specify if open/close button shows on top or bottom of the menu
Adds the 'closeOnTop'  property to the GUI constructor params to specify if open/close button shows on top or bottom of the menu (bottom by default)
2016-12-07 16:42:55 +00:00
Jeff Nusz
d5b6178e33 update to v0.6.2 2016-11-14 13:16:02 -08:00
Jeff Nusz
8a3ee0d167 latest build 2016-11-14 13:15:20 -08:00
Jeff Nusz
dd5d0fc908 fix NumControlBox to not firing onFinish with keyboard 2016-11-14 13:14:27 -08:00
Jeff Nusz
8060842569 resize immediately, except for browser resize event. Fix #111 2016-11-14 11:24:29 -08:00
Jeff Nusz
08a3e8f670 onFinish no longer fires during mouse drag of number control. fixes #112 2016-11-14 11:13:28 -08:00
Jeff Nusz
a88a2461d8 diplay string of color to matches input, fix #117 2016-11-14 10:53:50 -08:00
Jeff Nusz
1d17cb0497 onFinish color returns correct format: fixes #117 2016-11-14 09:13:18 -08:00
Jeff Nusz
a68384d49b update version number to 0.6.1 2016-10-05 13:26:25 -07:00
Jeff Nusz
02eaad73d5 Merge branch 'develop' 2016-10-05 13:23:27 -07:00
Jeff Nusz
de8f4d1fe3 update build and changelog 2016-10-05 13:00:05 -07:00
Jeff Nusz
6f0fcb64f5 fixed issue with color controllers on scrolling pages. Fixes #37 2016-10-05 12:15:50 -07:00
Jeff Nusz
0aec885446 sliders created with min()/max() remember name & listening. fixes #107 2016-10-05 11:51:31 -07:00
Jeff Nusz
66143fc4d5 tidy up README 2016-09-23 14:41:20 -07:00