| Age | Commit message (Expand) | Author |
| 2015-04-01 | btn_rzdoc__new(): fix rzdoc__open() call | LV-426 |
| 2015-04-01 | buttons.js: btn_rzdoc__open() | LV-426 |
| 2015-04-01 | buttons.js: btn_rzdoc__new() | LV-426 |
| 2015-04-01 | rz_core.js: initDrawingArea(): call rzdoc__open | LV-426 |
| 2015-04-01 | rz_core.js: rzdoc__open_default() | LV-426 |
| 2015-04-01 | rz_core.js: rzdoc__current__get_name() - TODO: use RZDoc object | LV-426 |
| 2015-04-01 | rz_core.js: rzdoc__open() | LV-426 |
| 2015-04-01 | model/core.js: remove rz_state (previously used for cur_rzdoc tracking) | LV-426 |
| 2015-04-01 | rz_api_backend: misc: log with console.dir(), import util module | LV-426 |
| 2015-04-01 | rz_api_backend: rzdoc_create(), rzdoc_list() | LV-426 |
| 2015-04-01 | rz_api_backend: ajax_rs(): use xhr.responseJSON.error as error msg | LV-426 |
| 2015-04-01 | rz_api_backend: rz_clone -> rzdoc_clone | LV-426 |
| 2015-04-01 | rz_api_backend: expect ajax errors to be server with non 200 HTTP status | LV-426 |
| 2015-04-01 | creation bubble SVG blur effect | LV-426 |
| 2015-04-01 | rz_api_backend: inject rzdoc_name into common ajax request context | LV-426 |
| 2015-04-01 | wip: btn_rzdoc__new(), btn_rzdoc__open() | LV-426 |
| 2015-04-01 | model/core.js: introduce global rz_state variable, currently used to track cu... | LV-426 |
| 2015-04-01 | keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core() | LV-426 |
| 2015-04-01 | refactor rz_core initialization: | LV-426 |
| 2015-03-29 | client/view/graph_view: allow links with x/y that is zero | Alon Levy |
| 2015-03-25 | Revert "client/view/graph_view: force recalculation of linkDistance on each f... | Alon Levy |
| 2015-03-24 | client/view/graph_view: remove debug print | Alon Levy |
| 2015-03-24 | client/graph_view: add link distance depending on degree of node | Alon Levy |
| 2015-03-24 | client/view/graph_view: force recalculation of linkDistance on each force__lo... | Alon Levy |
| 2015-03-24 | client/model/graph: track node degree (O(1) amortized on link and node addition) | Alon Levy |
| 2015-03-23 | client: dragging a node fixes it's position; unfixing needs to be thought out | Alon Levy |
| 2015-03-17 | client: Bacon/jquery dependency: use shim | Alon Levy |
| 2015-03-16 | client: plus/minus zoom implementation using log scale, state still in d3.beh... | Alon Levy |
| 2015-03-16 | client/selection: hide/show multiple node operations via parent div | Alon Levy |
| 2015-03-16 | client/rz_core: small style fixes | Alon Levy |
| 2015-03-16 | client: one line coding style fix | Alon Levy |
| 2015-03-16 | client/model/diff/Topo_Diff: ensure correct link names | Alon Levy |
| 2015-03-16 | client: use 'untitled' as empty link fixes #381 | Alon Levy |
| 2015-03-15 | client/graph_view: record rest force layout position and load right after clo... | Alon Levy |
| 2015-03-15 | client/graph_view: rename debug only function with double underscore prefix | Alon Levy |
| 2015-03-15 | client/graph_view: extract force__load_graph | Alon Levy |
| 2015-03-15 | client: add util.log_error, use for clone missing dst/src ids | Alon Levy |
| 2015-03-15 | client: ignore bad links on clone | Alon Levy |
| 2015-03-13 | client/graph_view: double force layout distance (CRI patch) | Alon Levy |
| 2015-03-13 | client: fix json export and import to use model/types to account for allowed ... | Alon Levy |
| 2015-03-13 | history: broken wheel recording, specifically when scrolling in node_info, si... | Alon Levy |
| 2015-03-12 | client: use some more VK constants | Alon Levy |
| 2015-03-10 | client: graph_view: handle keyboard events when svg nodes are focused | Alon Levy |
| 2015-03-10 | client: graph_view: make nodes tabindex'able sorted top to bottom left to right | Alon Levy |
| 2015-03-09 | client/view/search: deduplicate and debounce for 300 milliseconds | Alon Levy |
| 2015-03-09 | client/view/search: use FRP | Alon Levy |
| 2015-03-09 | client: search in nodes and attributes | Alon Levy |
| 2015-03-09 | client/graph_view: set maximal size of 100px for an image, keeping aspect ratio | Alon Levy |
| 2015-03-09 | client/graph_view: show images with correct size, but force layout doesn't ta... | Alon Levy |
| 2015-03-09 | client/graph_view: console debug log when link is an image according to crude... | Alon Levy |