Commit Graph

121 Commits

Author SHA1 Message Date
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
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
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
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
46c2a883fc upgrade to Babel 6, fix dependancies 2016-09-22 15:51:47 -07:00
Jeff Nusz
85ee981be4 cleaner ForEach loops in common.js 2016-09-02 12:55:21 -07:00
Jeff Nusz
9c8b0cf118 clear up for..in loop eslint errors 2016-09-01 16:06:25 -07:00
Jeff Nusz
3f6f66d09c fix eslint issues 2016-09-01 14:04:35 -07:00
Jeff Nusz
4fb2646502 remove webpack loader syntax from js 2016-09-01 13:35:40 -07:00
Jeff Nusz
986494ac80 tidy up how optional CSS file is built 2016-09-01 12:50:55 -07:00
Jeff Nusz
dbd80251f3 Create external CSS file to work around CSP unsafe-inline 2016-08-30 15:48:51 -07:00
Jeff Nusz
f51e99beb0 remove unused rounded style from numberControlSlider 2016-08-30 13:40:16 -07:00
Jeff Nusz
867c5bd37e remove unused GUI.scss 2016-08-30 13:22:50 -07:00
Jeff Nusz
13ceb7af00 Merge branch 'destroy' of https://github.com/firsara/dat.gui into firsara-destroy
# Conflicts:
#	build/dat.gui.js
#	build/dat.gui.min.js
#	src/dat/gui/GUI.js
2016-08-18 17:18:37 -07:00
Jeff Nusz
ac8dfb62d2 Debounce onResize to prevent issues when rotating on tablet #91 2016-08-18 16:27:15 -07:00
Jeff Nusz
420e0458ad Merge branch 'master' of https://github.com/Ucodia/dat.gui into Ucodia-master
# Conflicts:
#	src/dat/gui/GUI.js
2016-08-18 15:46:04 -07:00
Jeff Nusz
b91772c26b fire onFinishChange when doing a revert() #103 2016-08-18 15:26:07 -07:00
Jeff Nusz
ca19030081 Allow updates to OptionController while listening. fix #101 2016-08-18 14:54:52 -07:00
Jeff Nusz
f53cfa5215 color controller calls onFinishChange callback 2016-08-18 14:32:03 -07:00
Jeff Nusz
66aa8fe153 fix slider modifier function to return correct controller
onFinishChange(), onChange(), and step() were returning the NumberBoxController instead of NumberSliderController
2016-08-18 14:18:15 -07:00
Jeff Nusz
f741e650c9 fix: Color selector layout issue #73 2016-08-18 12:32:24 -07:00
Jeff Nusz
922de64459 fix NumberBox not showing step() changes to slider 2016-08-17 16:28:11 -07:00
Jeff Nusz
55e97171cc fix requestAnimationFrame so listen() works 2016-08-17 16:17:09 -07:00
Jeff Nusz
e129e08b9d Merge branch 'dionysiusmarquis-dionysius-brach' into develop
# Conflicts:
#	src/dat/controllers/NumberControllerBox.js
#	src/dat/controllers/NumberControllerSlider.js
#	src/dat/controllers/factory.js
#	src/dat/gui/style.css
2016-08-17 16:16:15 -07:00
Jeff Nusz
8d1ce070d6 Merge branch 'dionysius-brach' of https://github.com/dionysiusmarquis/dat.gui into dionysiusmarquis-dionysius-brach 2016-08-17 15:05:22 -07:00
Jeff Nusz
8ae2c7cda9 Merge branch 'tkellen-display-none' into develop
# Conflicts:
#	src/dat/gui/GUI.js
2016-08-17 13:34:21 -07:00
Tyler Kellen
7274b38519 display none/block for hiding 2016-08-17 13:31:20 -07:00
Jeff Nusz
6322ce6cd0 Merge branch 'jaxry-master' into develop
# Conflicts:
#	src/dat/gui/GUI.js
2016-08-17 13:17:46 -07:00
Jeff Nusz
200cf7c0ac Merge branch 'master' of https://github.com/jaxry/dat.gui into jaxry-master
# Conflicts:
#	build/dat.gui.min.js
2016-08-17 12:51:57 -07:00
Jeff Nusz
907f316e9c fix slider CSS problem 2016-08-17 12:11:45 -07:00
Lionel Ringenbach
678d82e9ce Added updateDisplay on GUI object 2016-05-21 18:14:38 +02:00
Fabian Irsara
b0e7a8ec58 fix error when removing event 2015-12-01 22:47:31 +01:00
Fabian Irsara
cb004bf07e fix error when removing event 2015-12-01 22:41:54 +01:00
Fabian Irsara
afd4003835 destroy window events when calling destroy correctly 2015-12-01 22:36:31 +01:00
Tomas Korcak
4a91f8e484 Cosmetics 2015-08-15 03:28:21 +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
c85f591f93 Fixed eslint issues 2015-08-14 22:53:46 +02:00