summaryrefslogtreecommitdiff
path: root/src/client/view/layouts.js
AgeCommit message (Collapse)Author
2015-08-04client/view/layouts: put custom as default layoutAlon Levy
2015-07-30client: rename User to CustomAlon Levy
2015-07-30client: record position to db when dragging + fixedAlon Levy
Record position when dragging. Record fixed status. this is still not clear - what fixed means exactly.
2015-07-26client: add a user layoutAlon Levy
2015-07-26layouts: wrap adding a 'name' attribute (for position storage)Alon Levy
2015-07-26client: various lint fixesAlon Levy
2015-06-04add copyright and license headers for GNU AGPL v3Alon 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/zen_mode/force layout: use uniform link distanceAlon Levy
2015-04-09client/view/layouts: add stp-bfs commented outAlon Levy
2015-04-09client: layouts: extract bfs functionAlon Levy
2015-04-09client/layouts: force BFS implementation (anticipating backbone)Alon Levy
2015-04-09client/layouts: jshint fixesAlon Levy
2015-04-09client: graph_view,layouts: use atomic nodes_linksAlon Levy
2015-04-05client/layouts: respect node.fixedAlon Levy
2015-04-05client/layouts: save+restore fixed propertyAlon Levy
2015-04-05client: layout: save/restore on layout change. resolve #432Alon 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/layouts/concentric: top and bottom nodes marginsAlon Levy
2015-04-02client: split layouts from graph-viewAlon Levy