Commit Graph

  • 36e1991c94 Implement .add( controller ) & its use for custom Controllers. See example of a custom controller in example.html. AARON WELLES 2019-06-20 22:23:29 -0400
  • 5a8632e511 Teach utils that async functions are still functions AARON WELLES 2019-06-20 20:07:24 -0400
  • fbffd2d2e8 enabled params on add( controller, params ) ex. gui.add( new dat.controllers.PlotterController(obj, 'plotThis'),{ liClass: 'plotter' }); Also added 2 ways to call each controller on examples.html, first running through ControllerFactory, the second using .add( controller ). AARON WELLES 2019-06-20 00:56:01 -0400
  • 10b4741716 Putting return value back to false, because I don't know why I even. AARON WELLES 2019-06-19 22:50:12 -0400
  • 148124687e Fixed use of async functions Fixed ability to supply button text to functionControllers AARON WELLES 2019-06-19 19:53:09 -0400
  • 3c5659e79a Fixed use of async functions Fixed ability to provide button text AARON WELLES 2019-06-19 18:45:47 -0400
  • 79af5ccfae Fixed custom PlotterController Fixed example.html AARON WELLES 2019-06-19 14:35:18 -0400
  • e0741f7ce9 Add custom PlotterController Add to example AARON WELLES 2019-06-19 14:22:53 -0400
  • 8bada9452d Addresses #206 Allows NumberSlider and Box to be edited during .listen() AARON WELLES 2019-06-19 05:28:04 -0400
  • eeec992896 .add(controller) AARON WELLES 2019-06-19 02:26:56 -0400
  • 5730da37c4 .add( controller ) AARON WELLES 2019-06-19 02:21:21 -0400
  • 910bcd40e1 .add( controller ) Aaron Welles 2019-06-19 01:45:23 -0400
  • cbcd3d5e3c API Andrej 2019-06-18 06:42:26 +0700
  • 743a16b398 Just make hex work too here gero3 2019-06-17 18:59:23 +0200
  • 4be68a9e83
    Just make hex work too here gero3 2019-06-17 18:59:23 +0200
  • 462c59d5c6 Cosmetic changes Andrej 2019-06-12 08:23:04 +0700
  • f976ef0eb2 cosmetic changes Andrej 2019-05-31 00:54:33 +0700
  • 55b4013149 dat.gui.js Andrej 2019-05-29 07:38:09 +0700
  • e56ba62d3d CustomController Andrej 2019-05-29 07:37:00 +0700
  • 880a802483 remove of object.constructor Andrej 2019-05-28 09:28:14 +0700
  • 271cba918a Use ES module Andrej 2019-05-27 07:02:04 +0700
  • 8f8b06232a README.md Andrej 2019-05-25 08:35:18 +0700
  • 9c86835a7d Remove GUI.CustomController Andrej 2019-05-20 05:56:30 +0700
  • c711fc76f5 remove build Andrej 2019-05-18 06:17:21 +0700
  • 3f46a30943 gui.add Andrej 2019-04-29 07:07:15 +0700
  • 26d9ccc0bf update npm packages Lucas Kellner 2019-04-27 22:55:36 -0400
  • f57c548ffe add mouse wheel listener to numbercontrollerbox Lucas Kellner 2019-04-27 22:43:20 -0400
  • 316b73edcd add semis Lucas Kellner 2019-04-27 14:02:17 -0400
  • dd1c04acbf numbercontrollerbox to respond to arrow inputs Lucas Kellner 2019-04-27 13:41:12 -0400
  • ced2ce7880 test Andrej 2019-04-26 08:35:23 +0700
  • fc465bfe46 CustomController.js Andrej 2019-04-25 08:26:54 +0700
  • bff12b89ef merge Andrej 2019-04-24 10:29:13 +0700
  • b111f1c550 Merge remote-tracking branch 'refs/remotes/dataarts/master' Andrej 2019-04-22 10:26:05 +0700
  • 50c38cf9e5 Added value plotter David Wakelin 2019-04-15 21:18:48 +0100
  • 1b3bd75c1c Partial commit David Wakelin 2019-04-15 17:02:04 +0100
  • cacea2a745 Plotter WIP David Wakelin 2019-04-12 17:17:00 +0100
  • 8bd64ed4c6 Fixed missing border colour as per bug #208 David Wakelin 2019-04-09 18:04:00 +0100
  • 2f67f28035 Comments added for forceUpdateDisplay David Wakelin 2019-04-08 21:12:20 +0100
  • fd9b5bc5fc Allowed setting of new forceUpdateDisplay property to override default behaviour of preventing updates to active select inputs David Wakelin 2019-04-08 21:04:46 +0100
  • f7d33e472f Updated dom.bind to allow usage of passive events Updated all calls to dom.bind to use passive if preventDefault isn't used David Wakelin 2019-04-08 16:28:58 +0100
  • f11aa04a2e Added a delete button to the remember row and increased default width of gui when remeber is used David Wakelin 2019-04-02 13:27:31 +0100
  • 8b00f78012 Merge branch 'master' into delete_preset David Wakelin 2019-04-02 13:01:25 +0100
  • e2c680ed04 Merge remote-tracking branch 'upstream/master' David Wakelin 2019-04-02 12:49:14 +0100
  • c2edd82e39 0.7.6 v0.7.6 Don McCurdy 2019-03-29 21:43:38 -0700
  • 39facfd621 Bump docs. Don McCurdy 2019-03-29 21:43:20 -0700
  • d979883423 Added hide/show functions to GUI instances to complement open/close David Wakelin 2019-03-27 09:32:01 +0000
  • 296cfbc42a Delete GUI Preset #215 David Wakelin 2019-03-29 17:01:18 +0000
  • c0d09cf471 Added hide/show functions to GUI instances to complement open/close David Wakelin 2019-03-27 09:32:01 +0000
  • 021c38f119 Added hide/show methods onto Controllers David Wakelin 2019-03-19 13:57:24 +0000
  • 08a704d578 Added hide/show functions to GUI instances to complement open/close David Wakelin 2019-03-19 12:18:54 +0000
  • af02b71d6a NumberController Step is working properly Andrej 2019-02-03 13:06:35 +0700
  • 8cd1b4d2ae 0.7.5 v0.7.5 Don McCurdy 2019-01-08 10:21:13 -0800
  • d88f3bc8af Clean up. Don McCurdy 2019-01-08 10:21:00 -0800
  • e17b91970c Updated params.closed logic Teoxoy 2019-01-08 12:53:13 +0100
  • e67269a3f7 Fixed closed param (fixes #202) Teoxoy 2019-01-05 03:08:59 +0100
  • de128b385f
    Updated params.closed logic Teoxoy 2019-01-08 12:53:13 +0100
  • 14acd839cd
    Fixed closed param (fixes #202) Teoxoy 2019-01-05 03:08:59 +0100
  • a3085880ce 0.7.4 v0.7.4 Don McCurdy 2019-01-04 16:26:08 -0800
  • 0027fd73e0 update min and max on the NumberControllerBox instance too Teoxoy 2019-01-04 21:29:01 +0100
  • 402fd11cc1
    update min and max on the NumberControllerBox instance too Teoxoy 2019-01-04 21:29:01 +0100
  • c8929c8f74
    Merge 0c814dd6b3 into a1547d0f21 SONIC3D 2018-10-07 04:47:23 +0000
  • a1547d0f21 0.7.3 v0.7.3 Don McCurdy 2018-10-06 21:47:16 -0700
  • df80c663f8 Fix folder renaming. (fixes #196) Don McCurdy 2018-10-06 21:46:06 -0700
  • 642af145fd Let's npm publish automatically again. Don McCurdy 2018-05-05 15:15:23 -0700
  • bc11a9e56f Add syntax highlighting to readme Amila Welihinda 2018-09-14 21:30:51 -0700
  • 155429ec7c
    Add syntax highlighting to readme Amila Welihinda 2018-09-14 21:30:51 -0700
  • e7b2b598ac Update dependencies. Don McCurdy 2018-06-03 22:01:02 -0500
  • 8bbddc7bbe #179 : Cannot update NumberControllerBox with .listen() fix Artur Trzęsiok 2018-06-02 23:47:12 +0200
  • 4dd9c866b7 remove hardcoded assumption that dat.gui work as fixed position Artur Trzęsiok 2018-05-25 09:10:13 +0200
  • 7a7cd2edb8
    Merge fa20388df9 into 979f2fc39d artur-trzesiok 2018-06-02 21:49:38 +0000
  • fa20388df9 #179 : Cannot update NumberControllerBox with .listen() fix Artur Trzęsiok 2018-06-02 23:47:12 +0200
  • fe5bb21f59 remove hardcoded assumption that dat.gui work as fixed position #build Artur Trzęsiok 2018-05-25 09:10:53 +0200
  • 3faf42f502 remove hardcoded assumption that dat.gui work as fixed position Artur Trzęsiok 2018-05-25 09:10:13 +0200
  • 80919134a8
    adds a hide() method C-Bass 2018-05-23 19:13:34 +0200
  • 979f2fc39d 0.7.2 v0.7.2 Don McCurdy 2018-05-05 15:14:28 -0700
  • 1b18f7227e Bump dependencies. Don McCurdy 2018-05-05 15:13:44 -0700
  • ddbb911163 Revert build dir changes efokschaner 2018-05-03 17:56:17 -0700
  • 551ee2a089 Update readme to use namespace style es6 import efokschaner 2018-04-30 22:27:03 -0700
  • fdcd266249 Add named exports. import dat from 'dat.gui' is now interchangeable with import * as dat from 'dat.gui' efokschaner 2018-04-30 22:21:34 -0700
  • c381fb1736 Revert build dir changes efokschaner 2018-05-03 17:56:17 -0700
  • 93eba55ad1 Update readme to use namespace style es6 import efokschaner 2018-04-30 22:27:03 -0700
  • a20c01471c Add named exports. import dat from 'dat.gui' is now interchangeable with import * as dat from 'dat.gui' efokschaner 2018-04-30 22:21:34 -0700
  • 4a08249e30 Shorten localStorage check. Don McCurdy 2018-04-28 14:08:47 -0700
  • 194983fa7d Properly test localstorage availability Cyrille Faucheux 2017-03-22 21:27:55 +0100
  • 49d31a644a
    Update README.md Don McCurdy 2018-03-14 07:42:50 -0700
  • 10d5a55040 Add docs for 'hideable' option. Don McCurdy 2018-03-11 15:23:23 -0700
  • f3cdfde17f 0.7.1 Don McCurdy 2018-02-16 20:03:17 -0800
  • 69faca4d74 Update CHANGELOG.md. Don McCurdy 2018-02-16 20:02:59 -0800
  • 7bb7f8e746 Fix cleanup of event listeners in .destroy() and .removeFolder(). Don McCurdy 2018-02-16 20:00:24 -0800
  • abcf34d370 0.7.1 v0.7.1 Don McCurdy 2018-02-16 20:03:17 -0800
  • b9796a95ec Update CHANGELOG.md. Don McCurdy 2018-02-16 20:02:59 -0800
  • 39b3ba2d2a Fix cleanup of event listeners in .destroy() and .removeFolder(). Don McCurdy 2018-02-16 20:00:24 -0800
  • 8b2e74f6fb
    Update common.js GoToLoop 2018-02-10 16:46:26 -0200
  • 73c4add256
    Update CHANGELOG.md Don McCurdy 2018-01-23 18:13:41 -0800
  • 2b4ee5ac40 Update jsdoc-to-markdown. Don McCurdy 2018-01-23 07:46:43 -0800
  • 809f90d3c2
    Remove deprecated .version from bower.json Don McCurdy 2018-01-22 20:48:55 -0800
  • 3d059bcb38
    Bump bower.json for 0.7.0 Don McCurdy 2018-01-22 20:42:42 -0800
  • ae3fbe213d
    Update README references to Webpack. Don McCurdy 2018-01-21 14:21:26 -0800
  • 803a0e46b4
    Update CommonJS example. Don McCurdy 2018-01-21 14:19:28 -0800
  • c24cf60105 0.7.0 v0.7.0 Don McCurdy 2018-01-21 14:17:41 -0800