summaryrefslogtreecommitdiff
path: root/src/model/core.js
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-16derive link type from nameLV-426
2014-12-16create_node/link_from_spec: assertionsLV-426
2014-12-16Node.prototype.equals(): compare by idLV-426
2014-12-16refactor __set_obj_id(), mark id property as 'enumerable'LV-426
2014-12-16rm create_node__with_optional_id(), use id if supplied to create_node_from_specLV-426
2014-11-25core: Link.{source,target} need to be gettersAlon Levy
Note that despite the sad sad fact __defineGetter__ is not supported by IE8, we are currently at quality 'Crap' on IE8 even without it (I checked, courtesy 14 days trial of crossover from codeweavers), and Dor says it is a level -1000 priority.
2014-11-25core/create_node_from_spec: status initialization fix and remove double x&y ↵Alon Levy
initialization
2014-11-25core: add create_node__with_given_idAlon Levy
2014-11-25model/core: s/crete/create/gAlon Levy
2014-11-24core/graph: reduce verbose debug logs to consoleAlon Levy
2014-11-23init_force_layout() - adapt Link with __src,__dst property aliasesLV-426
2014-11-19rm redundant obj defLV-426
2014-11-19add rz_config, provide id generation scheme control: hash/seq, defaulting to seqLV-426
2014-11-19crete_node_from_spec, create_node__set_random_id & link equivalentsLV-426
2014-11-18model/core: create_node + spellingAlon Levy
Tried using it, fixed spelling and added node creator that doesn't override id. Failed to use it - d3 doesn't like objects. Need to figure that out.
2014-11-13rename scripts/ -> src/LV-426