| Age | Commit message (Collapse) | Author |
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
|
|
|
|
|
|
|
|
|
|
It was buggy and did not deal with overlap.
Renamed to neighbourhood.
|
|
|
|
First type is default, and order is for shift-up/down selection, filter
menu and type drop down in properties menu (so, basically everywhere).
|
|
|
|
|
|
|
|
|
|
to rename node types
|
|
returned, place in domain specific type information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#444
|
|
|
|
|
|
|
|
SVG 1.1 visibility applies to element and not to children, display otoh does apply to the whole subtree
resolves #401
|
|
|
|
|
|
declarative json
|
|
|
|
|
|
|
|
|
|
comparing form data to diff
|
|
|
|
|
|
|
|
|
|
for f in `git grep -l edge_info`; do sed -ie 's/edge_info/link_info/g' $f; done
for f in `git grep -l EDGE_INFO`; do sed -ie 's/EDGE_INFO/LINK_INFO/g' $f; done
git mv src/client/view/edge_info.js src/client/view/link_info.js
|