13 Commits (5801a0e7706c53ba4f16fa5c53cb4defff93e7df)

Author SHA1 Message Date
  josdejong 5801a0e770 Implemented dragging items 11 years ago
  josdejong 9e68b81d31 Start with implementing an event bus to propagate events between the components of the Timeline 11 years ago
  josdejong f9c14259ab Splitted function `select` into `getSelection` and `setSelection` 11 years ago
  josdejong 5e6717f7df `select` event now returns the original type of the id, not the stringfied ids 11 years ago
  josdejong 93e2bd4b3c Implemented function `select` for the Timeline 11 years ago
  josdejong 7e6810955d Switched to 2-space indentation 11 years ago
  josdejong f027e70f1f Implemented pinching (not yet stable on chrome mobile) 11 years ago
  Eric Gillingham 4beee1f290 Create ItemRangeOverflow item type 11 years ago
  josdejong b8e8bf7141 Fixed #11: initial empty range in the Timeline in case of a single item 11 years ago
  josdejong 1c200f7dfc Fixed #7: className not working for items 11 years ago
  josdejong 7c3ed40536 Graph now uses an id based set of nodes and edges instead of a row based array internally, and supports DataSet 11 years ago
  josdejong ed26e58144 Implemented DOT support in Graph without need for a separate parse step. 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 e6546fe4dc Fixed items not automatically being repainted on changed data 12 years ago
  josdejong a06814d7f1 Some more decoupling of components options 12 years ago
  josdejong 751fbfb8a3 Simplified component relations in timeline 12 years ago
  josdejong 309564e367 Changed propagation of options in components to a prototype based solution 12 years ago
  josdejong 714a39ec03 Renamed some properties for more clarity 12 years ago
  josdejong 2ebc747903 DataView and grouping in action 12 years ago
  josdejong 74771c66dd Implemented DataView 12 years ago
  josdejong dd8aa76b6c GroupSet now neatly handling chances in groups data 12 years ago
  josdejong 8ac893855c Halfway implementation of groups 12 years ago
  josdejong 0f86680971 Implemented methods show/hide for components 12 years ago
  josdejong 6468de61ea Old items are removed now when replacing the dataset of an itemset. 12 years ago
  josdejong 1dcd615626 Some fixes/improvements in calculating the height of the stacked items 12 years ago
  josdejong 58a6831619 Some obvious performance improvements 12 years ago
  josdejong 040e53b2ee Only visible items are rendered now 12 years ago
  josdejong c5d7a9a9a5 Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy) 12 years ago
  josdejong 6590e2cd2e Applied node style dependency management, using browserify now to bundle the code 12 years ago
  josdejong d55fb71c7f Changed the dom of the itemset, added an axis element 12 years ago
  josdejong 704136eec8 Split the dom for the itemset in two sets: foreground and background (instead of ugly z-index tricks) 12 years ago
  josdejong 3e4e9313e3 Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js 12 years ago
  josdejong 5c14597bb9 Implemented namespacing, closure, and support for require.js 12 years ago
  josdejong 1b941b9ec4 Implemented automatic start and end based on the data range 12 years ago
  josdejong 8a67a9f172 Css is now packages in the js file. 12 years ago
  josdejong 45afd42252 Initial import 12 years ago