| Age | Commit message (Expand) | Author |
| 2015-04-02 | client/style: add layout-buttons and btn_layoutwip/selection-ring | Alon Levy |
| 2015-04-02 | client/rz_core: white space fix | Alon Levy |
| 2015-04-02 | client: main: fix usage before initialization of rz_core in case of debug=1 | Alon Levy |
| 2015-04-02 | client/layouts/concentric: consts refactor, enlarge minimal ring distance | Alon Levy |
| 2015-04-02 | client/layouts: concentric: sort inside ring by name | Alon Levy |
| 2015-04-02 | client: graph_view: add tick on zoom - required for bubble animation (not exa... | Alon Levy |
| 2015-04-02 | client/layouts/concentric: top and bottom nodes margins | Alon Levy |
| 2015-04-02 | client: split layouts from graph-view | Alon Levy |
| 2015-04-02 | client: graph_view: fix text with hover, text now under it's link | Alon Levy |
| 2015-04-02 | client: graph_view: two renames: linktext->link_text, nodetext->node_text | Alon Levy |
| 2015-04-02 | client: hover on nodes and links almost there, missing text | Alon Levy |
| 2015-04-02 | client/typeselection: switch from absolute positioning to child of node | Alon Levy |
| 2015-04-02 | Renamed Layout UI name of "concentric" into "Ring" | garbash |
| 2015-04-02 | client/view/graph_view: small bug fix plus indentation | Alon Levy |
| 2015-04-02 | client/graph_view: turn off selection ring for now | Alon Levy |
| 2015-04-02 | client/graph_view/concentric: smaller radius for smaller number of nodes | Alon Levy |
| 2015-04-02 | wip/selection-ring: add grid layout, add buttons to switch, starts at force l... | Alon Levy |
| 2015-04-02 | client: remove cola dependency | Alon Levy |
| 2015-04-02 | client: graph_view: layout abstraction, empty + concentric layouts (empty for... | Alon Levy |
| 2015-04-02 | wip/selection: selected nodes are now in an equal distance ring of fixed radi... | Alon Levy |
| 2015-04-02 | wip selection ring - working but not quite there | Alon Levy |
| 2015-04-02 | client/graph: fix id_to_link_id_set regression w/ inter-graph links | Alon Levy |
| 2015-04-02 | selection: is_empty, skip nop updates, clear | Alon Levy |
| 2015-04-02 | wip: selection ring | Alon Levy |
| 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 |