| Age | Commit message (Expand) | Author |
| 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 | better looking search suggestion | Ofer Lehr |
| 2014-12-08 | Prevent text selection in svg (graph) | 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 | workaround for disappearing non-fixed-or-absolute-divs on input change for fo... | Alon Levy |
| 2014-12-07 | task-alert: make sure it is clickable so can't have z-index of -1 | Alon Levy |
| 2014-12-07 | ctrl-Z handler, does nothing (sort of a reminder) | Alon Levy |
| 2014-12-07 | info card - new styling for url field | Ofer Lehr |
| 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 | forgot to commit css for opacity (changing bubble position in svg harder, wil... | Alon Levy |
| 2014-12-07 | measure: don't do the crazy computed css copy. use minus height trick. Fixes ... | Alon Levy |
| 2014-12-07 | Fixes #193 - reduce bubble opacity to 0.5 from 0.9 | Alon Levy |
| 2014-12-07 | typeselection: now in index.html (removed typeselection td padding) | Alon Levy |
| 2014-12-07 | fixes some info card styling | Ofer Lehr |
| 2014-12-07 | changes input bubble style | Ofer Lehr |
| 2014-12-07 | node_info cleanup | Alon Levy |
| 2014-12-07 | remove node info subtitle | 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 | sass error? color had space in it | 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 | disable dragging bubble (css solution, drag d3 behavior confusing) | Alon Levy |
| 2014-12-06 | minor twaeks to the graph styling | Ofer Lehr |
| 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 |