| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
graph (i.e. clicking on a link is hard to avoid)
|
|
|
|
|
|
drags node)
|
|
longer then 30 chars)
|
|
|
|
foreign element descendant
|
|
|
|
|
|
|
|
|
|
|
|
will try)
|
|
#194
|
|
|
|
|
|
- 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
|
|
text is now readable - but it still isn't pretty
|
|
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
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #190
|
|
|
|
|
|
|
|
|
|
|
|
|