202 Commits (ad2e2352114b37c3e8a340c80c6b3138047fc720)

Author SHA1 Message Date
  Alex de Mulder 9638a346a8 refactored _canvasToX to _XconvertDOMtoCanvas and _xToCanvas to _XconvertCanvasToDOM (same for y) 10 years ago
  Alex de Mulder 0066f31dab interchanged canvasToDOM and DOMtoCanvas to correspond with the docs. 10 years ago
  Alex de Mulder 117e9a1e67 renamed variable for clarity 10 years ago
  Alex de Mulder 904e7cfb0d added zoomable and moveable 10 years ago
  Alex de Mulder abea9085a5 restored setOptions, removed reset of view. 10 years ago
  Alex de Mulder 536c2220df added option to setOptions to avoid resetting view. 10 years ago
  Alex de Mulder 3f6af5f896 fixed stabilized event #131 10 years ago
  Alex de Mulder 64a3f36924 added events viewChanged and zoom. 10 years ago
  Alex de Mulder c4e5533c8d fixed bug where playing with physics would not load when hierarchical is selected. Fixed bug where hierarchical physics settings wouldnt carry over to constants (#123) 10 years ago
  Alex de Mulder 6bf6c8fcf4 fixed small bug in playing with physics where after settling, a drag will not trigger animation. 10 years ago
  Alex de Mulder 6c7e6968bc added DOMtoCanvas and canvasToDOM 10 years ago
  jos 409e602513 Fixed some Prototypes from being globally defined 10 years ago
  Alex de Mulder 5e6718b164 updated history, added function documentation 10 years ago
  Alex de Mulder 69fceb3931 added arrowScaleFactor per #99 10 years ago
  Alex de Mulder a7ca47527a added update hierarchical layout to update nodes event per #101 10 years ago
  Alex de Mulder 900220c087 bugfixes for IE9, style fixes 10 years ago
  jos a093b9f588 Removed unnecessary zIndex 10 years ago
  Alex de Mulder 337139d172 dont calculate gravity forces if constant is set to 0 10 years ago
  Alex de Mulder f4e4d2dc8e fixed color bug and fontsize bug from merge 10 years ago
  Alex de Mulder fa1c6a0b5d added localization options 10 years ago
  Javier Rey 9587e9a79c Edges fontFill customization 10 years ago
  Alex de Mulder e060e3ee94 reverted to setTimeout in safari per #83 10 years ago
  Tim Pettersen fc8a5b3180 Allow customization of tooltip styling. 10 years ago
  Tim Pettersen a3b1997df1 Allow Node and Edge title values to be the result of a function. 10 years ago
  Tim Pettersen 8741e4d2e8 Allow customization of tooltip delay. 10 years ago
  Alex de Mulder edfa132fce hierarchical layout is now recalculated on addition and removal of node or edge and edit of edge 10 years ago
  Alex de Mulder 659d8a536c fixed bug by #75 10 years ago
  Alex de Mulder 6861fa10b8 bugfix to correct zoom on empty init per #73 10 years ago
  Alex de Mulder 7faa4e5dd2 added freezeForStabilization option - experimental and undocumented 10 years ago
  Alex de Mulder 69dfd22d58 experiment 10 years ago
  Alex de Mulder cbaf7587cc added stabilized event to trigger storePositions() 10 years ago
  Alex de Mulder 8eb974b799 altered treeconstruction to fix #71 10 years ago
  Alex de Mulder f3f718565b fixed bug per #70 10 years ago
  Alex de Mulder 8218a8e4c7 added updateCalculationNodes to the remove node function to fix bug reported by #68 10 years ago
  Alex de Mulder eb357e88a3 altered selection object so nodes and edges can have the same ID (bug occurrence in example 16 #68) 10 years ago
  Alex de Mulder c25c8214d3 reverted arrow spawn from center to edge due to labels disappearing behind nodes #49 10 years ago
  Alex de Mulder 7b17ccaa25 added highlight on keypress per #62 10 years ago
  Alex de Mulder ba7a27d053 improved Playing with physics 10 years ago
  Alex de Mulder 6629d298ec fixed positioning bug, positioning doesnt need manipulation hack anymore. 10 years ago
  Alex de Mulder 96b4fcf389 clarified variable names, removed magic number from discreteSteps 10 years ago
  Alex de Mulder f5523085cb fixed label color bug per #54 10 years ago
  Alex de Mulder 50e650df14 fixed color bug per #54, fixed on('select') bug per #58 10 years ago
  Alex de Mulder 693650760b arrows now connect their base to the code of the node per #55 10 years ago
  Alex de Mulder de722f7580 added edge color options per #54 10 years ago
  Alex de Mulder 0b3a7cc35c fixed configurePhysics bug 10 years ago
  Alex de Mulder 9138fc7000 renamed loadXYinDataset to storePosition 10 years ago
  Alex de Mulder 4cf6814f09 added loadXYinDataset() and seperated allowedToMove into X and Y parts 10 years ago
  Alex de Mulder 7f50034dd2 Changed navigation css per #51, added stabilizationIterations option to graph and docs per #52 10 years ago
  josdejong 660ab7e22d Checking for existence of `window` before using it 10 years ago
  Alex de Mulder 0b4a06d98a fixed label position for smooth curves as per #49 10 years ago