index
:
rhizi
POC_2.5d
Prototype
graph-view-commit-log
issue593
master
pastebin
reqs
wip/addNode-refactoring
wip/addNode-refactoring.rebased
wip/bilinks
wip/id_not_lower_case_name
wip/links-reorder-by-selection
wip/map-nodes-by-id_minimize-name-use
wip/selection-ring
wip__doc_support
Connective intelligence
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
view
/
completer.js
Age
Commit message (
Expand
)
Author
2014-12-16
moving files around after repository merger
Alon Levy
2014-12-14
completer: textContent is the equivalent of innerText in firefox. yes, jquery...
Alon Levy
2014-12-14
completer: small refactor of clicks
Alon Levy
2014-12-08
completer: remove debug logs
Alon Levy
2014-12-08
completer: tab key can also hide, disabled on input since tab has other funct...
Alon Levy
2014-12-08
completer: escape hides; anything else shows
Alon Levy
2014-12-08
innerHTML does what it claims, use innerText; Fixes #201
Alon Levy
2014-12-08
add another completer for search; missing | as triggerStart (should use RegExp)
Alon Levy
2014-12-06
completer: case insensitive input
Alon Levy
2014-12-06
completer: quote words with spaces
Alon Levy
2014-12-06
completer: add minimum_length = 1
Alon Levy
2014-12-06
completer: remove unused API
Alon Levy
2014-12-06
completer: fix prev_option, forgot modulu works correctly only with positives
Alon Levy
2014-12-06
completer: hide unless 1 or more elements; Fixes #185
Alon Levy
2014-12-06
completer: use triggerStart & triggerEnd
Alon Levy
2014-12-06
nicer looking autocomplete
Ofer Lehr
2014-12-05
accidental inner loop that should have been side by side. Thanks Dor!
Alon Levy
2014-12-05
remove two console debug prints in completer
Alon Levy
2014-12-05
remove two console logs in last commit
Alon Levy
2014-12-05
replace jquery.autocomplete with our own autocompletion
Alon Levy