Jacob Lauzier
|
d968da74ef
|
Bad call to getHiddenDurationBetween
Bug in Range.js call to DateUtil.getHiddenDurationBetween. It was passing in this.options.moment which is not expected by getHiddenDurationBetween.
|
9 years ago |
jos
|
a9ca766af7
|
Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html)
|
9 years ago |
Martin Fischer
|
1a3fa5bee4
|
typo
|
9 years ago |
Martin Fischer
|
11c820a2ab
|
added zoomKey to apply zooming only when a specific key is down
|
9 years ago |
jos
|
20af47e859
|
Fixed #239: Do not zoom/move the window when the mouse is on the left panel with group labels
|
9 years ago |
jos
|
f26c4ea0aa
|
Fixed #841: messing up clientY and pageY in event handling
|
9 years ago |
jos
|
aee5c1e3fd
|
Renamed option `animate` to `animation`, and changed it to be either a boolean or an object `{duration: number, easingFunction: string}`
|
9 years ago |
jos
|
08b6f7b75a
|
Fixed vertical scroll not working in Timeline and 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
|
89cacf51dc
|
Fixed #541: `setWindow` not working when applying an interval larger than the configured `zoomMax`.
|
9 years ago |
Alex de Mulder
|
e9d6c9897a
|
- Added byUser flag to options of the rangechange and rangechanged event.
|
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)
|
10 years ago |
jos
|
3b08676a57
|
Halfway implementing hammerjs2 for Timeline
|
10 years ago |
Alex de Mulder
|
03b869a1e0
|
fixed zooming on tablet
|
10 years ago |
jos
|
090383d462
|
Fixes for ES5 strict mode
|
10 years ago |
Alex de Mulder
|
782e3f3468
|
fixed typo #467, removed old, unused options from network
|
10 years ago |
Alex de Mulder
|
e14479f2e0
|
made sure ranged items do not disappear on a large set window
|
10 years ago |
Alex de Mulder
|
d35dbef594
|
fixed all problems with hiddenDates EXCEPT moment on firefox
|
10 years ago |
Alex de Mulder
|
f6a1a252ed
|
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates
|
10 years ago |
Alex de Mulder
|
6ca1700087
|
fixed selectable for network #371
|
10 years ago |
Alex de Mulder
|
56af6ac8c7
|
removed support function
|
10 years ago |
Alex de Mulder
|
8baad7a749
|
finalized hiddenDates, fixed tablet support. Cleaned up code, set 4 pixel threshold for performance.
|
10 years ago |
Alex de Mulder
|
15075b3edc
|
fixed moveTo, fit and setWindow. Improved animation smoothness
|
10 years ago |
Alex de Mulder
|
3c8df26e41
|
fully working hiddenDates! woohoo!
|
10 years ago |
Alex de Mulder
|
95f7586248
|
almost working hiddenDates, generic and specific. Only start times now
|
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 |
Alex de Mulder
|
db06332925
|
initial hiding of times, currently only one time is allowed
|
10 years ago |
jos
|
6b61e95bf2
|
Changed to `moment().add(value, unit)` notation
|
10 years ago |
jos
|
aaf1afe304
|
Fixed an error thrown when calling timeline.destroy() (see #294)
|
10 years ago |
jos
|
e7ec9a669a
|
A fix in applying fit on initialization of the Timeline
|
10 years ago |
jos
|
9927010d9a
|
Fixed animation in Graph2d. Some fixes in animation
|
10 years ago |
jos
|
95127c0683
|
Added example 22_window_adjustment.html
|
10 years ago |
jos
|
1d70335b1a
|
Implemented animated range change for functions `fit`, `focus`, `setSelection`, and `setWindow`.
|
10 years ago |
jos
|
27bc2fb8a6
|
Upgraded hammer.js to v1.1.3
|
10 years ago |
jos
|
86f887e4bb
|
Removed some references to `vis` namespace
|
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 |
Alex de Mulder
|
db46e27732
|
Creating examples, lots of bugfixes!
|
10 years ago |
jos
|
fe7cc72666
|
Implemented shadows when vertical scroll is possible
|
10 years ago |
jos
|
63c36ffb6f
|
Fixed vertical drag issue while pinching
|
10 years ago |
jos
|
0420c72b60
|
Implemented support for vertical dragging (needs some refinement)
|
10 years ago |
jos
|
8ef8a1e0b2
|
Implemented options `zoomable` and `moveable`
|
10 years ago |
jos
|
e232f81dc0
|
Renamed body.props to body.domProps
|
10 years ago |
jos
|
5033272a6d
|
Moved default start and end to Range
|
10 years ago |
jos
|
f672f7b583
|
Reworked options and setOptions
|
10 years ago |
jos
|
43912f5d9b
|
Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now
|
10 years ago |
jos
|
19dfc92458
|
Fixed ItemSet not updating on change in DataSet
|
10 years ago |
jos
|
ad2e235211
|
Fixed offset in zooming with scroll when using groups
|
10 years ago |
jos
|
17fc182f5b
|
TimeAxis starting to work again
|
10 years ago |