summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07node_info cleanupAlon Levy
2014-12-07fix broken edit box - accidentally changed id, broke onsubmit settingAlon Levy
2014-12-06new info box (now card) styling - PartialOfer Lehr
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-06graph: avoid nop name renamesAlon Levy
2014-12-06Node info edit - make name editable (Partial #189)Alon Levy
2014-12-06completer: case insensitive inputAlon Levy
2014-12-06completer: quote words with spacesAlon Levy
2014-12-06completer: add minimum_length = 1Alon Levy
2014-12-06completer: remove unused APIAlon Levy
2014-12-06completer: fix prev_option, forgot modulu works correctly only with positivesAlon Levy
2014-12-06completer: hide unless 1 or more elements; Fixes #185Alon Levy
2014-12-06completer: use triggerStart & triggerEndAlon Levy
2014-12-06textanalysis.ui: let completer hide itself; also update on mouse click; docum...Alon Levy
2014-12-06graph: unite both remove node actions for easier undo/diff trackingAlon Levy
2014-12-06debug off by default, set a fakeuser and enable history in debug modeAlon Levy
2014-12-06datepicker is part of jquery-ui, not required as a separate fileAlon Levy
2014-12-06nicer looking autocompleteOfer Lehr
2014-12-05accidental inner loop that should have been side by side. Thanks Dor!Alon Levy
2014-12-05remove two console debug prints in completerAlon Levy
2014-12-05remove two console logs in last commitAlon Levy
2014-12-05replace jquery.autocomplete with our own autocompletionAlon Levy
2014-12-05add missing datepicker path (requirejs)Alon Levy
2014-12-04move nodetypes to consts, add descriptions. Fixes #48Alon 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-04implement graph.editStatus (small refactor)Alon Levy
2014-12-04Fixes #112: /?debug=1 gives you back debugging helpersAlon Levy
2014-12-04Fixes #173 - note that an enter is still required when using u/down keysAlon Levy
2014-12-04update suggested names on json load (regression)Alon Levy
2014-12-04fix regression with too many auto completion suggestionsAlon Levy
2014-12-04Fixes #178: handle clicks on the plus buttonAlon Levy
2014-12-04first stab at add button click - not working when bar is extendedAlon Levy
2014-12-04measure should be hidden - reparented it to fo (and now it's out of the fo wi...Alon Levy
2014-12-04avoid popping the confirm dialog for temp nodes removalAlon Levy
2014-12-04rz_core: resizing of the new svg.fo.body.input (works both FF and chrome)Alon Levy
2014-12-04Related to #68 - space as orAlon Levy
2014-12-04svgInput modularized, works mostlyAlon Levy