| Age | Commit message (Expand) | Author |
| 2014-12-16 | util.assert | LV-426 |
| 2014-12-14 | Fixes #204: analyzeSentence on completer change; this highlights the question... | Alon Levy |
| 2014-12-14 | completer: textContent is the equivalent of innerText in firefox. yes, jquery... | Alon Levy |
| 2014-12-14 | completer: small refactor of clicks | Alon Levy |
| 2014-12-08 | rz_core: remove console log used for development | Alon Levy |
| 2014-12-08 | completer: remove debug logs | Alon Levy |
| 2014-12-08 | completer: tab key can also hide, disabled on input since tab has other funct... | Alon Levy |
| 2014-12-08 | reorder link labels (.linklabel) | Alon Levy |
| 2014-12-08 | rz_core: selected links should be below selected nodes | Alon Levy |
| 2014-12-08 | links reordering per selection (Fixes #198) | Alon Levy |
| 2014-12-08 | completer: escape hides; anything else shows | Alon Levy |
| 2014-12-08 | graph: editName fix so renameing doesn't delete a node (Fixes #202) | Alon Levy |
| 2014-12-08 | innerHTML does what it claims, use innerText; Fixes #201 | Alon Levy |
| 2014-12-08 | reorder related & selected on top; Fixes #198 | Alon Levy |
| 2014-12-08 | selection: export node_selected for reordering nodes | Alon Levy |
| 2014-12-08 | set "related" on nodes referenced in ongoing text analysis | Alon Levy |
| 2014-12-08 | add a new state: "related" | Alon Levy |
| 2014-12-08 | graph: add hasNodeByNameAndNotState | Alon Levy |
| 2014-12-08 | fix link hiding by clicking link name after another regression | Alon Levy |
| 2014-12-08 | fix link unclickable regression | Alon Levy |
| 2014-12-08 | remove one svg_input should-not-exist-default (width of fo) | Alon Levy |
| 2014-12-08 | straight links (one line, SVG rocks) | Alon Levy |
| 2014-12-08 | add another completer for search; missing | as triggerStart (should use RegExp) | Alon Levy |
| 2014-12-08 | rz_core: prevent cancel of selection when dragging in an over populated graph... | Alon Levy |
| 2014-12-08 | remove timeline code from rz_core; cleanup circle code | Alon Levy |
| 2014-12-07 | remove overlay node, don't remember why it was needed and seems fine without it | Alon Levy |
| 2014-12-07 | rz_core: can now use shift-click for selection on svg-input (drag still drags... | Alon Levy |
| 2014-12-07 | svg_input: remove some magic and make it work for ... text nodes (i.e. longer... | Alon Levy |
| 2014-12-07 | node/link inline edit: don't show text behind input | Alon Levy |
| 2014-12-07 | ctrl-Z handler, does nothing (sort of a reminder) | Alon Levy |
| 2014-12-07 | Added node type descriptions | garbash |
| 2014-12-07 | model/graph: bug fix, s/foreach/forEach/, problem for selecting chainlink | Alon Levy |
| 2014-12-07 | measure: don't do the crazy computed css copy. use minus height trick. Fixes ... | Alon Levy |
| 2014-12-07 | typeselection: now in index.html (removed typeselection td padding) | Alon Levy |
| 2014-12-07 | node_info cleanup | Alon Levy |
| 2014-12-07 | fix broken edit box - accidentally changed id, broke onsubmit setting | Alon Levy |
| 2014-12-06 | new info box (now card) styling - Partial | Ofer Lehr |
| 2014-12-06 | Fix #187 - return edge directionality | Alon Levy |
| 2014-12-06 | underscore on bubble is not pretty | Alon Levy |
| 2014-12-06 | Show underscore for empty text to enable click editing (Fixes #190) | Alon Levy |
| 2014-12-06 | graph: avoid nop name renames | Alon Levy |
| 2014-12-06 | Node info edit - make name editable (Partial #189) | Alon Levy |
| 2014-12-06 | completer: case insensitive input | Alon Levy |
| 2014-12-06 | completer: quote words with spaces | Alon Levy |
| 2014-12-06 | completer: add minimum_length = 1 | Alon Levy |
| 2014-12-06 | completer: remove unused API | Alon Levy |
| 2014-12-06 | completer: fix prev_option, forgot modulu works correctly only with positives | Alon Levy |
| 2014-12-06 | completer: hide unless 1 or more elements; Fixes #185 | Alon Levy |
| 2014-12-06 | completer: use triggerStart & triggerEnd | Alon Levy |
| 2014-12-06 | textanalysis.ui: let completer hide itself; also update on mouse click; docum... | Alon Levy |