summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2015-01-11client/selection: make explicit dependency on main_graph and not rz_coreAlon Levy
2015-01-11client: cleanup selectionAlon Levy
2015-01-11client/textanalysis: fix node type change on tab to use cursor correctly (sti...Alon Levy
2015-01-11client/textanalysis: move tokenize into moduleAlon Levy
2015-01-07client/textanalysis: fix Tab setting on new nodes. Cannot change types of exi...Alon Levy
2015-01-06client: fix tab switching; move to new tokenize implementation (not strictly ...Alon Levy
2015-01-06client/model/graph: nodes before linksAlon Levy
2015-01-06client/model/graph: silence debug printAlon Levy
2015-01-06client/textanalysis: whitespace in headerAlon Levy
2015-01-06client/textanalysis: use new_tokenizeAlon Levy
2015-01-06client: wip: get tab working againAlon Levy
2015-01-06client/analyzeSentence: use specAlon Levy
2015-01-06textanalysis: new_tokenise: return node start/endAlon Levy
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-06adapt to link meta-attribute '__type' useLV-426
2015-01-06used meta_attr='__type' for links (nodes still use '__label_set')LV-426
2015-01-06client: extract search to client/view/search.jsAlon Levy
2015-01-06client/model/graph: final oops in server_pending implementationAlon Levy
2015-01-06client/model/graph: don't send existing nodes in commit diffsAlon Levy
2015-01-06client/model/graph: fix server pendingAlon Levy
2015-01-06client: cache requested nodes and fill in arriving specs with cached dataAlon Levy
2015-01-06client/textanalysis: simplify auto suggest options logic, completer back to w...Alon Levy
2015-01-06client/graph_view: remove debug prints from animation codeAlon Levy
2015-01-06client/graph_view: better animationAlon Levy
2015-01-05client/model/graph: fix link deletion round trip, just one id2link & id2node ...Alon Levy
2015-01-05client/model/graph: some ugliness remains in commit_diff_ajax__topo because o...Alon Levy
2015-01-05client/model/graph: kill the name-as-part-of-the-key approach, now id must existAlon 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: more json workAlon 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: partial fix of drag-n-drop & load - fails in server with Neo4JExceptionAlon Levy
2015-01-05client/model/graph: fix emptyAlon 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/model/graph: add local commit_and_tx_diff__topoAlon Levy
2015-01-05client: whitespaceAlon 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/model/graph: add assert on update_node ajax success entry conditionsAlon Levy
2015-01-05client/bubble: nicer effect - instead of moving everything, just move close n...Alon Levy
2015-01-05client: clone now returns a Topo Diff, no need to adaptAlon Levy
2015-01-05client: renames (find - all are lower case underscore separates) plus clone+i...Alon Levy
2015-01-05actually commit links - but the ids are messed up, neo4j matches nothing and ...Alon Levy
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-05wip textanalysis broken. it creates extra nodes. state variable overloading f...Alon Levy
2015-01-05history zoom broken (well, so is most of it probably)Alon Levy