Commit Graph

156 Commits

Author SHA1 Message Date
George Michael Brower
69a9f1e4dd Saving on lock, memorizes panel appearance, scrollOffsets, you name it. Gonna give this a lookover in FF then minify and push to gh-pages 2011-01-31 19:49:14 -05:00
George Michael Brower
a960a0d1ca Working on string controller 2011-01-31 18:15:29 -05:00
Jono Brandel
c3fd69b95a changed keyEvent from keyup to keydown 2011-01-31 12:28:18 -08:00
Jono Brandel
109474c99c added key event up and down arrows to controller.number.js 2011-01-31 12:25:57 -08:00
Jono Brandel
0a220426e9 updated index to handle toggling of documentation and also css fix to gui.css 2011-01-31 12:21:14 -08:00
George Michael Brower
ea585f0de4 Saving via URL is on lock. Almost done making it so that panel appearance is saved as well, but bugs with resizing afterwards. 2011-01-31 10:47:07 -05:00
George Michael Brower
5b38f59def Lots of saving goodness though a few things left to be done / tested. Started to add collapsable sections on demo headers. Won't be stable enough by tomorrow morning. 2011-01-30 23:53:33 -05:00
George Michael Brower
554767fa70 totally resizeable :) 2011-01-30 16:03:09 -07:00
jonobr1
8ba92f76cd cleaning up GUI-DAT to gui-dat 2011-01-28 22:27:06 -07:00
jonobr1
8a212061ce Merge branch 'gh-pages' 2011-01-28 22:24:52 -07:00
jonobr1
4dbb680cfa changed file size on download link 2011-01-28 22:21:01 -07:00
jonobr1
ee38308200 removed gui.min.js from branch 2011-01-28 22:16:31 -07:00
jonobr1
32014e0fe9 removed gui.min.js from branch and synced with versions branch 2011-01-28 22:14:23 -07:00
jonobr1
ff6ffca84f synced with versions branch 2011-01-28 22:12:03 -07:00
jonobr1
0e7c179bfc README updated for more dynamic purposes 2011-01-28 21:41:25 -07:00
George Michael Brower
8741a638b7 merge 2011-01-28 21:29:54 -07:00
George Michael Brower
ad78b157e1 Merged my changes with doob's -- exact same external functionality, some internal differences 2011-01-28 21:28:12 -07:00
jonobr1
83a9cbae32 minor tweaks 2011-01-28 21:05:47 -07:00
George Michael Brower
dc814e0055 Changed Controller class to prototype syntax, added a method updateDisplay() for Controller (used by listen()), implemented by each Controller subclass. 2011-01-28 21:04:33 -07:00
Mr.doob
136cd367fe Merge remote branch 'jonobr1/master' 2011-01-29 03:57:26 +00:00
Mr.doob
a378d33bae Fixed loop issue. Now watched controllers don't set the value after updating. 2011-01-29 03:56:32 +00:00
jonobr1
7ba44aace6 minor tweaks 2011-01-28 20:54:26 -07:00
jonobr1
d6edaf6da5 minor tweaks 2011-01-28 20:51:44 -07:00
jonobr1
d8dc82515e had to update setName() to name() again 2011-01-28 20:38:05 -07:00
jonobr1
5376bfd13b Merge branch 'master' into gh-pages 2011-01-28 20:32:28 -07:00
jonobr1
54d198cac5 minor tweaks 2011-01-28 20:27:17 -07:00
jonobr1
2dc271fa44 updated index to reflect the new listen() and onChange() functionality 2011-01-28 20:22:05 -07:00
jonobr1
092419bdad updated index.html doc to reflect setWatched() 2011-01-28 20:17:57 -07:00
jonobr1
a4d600f3b0 why does README keep popping back up? 2011-01-28 20:03:56 -07:00
jonobr1
f736507fd4 Merged in mr doobs changes for watchers and changed setName to name 2011-01-28 19:55:43 -07:00
Mr.doob
fe172c75fb Added updateValue method to StringController (so watched string controllers update).
Moved easing from margin-top to height. It's now showing an ugly scrollbar jump. Hmm...
2011-01-29 02:25:48 +00:00
jonobr1
4774ed04a7 removed README 2011-01-28 19:19:30 -07:00
Mr.doob
977468adbd Merge remote branch 'jonobr1/master' 2011-01-29 01:35:11 +00:00
Mr.doob
a3b3e38d1d Merged with jonobr1 branch. 2011-01-29 01:34:57 +00:00
Mr.doob
d770dbb0c2 Hacked in a Controllers Watcher.
It would be nice if the controllers had the last value cached so setValue will execute only if _value != value.
Added a setWatched example in the demo.
2011-01-29 01:23:20 +00:00
Mr.doob
402093179a Removed google analytics (to avoid lag when reloading :S)
Updated "pretified" code.
2011-01-29 00:44:54 +00:00
Mr.doob
3b4f6e3944 Changed GUI to be instanceable (rather than just one GUI per project). GUI.start() is now var gui = new GUI();
Included prettify.js in the repo so people checking the demo localy doesn't need the internets.
Changed way of hidding the panel (controllerContainer.style.height rather than this.domElement.stylemarginTop).
2011-01-29 00:38:58 +00:00
jonobr1
3785bcd7c6 changing README styles 2011-01-28 17:23:59 -07:00
jonobr1
d078d4acea changing README styles 2011-01-28 17:23:05 -07:00
jonobr1
3f9103b432 changing README styles 2011-01-28 17:22:27 -07:00
jonobr1
5e066f4477 changing README styles 2011-01-28 17:21:55 -07:00
jonobr1
8d3f8c0dd9 changing README styles 2011-01-28 17:20:51 -07:00
jonobr1
d0ae26b62f changing README styles 2011-01-28 17:18:34 -07:00
jonobr1
760f5101e4 added suffix to README 2011-01-28 17:15:50 -07:00
jonobr1
720080bce5 updated README to reflect our demo and reference the documentation 2011-01-28 17:04:12 -07:00
George Michael Brower
d14512b454 Changes to index 2011-01-28 14:19:26 -07:00
George Michael Brower
5a1c06798e Commented up the source to FizzyText and added setName to the pre on index.html 2011-01-28 13:26:38 -07:00
jonobr1
918acf8e33 added the setName method in the demo index.html 2011-01-28 10:55:23 -07:00
jonobr1
be997cf428 removed extraneous p tag 2011-01-27 14:34:56 -07:00
George Michael Brower
c62bb21ac7 z-index on explanation image 2011-01-27 14:31:51 -07:00