summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
AgeCommit message (Expand)Author
2015-04-09client: graph_view: handle no filter (temporary graph). regresion #461 fixedAlon Levy
2015-04-09client/graph_view: show also nodes with non domain types - makes it easier to...Alon Levy
2015-04-09client: remove custom radius that wasn't used anyway. radius is 10. if return...Alon Levy
2015-04-09client/graph_view: small cleanupAlon Levy
2015-04-09client: item_view: make type dropdown domain basedAlon Levy
2015-04-09client/graph_view, index: filter checkboxes: remove hardcodingAlon Levy
2015-04-09client/graph_view: extract init_checkboxesAlon Levy
2015-04-09client: graph_view,layouts: use atomic nodes_linksAlon Levy
2015-04-07client: hide filter and layout menus on click on empty area. resolve partial ...Alon Levy
2015-04-06client: return zoom buttons, make zoom conserve center pointAlon Levy
2015-04-06client: graph_view: use display instead of visibility.Alon Levy
2015-04-06client/view/graph_view: s/force__load_graph/layout__load_graph/Alon Levy
2015-04-06client: fix filter regressionAlon Levy
2015-04-06client: property tab cleanup; resolve #396Alon Levy
2015-04-05client: rename edge_info to link_infoAlon Levy
2015-04-05client: selection: enable selection of link via 0 depth selection of both nod...Alon Levy
2015-04-05client/graph_view: reset fixed before restoring a new layout (not actually re...Alon Levy
2015-04-05client: graph_view: fix scope of node_url_dx definitionAlon Levy
2015-04-05client: graph construction: text below circles. resolve #429Alon Levy
2015-04-05client: drag behaviour: no force calculation on drag. resolve #434Alon Levy
2015-04-05client: layout: save/restore on layout change. resolve #432Alon Levy
2015-04-03layout buttons: behavior, icon-design & styleLV-426
2015-04-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-02client/layouts/concentric: consts refactor, enlarge minimal ring distanceAlon Levy
2015-04-02client: graph_view: add tick on zoom - required for bubble animation (not exa...Alon Levy
2015-04-02client: split layouts from graph-viewAlon Levy
2015-04-02client: graph_view: fix text with hover, text now under it's linkAlon Levy
2015-04-02client: graph_view: two renames: linktext->link_text, nodetext->node_textAlon Levy
2015-04-02client: hover on nodes and links almost there, missing textAlon Levy
2015-04-02Renamed Layout UI name of "concentric" into "Ring"garbash
2015-04-02client/view/graph_view: small bug fix plus indentationAlon Levy
2015-04-02client/graph_view: turn off selection ring for nowAlon Levy
2015-04-02client/graph_view/concentric: smaller radius for smaller number of nodesAlon Levy
2015-04-02wip/selection-ring: add grid layout, add buttons to switch, starts at force l...Alon Levy
2015-04-02client: remove cola dependencyAlon Levy
2015-04-02client: graph_view: layout abstraction, empty + concentric layouts (empty for...Alon Levy
2015-04-02wip/selection: selected nodes are now in an equal distance ring of fixed radi...Alon Levy
2015-04-02wip selection ring - working but not quite thereAlon Levy
2015-04-02wip: selection ringAlon Levy
2015-03-29client/view/graph_view: allow links with x/y that is zeroAlon Levy
2015-03-25Revert "client/view/graph_view: force recalculation of linkDistance on each f...Alon Levy
2015-03-24client/view/graph_view: remove debug printAlon Levy
2015-03-24client/graph_view: add link distance depending on degree of nodeAlon Levy
2015-03-24client/view/graph_view: force recalculation of linkDistance on each force__lo...Alon Levy
2015-03-23client: dragging a node fixes it's position; unfixing needs to be thought outAlon Levy
2015-03-17client: Bacon/jquery dependency: use shimAlon Levy
2015-03-16client: plus/minus zoom implementation using log scale, state still in d3.beh...Alon Levy
2015-03-15client/graph_view: record rest force layout position and load right after clo...Alon Levy
2015-03-15client/graph_view: rename debug only function with double underscore prefixAlon Levy
2015-03-15client/graph_view: extract force__load_graphAlon Levy