86 Commits (ada1c903521bcc43187694d8ed9b9e01a861e5c2)

Author SHA1 Message Date
  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 b32f9428ff Fix comment typo 8 years ago
  Yotam Berkowitz 89a0bfd36a Add element to templates options 8 years ago
  Iskander508 d9576bee50 Added floating-point compensation to range-item width calculation (#2107) 8 years ago
  Iskander508 6539ca74ed Fixed position of box item (#2106) 8 years ago
  yotamberk 0ba6e16498 Hide vertically hidden ranged items in groups that are not visible (#2062) 8 years ago
  Yotam Berkowitz f1cb7320aa Hide vertically hidden ranged items in groups that are not visible 8 years ago
  Alexander Wunschik 343ead9dcb fixes BoxItem's initial width if content width is dynamic; fixes #2032 (#2035) 8 years ago
  Alexander Wunschik 8dd7849330 fixes BoxItem's initial width if content width is dynamic; fixes #2032 (#2035) 8 years ago
  Raphaël Pinson 087b96b6cf
Set content width to avoid overflow (Fix #1853) 8 years ago
  Yotam Berkowitz 4f49135313 remove extra console.logs 8 years ago
  Yotam Berkowitz 885ebffbce fix delete btn and remove console.logs 8 years ago
  Yotam Berkowitz eb445d6d84 fix stacking bug in rtl and css for rtl 8 years ago
  Yotam Berkowitz 60d81a81e4 add events support for rtl 8 years ago
  jos 23814fc167 Fixed #1695: Item line and dot not correctly reckoning with the line width when using left or right align 8 years ago
  jos 304129882e Fixed #1326: wrongly positioned dot of PointItems 9 years ago
  jos b750d2e4dc Added css class `vis-editable`, created an example demonstrating individually editable items (see #980) 9 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 f30a3a4556 Integrated an option configurator 9 years ago
  jos 61108f393e Renamed class `.vis-item-frame` to `.vis-item-overflow` 9 years ago
  jos cf8c299d11 Removed the option `padding` for Timeline, is now redundant (can be done purely with css now) 9 years ago
  jos d4ba655050 Changed the 'auto' alignment of range item contents such that it always displays the left side of the conents (see #785) 9 years ago
  jos 1d3ec56c49 Added extra div to background items too 9 years ago
  jos 0585fc4d34 Fixed delete button not being visible 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 dd7f8048e0 Fixed #676: misalignment of background items when using subgroups and the group label's height is larger than the contents. 9 years ago
  jos b5f57c2dd3 Fixed a bug in the configuration option `config` when zooming out a lot when using range items 9 years ago
  jos 6fdb09e82f Implemented configuration option `order: function` to define a custom ordering for the items (see #538, #324). 9 years ago
  jos 6818d68ba1 Neatly using hammer2 for the delete button 9 years ago