summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2015-08-18client: safari support: s/Number.isNaN/isNaN/Alon Levy
2015-08-13client/view/graph_view: do not avoid 0 node update, required for doc switchin...Alon Levy
2015-08-13#612: fix - node displayed in edit graph view after submitAlon Levy
2015-08-09initial tests based on karma + jasmine, run with karma startAlon Levy
2015-08-09client/view/grpah_view: reduce update_view size a bit (way to go)Alon Levy
2015-08-09client/view/graph_view: make sure layout is changed before we store positions...Alon Levy
2015-08-09client/model/graph: position storing: store fixed per nodeAlon Levy
2015-08-09client/view/graph_view: locally save just current layout when switchingAlon Levy
2015-08-09client/view/graph_view: silence debug printAlon Levy
2015-08-09client/model/graph: remove debug printAlon Levy
2015-08-09client/view/graph_view: fix addition of a node on <enter> with new position l...Alon Levy
2015-08-08fixing problems with position recording - broke temporary and broke still <en...Alon Levy
2015-08-04client/views/graph_view: fix endless client-server updates to position on a a...Alon Levy
2015-08-04client/view/layouts: put custom as default layoutAlon Levy
2015-07-30client: rename User to CustomAlon Levy
2015-07-30client/view/graph_view: export layouts for debuggingAlon Levy
2015-07-30client: reduce force initial alpha - less jittering, but less likely to reach...Alon Levy
2015-07-30client/view/graph_view: removed unused variables (jshint)Alon Levy
2015-07-30client: record position to db when dragging + fixedAlon Levy
2015-07-30client: more specific logging for node position recordingAlon Levy
2015-07-30client/model/graph: use eps, short for epsilonAlon Levy
2015-07-30client: on drag, do NOT rerun layoutAlon Levy
2015-07-30client/view/graph_view: position load: fix bug due to not calling d3.layout.s...Alon Levy
2015-07-30client/view/graph_view: no relayout on clone position load if all nodes loadedAlon Levy
2015-07-30client/model/graph.nodes__update_positions: noop if change is too small (use ...Alon Levy
2015-07-30client: node position storing: change key format to use underscores, more cyp...Alon Levy
2015-07-30client/model/core: add a special Node for use for debugging NaN problemsAlon Levy
2015-07-30client: jshint fixesAlon Levy
2015-07-30Revert "wip: find the nan for position update from db"Alon Levy
2015-07-28wip: find the nan for position update from dbAlon Levy
2015-07-28client/graph_view: #593: don't relayout after loading positions from dbAlon Levy
2015-07-28client/view/graph_view: group similar functionsAlon Levy
2015-07-28client/view/graph_view: more linting fixesAlon Levy
2015-07-28client/view/graph_view: remove dead code (range function)Alon Levy
2015-07-26client: store positions in db instead of local storageAlon Levy
2015-07-26client: add a user layoutAlon Levy
2015-07-26layouts: wrap adding a 'name' attribute (for position storage)Alon Levy
2015-07-26client/model/graph: reduce attribute write verbosity (node only)Alon Levy
2015-07-26client: various lint fixesAlon Levy
2015-07-25client: clone: fix pushed diff to contain links & nodesAlon Levy
2015-07-23client/view/graph_view: add missing semicolonsAlon Levy
2015-07-23client/model/core: add missing semicolonsAlon Levy
2015-07-23client/model/util: add missing semicolonsAlon Levy
2015-07-23client/rz_api_backend: use rz_core.rzdoc__current__get_name (fix FIXME)Alon Levy
2015-07-23client/rz_core: add missing semicolonsAlon Levy
2015-07-23client/rz_api_backend: add missing semicolons (Aptana Studio 3 - probably als...Alon Levy
2015-07-23client/model/graph: make addTempNode API a constant (fix FIXME)Alon Levy
2015-07-23client/model/graph: linting fixes from emacs js2 mode (jshint probably)Alon Levy
2015-07-06client: split view/filter.js from view/graph_viewAlon Levy
2015-07-06client/graph_view: remove dead codeAlon Levy