| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selection to single node selection
|
|
|
|
|
|
|
|
|
|
too much work to split right now. Following changes:
click handlers on circle and on text.
image is now under circle instead of side by side (otherwise it hides it
due to same z-index and later in children list)
some methods renamed to indicate first parameter (editNodeText,
showNodeInfo).
less calls to graph_update.
Still doesn't fix the selection (i.e. unselect for reclick).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Found by investigating a ReferenceError warning:
ReferenceError: reference to undefined property
|
|
|
|
Firebug 3.0 alpha or Firefox nightly 37 says:
SyntaxError: 'use strict' statement won't be enforced as a directive
because it isn't in directive prologue position
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
One line, two changes:
keypress->keydown:
- fixes #137. Chrome doesn't dispatch a keypressed on tab. Firefox and
chrome both dispatch a keydown, so this works in both.
$(document)->element:
- fixes #171. Don't listen to text input events globally, only on the
element.
|
|
|
|
|
|
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done
|
|
|
|
|
|
|
|
|
|
|
|
Also fix miscased scss filename.
|
|
|
|
|
|
|