| Age | Commit message (Collapse) | Author |
|
|
|
required, except if a new node was introduced)
|
|
|
|
|
|
remind myself svg doesn't respect z-index, flatten back the svg
structure:
svg
- zoom
- graph g
path 1
link text 1
node text 1
node text 2
node circle 1
node circle 2
per SVG 1.1 spec the last node is the top most.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exactly, not sure actually)
|
|
|
|
|
|
plus make hover orange, and override opacity so nonselected hovered
links are visible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
layout
|
|
|
|
for temporary)
|
|
radius (so no ring transform)
|
|
|
|
|
|
|
|
|
|
|
|
force__load_graph"
Dor: I have to say it's less usable now with the nodes moving after
every click... I suggest to quickly fix it or revert.
This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
|
|
|
|
|
|
force__load_graph
|
|
|
|
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).
Undo the Bacon_wrapper non fix:
git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
|
|
d3.behavior.zoom
|
|
|
|
clone (per node id)
(copied inline comment):
HACK to load positions stored locally: on the first diff, which is the
result of the initial clone, load positions from stored last settled
position (see record_position_to_local_storage and
restore_position_from_local_storage) this is before we have proper
layout recording in the database, loaded together with the nodes and
links.
|
|
|
|
|
|
|
|
|
|
enter to open edit, space and shift-space to select/append.
|
|
|
|
|
|
|
|
Fixes #358
Implementation limitations:
- uses hasOwnProperty for search, and further filters on strings. So
technically could be oversearching - i.e. string properties that are
not attributes. We should keep an attribute key on Node and Link
- there is no selected link, just selected nodes. So we select both
source and destination. Opening issue #367 for this.
|
|
|
|
take it into account
|