summaryrefslogtreecommitdiff
path: root/src/client/buttons.js
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-22buttons.js: miscLV-426
2015-05-22buttons.js: rzdoc-new()LV-426
2015-05-22buttons.js: rzdoc__open()LV-426
2015-05-22buttons.js: rzdoc-search()LV-426
2015-05-18buttons.js: remove NOP on_errorLV-426
2015-05-18style: toolbar_x: close_btnLV-426
2015-05-18rz_code: rzdoc__create_and_open()LV-426
2015-05-05client: add distinct links selectionAlon Levy
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-05-03client: load new doc button: use ajaxAlon Levy
return to the good ol days of SPA updates title name too. Double the logic - title set by the server too for a better client side behaviour. Could fix by using a template for the function setting the title, doesn't seem worth it right now.
2015-04-26UI text changes for search and mergegarbash
2015-04-21client/buttons: export: export filename to docname-timestamp.jsonAlon Levy
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: zoom to selection button instead of automatic on selectionAlon Levy
2015-04-09buttons.js: miscLV-426
2015-04-06client: return zoom buttons, make zoom conserve center pointAlon Levy
2015-04-02rzdoc__open: redirect on rzdoc open - allows URL updatingLV-426
2015-04-02btn_rzdoc__new: mv keyup event handler to cmd_barLV-426
2015-04-01btn_rzdoc__new(): fix rzdoc__open() callLV-426
2015-04-01buttons.js: btn_rzdoc__open()LV-426
2015-04-01buttons.js: btn_rzdoc__new()LV-426
2015-04-01wip: btn_rzdoc__new(), btn_rzdoc__open()LV-426
2015-03-16client: plus/minus zoom implementation using log scale, state still in ↵Alon Levy
d3.behavior.zoom
2015-03-16client: one line coding style fixAlon Levy
2015-02-10logout handler: attach to correct element IDLV-426
2015-02-09update export btn refLV-426
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
TODO: Logout requires styling plus only to appear if logged in.
2015-01-05initial graph_view introduction - mixing circle & force layoutsAlon Levy
2014-12-16moving files around after repository mergerAlon Levy