yotamberk
534ad9f32f
fix #2500 for timeline ( #2506 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
* Fix boolean types bug
7 years ago
yotamberk
9f0376ea44
add template support for minor/major labels ( #2493 )
* Fix redraw order
* Fix error when option is not defined
* Allow template labels
7 years ago
Yotam Berkowitz
3cfa8d09fd
Allow template labels
7 years ago
yotamberk
01aada74e4
Fix minor bug when option is not defined ( #2486 )
* Fix redraw order
* Fix error when option is not defined
7 years ago
Yotam Berkowitz
2f04345f80
Fix error when option is not defined
7 years ago
easleydp
3b27f47995
Fix YUI Compressor incompatibilities and in so doing improve general JavaScript correctness ( #2452 )
7 years ago
yotamberk
73f880d9f4
Fix initial drag ( #2474 )
* Fix redraw order
* Fix initial drag item bug
* Fix indents
7 years ago
Uli Fahrer
9692d0df49
Fix error on click for graph2D when no data is provided ( #2472 )
8 years ago
Uli Fahrer
c584a754ac
Fix graph2D render issue ( #2470 )
8 years ago
yotamberk
a093bc4ac0
Add visibleFrameTemplate option for higher item dom content ( #2437 )
* Fix redraw order
* Add initial itemVisibleFrame
* Add visibleFrameTemplate option
* Improve example
* Rename and fix example
* Fix comments from PR
* Fix example
8 years ago
Uli Fahrer
3bc182b26a
Fix Range ctor with optional options parameter ( #2468 )
8 years ago
yotamberk
3311b9b17e
feat: #1746 rolling mode ( #2439 )
* Add initial support for rolling mode
* Add rollingModeBtn and simplify example
* Make icon in css:
* Remove icon btn
* Add docs
* Fix zoom in rolling mode and initial start/end times
8 years ago
yotamberk
58cc1d93e6
fix : #2422 Timeline onMove callback ( #2427 )
* Fix redraw order
* Fix calling dragStart mote than once
8 years ago
yotamberk
66047acd63
fix : #2370 IE10 drag-and-drop support ( #2426 )
* Fix redraw order
* Fix IE10 support for dnd
8 years ago
yotamberk
419e6cd516
Fix : #1906 Pass through original hammer.js events ( #2420 )
* Fix redraw order
* Add elements censor and event to emitter
* Fix all recursive loop in json event
* Add docs for event emitted
8 years ago
yotamberk
607950bf99
fix : #2327 Add support to fixed times drag and drop ( #2372 )
* Add support to fixed times drag and drop
* Fix IE support for drag and drop
* Add support to IE pointer location and data setting/getting
8 years ago
yotamberk
5900ea0319
fix: _origRedraw sometimes undefined ( #2399 )
8 years ago
yotamberk
4d7a21c847
fixes #2367 Group editable bug ( #2368 )
* Fix groupEditable
* Fix group drag in vertical direction bug
* Fix indentation
8 years ago
Yotam Berkowitz
dcb2d58616
Fix redraw order
8 years ago
yotamberk
d779efe3f3
Fixes #2336 mouse wheel problem on custom time element ( #2366 )
* Fix mouse zoom on currentTime
* Fix customTime mousewheel bug
8 years ago
yotamberk
a32a7f77f3
Fixes #2307 timeline async initial redraw bug ( #2386 )
8 years ago
yotamberk
5f7a721bf9
Fixed #2312 vertical scroll bug with groups and fixed height ( #2363 )
* Fix left/right group alignment
* Add _setDOM and remove scrollbar when there is no scrolling
* Readd calculation of scrollbar width on resize
8 years ago
Garrett Loy
44df7e5a64
Fixes #2333 Scrollbar width on browser zoom ( #2344 )
8 years ago
yotamberk
c0ca1af07f
Fixes #2319 ( #2335 )
* Fix brackets problem
* Fix timeStep.getClassName
8 years ago
yotamberk
878f0c53f3
Improvements to support group visibility (see #2315 ) ( #2334 )
* Add hidden groups height calculations
* Fix jittering groups
* Remove non-existant parameter
* Cleanup example
* Remove console.log
8 years ago
Simon Morris
e79d709df6
Added option to change the visibility of a group ( #2315 )
* Added group option to change the visibility of a group
* updated the groupsEditable example page to demo the use of this feature
* updated the timeline documentation to describe this option
8 years ago
Simon Morris
baa6f9fdb1
More editable control of timeline items ( #2305 )
* Fixed bug introduced in #2284 where overrideItems is set to true when boolean is provided
* Added the option of supplying object to item.editable with updateTime, updateGroup, and remove functioning similarly to timeline.editable but only on a single item
* Updated Documentation to reflect the new feature
* Updated the individualEditableItems example page to show feature usage.
8 years ago
yotamberk
0545f382ec
Fixes #2295 Issues with vertical scroll and maxHeight ( #2302 )
* Fixes #2273
* Remove console.log
* Fix for zoomable false
* Fix initial scrolling with verticalScroll and fix example
8 years ago
yotamberk
a29aae98b0
Fixes #2285 onUpdate event ( #2304 )
8 years ago
Jos de Jong
2f77d803ba
Fixes #2251 : no axis after daylight saving ( #2290 )
8 years ago
Simon Morris
a83ef017b1
Timeline editable can override items ( #2284 )
* Timeline:
* Add overrideItems sub-property to timeline.editable
* Change behavior to override item.editable when overrideItems=true
* Added new example for timeline/editing to higlight differeing editable behaviors.
* Update timeline doc to reflect addition of timeline.editable.overrideItems
* Timeline - fixed logic oversights found in editable override testing
* Timeline - enable changeGroup when item.editable = true and not overriden
* Timeline - Small format changes to documentation and example pages for overrideItems
8 years ago
Ludo Stellingwerff
876e0ab83e
Graph2d performance enhancement ( #2281 )
* Important performance enhancement supporting incremental changes to large graphs, these were too slow due to doing a full item conversion on each add().
Note: the data handling side of graph2d is currently somewhat over-engineered (=too complex) It can use some simplification....
* Fixed style based on feedback.
8 years ago
yotamberk
feab6c5a0d
Fixes #2261 Bugs with mousewheel events ( #2262 )
8 years ago
Alexander Wunschik
b03c466d72
Revert "Timeline: options.editable to override item.editable"
8 years ago
yotamberk
51528bae5a
Tooltip on item update time ( #2247 )
* Add initial onChange item tooltip
* Add example and tooltipOnItemEdit template option
* Add docs and rename option
* Fix docs
* Fix example
* Change example's item types
* Fix point item tooltip
* Fix comments from PR and support bottom orientation properly
* Add semi-colon
8 years ago
Simon Morris
ecf1cad571
Removed redundant checks for item.editable in timeline ( #2256 )
@simo9000 Thanks!
8 years ago
yotamberk
0e0b6f5742
Fixes background items with no groups ( #2241 )
8 years ago
yotamberk
dd324da2a2
Drag and drop support for the timeline ( #2238 )
* Add initial experiment
* Register drag and drop events
* Add initial drag and drop support
* Add drag and drop support for all types of objects
* Fix example
* Clean up code and add comments
* Fix example
* remove font awesome
* Fix example style
* Add meta tag to example and add selected when dropped
8 years ago
yotamberk
4dedc62296
Add zoomIn and zoomOut to timeline core ( #2239 )
* Add zoomIn and zoomOut to timeline core functionality
* Fix example
* Fix jsdocs params
* inforce zoom percentage to be between 0 and 1
8 years ago
yotamberk
a60407877d
check parent DOM elements for direction attribute ( #2237 )
* Fix PR comment
* Remove extra line
8 years ago
Uli Fahrer
ed4bf21e76
Add german locale to timeline ( #2234 )
8 years ago
Yotam Berkowitz
9d33372f0b
Support parent dir and add docs + examples
8 years ago
Yotam Berkowitz
510adfc282
Add support to rtl with dir
8 years ago
Yotam Berkowitz
1053fc6305
Fix editable point item
8 years ago
Yotam Berkowitz
4b6a0d7f74
Fix to Core.js to updated Core.js
8 years ago
Yotam Berkowitz
4f105a3127
Fix templates
8 years ago
Yotam Berkowitz
2f2f5c4cc8
Commit before pull
8 years ago
yotamberk
33795a90a1
Fix scroll bugs with vertical scrollbar ( #2228 )
* Add initial scroller without options
* Add initial scroll without an option
* Add verticalScroll option
* Fix scrollbar positions
* Add docs
* fix example
* remove jquery dependency
* Fix example
* Fix review comments
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
* Fix breaking of timeline
* Fix scrolling bugs
* Remove silly mistake
8 years ago
yotamberk
1e55ee8640
Bugfix in timeline ( #2219 )
* Add initial scroller without options
* Add initial scroll without an option
* Add verticalScroll option
* Fix scrollbar positions
* Add docs
* fix example
* remove jquery dependency
* Fix example
* Fix review comments
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
* Fix breaking of timeline
8 years ago
yotamberk
ecf1c6a7d3
small improvements ( #2217 )
* Add initial scroller without options
* Add initial scroll without an option
* Add verticalScroll option
* Fix scrollbar positions
* Add docs
* fix example
* remove jquery dependency
* Fix example
* Fix review comments
* Fix verticalScroll and horizontalScroll docs
* Fix bug in timeline option.rtl if otion is undefined
* Remove hack
8 years ago