macleodbroad-wf
c325418244
Addresses code review comments from PR 3382 ( #3398 )
* Corrects usage of @static jsdoc annotation
* Correct unresolvable types
* Correct types in jsdoc and remove extraneous @class & @constructor jsdoc
* Remove incorrect @static jsdoc
* Adds missing jsdoc for param copyFromGlobals
* correct jsdoc in util
* Corrects casing on jsdocs
* Swaps @inheritDoc to @ignore for constructors where constructor args are documented in the class
* Instantiates Errors with `new`
* Addresses improperly defined @callback tags.
* Split callbacks out to separate jsdoc
* Moves constructor jsdocs back to constructor and drop @ignore .
7 years ago
macleodbroad-wf
19beef7ec0
Tightens up jsdoc lint rules on timeline ( #3362 )
* Tightens up jsdoc lint rules on timeline
* Adds missing options param
7 years ago
macleodbroad-wf
efc4b30011
lint timeline ( #3312 )
7 years ago
AoDev
e6ed962238
chore(lint): added support for eslint ( #2695 )
7 years ago
Nikola Gluhovic
9ec77c622b
fix wrong indentation
8 years ago
Nikola Gluhovic
d07a3ec8e5
better variable name
8 years ago
Nikola Gluhovic
8cd847c6a1
fix #1723
8 years ago
jos
d7124f9df3
Fixed #1249 : option `hiddenDates` not accepting a single hidden date
9 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
jos
7248587d67
Removed spam
9 years ago
Alex de Mulder
6ded752e03
Optimised a serious slowdown on performance since hidden dates. Clarified binary search
10 years ago
Alex de Mulder
5cd6a2c9a2
fixed all problems with hiddenDates
10 years ago
Alex de Mulder
d35dbef594
fixed all problems with hiddenDates EXCEPT moment on firefox
10 years ago
Alex de Mulder
ec8b53d938
fixed uneven spacing of hidden dates
10 years ago
Alex de Mulder
704755a29e
updated and improved API for hidden dates with the repeat argument
10 years ago
Alex de Mulder
0803da355c
fixed snapping of minimum steps with hidden dates
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
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
51931b2b5e
updated major step for hidden dates
10 years ago
Alex de Mulder
5eac1cf625
Docs and history for hiddenDates
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