summaryrefslogtreecommitdiff
path: root/src/client/model/diff.js
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-12client/model/diff: add meta to Attr_Diff and Topo_DiffAlon Levy
2015-04-21client/model/diff: reindentAlon Levy
2015-03-16client/model/diff/Topo_Diff: ensure correct link namesAlon Levy
2015-03-16client: use 'untitled' as empty link fixes #381Alon Levy
Sanitizes any link attribute change. Topo diff in next patch since I might want to reverse it - current interface doesn't allow introducing null link names on creation.
2015-01-21client/model/diff: add is_topo_diffAlon Levy
2015-01-21client/model/diff: add two helpers on Attr_DiffAlon Levy
2015-01-20client: Attr_Diff: add toString for debuggingAlon Levy
2015-01-13Attr_Diff.prototype.for_each_node, _linkLV-426
2015-01-13add_node_attr_rm -> add_node_attr_removeLV-426
2015-01-13model/diff: new_attr_diff_from_spec()LV-426
2015-01-11Attr_Diff: remove spec from constructor, force use of prototype aux functionsLV-426
2015-01-06client: adapt to new node_id_set_add and link_id_set_add, renames all aroundAlon Levy
2015-01-05client: introduce is_attr_diff, start using diffBus for UI updatingAlon Levy
2014-12-29model/diff: new_topo_diff() object initLV-426
2014-12-16moving files around after repository mergerAlon Levy