jos
|
28f8367f11
|
Fixed the touch and release events being fired twice each time. Fixed a bug with dragging in the InteractionHandler
|
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
|
274a2d7d9d
|
Fixed #664: end of item not restored when canceling a move event
|
9 years ago |
jos
|
76757c978e
|
Fixed #443: not being able to drag items to an other group on mobile devices.
|
9 years ago |
jos
|
1aea9fed30
|
Implemented option `snap`
|
9 years ago |
jos
|
d587c437a8
|
Fixed #550: `Timeline.redraw()` now also recalculates the size of items.
|
9 years ago |
jos
|
1d7982f591
|
Fixed #401: width of range items not always being maintained when moving due to snapping to nice dates
|
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 |
jos
|
bcc5165330
|
Reeased version 3.7.2
|
10 years ago |
jos
|
95e12e42da
|
Fixed #459: content in range items may overflow range after zoom
|
10 years ago |
jos
|
47234a602d
|
Implemented selection of a range of items using Shift+Click
|
10 years ago |
Bogdan Modzelewski
|
d760f3d98a
|
Fixed onAdd/onUpdate callbacks not working when using DataView in Timeline
|
10 years ago |
jos
|
43bead4a77
|
Fixed #414: only one item being dragged when multiple items are selected.
|
10 years ago |
jos
|
ba6e05486e
|
redraw on data change is now done on next tick, so you have only one redraw for multiple (synchronous) changes
|
10 years ago |
jos
|
cc58bcadab
|
Little refactoring
|
10 years ago |
jos
|
0e4cdeee2e
|
Fixed #402: background items not always be cleared when removing them
|
10 years ago |
jos
|
91075357ab
|
Ok background areas seem to work fine now
|
10 years ago |
jos
|
00328965e7
|
Background areas can now be draw in a specific group or spread over the whole Timeline.
|
10 years ago |
Alex de Mulder
|
eb09734ca4
|
fixed item dragging offset in the x direction
|
10 years ago |
Alex de Mulder
|
f6a1a252ed
|
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates
|
10 years ago |
jos
|
4a3acd623e
|
Fixed #331: onclick events in items not working.
|
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 |
jos
|
8fbb851c46
|
Changed `onMoving` to be a callback by default (simpler code, little performance hit) See also #294
|
10 years ago |
jos
|
aaf1afe304
|
Fixed an error thrown when calling timeline.destroy() (see #294)
|
10 years ago |
jos
|
4d66916793
|
Oops fixing the overflow issue with the dots of BoxItems broke item selection.
|
10 years ago |
jos
|
8ba08c5a8b
|
Fixed #248: Implemented support for templates
|
10 years ago |
jos
|
29b4e31b31
|
Fixed an overflow issue with the dots of BoxItems
|
10 years ago |
jos
|
f990f09124
|
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.
|
10 years ago |
jos
|
5391f7c29d
|
Fixed #162: Implemented a new item type `background`
|
10 years ago |
jos
|
b7a67920d5
|
Smarter check whether data changed when redrawing items. (See also #290)
|
10 years ago |
Dan Turkenkopf
|
386035180e
|
Define allowed dataAttributes as Timeline option
Read from an array of allowed dataAttributes at the timeline level and
write them as data- attributes on the item
|
10 years ago |
jos
|
9bd9e0dd31
|
Fixed #286: newly added item ignored when returning an other object instance.
|
10 years ago |
jos
|
46454ca0f8
|
Fixed #284: Fixed the `id` field of a new item not correctly generated.
|
10 years ago |
jos
|
940e903342
|
Fixed #243, Fixed #270: Implemented support for option `align` for range items.
|
10 years ago |
jos
|
7672da4a78
|
Implemented a new callback function `onMoving(item, callback)`
|
10 years ago |
jos
|
09cb25296d
|
Added an example set selection. Some minor fixes and improvements in setSelection
|
10 years ago |
jos
|
9d45d947e5
|
Dots of items are now attached to the top panel instead of background panel (no need for z-index tricks)
|
10 years ago |
jos
|
cb3e652721
|
Fixed #252: canceling moving an item to another group did not move the item back to the original group.
|
10 years ago |
jos
|
44ef978ad9
|
Fixed #238: the `change` event sometimes being fired twice on IE10
|
10 years ago |
jos
|
c8e8691d68
|
Added vis-light bundle
|
10 years ago |
jos
|
7df77e69c9
|
Fixed #219: implemented function `getVisibleItems`
|
10 years ago |
jos
|
dc214e9181
|
Fixed #216: Added options `margin.item.horizontal` and `margin.item.vertical`, which allows to specify different margins horizontally/vertically.
|
10 years ago |
jos
|
f7e964edd0
|
Fixed #206: removed check for number of arguments in callbacks `onAdd`, `onUpdate`, `onRemove`, and `onMove`.
|
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 |
jos
|
5374721fd6
|
Added support for title for both items and groups
|
10 years ago |