summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2015-04-02client/style: add layout-buttons and btn_layoutwip/selection-ringAlon Levy
2015-04-02client/rz_core: white space fixAlon Levy
2015-04-02client: main: fix usage before initialization of rz_core in case of debug=1Alon Levy
2015-04-02client/layouts/concentric: consts refactor, enlarge minimal ring distanceAlon Levy
2015-04-02client/layouts: concentric: sort inside ring by nameAlon Levy
2015-04-02client: graph_view: add tick on zoom - required for bubble animation (not ↵Alon Levy
exactly, not sure actually)
2015-04-02client/layouts/concentric: top and bottom nodes marginsAlon Levy
2015-04-02client: split layouts from graph-viewAlon Levy
2015-04-02client: graph_view: fix text with hover, text now under it's linkAlon Levy
plus make hover orange, and override opacity so nonselected hovered links are visible.
2015-04-02client: graph_view: two renames: linktext->link_text, nodetext->node_textAlon Levy
2015-04-02client: hover on nodes and links almost there, missing textAlon Levy
2015-04-02client/typeselection: switch from absolute positioning to child of nodeAlon Levy
means that the text moves with the node now, plus allows for setting the node position asynchronously with setting the typeselection.
2015-04-02Renamed Layout UI name of "concentric" into "Ring"garbash
2015-04-02client/view/graph_view: small bug fix plus indentationAlon Levy
2015-04-02client/graph_view: turn off selection ring for nowAlon Levy
2015-04-02client/graph_view/concentric: smaller radius for smaller number of nodesAlon Levy
2015-04-02wip/selection-ring: add grid layout, add buttons to switch, starts at force ↵Alon Levy
layout
2015-04-02client: remove cola dependencyAlon Levy
2015-04-02client: graph_view: layout abstraction, empty + concentric layouts (empty ↵Alon Levy
for temporary)
2015-04-02wip/selection: selected nodes are now in an equal distance ring of fixed ↵Alon Levy
radius (so no ring transform)
2015-04-02wip selection ring - working but not quite thereAlon Levy
2015-04-02client/graph: fix id_to_link_id_set regression w/ inter-graph linksAlon Levy
2015-04-02selection: is_empty, skip nop updates, clearAlon Levy
2015-04-02wip: selection ringAlon Levy
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-01rz_core.js: initDrawingArea(): call rzdoc__openLV-426
2015-04-01rz_core.js: rzdoc__open_default()LV-426
2015-04-01rz_core.js: rzdoc__current__get_name() - TODO: use RZDoc objectLV-426
2015-04-01rz_core.js: rzdoc__open()LV-426
2015-04-01model/core.js: remove rz_state (previously used for cur_rzdoc tracking)LV-426
2015-04-01rz_api_backend: misc: log with console.dir(), import util moduleLV-426
2015-04-01rz_api_backend: rzdoc_create(), rzdoc_list()LV-426
2015-04-01rz_api_backend: ajax_rs(): use xhr.responseJSON.error as error msgLV-426
2015-04-01rz_api_backend: rz_clone -> rzdoc_cloneLV-426
2015-04-01rz_api_backend: expect ajax errors to be server with non 200 HTTP statusLV-426
2015-04-01creation bubble SVG blur effectLV-426
2015-04-01rz_api_backend: inject rzdoc_name into common ajax request contextLV-426
2015-04-01wip: btn_rzdoc__new(), btn_rzdoc__open()LV-426
2015-04-01model/core.js: introduce global rz_state variable, currently used to track ↵LV-426
cur_rzdoc_name
2015-04-01keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core()LV-426
2015-04-01refactor rz_core initialization:LV-426
- init() - export via published_var_dict var
2015-03-29client/view/graph_view: allow links with x/y that is zeroAlon Levy
2015-03-25Revert "client/view/graph_view: force recalculation of linkDistance on each ↵Alon Levy
force__load_graph" Dor: I have to say it's less usable now with the nodes moving after every click... I suggest to quickly fix it or revert. This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
2015-03-24client/view/graph_view: remove debug printAlon Levy
2015-03-24client/graph_view: add link distance depending on degree of nodeAlon Levy
2015-03-24client/view/graph_view: force recalculation of linkDistance on each ↵Alon Levy
force__load_graph
2015-03-24client/model/graph: track node degree (O(1) amortized on link and node addition)Alon Levy
2015-03-23client: dragging a node fixes it's position; unfixing needs to be thought outAlon Levy