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 |
josdejong
|
e95d0d7e4e
|
Fixed dragging items (half)
|
10 years ago |
josdejong
|
f64b2fac95
|
Attached ItemSet again
|
10 years ago |
josdejong
|
d36051cae9
|
Changed RootPanel and Timeline in an emitter
|
10 years ago |
josdejong
|
ae95765c18
|
Changed Range into an emitter
|
10 years ago |
josdejong
|
27f9b20a28
|
Started reworking component/panel architecture
|
10 years ago |
josdejong
|
b2cfcc5318
|
Fixed scrolling to zoom not working on IE in standards mode
|
10 years ago |
josdejong
|
819f1308b3
|
Added validation for callback functions. Some css fixes for range
|
10 years ago |
josdejong
|
e45c7505cc
|
Implemented options `selectable` and `editable`
|
10 years ago |
josdejong
|
ca54afe295
|
Replaced mouse events with touch events for CustomTime
|
10 years ago |
josdejong
|
439ec1b6d7
|
Extended Range with an Emitter mixin
|
10 years ago |
josdejong
|
2feb514a2a
|
Implemented dragging items
|
10 years ago |
josdejong
|
5801a0e770
|
Implemented dragging items
|
10 years ago |
josdejong
|
9e68b81d31
|
Start with implementing an event bus to propagate events between the components of the Timeline
|
10 years ago |
josdejong
|
43414f85ba
|
Fixed non working `start` and `end` options.
|
10 years ago |
josdejong
|
f6d5de71b2
|
Implemented functions `on` and `off` for Timeline events
|
10 years ago |
josdejong
|
f678e076b1
|
Switched back to hammer.js 1.0.5 due to issues with 1.0.6
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
josdejong
|
f027e70f1f
|
Implemented pinching (not yet stable on chrome mobile)
|
11 years ago |
josdejong
|
8020eca4ca
|
Integrated hammer.js in Timeline
|
11 years ago |
josdejong
|
15a4ac5265
|
Fixed #6: options `min` and `max` are broken.
|
11 years ago |
josdejong
|
c6c8aab669
|
Fixed missing space between className classes. (See #7)
|
11 years ago |
Eric Gillingham
|
94f6e365d0
|
Add a new moveTo function to range to allow a program to recenter the
timeline on any given date.
|
11 years ago |
Eric Gillingham
|
3c5983c78c
|
Add a new moveTo function to range to allow a program to recenter the
timeline on any given date.
|
11 years ago |
josdejong
|
8643fdcc91
|
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
|
11 years ago |
josdejong
|
1ecb550d59
|
Moved the source files around
|
11 years ago |
josdejong
|
4eed201768
|
Renamed source files to match the name of the containing prototype
|
11 years ago |
josdejong
|
a06814d7f1
|
Some more decoupling of components options
|
11 years ago |
josdejong
|
c5d7a9a9a5
|
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)
|
11 years ago |
josdejong
|
6590e2cd2e
|
Applied node style dependency management, using browserify now to bundle the code
|
11 years ago |