Commit Graph

58 Commits

Author SHA1 Message Date
jonobr1
d249ca6bb3 made optional third argument to controller.boolean to set default value 2011-03-26 11:11:28 -07:00
George Michael Brower
391be6a283 Adjusted baseline for animated graphic on demo page 2011-03-23 11:49:11 -04:00
Jono Brandel
75ffc69e2b updated enter function 2011-03-03 10:45:01 -08:00
Jono Brandel
1acef3f40f Ahem, now the enter or return keyCode triggers value updates on NumberController 2011-02-17 15:17:24 -08:00
Jono Brandel
aab996398e Added the enter or return key command on numberField elements of numberController 2011-02-17 15:15:25 -08:00
Jono Brandel
fe1597a19b cleaning up 2011-02-11 11:18:40 -08:00
Jono Brandel
88f37adea8 merged szimeks formatting with current branch 2011-02-11 11:12:07 -08:00
Jono Brandel
01156d5513 updated FunctionController.onFire to be after .fire 2011-02-11 10:46:40 -08:00
Jono Brandel
d3cc444cad hooked class attributeses properly on Number Controller and Slider 2011-02-10 14:51:52 -08:00
Szymon Nowak
151879cdff Fixed missing semicolons and implied globals. 2011-02-10 22:00:01 +01:00
Szymon Nowak
9520275b4d Removed trailing whitespace. Converted tabs to 4 spaces. 2011-02-10 21:50:57 +01:00
George Michael Brower
f0f8ff2d79 Added options() method for string and number controllers 2011-02-09 13:28:35 -08:00
George Michael Brower
7c9143a8e2 Added options() method for string and number controllers 2011-02-09 13:28:35 -08:00
George Michael Brower
62e50fc8a0 Added onFinishChange() for string and number controllers, onFire() for function controllers and noSlider() for number controllers. 2011-02-09 11:39:18 -08:00
George Michael Brower
9c2c24aeeb Added onFinishChange() for string and number controllers, onFire() for function controllers and noSlider() for number controllers. 2011-02-09 11:39:18 -08:00
George Michael Brower
5a9f17b283 Forgot to add Slider to GUI namespace as well 2011-02-01 13:53:14 -05:00
George Michael Brower
7f5ebe0193 Forgot to add Slider to GUI namespace as well 2011-02-01 13:53:14 -05:00
George Michael Brower
548f0fa3d2 Moved Controller classes to GUI namespace 2011-02-01 13:45:22 -05:00
George Michael Brower
0aa2e7eea5 Moved Controller classes to GUI namespace 2011-02-01 13:45:22 -05:00
Jono Brandel
d099440e0e fixed the firefox horizontal issue 2011-01-31 19:06:34 -08:00
Jono Brandel
4354f96be7 fixed the firefox horizontal issue 2011-01-31 19:06:34 -08:00
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
5765730f80 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
George Michael Brower
7501ba9839 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
87f7f877c1 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
7048931536 added key event up and down arrows to controller.number.js 2011-01-31 12:25:57 -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
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
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
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
554767fa70 totally resizeable :) 2011-01-30 16:03:09 -07:00
George Michael Brower
f6324d64cc totally resizeable :) 2011-01-30 16:03:09 -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
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
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
8fd5eee320 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
Mr.doob
d47e5662d8 Fixed loop issue. Now watched controllers don't set the value after updating. 2011-01-29 03:56:32 +00:00
jonobr1
2dc271fa44 updated index to reflect the new listen() and onChange() functionality 2011-01-28 20:22:05 -07:00
jonobr1
d3effd0e8a updated index to reflect the new listen() and onChange() functionality 2011-01-28 20:22:05 -07:00
jonobr1
f736507fd4 Merged in mr doobs changes for watchers and changed setName to name 2011-01-28 19:55:43 -07:00
jonobr1
e11bd9b98a 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
Mr.doob
46b5d1ff24 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
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
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