-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I Added a bunch of new functions #106
base: master
Are you sure you want to change the base?
Commits on Oct 17, 2019
-
added parameter fontsize, scaleFactor, zoomFactor added load node position from user data changed constant for avoid massive forces at small distances added function getNodePositions changed requestAnimationFrame to use function from window instead of this added function findNode added function getCanvasPos added function getNodePositions
Configuration menu - View commit details
-
Copy full SHA for 241dfc9 - Browse repository at this point
Copy the full SHA 241dfc9View commit details -
added parameter fontsize, zoomFactor, maxSpeed, nodePositions, pinWeight, edgeLabelBoxes, selected, x_offset, y_offset added node shadows added node shapes added zoom canvas, drag canvas, zoom nodes, drag & pin nodes. added function zoom added function trackTransforms added function getCanvasPos
Configuration menu - View commit details
-
Copy full SHA for f892476 - Browse repository at this point
Copy the full SHA f892476View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5a528f1 - Browse repository at this point
Copy the full SHA 5a528f1View commit details
Commits on Nov 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9f6fb75 - Browse repository at this point
Copy the full SHA 9f6fb75View commit details
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6cf2033 - Browse repository at this point
Copy the full SHA 6cf2033View commit details
Commits on Dec 5, 2019
-
new parameter fontname; new function scaleFontSize loop optimisation:…
… moved assignments; use of const and let for loop variables.
Configuration menu - View commit details
-
Copy full SHA for 0b74d84 - Browse repository at this point
Copy the full SHA 0b74d84View commit details
Commits on Dec 6, 2019
-
added parameter pinWeight -- fixate or just move selected node depend…
…ing on pinWeight added functions selectNode, isSelectedNode, isSelectedEdge, setNodeProperties
Configuration menu - View commit details
-
Copy full SHA for e369c8c - Browse repository at this point
Copy the full SHA e369c8cView commit details
Commits on Dec 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e2a407e - Browse repository at this point
Copy the full SHA e2a407eView commit details
Commits on Dec 9, 2019
-
tuning of math, memory usage and repeated calculations for applyCoulo…
…mbsLaw, applyHookesLaw and render. added functions zoomCanvas, scaleZoomFactor.
Configuration menu - View commit details
-
Copy full SHA for 1be094a - Browse repository at this point
Copy the full SHA 1be094aView commit details
Commits on Dec 12, 2019
-
setExciteMethod, -- set method for smart selection - none, downstream, upstream, connected propagateExcitement -- smart selection of related nodes improved functions: applyCoulombsLaw -- Boosted method 2 - loops variables are transformed into static memory array addresses
Configuration menu - View commit details
-
Copy full SHA for 3ad2674 - Browse repository at this point
Copy the full SHA 3ad2674View commit details -
fixed bugs - drawing error on zoom out, draw edge : set mimimal visua…
…l line width. feature - new param.exciteMethod -- set method for smart selection: none, downstream, upstream, connected
Configuration menu - View commit details
-
Copy full SHA for 937bbbc - Browse repository at this point
Copy the full SHA 937bbbcView commit details
Commits on Dec 16, 2019
-
- new function setParameter - added timeout after each frame for Safari to keep the browser responsive (when ui.js is included) springyui.js - inproved look for arrowheads, righttriangle and lefttriangle - default maxspeed is now 100
Configuration menu - View commit details
-
Copy full SHA for 0c7f8fa - Browse repository at this point
Copy the full SHA 0c7f8faView commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7e94459 - Browse repository at this point
Copy the full SHA 7e94459View commit details
Commits on Jan 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1adc754 - Browse repository at this point
Copy the full SHA 1adc754View commit details
Commits on Feb 22, 2020
-
Support for zoom and fontsize new function optimizeMass when nodes have many edges the calculation of forces causes shaking and jumping of the nodes. by adding a counter mass equal to the number of edges can stop that errors. new function focusSelected zoom and move the canvas to the selected node. support for touchpad select node move node move canvas support for generic double click handler
Configuration menu - View commit details
-
Copy full SHA for 7c518c3 - Browse repository at this point
Copy the full SHA 7c518c3View commit details
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f43240d - Browse repository at this point
Copy the full SHA f43240dView commit details