| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Record position when dragging.
Record fixed status. this is still not clear - what fixed means exactly.
|
|
|
|
|
|
configurable epsilon)
|
|
cypher friendly
|
|
|
|
|
|
This reverts commit ec899fb5dbbe39f45f5dcc47ea39df3a38f2229f.
|
|
|
|
attributes used are currently a bit lame, since we don't support
nested attributes. So the attribute stored is:
layouts.<layout_name>.{x,y}
where layout_name is one of: force, user, ring.
Note that force layout still takes time initially, because alpha is
always set to 1 initially. This should probably be changed when a layout
is loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_error behavior
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Very similar to Diff Bus, just includes initial clone commits. Will
remove it in the future.
|
|
|
|
|
|
affects item_info only
|
|
|
|
name+type first
|
|
|
|
filtered_graph
|
|
|
|
|
|
|
|
i.e.
related =
|selected| == 1 N(selected)
else intersection_{s in S}{neighbours(s)}
|
|
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).
|
|
|
|
declarative json
|
|
|
|
|