Commit Graph

62 Commits

Author SHA1 Message Date
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
4dbb680cfa changed file size on download link 2011-01-28 22:21:01 -07:00
jonobr1
ff6ffca84f synced with versions branch 2011-01-28 22:12:03 -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
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
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
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
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