summaryrefslogtreecommitdiff
path: root/src/client/view/selection.js
AgeCommit message (Expand)Author
2015-03-17client: Bacon/jquery dependency: use shimAlon Levy
2015-03-16client/selection: hide/show multiple node operations via parent divAlon Levy
2015-03-09client: search in nodes and attributesAlon Levy
2015-03-04client:selection: invert on shiftAlon Levy
2015-03-04client: s/setup_merge_button/setup_toolbar/Alon Levy
2015-03-04client/view/selection: add confirm dialog to delete buttonAlon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy
2015-03-03client/selection: add skipDuplicatesAlon Levy
2015-03-03client: fix toolbar buttons flashing when augmenting |selection|>=2Alon Levy
2015-03-03client/view/selection: rz_core is not updated by the initial define, remove f...Alon Levy
2015-03-01client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery bef...Alon Levy
2015-03-01client/selection: make sure selection is visibleAlon Levy
2015-02-27client: highlight user selected nodes (aka root selection); Fixes #341Alon Levy
2015-02-25client: selection tools: add link nodes in fanAlon Levy
2015-02-15client/view/selection: try to avoid asEventStream not being defined (doesn't ...Alon Levy
2015-02-15client: search selection: follow same path as mouse selection (can now be use...Alon Levy
2015-02-15client: implement merge of nodesAlon Levy
2015-02-15client: add merge button, does nothing, enabled for two or more selected nodesAlon Levy
2015-02-15add underscore, implement ctrl-click to append to selectionAlon Levy
2015-02-11client/selection: update selection on added node, fixes #310Alon Levy
2015-01-21Fixes #294 - make selection ignore temporary nodes (bad implementation)Alon Levy
2015-01-21client/view/selction: fix sortedArrayDiffAlon Levy
2015-01-11client/selection: add link_selected, use it for linktextAlon Levy
2015-01-11client/selection: make explicit dependency on main_graph and not rz_coreAlon Levy
2015-01-11client: cleanup selectionAlon Levy
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-05client/selection: add debug helperAlon Levy
2015-01-05client: fix link selection (still have links appearing above nodes)Alon Levy
2015-01-05client/selection: fix node selection, use hash for selection instead of Node....Alon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus clone+i...Alon Levy
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2015-01-05introduce commit_and_tx_diff__topo & commit_diff__topoAlon Levy
2014-12-28fixes #247 - make selection listen to graph changes to recognize a deleted nodeAlon Levy
2014-12-16moving files around after repository mergerAlon Levy