summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-12-16removeNodes(): add filter paramLV-426
2014-12-16findCoordinates() - rm unused state paramLV-426
2014-12-16rename removeNodes -> _remove_node_setLV-426
2014-12-16removeNode(): rm unsued state param,LV-426
swith to find_node__by_id() use
2014-12-16getConnectedNodesAndLinks(): switch to find_node__by_id(), state never used ↵LV-426
anyway
2014-12-16__addNode(): log on type != 'bubble'LV-426
2014-12-16this hacksLV-426
2014-12-16__addNode(): assert id present on insertion,LV-426
introduce id_to_node_map
2014-12-16find_node__by_id()LV-426
2014-12-16rm create_node__with_optional_id(), use id if supplied to create_node_from_specLV-426
2014-12-16model/util: read nodes in 'perm' stateLV-426
2014-12-16set 'rhizi.local' as default dev-mode serverLV-426
2014-12-16wrap backend calls with rz_config.backend_enabledLV-426
2014-12-16load_from_backend(): refactor, UI update callbackLV-426
2014-12-16util.assertLV-426
2014-12-14Fixes #204: analyzeSentence on completer change; this highlights the ↵Alon Levy
question of how to declaratively encode the event flow
2014-12-14completer: textContent is the equivalent of innerText in firefox. yes, ↵Alon Levy
jquery would hide this.A
2014-12-14completer: small refactor of clicksAlon Levy
2014-12-08rz_core: remove console log used for developmentAlon Levy
2014-12-08completer: remove debug logsAlon Levy
2014-12-08completer: tab key can also hide, disabled on input since tab has other ↵Alon Levy
function there
2014-12-08reorder link labels (.linklabel)Alon Levy
there is an existing bug where you don't see the labels for links changes on existing nodes, i.e.: (no enter on second sentence) You should have: g .linklabel isnot but instead you have an empty linklabel g .linklabel
2014-12-08rz_core: selected links should be below selected nodesAlon Levy
2014-12-08links reordering per selection (Fixes #198)Alon Levy
adding a new group setting all links with id just like nodes have it letting d3 sort per that id - this means it doesn't care about the order of the DOM elements every update we go over all the links and reparent them by selected/non selected. Missing: text-labels
2014-12-08completer: escape hides; anything else showsAlon Levy
2014-12-08graph: editName fix so renameing doesn't delete a node (Fixes #202)Alon Levy
2014-12-08innerHTML does what it claims, use innerText; Fixes #201Alon Levy
2014-12-08reorder related & selected on top; Fixes #198Alon Levy
2014-12-08selection: export node_selected for reordering nodesAlon Levy
2014-12-08set "related" on nodes referenced in ongoing text analysisAlon Levy
2014-12-08add a new state: "related"Alon Levy
2014-12-08graph: add hasNodeByNameAndNotStateAlon Levy
2014-12-08fix link hiding by clicking link name after another regressionAlon Levy
2014-12-08fix link unclickable regressionAlon Levy
2014-12-08remove one svg_input should-not-exist-default (width of fo)Alon Levy
2014-12-08straight links (one line, SVG rocks)Alon Levy
2014-12-08add another completer for search; missing | as triggerStart (should use RegExp)Alon Levy
2014-12-08rz_core: prevent cancel of selection when dragging in an over populated ↵Alon Levy
graph (i.e. clicking on a link is hard to avoid)
2014-12-08remove timeline code from rz_core; cleanup circle codeAlon Levy
2014-12-07remove overlay node, don't remember why it was needed and seems fine without itAlon Levy
2014-12-07rz_core: can now use shift-click for selection on svg-input (drag still ↵Alon Levy
drags node)
2014-12-07svg_input: remove some magic and make it work for ... text nodes (i.e. ↵Alon Levy
longer then 30 chars)
2014-12-07node/link inline edit: don't show text behind inputAlon Levy
2014-12-07ctrl-Z handler, does nothing (sort of a reminder)Alon Levy
2014-12-07Added node type descriptionsgarbash
2014-12-07model/graph: bug fix, s/foreach/forEach/, problem for selecting chainlinkAlon Levy
2014-12-07measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵Alon Levy
#194
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07node_info cleanupAlon Levy
show correct fields per node type don't accumulate callbacks (was unusable) update dialog on save with type change - no need to click node again
2014-12-07fix broken edit box - accidentally changed id, broke onsubmit settingAlon Levy