summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-09-29change #2 to issue #74Anmol Agrawal
2014-09-29textanalysis: fold a too long lineAlon Levy
2014-09-29Fixes #75: don't spew undefines in linktext.Alon Levy
2014-09-29Fixes #73: pre first node text missing spacesAlon Levy
2014-09-29Improved tutorialgarbash
2014-09-29rhizicore: fix popping node on top left when creating a new nodeAlon Levy
2014-09-29rhizicore: remove some more empty linesAlon Levy
2014-09-29rhizicore: remove unused code from tickAlon Levy
2014-09-29rhizicore: dash bugfixAlon Levy
2014-09-29rhizicore: fix bug: hide links not currently focused or temporaryAlon Levy
2014-09-29rhizicore: add TODO to get rid of mouse click overlay rectAlon Levy
2014-09-29rhizicore: bug fix: draw links below nodesAlon Levy
2014-09-29rhizicore: myGraph: some cleanupAlon Levy
2014-09-28rhizicore: prevent click event when dragging a nodeAlon Levy
2014-09-28rhizicore: add TODO note to handle escape keyAlon Levy
2014-09-28rhizicore: we had a <g> leak, this fixes itAlon Levy
2014-09-28rhizicore/update: use object for slight readability win/lose (line win)Alon Levy
2014-09-28rhizicore: remove deadcode and empty lines, fix single line ifsAlon Levy
2014-09-28textanalysis: move graph touching function to non ui partAlon Levy
2014-09-28textanalysis-ui: lookup textanalyser a single timeAlon Levy
2014-09-28robot: reduce number of globalsAlon Levy
2014-09-28textanalysis-ui: protect #textanalyser access for easier node.js usage for te...Alon Levy
2014-09-28s/TextAnalyser2/textAnalyser2/ plus use function as varsAlon Levy
2014-09-28history: correct spelling mistake in field s/linkes/links/Alon Levy
2014-09-28history: save json as text editor viewableAlon Levy
2014-09-28rhizicore: start responsive ui: svg width/height in percentAlon Levy
2014-09-23Fixes #51: type changes on mixed case / upper case node namesAlon Levy
2014-09-23textanalysis-ui: a little cleanupAlon Levy
2014-09-23rhizicore: adding nodes that exist is currently common practice, drop verbose...Alon Levy
2014-09-23Fixes #50: drop parenthesis for prefix including sentencesAlon Levy
2014-09-23add a function comment to TextAnalyzer2; marking up it needs fixingAlon Levy
2014-09-23fix a #50 noticed error (introduced in af27835b)Alon Levy
2014-09-21textanalysis-ui: Fixes #42 - remove helper text when sentence is edited then ...Alon Levy
2014-09-21Fixes #41: conjugation/connector only sentences keep their linksAlon Levy
2014-09-21textanalysis: drop two noisy logs introduced a few commits agoAlon Levy
2014-09-21rhizicore cleanup: use single if for a conjunction, reindentAlon Levy
2014-09-21Fixes #59 (rename node title changing case only results in node deletion)Alon Levy
2014-09-21rhizicore.js: Fix autosuggest on loadAlon Levy
2014-09-21rhizicore: set minimal svg size to (1000,1000)Alon Levy
2014-09-21textanalysis: multiple changes to autocompleteAlon Levy
2014-09-21textanalysis-ui: add note about 200 Hz text analysis being perhaps overzealousAlon Levy
2014-09-21textanalysis-ui: spaces before and after assignment and opening curliesAlon Levy
2014-09-21scripts/autocomplete.js: use an instead of aAlon Levy
2014-09-21scripts/textanalysis.js cleanup: put switch & cases on same columnAlon Levy
2014-09-21scripts/autocomplete.js cleanup: remove empty lines at wrong placesAlon Levy
2014-09-12textanalysis-ui: use value and not keyAlon Levy
2014-08-20textanalysis & textanalysis-ui split completeAlon Levy
2014-08-19textanalysis: remove usage of $Alon Levy
2014-08-19start breaking textanalysis to logic and uiAlon Levy
2014-08-19textanalysis: move two globals into textanalysis, only used by this function ...Alon Levy