4 Commits (e4efee604f68fa84aaf536e6e1cdb9712d2e9744)

Author SHA1 Message Date
  macleodbroad-wf ca5662c6d5 lint timeline component (#3311) 7 years ago
  Ken Schumacher ee1e5d9a41 timeline: add missing require for util module (#2109) 8 years ago
  jos 72dfc0c45f Reworked all code to commonjs modules. Replaced the build script with Gulp 10 years ago
  jos f0a5b12593 Moved source code from `/src/` to `/lib/` 10 years ago
  jos ebb8626513 Halfway implementing Timeline.destroy 10 years ago
  jos e232f81dc0 Renamed body.props to body.domProps 10 years ago
  jos f672f7b583 Reworked options and setOptions 10 years ago
  jos 4ac1d3abcc Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util` 10 years ago
  jos 43912f5d9b Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now 10 years ago
  jos 0f45b7a2f1 Removed double function naming 10 years ago
  jos a5025b9673 Renamed all functions `repaint` to `redraw` 10 years ago
  jos 17fc182f5b TimeAxis starting to work again 10 years ago
  jos 58e81f3f70 Created a Group holding ungrouped items, for timelines not using groups 10 years ago
  jos 16fc9d9afd Fixed ordering of groups 10 years ago
  josdejong 70e0723aa4 Components are now controlled by their parents (GroupSet is currently broken) 10 years ago
  josdejong 7899d6dab4 repaint functions now return a `resized` variable used to determine whether another repaint is needed to settle 10 years ago
  josdejong 27f9b20a28 Started reworking component/panel architecture 10 years ago
  josdejong c886c6d66b Removed reflow step from Panel, RootPanel, and ContentPanel 10 years ago
  josdejong 3e5e1f162b Changed request-reflow and request-repaint into events 10 years ago
  josdejong 2feb514a2a Implemented dragging items 10 years ago
  josdejong 9e68b81d31 Start with implementing an event bus to propagate events between the components of the Timeline 10 years ago
  josdejong 7e6810955d Switched to 2-space indentation 10 years ago
  josdejong 620bc9e3cb Implemented grouping support in the Timeline 11 years ago
  josdejong 1ecb550d59 Moved the source files around 11 years ago
  josdejong 4eed201768 Renamed source files to match the name of the containing prototype 11 years ago
  josdejong 309564e367 Changed propagation of options in components to a prototype based solution 11 years ago
  josdejong 0f86680971 Implemented methods show/hide for components 11 years ago
  josdejong 279f918b12 EventBus.off is more flexible now 11 years ago
  josdejong c5d7a9a9a5 Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy) 11 years ago
  josdejong 6590e2cd2e Applied node style dependency management, using browserify now to bundle the code 11 years ago
  josdejong 3e4e9313e3 Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js 11 years ago
  josdejong 5c14597bb9 Implemented namespacing, closure, and support for require.js 11 years ago
  josdejong 45afd42252 Initial import 11 years ago