index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
model
/
core.js
Age
Commit message (
Collapse
)
Author
2014-12-16
moving files around after repository merger
Alon Levy
2014-12-16
derive link type from name
LV-426
2014-12-16
create_node/link_from_spec: assertions
LV-426
2014-12-16
Node.prototype.equals(): compare by id
LV-426
2014-12-16
refactor __set_obj_id(), mark id property as 'enumerable'
LV-426
2014-12-16
rm create_node__with_optional_id(), use id if supplied to create_node_from_spec
LV-426
2014-11-25
core: Link.{source,target} need to be getters
Alon 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-25
core/create_node_from_spec: status initialization fix and remove double x&y ↵
Alon Levy
initialization
2014-11-25
core: add create_node__with_given_id
Alon Levy
2014-11-25
model/core: s/crete/create/g
Alon Levy
2014-11-24
core/graph: reduce verbose debug logs to console
Alon Levy
2014-11-23
init_force_layout() - adapt Link with __src,__dst property aliases
LV-426
2014-11-19
rm redundant obj def
LV-426
2014-11-19
add rz_config, provide id generation scheme control: hash/seq, defaulting to seq
LV-426
2014-11-19
crete_node_from_spec, create_node__set_random_id & link equivalents
LV-426
2014-11-18
model/core: create_node + spelling
Alon 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-13
rename scripts/ -> src/
LV-426