macleodbroad-wf
|
05cbb3b72c
|
Adds missing jsdoc and adds lint rule require-jsdoc to build process (#3354)
* Change lint rules
* Get eslint passing with require-jsdoc
|
7 years ago |
Steven Jones
|
fc082d3334
|
Fixes #2918: Remove usages of elementsCensor. (#2947)
|
7 years ago |
cmolinaAlicante
|
c2cbff2282
|
feat(timeline): Change setCustomTimeTitle title parameter to be a string or a function (#2611)
* change setCustomTimeTitle title parameter, Now could be an string or a function
* Fixed indent and spacing
|
7 years ago |
yotamberk
|
419e6cd516
|
Fix: #1906 Pass through original hammer.js events (#2420)
* Fix redraw order
* Add elements censor and event to emitter
* Fix all recursive loop in json event
* Add docs for event emitted
|
8 years ago |
yotamberk
|
d779efe3f3
|
Fixes #2336 mouse wheel problem on custom time element (#2366)
* Fix mouse zoom on currentTime
* Fix customTime mousewheel bug
|
8 years ago |
David Nemcok
|
9d30222491
|
Fix incorrect documentation URL
|
8 years ago |
jos
|
311ea1eef5
|
Fixed #1455: allow vertical panning of the web page on touch devices
|
8 years ago |
Arno Barzan
|
3f03ceb9dc
|
Added possibility to change (or hide) the title of a CustomTime element.
|
9 years ago |
jos
|
a9ca766af7
|
Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html)
|
9 years ago |
Alex de Mulder
|
1a3f63f187
|
fixed vertical dragging issue from hammer (which was found in network) in the timeline
|
9 years ago |
jos
|
d77275e3d1
|
Fixed #869: add className with id to custom time bars
|
9 years ago |
jos
|
2929fafa20
|
Deprecated option `showCustomTime`. Use method `addCustomTime()` instead.
|
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
|
61b9513070
|
More descriptive warning on missing locale (see #761)
|
9 years ago |
jos
|
5db59a91d7
|
Fixed #761: Timeline and Graph2d throwing an error when locale is not found. Gives a warning message instead.
|
9 years ago |
Oleg Yapparov
|
1c848f1f2d
|
Multiple customTime vertical bars
|
9 years ago |
jos
|
a56f8eb2dc
|
Hammer2 mostly working in the Timeline
|
9 years ago |
jos
|
3b08676a57
|
Halfway implementing hammerjs2 for Timeline
|
10 years ago |
jos
|
1d21066ee2
|
Fixed #171: Implemented functions `setCurrentTime(date)` and `getCurrentTime()`
|
10 years ago |
jos
|
26ca73dff5
|
Implemented localization in Timeline and Graph2d
|
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
|
ebb8626513
|
Halfway implementing Timeline.destroy
|
10 years ago |
jos
|
f672f7b583
|
Reworked options and setOptions
|
10 years ago |
jos
|
4ac1d3abcc
|
Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util`
|
10 years ago |
jos
|
43912f5d9b
|
Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now
|
10 years ago |
jos
|
0f45b7a2f1
|
Removed double function naming
|
10 years ago |
jos
|
08d486a53f
|
Items are selectable and editable largely
|
10 years ago |
jos
|
a5025b9673
|
Renamed all functions `repaint` to `redraw`
|
10 years ago |
jos
|
abefb67131
|
Moved CurrentTime and CustomTime to the foreground panel
|
10 years ago |
jos
|
3dfd05ee6c
|
ItemSet starts to work again
|
10 years ago |
jos
|
9f2eee8af9
|
CurrentTime and CustomTime working again
|
10 years ago |
josdejong
|
70e0723aa4
|
Components are now controlled by their parents (GroupSet is currently broken)
|
10 years ago |
josdejong
|
7899d6dab4
|
repaint functions now return a `resized` variable used to determine whether another repaint is needed to settle
|
10 years ago |
josdejong
|
e95d0d7e4e
|
Fixed dragging items (half)
|
10 years ago |
josdejong
|
357036a9e1
|
CustomTime and CurrentTime works again
|
10 years ago |
josdejong
|
27f9b20a28
|
Started reworking component/panel architecture
|
10 years ago |
josdejong
|
ca54afe295
|
Replaced mouse events with touch events for CustomTime
|
10 years ago |
josdejong
|
568ac65686
|
Consistently using Emitter instead of home-baked event emitter everywhere
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
Fedor Tirsel
|
251d4e552f
|
Custom time bar as a component
|
11 years ago |