16 Commits (e4efee604f68fa84aaf536e6e1cdb9712d2e9744)

Author SHA1 Message Date
  macleodbroad-wf c325418244 Addresses code review comments from PR 3382 (#3398) 7 years ago
  macleodbroad-wf 05cbb3b72c Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354) 7 years ago
  Yotam Berkowitz 60d81a81e4 add events support for rtl 8 years ago
  Yotam Berkowitz a549ed2d19 add rtl of groups in timeline 8 years ago
  jos 448734ceb9 Fixed #1683: implemented `currentTimeTick` event 8 years ago
  jos 9605e5c6b0 Fixed warning message 8 years ago
  jos a9ca766af7 Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html) 9 years ago
  jos b3e3dccad7 Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d) 9 years ago
  jos 61b9513070 More descriptive warning on missing locale (see #761) 9 years ago
  jos 5db59a91d7 Fixed #761: Timeline and Graph2d throwing an error when locale is not found. Gives a warning message instead. 9 years ago
  Alex de Mulder fd06e8e81e reasonably success in decoupling the rendering and the network by segmenting a canvas, view (for camera controls) and renderer. 9 years ago
  jos 1d21066ee2 Fixed #171: Implemented functions `setCurrentTime(date)` and `getCurrentTime()` 10 years ago
  jos 26ca73dff5 Implemented localization in Timeline and Graph2d 10 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 08d486a53f Items are selectable and editable largely 10 years ago
  jos a5025b9673 Renamed all functions `repaint` to `redraw` 10 years ago
  jos abefb67131 Moved CurrentTime and CustomTime to the foreground panel 10 years ago
  jos 9f2eee8af9 CurrentTime and CustomTime working again 10 years ago
  jos 4ab1d08876 Moved the dots and vertical lines of box items to a separate panel 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 357036a9e1 CustomTime and CurrentTime works again 10 years ago
  josdejong 27f9b20a28 Started reworking component/panel architecture 10 years ago
  josdejong ef3a52a274 Documented current time bar events 10 years ago
  josdejong 7e6810955d Switched to 2-space indentation 10 years ago
  josdejong f027e70f1f Implemented pinching (not yet stable on chrome mobile) 10 years ago
  Fedor Tirsel a2498f0f6c Current time bar as a component 11 years ago