summaryrefslogtreecommitdiff
path: root/src/view
AgeCommit message (Collapse)Author
2014-12-04Partial #162Alon Levy
2014-12-04selection: unbreak searchAlon Levy
2014-12-04selection: keep selected nodes state, correctly notices switch from two node ↵Alon Levy
selection to single node selection
2014-12-04fix selection inversion: Fixes #144Alon Levy
2014-12-04selection: add update (reduces code in rz_core)Alon Levy
2014-12-03"use strict" must be firstAlon Levy
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
2014-12-03Fix TypeError: variable _ redeclares argumentAlon Levy
2014-12-03Fix #157: temp nodes are always selectedAlon Levy
2014-11-28Changed node types names resolving #162garbash
2014-11-24add searchAlon 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.
2014-11-23gantt -> timeline renameLV-426
2014-11-23call graph update via presenter, rm graph obj. manglingLV-426
2014-11-23timeline -> AMD formLV-426
2014-11-19node_info: fix 'id' showing rather than 'name'LV-426
2014-11-13rename scripts/ -> src/LV-426