| Age | Commit message (Collapse) | Author |
|
Missing:
- handling dropdown in the middle of the sentence correctly (almost
there, extra space added)
- clicking changes focus (transition event related?) and .focus() doesn't
work - could not find how to fix it.
|
|
|
|
|
|
selection to single node selection
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
The added input lets you select by *oring* multiple space less
expressions. i.e. 'a b' will find all nodes with name containing either
'a' or 'b'. Not the specification, will be remedied later (i.e. maybe
tomorrow, who knows).
excuse the bulk commit, this does 3 things:
splits off selection logic into src/view/selection
- handles setting state explicityl on Node's, still bad.
- bad at least the 'selected' state (i.e. boolean) is in one place.
- common point for clicking on nodes/edges and selecting view selection
input
makes graph.getConnectedNodesAndLinks accept an array and not just a
single node
implements the search functionality outlined in the first paragraph.
|
|
|
|
|
|
|
|
|
|
|