summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08better looking search suggestionOfer Lehr
- fixes bug that hides the suggestions behind the input bar - suggestion items are now highlighted on hover - better positioning - larger font size for search bar suggestions
2014-12-08Prevent text selection in svg (graph)Alon Levy
Not sure this [1] bug is the problem, but we don't want svg selection, and since editing svg nodes inline is done with an input foreign element, this doesn't affect selecting there! [1] http://stackoverflow.com/questions/18124820/html5-svg-text-selection-bug-in-chrome
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-07workaround for disappearing non-fixed-or-absolute-divs on input change for ↵Alon Levy
foreign element descendant
2014-12-07task-alert: make sure it is clickable so can't have z-index of -1Alon Levy
2014-12-07ctrl-Z handler, does nothing (sort of a reminder)Alon Levy
2014-12-07info card - new styling for url fieldOfer Lehr
2014-12-07Added node type descriptionsgarbash
2014-12-07model/graph: bug fix, s/foreach/forEach/, problem for selecting chainlinkAlon Levy
2014-12-07forgot to commit css for opacity (changing bubble position in svg harder, ↵Alon Levy
will try)
2014-12-07measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵Alon Levy
#194
2014-12-07Fixes #193 - reduce bubble opacity to 0.5 from 0.9Alon Levy
2014-12-07typeselection: now in index.html (removed typeselection td padding)Alon Levy
2014-12-07fixes some info card stylingOfer Lehr
- the input field now doesn't clip the text before the end of the row - tough i think we will need to change it to a <p> element because of text overflow issues - some styling to the drop down. aparently we will need to implement it in javascript to get full styling control
2014-12-07changes input bubble styleOfer Lehr
text is now readable - but it still isn't pretty
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-07remove node info subtitleAlon Levy
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-06sass error? color had space in itAlon 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-06disable dragging bubble (css solution, drag d3 behavior confusing)Alon Levy
Fixes #190
2014-12-06minor twaeks to the graph stylingOfer Lehr
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