| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-25 | graph: add missing space in error message | Alon Levy | |
| 2014-11-25 | rz_core: fix last usage of highlight, convert to selection | 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. | |||
| 2014-11-24 | style: group link selectors | Alon Levy | |
| 2014-11-24 | String.charCodeAt is firefox specific | Alon Levy | |
| 2014-11-24 | add alt-ctrl-o and alt-ctrl-i keyboard shortcuts | Alon Levy | |
| Considered using jquery.hotkeys, even tried that, but didn't actually work for me. This code seems to function under all browsers I tested (IE 11, chrome recent, FF recent - will test on IE 8). | |||
| 2014-11-24 | add search ui | Alon Levy | |
| make search+input boxes share a fixed div, use floats for nice(er) responsiveness to width changes. | |||
| 2014-11-24 | textanalysis: fix newly reintroduced text analysis | Alon Levy | |
| 2014-11-24 | core/graph: reduce verbose debug logs to console | Alon Levy | |
| 2014-11-24 | style.css: fix typo in debug ui | Alon Levy | |
| 2014-11-24 | style.css: filter is experimental and not supported by IE | Alon Levy | |
| https://developer.mozilla.org/en-US/docs/Web/CSS/filter?redirectlocale=en-US&redirectslug=CSS%2Ffilter#Browser_compatibility | |||
| 2014-11-24 | style.css: firefox 35 complains about slash comment in style property | Alon Levy | |
| 2014-11-24 | fix removed textanalysis autoSuggestName | Alon Levy | |
| Fix removed textanalysis autoSuggestName call using signal/slot, no additional signal added (using graph_diff) Broken in af20dd47d3cb254d4dd2638264fe79385a199832 | |||
| 2014-11-23 | cleanup zoom behavior init | LV-426 | |
| 2014-11-23 | gantt -> timeline rename | LV-426 | |
| 2014-11-23 | call graph update via presenter, rm graph obj. mangling | LV-426 | |
| 2014-11-23 | disconnecting model/graph -> textanalysis dep, model should not depend on ↵ | LV-426 | |
| presenter | |||
| 2014-11-23 | timeline -> AMD form | LV-426 | |
| 2014-11-23 | README misc | LV-426 | |
| 2014-11-23 | init_force_layout() - adapt Link with __src,__dst property aliases | LV-426 | |
| 2014-11-19 | addLink refactoring - call create_link__set_random_id() | LV-426 | |
| 2014-11-19 | wide source/target -> __src,__dst rename, align with DB model | LV-426 | |
| 2014-11-19 | rm redundant obj def | LV-426 | |
| 2014-11-19 | rm id_generator | LV-426 | |
| 2014-11-19 | node_info: fix 'id' showing rather than 'name' | LV-426 | |
| 2014-11-19 | replace _addNodeNoHistory() call with addNode | LV-426 | |
| 2014-11-19 | rm unused el param | LV-426 | |
| 2014-11-19 | __addNode improve logging | LV-426 | |
| 2014-11-19 | add rz_config, provide id generation scheme control: hash/seq, defaulting to seq | LV-426 | |
| 2014-11-19 | findNodeByName - make state param optional | LV-426 | |
| 2014-11-19 | addNode refactoring: | LV-426 | |
| - rename, return value - add notify param - set id via create_node__set_random_id() | |||
| 2014-11-19 | misc | LV-426 | |
| 2014-11-19 | textanalysis.js: for_each_X sugar | LV-426 | |
| 2014-11-19 | textanalysis.js - route node,link create calls via model_core | LV-426 | |
| 2014-11-19 | new_topo_diff() default constructor - add node_set_add, link_set_add arrays | LV-426 | |
| 2014-11-19 | Topo_Diff - for_each_X() convenience functions | LV-426 | |
| 2014-11-19 | crete_node_from_spec, create_node__set_random_id & link equivalents | LV-426 | |
| 2014-11-19 | rename newnodes,newlinks -> token_set_new_node_names,token_set_new_link_names | LV-426 | |
| 2014-11-19 | Extreme opacity for the unselected | garbash | |
| 2014-11-19 | notselected & selected classes added; only used when a selection is in progress | Alon Levy | |
| 2014-11-18 | set selected class on selected elements | Alon Levy | |
| 2014-11-18 | add removeHighlight to avoid accumulating link highlighting | Alon Levy | |
| 2014-11-18 | model/core: create_node + spelling | Alon Levy | |
| Tried using it, fixed spelling and added node creator that doesn't override id. Failed to use it - d3 doesn't like objects. Need to figure that out. | |||
| 2014-11-18 | rz_core: move styling to css for easy skinning | Alon Levy | |
| So now you can change for instance: $('.perm').each(function(i,x) { x.style.opacity=0.1; }) | |||
| 2014-11-18 | graph: make TODO more annoying | Alon Levy | |
| 2014-11-18 | adding missing jquery dependency | LV-426 | |
| 2014-11-16 | Update README.md | dor garbash | |
| 2014-11-16 | Update README.md | dor garbash | |
| 2014-11-16 | Update README.md | dor garbash | |
| 2014-11-16 | add a copy to url button, handle the resulting url | Alon Levy | |
| This allows us to send small graphs (up to maximal length of query string - what is that anyway?). Just press the copy button, ctrl-c, and paste to irc, and other side should click it. The real deal, issue #65, needs to actually go to the server and load the graph, which means the server needs to have a document concept. | |||
