summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)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 ↵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
2014-12-06new info box (now card) styling - PartialOfer Lehr
added a class to the info card to style different types in css. also rearranged colors in helpers.js (alon: changed implementation and broke the edit, will fix in the morning)
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; ↵Alon Levy
document lack of oncaretchange
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
added a class to the items inside the suggestion box so we could style them.
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
Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it.
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
Clearly not the best way to do it: we have a zoom object, it probably already holds this state, and won't be inconsistent if we change the document click handler. Time pressure and all that.
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
Actual fix is change from keypress to keydown. tested with chrome.
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 ↵Alon Levy
width so invisible)
2014-12-04avoid popping the confirm dialog for temp nodes removalAlon Levy
the change is a one liner hidden in 24 lines of refactoring :/
2014-12-04rz_core: resizing of the new svg.fo.body.input (works both FF and chrome)Alon Levy