25 Commits (31ebe7514fefc91702a9bc5e5bdbaa08f34b1f6e)

Author SHA1 Message Date
  jos 8fbb851c46 Changed `onMoving` to be a callback by default (simpler code, little performance hit) See also #294 10 years ago
  jos aaf1afe304 Fixed an error thrown when calling timeline.destroy() (see #294) 10 years ago
  jos 4d66916793 Oops fixing the overflow issue with the dots of BoxItems broke item selection. 10 years ago
  jos 8ba08c5a8b Fixed #248: Implemented support for templates 10 years ago
  jos 29b4e31b31 Fixed an overflow issue with the dots of BoxItems 10 years ago
  jos f990f09124 Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`. 10 years ago
  jos 5391f7c29d Fixed #162: Implemented a new item type `background` 10 years ago
  jos b7a67920d5 Smarter check whether data changed when redrawing items. (See also #290) 10 years ago
  Dan Turkenkopf 386035180e Define allowed dataAttributes as Timeline option 10 years ago
  jos 9bd9e0dd31 Fixed #286: newly added item ignored when returning an other object instance. 10 years ago
  jos 46454ca0f8 Fixed #284: Fixed the `id` field of a new item not correctly generated. 10 years ago
  jos 940e903342 Fixed #243, Fixed #270: Implemented support for option `align` for range items. 10 years ago
  jos 7672da4a78 Implemented a new callback function `onMoving(item, callback)` 10 years ago
  jos 09cb25296d Added an example set selection. Some minor fixes and improvements in setSelection 10 years ago
  jos 9d45d947e5 Dots of items are now attached to the top panel instead of background panel (no need for z-index tricks) 10 years ago
  jos cb3e652721 Fixed #252: canceling moving an item to another group did not move the item back to the original group. 10 years ago
  jos 44ef978ad9 Fixed #238: the `change` event sometimes being fired twice on IE10 10 years ago
  jos c8e8691d68 Added vis-light bundle 10 years ago
  jos 7df77e69c9 Fixed #219: implemented function `getVisibleItems` 10 years ago
  jos dc214e9181 Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically. 10 years ago
  jos f7e964edd0 Fixed #206: removed check for number of arguments in callbacks `onAdd`, `onUpdate`, `onRemove`, and `onMove`. 10 years ago
  jos 86f887e4bb Removed some references to `vis` namespace 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 5374721fd6 Added support for title for both items and groups 10 years ago
  jos 4873c8aba4 Fixed `DataView` not working in Timeline (see #195) 10 years ago
  jos d78a823d4e Removed the 'rangeoverflow' item type 10 years ago
  jos 468e613a26 Fixed #172: auto detected item type being preferred over the global item `type`. 10 years ago
  jos c3f8b1f168 Timeline.destroy works 10 years ago
  jos ebb8626513 Halfway implementing Timeline.destroy 10 years ago
  jos c1179554fd Item touch events now bound to centerContainer instead of itemset (must be able to click in empty area) 10 years ago
  jos b6d5da3a8c Refactored the property names of DataSet and DataView to having underscore prefixes 10 years ago
  jos 106983fad4 Timeline now accepts a DataSet with items having any type of start and end. 10 years ago
  jos 62bc49b1e1 Removed some redundant code 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 312a73a5a5 Fixed height of vertical line of box items not always updated correctly 10 years ago
  jos 53e6e50320 Fixed alignment of the content panels to axis 10 years ago
  jos 19dfc92458 Fixed ItemSet not updating on change in DataSet 10 years ago
  jos f113776265 Deleted redundant `Panel` and `RootPanel` 10 years ago
  jos 297adb1cb4 A minor improvement in dragging items 10 years ago
  jos 2723b2673a Fixed date snapping 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 ad2e235211 Fixed offset in zooming with scroll when using groups 10 years ago
  jos 350d43aec9 Introduced a forgroundVertical panel, positioned the dots of item boxes there 10 years ago
  jos 3dfd05ee6c ItemSet starts to work again 10 years ago