| Age | Commit message (Expand) | Author |
| 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 |
| 2014-12-06 | graph: unite both remove node actions for easier undo/diff tracking | Alon Levy |
| 2014-12-06 | debug off by default, set a fakeuser and enable history in debug mode | Alon Levy |
| 2014-12-06 | datepicker is part of jquery-ui, not required as a separate file | Alon Levy |
| 2014-12-06 | nicer looking autocomplete | Ofer Lehr |
| 2014-12-05 | accidental inner loop that should have been side by side. Thanks Dor! | Alon Levy |
| 2014-12-05 | remove two console debug prints in completer | Alon Levy |
| 2014-12-05 | remove two console logs in last commit | Alon Levy |
| 2014-12-05 | replace jquery.autocomplete with our own autocompletion | Alon Levy |
| 2014-12-05 | add missing datepicker path (requirejs) | Alon Levy |
| 2014-12-04 | move nodetypes to consts, add descriptions. Fixes #48 | Alon Levy |
| 2014-12-04 | accidental console.log removed | Alon Levy |
| 2014-12-04 | Fixes #170: dragging cancels search | Alon Levy |
| 2014-12-04 | Partial #162 | Alon Levy |
| 2014-12-04 | svg input height fix (not in css, svg is annoying) | Alon Levy |
| 2014-12-04 | implement graph.editStatus (small refactor) | Alon Levy |
| 2014-12-04 | Fixes #112: /?debug=1 gives you back debugging helpers | Alon Levy |
| 2014-12-04 | Fixes #173 - note that an enter is still required when using u/down keys | Alon Levy |
| 2014-12-04 | update suggested names on json load (regression) | Alon Levy |
| 2014-12-04 | fix regression with too many auto completion suggestions | Alon Levy |
| 2014-12-04 | Fixes #178: handle clicks on the plus button | Alon Levy |
| 2014-12-04 | first stab at add button click - not working when bar is extended | Alon Levy |
| 2014-12-04 | measure should be hidden - reparented it to fo (and now it's out of the fo wi... | Alon Levy |
| 2014-12-04 | avoid popping the confirm dialog for temp nodes removal | Alon Levy |
| 2014-12-04 | rz_core: resizing of the new svg.fo.body.input (works both FF and chrome) | Alon Levy |