summaryrefslogtreecommitdiff
path: root/scripts/rhizicore.js
AgeCommit message (Expand)Author
2014-11-10rename rhizicore -> rz_core, move towards common rz_ prefixLV-426
2014-11-10rm unused history dependencyLV-426
2014-11-10rhizicore: remove dependency on textanalysisAlon Levy
2014-11-09id wrap entire svg canvasLV-426
2014-11-09scripts/model/graph.js merge resolutionLV-426
2014-11-09split highlight (search neighborhood of node) between graph & rhizicoreAlon Levy
2014-11-03fixes #79; note that hightlightNode sucksAlon Levy
2014-11-03fix whitespaceAlon Levy
2014-11-03fixes #122: show node text edit box over node regardless of position/zoomAlon Levy
2014-11-03change id to be distinct from nameAlon Levy
2014-11-02getting rid of bad object names: myGraph -> GraphLV-426
2014-11-02split off model/graph.jsAlon Levy
2014-10-31rhizicore: have a default size for nodes to avoid setting circle.r to nanAlon Levy
2014-10-29small move to allow numeric id; not enoughAlon Levy
2014-10-29save/load xy positionAlon Levy
2014-10-28make debug ui click handlers only apply to the labels, remove some debug printsAlon Levy
2014-10-28history/rhizicore: record zoom events; zoom g element selector: svg g.zoomAlon Levy
2014-10-28wip/history zoomAlon Levy
2014-10-26history switch to events; using a single GRAPH_DIFF action. todo - replay; zo...Alon Levy
2014-10-26introduce signal, start using in history; use consts for signal nameAlon Levy
2014-10-26Fixes #96 URL property in node isn't saved to JSONAlon Levy
2014-10-21test_analyzer: better testAlon Levy
2014-10-21fix test_analyzer after require.jsAlon Levy
2014-10-21rhizicore: remove unused variableAlon Levy
2014-10-20introduce require.js and rewrite testsAlon Levy
2014-10-19factor out util.jsAlon Levy
2014-10-13drop empty myGraph.updateGraph functionAlon Levy
2014-10-12Fixes #85 - compare using lower caseAlon Levy
2014-10-12myGraph.compareSubset: add verbose loggingAlon Levy
2014-10-12Fixes #83: don't register keypress multiple timesAlon Levy
2014-10-12Fixes #88: Property window doesn’t show up when a node is deleted.Anmol Agrawal
2014-10-12#63 don't move on node clickAlon Levy
2014-10-12#63 don't start force simulation when no topological change doneAlon Levy
2014-10-12rhizhicore: fix use of mixed case in changed_nodesAlon Levy
2014-10-09rhizicore: fix some indentation in editNameAlon Levy
2014-10-08Fixes #85Alon Levy
2014-10-07#49: forgotten start misses the whole pointAlon Levy
2014-10-07Fixes #49: forgot link changesAlon Levy
2014-10-07rhizicore: don't move graph when only changing link or node textAlon Levy
2014-10-07rhizicore: update: add no_relayout parameter, plus don't keep assigning tick ...Alon Levy
2014-10-07rhizicore: add hasNodeAlon Levy
2014-10-07rhizicore: add debug print if NaN's introduced in translateAlon Levy
2014-10-07rhizicore: add helper debug_printAlon Levy
2014-10-07rhizicore: fix loading json's (drag n drop) without 'name'Alon Levy
2014-10-07rhizicore: merge node additionAlon Levy
2014-10-07rhizicore: don't change state of existing nodes on additionAlon Levy
2014-10-07fix broken saveAlon Levy
2014-10-02Undo of commit Merge branch '#62' into Prototypegarbash
2014-10-01Merge branch '#62' into PrototypeAnmol Agrawal
2014-09-30change #2 to issue #74Anmol Agrawal