summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2015-04-26UI text changes for search and mergegarbash
2015-04-25client: drop rz_server_{host,port}, use document.locationAlon Levy
Since the client can be hidden from the server via multiple layers, be they load balancers, proxies or iptable rules, it is simpler to not have the server aware of those layers and have to inform the client of them, instead use information the client already has.
2015-04-21client/buttons: export: export filename to docname-timestamp.jsonAlon Levy
2015-04-21client/model/diff: reindentAlon Levy
2015-04-16client: node radius change on image remove: fixAlon Levy
2015-04-16client: image-url: bigger radiusAlon Levy
2015-04-16client: move node_text_d{x,y} from rz_core to graph_viewAlon Levy
2015-04-15client: add images using existing circlesAlon Levy
2015-04-15unite 'rzdoc__mainpage_name' old aliasesLV-426
2015-04-14client/graph_view: turn off image url display for now, not done yet, ↵Alon Levy
accidentally pushed
2015-04-14wip going to use style.fill url(image)Alon Levy
2015-04-14client/graph_view: images are just valid urlsAlon Levy
2015-04-14client/graph_view: s/nodeTextX/node__text_x/Alon Levy
2015-04-14client: graph_view: fix position change when removing/adding image-urlAlon Levy
2015-04-14client/graph_view: move translate aroundAlon Levy
2015-04-14client: place image+text on the middle of the bounding boxAlon Levy
2015-04-14client: support image from 'image-url' attributeAlon Levy
2015-04-14rz_api_backend.js: miscLV-426
2015-04-14rz_mesh: reconnect only after 30 secLV-426
2015-04-13commons only: client: hide the intro-task (for commons)Alon Levy
2015-04-13client: textanalyser_input: completion add two spaces. fixes #484Alon Levy
2015-04-13client search/completer: use '|' only for separation, append on enter from ↵Alon Levy
complete
2015-04-13client: zen_mode: store/restore fixed on enter/leave, unfix on enter. fixes #486Alon Levy
2015-04-13client: graph_view: deduplicate zen mode changes; close #489Alon Levy
2015-04-13client: fix regression with temporary graph appearance: fixes #481Alon Levy
2015-04-13client/textanalysis.ui: show node type initially. close #473Alon Levy
2015-04-13client/textanalysis.ui: set height and width on foreignobjectAlon Levy
2015-04-13client: fix related text not completeAlon Levy
2015-04-13util/assert: no coercion. 0bla == falseAlon Levy
2015-04-13client: change shortcuts zen - ctrl-0, zoom ctrl-9 (firefox doesn't like ↵Alon Levy
function keys)
2015-04-13client/filter menu: allow click on textAlon Levy
2015-04-13client/graph_view: filter updates graph's filtered_nodes; TODO: redo ↵Alon Levy
selection when appropriate
2015-04-13client/graph: graph now knows about filtered_types; should split to ↵Alon Levy
filtered_graph
2015-04-13client/zen_mode/force layout: use uniform link distanceAlon Levy
2015-04-13client/graph_view: undo weird d3 data for node_textAlon Levy
2015-04-12client: graph: drop object_values, use _.valuesAlon Levy
2015-04-12client: graph_view: fix zen mode extra node_text-s being createdAlon Levy
2015-04-12client: F7 shortcut for zen modeAlon Levy
2015-04-12client: fix node name opacity on selection regressionAlon Levy
Whereas node text class was not set correctly on selection.
2015-04-12client: introduce zen modeAlon Levy
2015-04-12client/util: remove stray spaceAlon Levy
2015-04-12client/graph: add helper find_links__by_nodesAlon Levy
2015-04-12client/graph: extract calc_neighboursAlon Levy
2015-04-12client/graph_view: make sure links & nodes are always ordered by idAlon Levy
2015-04-12client: for more then one selected node, related is the mutual neighboursAlon Levy
i.e. related = |selected| == 1 N(selected) else intersection_{s in S}{neighbours(s)}
2015-04-12client/selection: rename: selected & relatedAlon Levy
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
2015-04-12client: fix broken space because of changed selection APIAlon Levy
2015-04-12client: show number of selected nodes below search barAlon Levy
2015-04-12client: add F6 shortcut to zoom to selectionAlon Levy
2015-04-12client: fix ctrl-A breakage since selection signatures changedAlon Levy