summaryrefslogtreecommitdiff
path: root/src/client/view
AgeCommit message (Collapse)Author
2015-01-12client: don't keep quotes in node name: Fixes #258Alon Levy
2015-01-11client/graph_view: root links in link_group regardless of selection, Fixes #207Alon Levy
2015-01-11client/view/graph_view: add missing semicolonAlon Levy
2015-01-11client/graph_view: disable reordering of links for now; Fixes #213Alon Levy
2015-01-11client/graph_view: set linktext class on update_viewAlon Levy
2015-01-11client/selection: add link_selected, use it for linktextAlon Levy
2015-01-11client/graph_view: remove unused parameter in showNodeInfoAlon Levy
2015-01-11client/selection: make explicit dependency on main_graph and not rz_coreAlon Levy
2015-01-11client: cleanup selectionAlon Levy
1. seperate root_nodes/selected_nodes 2. move graph update to rz_core.js Fixes #213
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ↵Alon Levy
""right""
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-06client: extract search to client/view/search.jsAlon Levy
2015-01-06client/graph_view: remove debug prints from animation codeAlon Levy
2015-01-06client/graph_view: better animationAlon Levy
2015-01-05client: remove console logs and fix some undeclared variables (ff warnings)Alon Levy
2015-01-05client: link removal to server works, missing update of clientAlon Levy
2015-01-05client/view/graph_view: partial fix for link text not showingAlon 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/view/graph_view: fix inter graph links with bubble, export ↵Alon Levy
bubble_radius from GraphView
2015-01-05client/selection: fix node selection, use hash for selection instead of ↵Alon Levy
Node.state; link selection still broken
2015-01-05client/view/graph_view: fix graph move on empty click regressionAlon Levy
2015-01-05client/bubble: nicer effect - instead of moving everything, just move close ↵Alon Levy
nodes
2015-01-05client: renames (find - all are lower case underscore separates) plus ↵Alon Levy
clone+input-to-diff to db and back flow working
2015-01-05animation for invisible bubble (will return the bubble later to edit graph)Alon Levy
2015-01-05bubble property used, lacks animation (noticeably)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
Multiple fixes / changes. _bugs introduced_ Changes: graph has two change functions (i.e. the internal API): - commit_and_tx_diff_topo This currently transmits, later will optimistically apply first - commit_diff__topo This only applies. Used on the ajax success path for commit_and_tx_diff__topo and when changes are only local. It signals on the diffBus - diffBus - a Bacon.Bus that all UI listens to - selection UI - node/link dialogs - main view (rz_core/update_view__graph) Small changes: whitespace rename filer->filter Completely broken: - text entry. should use commit_diff__topo Problems introduced: selection doesn't work correctly. editing not verified yet
2015-01-02misc changes: newline at end of file, etc.LV-426
2014-12-28fixes #247 - make selection listen to graph changes to recognize a deleted nodeAlon Levy
2014-12-23client/view/node_info: add back the superb proxiesAlon Levy
2014-12-23client/view/node_info: prevent default submit action on node save/deleteAlon Levy
2014-12-16moving files around after repository mergerAlon Levy