| Age | Commit message (Collapse) | Author |
|
|
|
|
|
specific browsers)
|
|
half a second. Fixes #43
|
|
Fixes #43
|
|
compatibility, instead of ctrl+click
|
|
|
|
node (informational only)
|
|
|
|
work)
|
|
used for merge)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we don't allow moving nor scrolling when property dialog overflows window height,
so this is an interim measure at best.
|
|
resize; fixes #309
|
|
specifically:
1. take care to remove handler on any hide condition, not click as well
2. previous patch to avoid needlessly hiding completer on showing it
after clicking (we could change that behaviour but not as a unexpected
consequence).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
Fixes #308
Hack for friday. Hack being that the model Node gets a 'zoom_obj'
property. This belongs on a new NodeView class that will contain a
reference to the node and the zoom object.
Also I'm worried about performance of this (well, just a little), have not tested with
something large yet.
|
|
|
|
Note that using 'on' overwrites the previous callback, using namespaces
('zoom.graph_view') doesn't help. So store the previous callback (the
zoom function in rz_core in this case) and apply it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when selected
|
|
|
|
|
|
|
|
Should have two functions for node+link class setting, one for
temporary, one for not, instead of passing this constant (since
construction time) value along.
|
|
|
|
|
|
Note about implementation: we currently update all the nodes for
multiple things, we should not do that, we have id's on each node, we
can do less work. Another option is using the visualdom and letting it
do the diffs. Actually we should test first. Which brings me to the
missing functionality of loading a large csv.
|
|
|