jos
|
94741fbd51
|
Implemented a method `clear([what])`, to clear items, groups, and configuration of a Timeline instance.
|
10 years ago |
jos
|
cf48b7d7ca
|
Fixed #86: A newly created item is now initialized with `end` property when option `type`
is `"range"` or `"rangeoverflow"`.
|
10 years ago |
jos
|
c0614edb84
|
Added function `repaint()` to force a repaint of the Timeline.
|
10 years ago |
jos
|
e5cc8d7466
|
Added a simple navigation menu example
|
10 years ago |
jos
|
eed261b695
|
Implemented function `fit`
|
10 years ago |
Eric Gillingham
|
111ed6afc5
|
Correct type for stack option, docs and code use stack, but Timeline.js
used stacking for the default, making it not stack by default.
|
10 years ago |
jos
|
284013c3e3
|
Implemented option `stack` to enable/disable stacking of items.
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |
jos
|
a544505148
|
Fixed adjusting for changed margins on the fly, fixed reckoning with height of group label for group height
|
10 years ago |
jos
|
50a316ea09
|
New Group starts working
|
10 years ago |
jos
|
efd861003f
|
Inserted some more group functionality to ItemSet
|
10 years ago |
jos
|
8f352edb53
|
Moved function getLabelsWidth
|
10 years ago |
jos
|
7470c2522f
|
Removing GroupSet references from Timeline
|
10 years ago |
jos
|
a98ef0686c
|
Fixed #102: offset in newly created items when using groups.
|
10 years ago |
jos
|
13573b17dc
|
Function `setWindow` now accepts an object with properties `start` and `end`.
|
10 years ago |
jos
|
5927100054
|
Option order made deprecated
|
10 years ago |
Yaroslav Nechaev
|
b04325eb87
|
Fixed setRange bug in Timeline
|
10 years ago |
jos
|
91fc13348b
|
Disabled css transitions for now, needs some more work
|
10 years ago |
jos
|
4ab1d08876
|
Moved the dots and vertical lines of box items to a separate panel
|
10 years ago |
jos
|
edec21743e
|
Fixed repeatedly fired select event when clicking in an empty space in the Timeline
|
10 years ago |
jos
|
4643a7cc58
|
Fixes in selection, deletion, and creation of items with Groups
|
10 years ago |
jos
|
16fc9d9afd
|
Fixed ordering of groups
|
10 years ago |
jos
|
163fa20640
|
Some more fixes in GroupSet
|
10 years ago |
jos
|
650e465ab0
|
Some first fixes in the GroupSet and side panel
|
10 years ago |
josdejong
|
70e0723aa4
|
Components are now controlled by their parents (GroupSet is currently broken)
|
10 years ago |
josdejong
|
bd53df8748
|
More smooth resizing of timeline on window resize
|
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
|
84345f9425
|
Fixed vertical positioning of main and labels panel
|
10 years ago |
josdejong
|
a042d86783
|
ItemSets in GroupSet are now relative positioned
|
10 years ago |
josdejong
|
e95d0d7e4e
|
Fixed dragging items (half)
|
10 years ago |
josdejong
|
834de3bfdf
|
Group labels start to work again
|
10 years ago |
josdejong
|
b3e1295e23
|
GroupSet starts to work again
|
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
|
357036a9e1
|
CustomTime and CurrentTime works again
|
10 years ago |
josdejong
|
a462d04f34
|
TimeAxis works again
|
10 years ago |
josdejong
|
27f9b20a28
|
Started reworking component/panel architecture
|
10 years ago |
josdejong
|
2746149849
|
Halfway reworking the GroupSet
|
10 years ago |
josdejong
|
21bb0559e1
|
Refactored Itemset.repaint, simplified vertical positioning of items
|
10 years ago |
josdejong
|
a59b7f8d25
|
Implemented functions `setWindow` and `getWindow`
|
10 years ago |
josdejong
|
fd951bef92
|
Implemented ctrl+click and shift+click to select multiple items
|
10 years ago |
josdejong
|
819f1308b3
|
Added validation for callback functions. Some css fixes for range
|
10 years ago |
josdejong
|
285257e6fc
|
neatly applying option editable everywhere
|
10 years ago |
josdejong
|
e3998b89d9
|
Implemented handlers onAdd, onUpdate, onMove, onRemove
|
10 years ago |
josdejong
|
d712e32489
|
Implemented adding items
|
10 years ago |
josdejong
|
b5085d9703
|
Implemented snapping of items when dragging them
|
10 years ago |
josdejong
|
e45c7505cc
|
Implemented options `selectable` and `editable`
|
10 years ago |
josdejong
|
568ac65686
|
Consistently using Emitter instead of home-baked event emitter everywhere
|
10 years ago |
josdejong
|
3e5e1f162b
|
Changed request-reflow and request-repaint into events
|
10 years ago |