96 Commits (9218b01b2914b2602bda0e93e3c2f6fe57b533e2)

Author SHA1 Message Date
  Yotam Berkowitz fe49e7e1d1 Improve Item redraw and initial draw performance (#3475) 7 years ago
  macleodbroad-wf c325418244 Addresses code review comments from PR 3382 (#3398) 7 years ago
  macleodbroad-wf 48c7cf93f1 Enable jsdoc-require MethodDefinition (#3382) 7 years ago
  macleodbroad-wf 13747eedd3 Adds missing @extends/@constructor to jsdoc (#3372) 7 years ago
  macleodbroad-wf 19beef7ec0 Tightens up jsdoc lint rules on timeline (#3362) 7 years ago
  macleodbroad-wf 05cbb3b72c Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354) 7 years ago
  macleodbroad-wf efc4b30011 lint timeline (#3312) 7 years ago
  Pat Sissons e25db74b4b replacing all ES6 imports with CJS require calls (#3063) 7 years ago
  Danny Larsen 63794a32d8 mouseup and mousedown events fixes #3032 (#3059) 7 years ago
  yotamberk 3d1e8a3296 Add callback functions to moveTo, zoomIn, zoomOut and setWindow (#2870) 7 years ago
  Brad Hards d59c4a17f0 Fix eslint problem on Travis. (#2744) 7 years ago
  yotamberk cd30aa9f13 feat(timeline): #2647 Dynamic rolling mode option (#2705) 7 years ago
  Lewis B d3d1dc7ecc Fixed Timeline.setGroups for Array (#2529) 7 years ago
  yotamberk 2ec733ba25 fix: #226 #2421 #2429 Fixed mouse events on timeline (#2473) 7 years ago
  Alexander Wunschik 1eb05e52fa readded throttleRedraw (#2514) 7 years ago
  yotamberk 8ab1d183cb feat: #2300 Added nested groups (#2416) 7 years ago
  yotamberk 01aada74e4 Fix minor bug when option is not defined (#2486) 7 years ago
  Yotam Berkowitz 2f04345f80 Fix error when option is not defined 7 years ago
  yotamberk 3311b9b17e feat: #1746 rolling mode (#2439) 7 years ago
  Simon Morris e79d709df6 Added option to change the visibility of a group (#2315) 7 years ago
  yotamberk a60407877d check parent DOM elements for direction attribute (#2237) 8 years ago
  Yotam Berkowitz 9d33372f0b Support parent dir and add docs + examples 8 years ago
  Yotam Berkowitz 510adfc282 Add support to rtl with dir 8 years ago
  Yotam Berkowitz 4b6a0d7f74 Fix to Core.js to updated Core.js 8 years ago
  Yotam Berkowitz 4f105a3127 Fix templates 8 years ago
  Yotam Berkowitz 2f2f5c4cc8 Commit before pull 8 years ago
  yotamberk 33795a90a1 Fix scroll bugs with vertical scrollbar (#2228) 8 years ago
  yotamberk 1e55ee8640 Bugfix in timeline (#2219) 8 years ago
  yotamberk ecf1c6a7d3 small improvements (#2217) 8 years ago
  yotamberk ac1d6a6a96 Fix small timeline bug when defining timeline with no options and fix docs explanations (#2216) 8 years ago
  yotamberk b889a5057d Add a vertical scroll option for timeline [solves #273, #1060, #466] (#2196) 8 years ago
  Greg Kubisa ff3948f85c Use requestAnimationFrame to throttle redraws 8 years ago
  thomasbarone 67823f1a7f Fix issue #1156 (#1976) 8 years ago
  jos 6f1dc4200d Fixed #1774: Wrong initial scale when Timeline contains a single item 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
  Yotam Berkowitz a549ed2d19 add rtl of groups in timeline 8 years ago
  jos 95fd8ed154 Fixed import of Configurator 8 years ago
  jos f171328c10 Fixed #1541: Timeline and Graph2d did not load synchronously anymore 8 years ago
  jos 717f1f148b Moved `emit('_change'...)` from Timeline.setItems to ItemSet.setItems to be consistend with ItemSet.setGroups 8 years ago
  Ludo Stellingwerff ec893065a6 Fixed #1580: Invisible timeline/graph should not be drawn, as most inputs are invalid 8 years ago
  Ludo Stellingwerff 7cf090e368 Fixed #1521: Prevent items from staying stuck to the left side of the viewport. 8 years ago
  Ludo Stellingwerff 246de7f49a Fix autoscale of timeline axis. 8 years ago
  jos 4cae296b17 Fixed #1527: error when creating/updating a Timeline without data 8 years ago
  jos df4e3d4e10 Fixed #1523: end of data range wrongly determined 8 years ago
  jos d866866f43 Fixed #1486: Item range sometimes wrongly calculated on IE in case of old dates 8 years ago
  jos d9223685e2 Implemented redraw throttling for Timeline 9 years ago
  jos a9ca766af7 Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html) 9 years ago
  jos 7c22bd3c3b Configurator is now lazy loaded in Timeline, Graph2d, and Network (see #964) 9 years ago