| Age | Commit message (Expand) | Author |
| 2014-09-28 | rhizicore: we had a <g> leak, this fixes it | Alon Levy |
| 2014-09-28 | rhizicore/update: use object for slight readability win/lose (line win) | Alon Levy |
| 2014-09-28 | rhizicore: remove deadcode and empty lines, fix single line ifs | Alon Levy |
| 2014-09-28 | textanalysis: move graph touching function to non ui part | Alon Levy |
| 2014-09-28 | textanalysis-ui: lookup textanalyser a single time | Alon Levy |
| 2014-09-28 | robot: reduce number of globals | Alon Levy |
| 2014-09-28 | textanalysis-ui: protect #textanalyser access for easier node.js usage for te... | Alon Levy |
| 2014-09-28 | s/TextAnalyser2/textAnalyser2/ plus use function as vars | Alon Levy |
| 2014-09-28 | history: correct spelling mistake in field s/linkes/links/ | Alon Levy |
| 2014-09-28 | history: save json as text editor viewable | Alon Levy |
| 2014-09-28 | rhizicore: start responsive ui: svg width/height in percent | Alon Levy |
| 2014-09-23 | Fixes #51: type changes on mixed case / upper case node names | Alon Levy |
| 2014-09-23 | textanalysis-ui: a little cleanup | Alon Levy |
| 2014-09-23 | rhizicore: adding nodes that exist is currently common practice, drop verbose... | Alon Levy |
| 2014-09-23 | Fixes #50: drop parenthesis for prefix including sentences | Alon Levy |
| 2014-09-23 | add a function comment to TextAnalyzer2; marking up it needs fixing | Alon Levy |
| 2014-09-23 | fix a #50 noticed error (introduced in af27835b) | Alon Levy |
| 2014-09-21 | textanalysis-ui: Fixes #42 - remove helper text when sentence is edited then ... | Alon Levy |
| 2014-09-21 | Fixes #41: conjugation/connector only sentences keep their links | Alon Levy |
| 2014-09-21 | textanalysis: drop two noisy logs introduced a few commits ago | Alon Levy |
| 2014-09-21 | rhizicore cleanup: use single if for a conjunction, reindent | Alon Levy |
| 2014-09-21 | Fixes #59 (rename node title changing case only results in node deletion) | Alon Levy |
| 2014-09-21 | rhizicore.js: Fix autosuggest on load | Alon Levy |
| 2014-09-21 | rhizicore: set minimal svg size to (1000,1000) | Alon Levy |
| 2014-09-21 | textanalysis: multiple changes to autocomplete | Alon Levy |
| 2014-09-21 | textanalysis-ui: add note about 200 Hz text analysis being perhaps overzealous | Alon Levy |
| 2014-09-21 | textanalysis-ui: spaces before and after assignment and opening curlies | Alon Levy |
| 2014-09-21 | scripts/autocomplete.js: use an instead of a | Alon Levy |
| 2014-09-21 | scripts/textanalysis.js cleanup: put switch & cases on same column | Alon Levy |
| 2014-09-21 | scripts/autocomplete.js cleanup: remove empty lines at wrong places | Alon Levy |
| 2014-09-12 | textanalysis-ui: use value and not key | Alon Levy |
| 2014-08-20 | textanalysis & textanalysis-ui split complete | Alon Levy |
| 2014-08-19 | textanalysis: remove usage of $ | Alon Levy |
| 2014-08-19 | start breaking textanalysis to logic and ui | Alon Levy |
| 2014-08-19 | textanalysis: move two globals into textanalysis, only used by this function ... | Alon Levy |
| 2014-08-19 | textanalysis.js: some indentation and one if-bool rewrite | Alon Levy |
| 2014-08-19 | TextAnalyzer2: remove unused variable | Alon Levy |
| 2014-08-19 | rhizicore: history: fix dereference of undefined | Alon Levy |
| 2014-08-19 | textanalysis: remove unused variable | Alon Levy |
| 2014-08-19 | textanalysis: make suggestions start out empty instead of an unrelevant list | Alon Levy |
| 2014-08-19 | add parenthasis around a single line if block | Alon Levy |
| 2014-08-19 | Issue #46: save URL | Alon Levy |
| 2014-08-19 | remove spotify comment | Alon Levy |
| 2014-08-19 | add editNewNode helper | Alon Levy |
| 2014-08-19 | chrome fix to setting user: prevent default action, which was a new http requ... | Alon Levy |
| 2014-08-18 | recording: record keystrokes. no strokes recorded for link renames | Alon Levy |
| 2014-08-18 | adding history, links & nodes only | Alon Levy |
| 2014-08-18 | fix user setting - smaller input field, on enter put sensible text | Alon Levy |
| 2014-08-18 | add a user setting field; does nothing except set graph.user | Alon Levy |
| 2014-08-18 | buttons: remove some dead code, reindent some live code | Alon Levy |