39 Commits (074463571c45c631b6b1413662c11385b2302f6c)

Author SHA1 Message Date
  jos bcc5165330 Reeased version 3.7.2 9 years ago
  jos 95e12e42da Fixed #459: content in range items may overflow range after zoom 9 years ago
  jos 47234a602d Implemented selection of a range of items using Shift+Click 9 years ago
  Bogdan Modzelewski d760f3d98a Fixed onAdd/onUpdate callbacks not working when using DataView in Timeline 9 years ago
  jos 43bead4a77 Fixed #414: only one item being dragged when multiple items are selected. 10 years ago
  jos ba6e05486e redraw on data change is now done on next tick, so you have only one redraw for multiple (synchronous) changes 10 years ago
  jos cc58bcadab Little refactoring 10 years ago
  jos 0e4cdeee2e Fixed #402: background items not always be cleared when removing them 10 years ago
  jos 91075357ab Ok background areas seem to work fine now 10 years ago
  jos 00328965e7 Background areas can now be draw in a specific group or spread over the whole Timeline. 10 years ago
  Alex de Mulder eb09734ca4 fixed item dragging offset in the x direction 10 years ago
  Alex de Mulder f6a1a252ed updated background item for better subgroup alignment. Fixed dragging items with hiddenDates 10 years ago
  jos 4a3acd623e Fixed #331: onclick events in items not working. 10 years ago
  Alex de Mulder af5af63558 working arrays to hide, fixed zoom, fixed pinch, made seperate volatile object for dynamic date support. 10 years ago
  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