Commit Graph

62 Commits

Author SHA1 Message Date
George Michael Brower
5bde5f79a1 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
738b4d0d06 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
f6324d64cc totally resizeable :) 2011-01-30 16:03:09 -07:00
jonobr1
c1c3466233 cleaning up GUI-DAT to gui-dat 2011-01-28 22:27:06 -07:00
jonobr1
02e6e567c6 changed file size on download link 2011-01-28 22:21:01 -07:00
jonobr1
fed7375536 synced with versions branch 2011-01-28 22:12:03 -07:00
George Michael Brower
57b76b83f9 merge 2011-01-28 21:29:54 -07:00
George Michael Brower
19bc3b1eac Merged my changes with doob's -- exact same external functionality, some internal differences 2011-01-28 21:28:12 -07:00
jonobr1
1c2d2c201b 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
jonobr1
450eddf55f minor tweaks 2011-01-28 20:54:26 -07:00
jonobr1
14e14244c6 minor tweaks 2011-01-28 20:51:44 -07:00
jonobr1
ce9bba65a5 had to update setName() to name() again 2011-01-28 20:38:05 -07:00
jonobr1
d3effd0e8a updated index to reflect the new listen() and onChange() functionality 2011-01-28 20:22:05 -07:00
jonobr1
ebf5294ee5 updated index.html doc to reflect setWatched() 2011-01-28 20:17:57 -07:00
Mr.doob
5f9af3d3ee Merged with jonobr1 branch. 2011-01-29 01:34:57 +00:00
Mr.doob
eb410d3fda 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
67557292bb 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
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
jonobr1
f6a68f5cc7 added more assets for descriptor below the slider 2011-01-27 14:05:42 -07:00
jonobr1
3d5c21ccef assets are totally assetted 2011-01-26 23:35:45 -07:00
jonobr1
a599579990 added favicon with rounded corners, yum 2011-01-26 23:25:46 -07:00
George Michael Brower
76c87e9126 Added link to minified source 2011-01-26 19:52:08 -07:00
George Michael Brower
a58471aa70 Merged 2011-01-26 19:48:27 -07:00
George Michael Brower
f62a04c8e9 Version 0.1 2011-01-26 19:45:34 -07:00
jonobr1
fe260b5dca made logo inline with flag 2011-01-26 16:36:23 -07:00
jonobr1
64383925eb example is now officially awesome 2011-01-26 16:25:40 -07:00
George Michael Brower
f9c0b16314 Fixed a bug in slider 2011-01-26 15:55:56 -07:00
George Michael Brower
678967c3d6 Merge branch 'master' of github.com:jonobr1/GUI-DAT 2011-01-26 14:34:08 -07:00
George Michael Brower
8b895727ec Changes to demo 2011-01-26 14:33:54 -07:00
jonobr1
f386e2a591 added google analytics 2011-01-26 11:00:39 -07:00
jonobr1
df431ca1c0 created dynamic title 2011-01-25 20:14:15 -07:00
jonobr1
0dfe848480 Merge branch 'master' of github.com:jonobr1/GUI-DAT 2011-01-25 19:30:13 -07:00
jonobr1
8313e7f14b began particle type 2011-01-25 19:30:05 -07:00
George Michael Brower
9f2a03fff3 Changes to index 2011-01-25 19:15:20 -07:00
George Michael Brower
86f5579cbe Changes to index.html 2011-01-25 18:55:59 -07:00
jonobr1
7913c0d0b7 removed canvas element to be just html 2011-01-25 17:58:52 -07:00
jonobr1
fa4df59d0e fixed x-height 2011-01-25 17:19:16 -07:00
jonobr1
aeb24b86ae updated h1 to be html5 and hooked to the gui 2011-01-25 16:10:56 -08:00
jonobr1
340f58fbab decided not to use svgs and am using the native font method for the canvas object 2011-01-25 16:07:51 -08:00
George Michael Brower
1fda37326b Merge branch 'master' of github.com:jonobr1/GUI-DAT into gh-pages 2011-01-25 15:30:30 -07:00
jonobr1
7895f36ae3 changed around folder structure and updated the styling 2011-01-25 14:16:30 -08:00
George Michael Brower
ad26e4835a Fixed constraints on slider and made fixes to css 2011-01-25 15:10:40 -07:00
George Michael Brower
5170f5934d Started on cross-compatible sliders, still some kinks. 2011-01-25 02:36:45 -07:00
George Michael Brower
a6aea7d30b Starting on sliders. Still some kinks. 2011-01-25 02:35:45 -07:00
jonobr1
7dfff71240 styling and adding content to index.html 2011-01-25 01:05:49 -08:00