| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | moving files around after repository merger | Alon Levy | |
| 2014-12-08 | selection: export node_selected for reordering nodes | Alon Levy | |
| 2014-12-08 | add a new state: "related" | Alon Levy | |
| 2014-12-04 | selection: unbreak search | Alon Levy | |
| 2014-12-04 | selection: keep selected nodes state, correctly notices switch from two node ↵ | Alon Levy | |
| selection to single node selection | |||
| 2014-12-04 | fix selection inversion: Fixes #144 | Alon Levy | |
| 2014-12-04 | selection: add update (reduces code in rz_core) | Alon Levy | |
| 2014-12-03 | Fix TypeError: variable _ redeclares argument | Alon Levy | |
| 2014-12-03 | Fix #157: temp nodes are always selected | Alon Levy | |
| 2014-11-24 | add search | Alon Levy | |
| 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. | |||
