jos
|
b5f57c2dd3
|
Fixed a bug in the configuration option `config` when zooming out a lot when using range items
|
9 years ago |
jos
|
6fdb09e82f
|
Implemented configuration option `order: function` to define a custom ordering for the items (see #538, #324).
|
9 years ago |
jos
|
60e0525187
|
Fixed another bug related to overflowing contents (#459)
|
10 years ago |
jos
|
c87ef9819c
|
Support for 'style' added for Items
|
10 years ago |
jos
|
ace17d4f21
|
Fixed height of BackgroundItems not being 100% when timeline has a fixed height
|
10 years ago |
jos
|
f990f09124
|
Refactored `ItemBox`, `ItemRange`, and `ItemPoint` to respectively `BoxItem`, `RangeItem`, and `PointItem`.
|
10 years ago |
jos
|
b0da7fe8cb
|
Docs updated. A litte refactoring
|
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 |
Dan Turkenkopf
|
67915d5806
|
Store additional item fields as data- attributes
If additional item fields are defined on the DataSet or array being
passed to the timeline, store them as data- attributes on the content
element.
|
10 years ago |
jos
|
940e903342
|
Fixed #243, Fixed #270: Implemented support for option `align` for range items.
|
10 years ago |
jos
|
69077c95fa
|
Removed a resolved todo
|
10 years ago |
jos
|
c8e8691d68
|
Added vis-light bundle
|
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 |
jos
|
d78a823d4e
|
Removed the 'rangeoverflow' item type
|
10 years ago |
jos
|
610702f21e
|
Removed all usage of style.bottom
|
10 years ago |
jos
|
4ac1d3abcc
|
Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util`
|
10 years ago |
jos
|
0f45b7a2f1
|
Removed double function naming
|
10 years ago |
jos
|
a5025b9673
|
Renamed all functions `repaint` to `redraw`
|
10 years ago |
jos
|
3dfd05ee6c
|
ItemSet starts to work again
|
10 years ago |
jos
|
e79c0772ad
|
Implemented dragging items from one group to another. Implemented detailed configuration of editable actions.
|
10 years ago |
jos
|
36e512cefb
|
Removed parameter `parent` from Item constructor
|
10 years ago |
jos
|
58e81f3f70
|
Created a Group holding ungrouped items, for timelines not using groups
|
10 years ago |
josdejong
|
f7bddb0742
|
Fixed initial stacking of items in groups
|
10 years ago |
josdejong
|
c886c6d66b
|
Removed reflow step from Panel, RootPanel, and ContentPanel
|
10 years ago |
josdejong
|
21bb0559e1
|
Refactored Itemset.repaint, simplified vertical positioning of items
|
10 years ago |
josdejong
|
699c13d99b
|
Temporarily fixed stacking in a primitive way
|
10 years ago |
josdejong
|
8717aac332
|
Refactored item selection
|
10 years ago |
josdejong
|
3401f74eb5
|
Made Item.isVisible independent of parent
|
10 years ago |
josdejong
|
460353e654
|
Refactored ItemRangeOverflow
|
10 years ago |
josdejong
|
141cf0b4c3
|
Refactored ItemPoint
|
10 years ago |
josdejong
|
740295165a
|
Rewritten ItemRange
|
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
|
339d39ec3d
|
Dragging left and right side of a range almost working
|
10 years ago |
josdejong
|
797a138696
|
Timeline items can now be deleted
|
10 years ago |
josdejong
|
2feb514a2a
|
Implemented dragging items
|
10 years ago |
josdejong
|
5801a0e770
|
Implemented dragging items
|
10 years ago |
josdejong
|
ebf756c88f
|
Implemented item selection and a function select to get/set the selected items
|
10 years ago |
josdejong
|
b017edcaaa
|
Functions `select` and `unselect` on Items working
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
josdejong
|
c6c8aab669
|
Fixed missing space between className classes. (See #7)
|
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
|
309564e367
|
Changed propagation of options in components to a prototype based solution
|
11 years ago |
josdejong
|
58a6831619
|
Some obvious performance improvements
|
11 years ago |
josdejong
|
040e53b2ee
|
Only visible items are rendered now
|
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 |