| Age | Commit message (Collapse) | Author |
|
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).
|
|
handler
|
|
|
|
Note that the selection doesn't move with the node, so it is possible to
create a discrepancy, this can happen either when:
1. dragging or zooming the graph
2. causing the bubble animation to playout
The selection text will not be next to the node in both cases until Tab
is pressed again.
Fixing this right now seems too much work, will revisit if this is
really bothersome. Would require either timers or another connection, or
different implementation as a foreign object under the svg node (and so
tied by the layout, no need to change).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still missing:
remove host/port, let client use same as url it was served on.
remove other flags no longer relevant.
better mapping of server config to avoid double work?
|
|
host/post
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|