summaryrefslogtreecommitdiff
path: root/src/client/view
AgeCommit message (Expand)Author
2015-02-09graph_view: adjust to new filter menu id's, use .toggle() for menu hidingLV-426
2015-02-06filter by node type: fix broken edit graphAlon Levy
2015-02-06client: bacon not loaded, use jquery instead (demo hack)Alon Levy
2015-02-06client/graph_view: set checkboxes callback on load to avoid race with DOM cre...Alon Levy
2015-02-06client/graph_view: filter drop down implementation, really ugly. #306Alon Levy
2015-02-06client/filter: now with force layout awareness. Fixes #306 almostAlon Levy
2015-02-06client: graph_view: filter initial. does not affect layout, only visibilityAlon Levy
2015-02-05client: fix fallout from main/edit zoom differenceAlon Levy
2015-02-05client/graph_view: apply zoom of each node individuallyAlon Levy
2015-02-05client/graph_view: pass in zoom objects for self (unused) and parentAlon Levy
2015-02-05client/graph_view: merge zoom and relayout events to redraw busAlon Levy
2015-01-29client: fix links to open in new tab; Fixes #295Alon Levy
2015-01-27client: make link hover show the urlAlon Levy
2015-01-27client: remove state variable in node view and use bacon property insteadAlon Levy
2015-01-21client/node_info: pass description to serverAlon Levy
2015-01-21client: node_edit: show description for everythingAlon Levy
2015-01-21client: make sure we store all properties coming from the server. Fixes #298Alon Levy
2015-01-21client: don't show dialog on topo diffs: Fixes #285Alon Levy
2015-01-21client: Fixes #79 , node name should be fully shown regardless of length when...Alon Levy
2015-01-21client: fix url link icon on node editAlon Levy
2015-01-21client: split svg_input, fix #280 - update edit box on dialog editAlon Levy
2015-01-21client: fix bubble not affecting link textAlon Levy
2015-01-21Fixes #294 - make selection ignore temporary nodes (bad implementation)Alon Levy
2015-01-21Return of the bubble. Fixes #253Alon Levy
2015-01-21client/view/selction: fix sortedArrayDiffAlon Levy
2015-01-21Fixes #295 adding a link next to node names with urlsAlon Levy
2015-01-21client/view/graph_view: add debugging helper to show diffsAlon Levy
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
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ...Alon Levy
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 bubble_radi...Alon Levy
2015-01-05client/selection: fix node selection, use hash for selection instead of Node....Alon Levy
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 n...Alon Levy