summaryrefslogtreecommitdiff
path: root/src/rz_core.js
AgeCommit message (Expand)Author
2014-12-08bilinks - too slow, not pretty, click link - undefined/nan bugwip/bilinksAlon 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 drags...Alon Levy
2014-12-07svg_input: remove some magic and make it work for ... text nodes (i.e. longer...Alon Levy
2014-12-07node/link inline edit: don't show text behind inputAlon Levy
2014-12-07measure: don't do the crazy computed css copy. use minus height trick. Fixes ...Alon Levy
2014-12-07node_info cleanupAlon Levy
2014-12-06Fix #187 - return edge directionalityAlon Levy
2014-12-06underscore on bubble is not prettyAlon Levy
2014-12-06Show underscore for empty text to enable click editing (Fixes #190)Alon Levy
2014-12-06Node info edit - make name editable (Partial #189)Alon Levy
2014-12-04accidental console.log removedAlon Levy
2014-12-04Fixes #170: dragging cancels searchAlon Levy
2014-12-04Partial #162Alon Levy
2014-12-04svg input height fix (not in css, svg is annoying)Alon Levy
2014-12-04fix regression with too many auto completion suggestionsAlon Levy
2014-12-04measure should be hidden - reparented it to fo (and now it's out of the fo wi...Alon Levy
2014-12-04rz_core: resizing of the new svg.fo.body.input (works both FF and chrome)Alon Levy
2014-12-04svgInput modularized, works mostlyAlon Levy
2014-12-04use ForeignObject for editing, not pretty but mostly thereAlon Levy
2014-12-04fix editing links: was accumulating callbacks (mass edit..)Alon Levy
2014-12-04fix selection inversion: Fixes #144Alon Levy
2014-12-04editlink/node: support escape to cancelAlon Levy
2014-12-04rz_core: cleanup node click handlersAlon Levy
2014-12-04rz_core: use selection.update (more to come)Alon Levy
2014-12-04rz_core: rename overlay_click and small cleanupAlon Levy
2014-12-03rz_core: user removal falloutAlon Levy
2014-12-03assume logged-in user, rm userBusLV-426
2014-11-29use Bacon instead of signalAlon Levy
2014-11-28Changed node types names resolving #162garbash
2014-11-25rz_core: remove unused codeAlon Levy
2014-11-25core: Link.{source,target} need to be gettersAlon Levy
2014-11-25rz_core: fix last usage of highlight, convert to selectionAlon Levy
2014-11-24add searchAlon Levy
2014-11-23cleanup zoom behavior initLV-426
2014-11-23gantt -> timeline renameLV-426
2014-11-23call graph update via presenter, rm graph obj. manglingLV-426
2014-11-23init_force_layout() - adapt Link with __src,__dst property aliasesLV-426
2014-11-19wide source/target -> __src,__dst rename, align with DB modelLV-426
2014-11-19replace _addNodeNoHistory() call with addNodeLV-426
2014-11-19rm unused el paramLV-426
2014-11-19notselected & selected classes added; only used when a selection is in progressAlon Levy
2014-11-18set selected class on selected elementsAlon Levy
2014-11-18add removeHighlight to avoid accumulating link highlightingAlon Levy
2014-11-18rz_core: move styling to css for easy skinningAlon Levy
2014-11-13rename scripts/ -> src/LV-426