index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fuzzyMode.js
Age
Commit message (
Expand
)
Author
2012-05-05
Rename fuzzymode.js to vomnibar.js
Phil Crosby
2012-05-05
Rename fuzzymode to vomnibar
Phil Crosby
2012-05-05
Rename "fuzzybox" to vomnibarUI. Not as easy to type, but more precise.
Phil Crosby
2012-05-05
Support ctrl+n and ctrl+p in the vomnibox. Works on mac, needs to be tested o...
Phil Crosby
2012-05-05
Split out the actionFromKey logic on onKeydown is a little easier to follow.
Phil Crosby
2012-05-05
Have "O" activate teh vomnibox with the current URL. Completes #521.
Phil Crosby
2012-05-05
Fix a regression I introduced where we weren't using a refresh interval for t...
Phil Crosby
2012-05-05
The completion actions make more sense grouped together.
Phil Crosby
2012-05-05
Use class.extend for fuzzybox
Phil Crosby
2012-05-05
Use proxy instead of self
Phil Crosby
2012-05-05
vomnibar -> vomnibox
Phil Crosby
2012-05-05
Add overview documentation to explain the completion workflow.
Phil Crosby
2012-05-05
Rename func => functionName
Phil Crosby
2012-05-05
Rename createActionOpenUrl => navigateToUrl
Phil Crosby
2012-05-05
Make createActionOpenUrl be a simple function.
Phil Crosby
2012-05-05
Simplify the strange contract of createActionOpenUrl
Phil Crosby
2012-05-05
Move createActionOpenUrl and company to the frontend page. Stop requiring com...
Phil Crosby
2012-05-05
Move backgroundCompleter into fuzzymode.js
Phil Crosby
2012-04-29
use consistent quotes
Phil Crosby
2012-04-29
Use keycodes object
Phil Crosby
2012-04-29
Rename reverseAction and alternative to simply "open in new tab".
Phil Crosby
2012-04-28
blur input then hiding fuzzyMode
Björn
2012-04-13
change to real input box
Niklas Baumstark
2012-04-10
small tweaks
Niklas Baumstark
2012-04-10
move completion logic to background page
Niklas Baumstark
2012-04-10
really only update every X milliseconds
Niklas Baumstark
2012-04-10
raise number of history items searched
Niklas Baumstark
2012-04-10
add lazy evaluation at several places
Niklas Baumstark
2012-04-10
sort history by last visit time and raise number of history items to be searched
Niklas Baumstark
2012-04-10
fix small bug with selected item
Niklas Baumstark
2012-04-10
make fuzzybox HTML more compact
Niklas Baumstark
2012-04-10
correctly handle selection after refresh
Niklas Baumstark
2012-04-10
make refresh <F5> work as expected
Niklas Baumstark
2012-04-10
make refresh interval configurable
Niklas Baumstark
2012-04-10
move query length threshold from UI to logic
Niklas Baumstark
2012-04-10
fix regression in 10a77d25c3
Niklas Baumstark
2012-04-10
create DOM by HTML
Niklas Baumstark
2012-04-10
code cleanup
Niklas Baumstark
2012-04-10
force update after pressing Return
Niklas Baumstark
2012-04-10
hide completion list if no completions are available
Niklas Baumstark
2012-04-10
fix small bug when closing and reopening dialog in combination with async upd...
Niklas Baumstark
2012-04-10
update results list asynchronously to take load from the CPU and improve the ...
Niklas Baumstark
2012-04-10
add bookmark in "all" completion
Niklas Baumstark
2012-04-10
improve perfmance by caching history results in the background page.
Niklas Baumstark
2012-04-10
sort results in tab completion mode
Niklas Baumstark
2012-04-10
add special command for tab completion
Niklas Baumstark
2012-04-10
restructure fuzzy mode flow
Niklas Baumstark
2012-04-10
really get more history items
Niklas Baumstark
2012-04-10
add tab completion support
Niklas Baumstark
2012-04-10
add Google lucky search as command "luck "
Niklas Baumstark
[next]