jos
60e0525187
Fixed another bug related to overflowing contents ( #459 )
10 years ago
jos
95e12e42da
Fixed #459 : content in range items may overflow range after zoom
10 years ago
jos
ace17d4f21
Fixed height of BackgroundItems not being 100% when timeline has a fixed height
10 years ago
jos
31e0c20f72
Simplified the background item support for empty/undefined contents
10 years ago
Alex de Mulder
7c1ede99af
no default padding and margin for backgrounditems
10 years ago
Alex de Mulder
8f63c115ee
updated background itemtype. No content is allowed now.
10 years ago
jos
5391f7c29d
Fixed #162 : Implemented a new item type `background`
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
f0a5b12593
Moved source code from `/src/` to `/lib/`
10 years ago
jos
18f73d78bd
Cleaned up some css
10 years ago
jos
d78a823d4e
Removed the 'rangeoverflow' item type
10 years ago
jos
30da48a49e
Fixed a bug in positioning/sizing the vertical lines of box items
10 years ago
jos
f672f7b583
Reworked options and setOptions
10 years ago
jos
c06d00a3ef
Some css improvements
10 years ago
jos
bc0c4159c8
Removed queuing mechanism from GroupSet
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
josdejong
e35076e280
Turned off animation for rootPanel and itemSet (css issues)
10 years ago
josdejong
867c1d9dd0
Fixed box-sizing of items on Firefox ( Fixed #74 )
10 years ago
josdejong
21bb0559e1
Refactored Itemset.repaint, simplified vertical positioning of items
10 years ago
josdejong
8717aac332
Refactored item selection
10 years ago
josdejong
785096c51a
Fixed a bug with margin.item=0 and margin.axis=0. Clarified some options in the documentation
10 years ago
josdejong
62c22f604f
Stacking starts to work
10 years ago
josdejong
819f1308b3
Added validation for callback functions. Some css fixes for range
10 years ago
josdejong
dbd68d78cc
Fixed content overflow of ItemRange
10 years ago
josdejong
19458b71b8
Fixed broken alignment of text in range
10 years ago
josdejong
285257e6fc
neatly applying option editable everywhere
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
b017edcaaa
Functions `select` and `unselect` on Items working
10 years ago
josdejong
7e6810955d
Switched to 2-space indentation
10 years ago
Eric Gillingham
aa58fe83a6
Undo local CSS changes for an easier upstream merge
11 years ago
Eric Gillingham
4beee1f290
Create ItemRangeOverflow item type
Overflow simply extends ItemRange with a new getWidth() function that
determines if the content of the range is wider than the range box
itself.
This did require adding a getWidth() function to the Item object that
always just returns this.width, and adjusting Stack.js to use the new
getWidth() function instead of item.width
11 years ago
josdejong
620bc9e3cb
Implemented grouping support in the Timeline
11 years ago
Eric Gillingham
812dee30ac
Change range content to overflow nicely if the range width is smaller
than the width of the text. This prevents range items with longer text
lines from being completely hidden.
Also update the stacking collision check to handle this case so that the
overflowed text is not hidden by another item.
11 years ago
josdejong
1ecb550d59
Moved the source files around
11 years ago
josdejong
8ac893855c
Halfway implementation of groups
11 years ago
josdejong
d55fb71c7f
Changed the dom of the itemset, added an axis element
11 years ago
josdejong
704136eec8
Split the dom for the itemset in two sets: foreground and background (instead of ugly z-index tricks)
11 years ago
josdejong
45afd42252
Initial import
11 years ago