37 Commits (3405e876cd821d850ae6d98442b92a41a7eb70f5)

Author SHA1 Message Date
  Joshua Walsh 658324f2de Prevent items from being repeatedly redrawn while off screen (#3633) 7 years ago
  Graham J e4efee604f Allow disabling of RangeItem limitSize (#3050) 7 years ago
  Yotam Berkowitz fe49e7e1d1 Improve Item redraw and initial draw performance (#3475) 7 years ago
  macleodbroad-wf 19beef7ec0 Tightens up jsdoc lint rules on timeline (#3362) 7 years ago
  macleodbroad-wf b5ef4b9ed9 lint timeline component item (#3310) 7 years ago
  Graham J e54bb16241 Timeline: Allow overriding `align` per item (#3107) 7 years ago
  Ondřej Exner 28abf0a5df timeline - items always draggable upgrade for range (#3073) 7 years ago
  Brad Hards ceb698626a fix(timeline): #2720 Problems with option editable (#2743) 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 a093bc4ac0 Add visibleFrameTemplate option for higher item dom content (#2437) 8 years ago
  yotamberk 51528bae5a Tooltip on item update time (#2247) 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 932dfb1754 Fix Vertical visibility for all item types (#2143) 8 years ago
  Yotam Berkowitz b32f9428ff Fix comment typo 8 years ago
  Iskander508 d9576bee50 Added floating-point compensation to range-item width calculation (#2107) 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
  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 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 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 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 0585fc4d34 Fixed delete button not being visible 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 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 e19502ebc7 Moving Timeline working with hammer2 (stop event propagation still an issue) 10 years ago
  jos 60e0525187 Fixed another bug related to overflowing contents (#459) 10 years ago
  jos c87ef9819c Support for 'style' added for Items 10 years ago
  jos ace17d4f21 Fixed height of BackgroundItems not being 100% when timeline has a fixed height 10 years ago
  jos f990f09124 Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`. 10 years ago
  jos b0da7fe8cb Docs updated. A litte refactoring 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
  Dan Turkenkopf 67915d5806 Store additional item fields as data- attributes 10 years ago
  jos 940e903342 Fixed #243, Fixed #270: Implemented support for option `align` for range items. 10 years ago
  jos 69077c95fa Removed a resolved todo 10 years ago
  jos c8e8691d68 Added vis-light bundle 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 d78a823d4e Removed the 'rangeoverflow' item type 10 years ago