60 Commits (e4efee604f68fa84aaf536e6e1cdb9712d2e9744)

Author SHA1 Message Date
  Danny Larsen 97f33d292d Bug fix for null parent (#3342) 7 years ago
  macleodbroad-wf b5ef4b9ed9 lint timeline component item (#3310) 7 years ago
  Ondřej Exner 28abf0a5df timeline - items always draggable upgrade for range (#3073) 7 years ago
  yotamberk ec4699df57 Nathanbennett improve timeline stack performance (#3078) 7 years ago
  yotamberk 10927b5931 Fix click and doubleclick events on items (#2988) 7 years ago
  Ben Morton 79bb381c21 Add check for parent existence when changing group in Item.setData. (#2985) 7 years ago
  Brad Hards 3df8107467 Fix regression introduced in #2743. (#2796) 7 years ago
  RealRegatta d13748348d feat(timeline): Add item data as argument to the template function (#2799) 7 years ago
  Brad Hards ceb698626a fix(timeline): #2720 Problems with option editable (#2743) 7 years ago
  yotamberk 411a43cdc5 fix(timeline): #2679 TypeError: Cannot read property 'hasOwnProperty' of null (#2735) 7 years ago
  AoDev e6ed962238 chore(lint): added support for eslint (#2695) 7 years ago
  Lewis B 8bd597138a feat(timeline): refactor tooltip to only use one dom-element (#2662) 7 years ago
  Lewis B c9f586195a [Timeline] Added HTML tool-tip support (#2498) 7 years ago
  yotamberk 8ab1d183cb feat: #2300 Added nested groups (#2416) 7 years ago
  yotamberk a093bc4ac0 Add visibleFrameTemplate option for higher item dom content (#2437) 7 years ago
  Simon Morris baa6f9fdb1 More editable control of timeline items (#2305) 7 years ago
  yotamberk a29aae98b0 Fixes #2285 onUpdate event (#2304) 7 years ago
  Simon Morris a83ef017b1 Timeline editable can override items (#2284) 7 years ago
  Alexander Wunschik b03c466d72 Revert "Timeline: options.editable to override item.editable" 7 years ago
  yotamberk 51528bae5a Tooltip on item update time (#2247) 7 years ago
  Simon Morris ecf1cad571 Removed redundant checks for item.editable in timeline (#2256) 7 years ago
  Yotam Berkowitz 1053fc6305 Fix editable point item 8 years ago
  Yotam Berkowitz 4f105a3127 Fix templates 8 years ago
  Yotam Berkowitz 2f2f5c4cc8 Commit before pull 8 years ago
  yotamberk cf75437692 Fix dragging items that have a React template (#2211) 8 years ago
  Yotam Berkowitz 3addd51046 Add vis-drag-center to fix dragging bug when template is react component 8 years ago
  yotamberk d9598432d3 Fix React support for group and item templates and add example (#2206) 8 years ago
  yotamberk 932dfb1754 Fix Vertical visibility for all item types (#2143) 8 years ago
  yotamberk 439aa79a68 Expose the item/group element in option.template and option.groupTemplate (#2153) 8 years ago
  Yotam Berkowitz 89a0bfd36a Add element to templates options 8 years ago
  Yotam Berkowitz 885ebffbce fix delete btn and remove console.logs 8 years ago
  Yotam Berkowitz 60d81a81e4 add events support for rtl 8 years ago
  bertolds f43e935bef Issues #275, #363 - individual Timeline items editable or readonly 9 years ago
  jos ac0563e408 Fit working (still needs simplification) 9 years ago
  jos 1648604401 Halfway implementing improved Timeline.fit() 9 years ago
  jos 09bc7d0993 Call event.stopPropagation() before adding or removing items (see #577) 9 years ago
  jos bc3e4a26d1 Fixed #782: Contents of items created from a template being unnecessary recreated on click, causing mouse events to get lost. 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 88a9149369 Fixed preventDefault issue with hammer.js (a brute force solution but lets see how it goes...) 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 2cf7d106ea Call `event.stopPropagation()` before callback functions like onAdd, onRemove, etc. (see #577) 9 years ago
  jos 6818d68ba1 Neatly using hammer2 for the delete button 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 727031283c Background areas are now neatly ignored from stacking 10 years ago
  jos 4a3acd623e Fixed #331: onclick events in items not working. 10 years ago
  jos 807921b3cb Implemented field `style` for both items and groups, to set a custom style for individual items. 10 years ago
  jos c87ef9819c Support for 'style' added for Items 10 years ago
  Alex de Mulder d9e27b5d20 tweaked graph2d based on timeline. Introduced ignoreStacking for items, used in background item type. 10 years ago
  jos 31e0c20f72 Simplified the background item support for empty/undefined contents 10 years ago