91 Commits (43912f5d9bfd7a9602f9470535366b1c80a3ccea)

Author SHA1 Message Date
  jos 43912f5d9b Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now 10 years ago
  jos 0f45b7a2f1 Removed double function naming 10 years ago
  jos 312a73a5a5 Fixed height of vertical line of box items not always updated correctly 10 years ago
  jos 53e6e50320 Fixed alignment of the content panels to axis 10 years ago
  jos 19dfc92458 Fixed ItemSet not updating on change in DataSet 10 years ago
  jos f113776265 Deleted redundant `Panel` and `RootPanel` 10 years ago
  jos 297adb1cb4 A minor improvement in dragging items 10 years ago
  jos 2723b2673a Fixed date snapping 10 years ago
  jos 08d486a53f Items are selectable and editable largely 10 years ago
  jos a5025b9673 Renamed all functions `repaint` to `redraw` 10 years ago
  jos ad2e235211 Fixed offset in zooming with scroll when using groups 10 years ago
  jos 350d43aec9 Introduced a forgroundVertical panel, positioned the dots of item boxes there 10 years ago
  jos 3dfd05ee6c ItemSet starts to work again 10 years ago
  jos 3d7618baf0 Fixed #141: a bug in replacing the DataSet of groups via `Timeline.setGroups(groups)` 11 years ago
  jos 54dcb0268e Fixed #122: a bug wrongly rendering invisible items after updating them. 11 years ago
  jos 2829eb1c7e Fixed updating axis margin after deleting group 11 years ago
  jos e79c0772ad Implemented dragging items from one group to another. Implemented detailed configuration of editable actions. 11 years ago
  jos a544505148 Fixed adjusting for changed margins on the fly, fixed reckoning with height of group label for group height 11 years ago
  jos a002f61133 Fixed zero height of itemSet in case of no DataSet for items 11 years ago
  jos 0bec54d13a Fixes in updates from DataSets 11 years ago
  jos 463aee0ce9 Fixed removing items 11 years ago
  jos 6270ca3469 LabelSet working again 11 years ago
  jos d4e2f8c670 Halfway large refactoring of ItemSet/GroupSet/Group 11 years ago
  jos c55f75efb4 Some refactoring 11 years ago
  jos 36e512cefb Removed parameter `parent` from Item constructor 11 years ago
  jos 58e81f3f70 Created a Group holding ungrouped items, for timelines not using groups 11 years ago
  jos 5a5ba084a3 Isolated calculation of visible items in function updateVisibleItems 11 years ago
  jos 50a316ea09 New Group starts working 11 years ago
  jos efd861003f Inserted some more group functionality to ItemSet 11 years ago
  jos 186ed376b3 Fixed changed ranges not being deletable 11 years ago
  jos 8b8e2ac2c7 Removed console.logs from code 11 years ago
  jos 8f352edb53 Moved function getLabelsWidth 11 years ago
  jos d6fcd178cf Some fixes in updating/deleting items 11 years ago
  jos 7470c2522f Removing GroupSet references from Timeline 11 years ago
  Alex de Mulder 5e6718b164 updated history, added function documentation 11 years ago
  Alex de Mulder 33353d30e2 moved brute force calc in update. restored examples 11 years ago
  Alex de Mulder d9bdeef916 Performance boost. updated itemSet.repaint(). Now only ranged items have to be bruteforced ONCE. 11 years ago
  jos fdb3759e5e Fixed timeline not being redrawn after cancelled update event 11 years ago
  jos 1dcb84a507 Cleaned up some old TODO's 11 years ago
  jos 91fc13348b Disabled css transitions for now, needs some more work 11 years ago
  jos aaa2fe0035 Fixed undefined variable options 11 years ago
  jos 4ab1d08876 Moved the dots and vertical lines of box items to a separate panel 11 years ago
  jos 4643a7cc58 Fixes in selection, deletion, and creation of items with Groups 11 years ago
  jos 2676492108 Some fixes in Group 11 years ago
  jos 16fc9d9afd Fixed ordering of groups 11 years ago
  josdejong 70e0723aa4 Components are now controlled by their parents (GroupSet is currently broken) 11 years ago
  josdejong aa810f6502 Fixed option autoResize 11 years ago
  josdejong f7bddb0742 Fixed initial stacking of items in groups 11 years ago
  josdejong 7899d6dab4 repaint functions now return a `resized` variable used to determine whether another repaint is needed to settle 11 years ago
  josdejong f95eee4f79 Added an option `force` to stack function to reset the position of already stacked items 11 years ago