Yaroslav Nechaev
|
b04325eb87
|
Fixed setRange bug in Timeline
|
11 years ago |
josdejong
|
a59b7f8d25
|
Implemented functions `setWindow` and `getWindow`
|
11 years ago |
josdejong
|
fd951bef92
|
Implemented ctrl+click and shift+click to select multiple items
|
11 years ago |
josdejong
|
819f1308b3
|
Added validation for callback functions. Some css fixes for range
|
11 years ago |
josdejong
|
285257e6fc
|
neatly applying option editable everywhere
|
11 years ago |
josdejong
|
e3998b89d9
|
Implemented handlers onAdd, onUpdate, onMove, onRemove
|
11 years ago |
josdejong
|
d712e32489
|
Implemented adding items
|
11 years ago |
josdejong
|
b5085d9703
|
Implemented snapping of items when dragging them
|
11 years ago |
josdejong
|
e45c7505cc
|
Implemented options `selectable` and `editable`
|
11 years ago |
josdejong
|
568ac65686
|
Consistently using Emitter instead of home-baked event emitter everywhere
|
11 years ago |
josdejong
|
3e5e1f162b
|
Changed request-reflow and request-repaint into events
|
11 years ago |
josdejong
|
2feb514a2a
|
Implemented dragging items
|
11 years ago |
josdejong
|
5801a0e770
|
Implemented dragging items
|
11 years ago |
josdejong
|
9e68b81d31
|
Start with implementing an event bus to propagate events between the components of the Timeline
|
11 years ago |
josdejong
|
ac3ea3c11f
|
Integrated an emitter-component as Emitter mixin
|
11 years ago |
josdejong
|
43414f85ba
|
Fixed non working `start` and `end` options.
|
11 years ago |
josdejong
|
f9c14259ab
|
Splitted function `select` into `getSelection` and `setSelection`
|
11 years ago |
josdejong
|
ebf756c88f
|
Implemented item selection and a function select to get/set the selected items
|
11 years ago |
josdejong
|
f6d5de71b2
|
Implemented functions `on` and `off` for Timeline events
|
11 years ago |
josdejong
|
93e2bd4b3c
|
Implemented function `select` for the Timeline
|
11 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
11 years ago |
josdejong
|
f027e70f1f
|
Implemented pinching (not yet stable on chrome mobile)
|
11 years ago |
josdejong
|
5ac671af79
|
Some fixes in positioning of groups
|
11 years ago |
josdejong
|
15a4ac5265
|
Fixed #6: options `min` and `max` are broken.
|
11 years ago |
Fedor Tirsel
|
251d4e552f
|
Custom time bar as a component
|
11 years ago |
Fedor Tirsel
|
a2498f0f6c
|
Current time bar as a component
|
11 years ago |
josdejong
|
b8e8bf7141
|
Fixed #11: initial empty range in the Timeline in case of a single item
|
11 years ago |
josdejong
|
c6c8aab669
|
Fixed missing space between className classes. (See #7)
|
11 years ago |
josdejong
|
8643fdcc91
|
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
|
11 years ago |
josdejong
|
620bc9e3cb
|
Implemented grouping support in the Timeline
|
11 years ago |
josdejong
|
54696f86ce
|
Added documentation for the Timeline
|
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
|
f26d3f1a98
|
moved some source files around
|
11 years ago |
josdejong
|
e6546fe4dc
|
Fixed items not automatically being repainted on changed data
|
11 years ago |
josdejong
|
a06814d7f1
|
Some more decoupling of components options
|
11 years ago |
josdejong
|
fc11f82f45
|
GroupSet now reckons with changes in the connected DataSet with groups
|
11 years ago |
josdejong
|
751fbfb8a3
|
Simplified component relations in timeline
|
11 years ago |
josdejong
|
309564e367
|
Changed propagation of options in components to a prototype based solution
|
11 years ago |
josdejong
|
714a39ec03
|
Renamed some properties for more clarity
|
11 years ago |
josdejong
|
dd8aa76b6c
|
GroupSet now neatly handling chances in groups data
|
12 years ago |
josdejong
|
8ac893855c
|
Halfway implementation of groups
|
12 years ago |
josdejong
|
0f86680971
|
Implemented methods show/hide for components
|
12 years ago |
josdejong
|
1dcd615626
|
Some fixes/improvements in calculating the height of the stacked items
|
12 years ago |
josdejong
|
040e53b2ee
|
Only visible items are rendered now
|
12 years ago |
josdejong
|
08b6ba904e
|
Added an option to force a reflow/repaint instead of kindly request it
|
12 years ago |
josdejong
|
c5d7a9a9a5
|
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)
|
12 years ago |
josdejong
|
6590e2cd2e
|
Applied node style dependency management, using browserify now to bundle the code
|
12 years ago |
josdejong
|
d55fb71c7f
|
Changed the dom of the itemset, added an axis element
|
12 years ago |
josdejong
|
3e4e9313e3
|
Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js
|
12 years ago |