63 Commits (fbf94397bb91f5c60a0be44da3e5e922595aa296)

Author SHA1 Message Date
  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 88a9149369 Fixed preventDefault issue with hammer.js (a brute force solution but lets see how it goes...) 9 years ago
  jos 4f47608a27 Partly fixed issue with updating an item's subgroup (see #745) 9 years ago
  jos fbfe6ad445 Fixed offset issue with dragging items vertically when the page is scrolled (this regression was introduced a few commits back) 9 years ago
  jos 34a576761c The event handlers `onMove` and `onMoving` are now invoked with all item properties as argument, and can be used to update all properties (like content, className, etc) and add new properties as well 9 years ago
  jos f7a257c522 Fixed #733: background items being selected on shift+click. 9 years ago
  Jos de Jong 0b90860fd9 Fixed #708: wrong group detected when page is scrolled. 9 years ago
  jos 2cf7d106ea Call `event.stopPropagation()` before callback functions like onAdd, onRemove, etc. (see #577) 9 years ago
  jos b9bb040967 Fixed #691: Orientation can now be configured separately for axis and items. 9 years ago
  jos 36cb8193d1 Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`. 9 years ago
  jos 3e9b7ff06c Added a file CONTRIBUTING.md 9 years ago
  jos f6217d9d5e Implemented creating new range items by dragging in an empty space with the ctrl key down. 9 years ago
  jos 274a2d7d9d Fixed #664: end of item not restored when canceling a move event 9 years ago
  jos 76757c978e Fixed #443: not being able to drag items to an other group on mobile devices. 9 years ago
  jos 1aea9fed30 Implemented option `snap` 9 years ago
  jos d587c437a8 Fixed #550: `Timeline.redraw()` now also recalculates the size of items. 9 years ago
  jos 1d7982f591 Fixed #401: width of range items not always being maintained when moving due to snapping to nice dates 9 years ago
  jos a56f8eb2dc Hammer2 mostly working in the Timeline 9 years ago
  jos e19502ebc7 Moving Timeline working with hammer2 (stop event propagation still an issue) 9 years ago
  jos 3b08676a57 Halfway implementing hammerjs2 for Timeline 9 years ago
  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