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
Age
Commit message (
Expand
)
Author
2012-04-30
Add Function.proxy.
Phil Crosby
2012-04-30
Rename matcher to regexp; matcher is overloaded and confusing.
Phil Crosby
2012-04-30
shorten the declaration of SmartCompletionSource
Phil Crosby
2012-04-29
Add comments to explain what's going on.
Phil Crosby
2012-04-29
use consistent quotes
Phil Crosby
2012-04-29
Shorten the declaration of the domain completer.
Phil Crosby
2012-04-29
Introduce a way to group code into classes.
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-29
reorder source
Phil Crosby
2012-04-29
remove unused function
Phil Crosby
2012-04-29
Remove the venerable bookmarks implementation which is now superceded by the ...
Phil Crosby
2012-04-29
whitespace
Phil Crosby
2012-04-29
Merge pull request #524 from Knorkebrot/master
Phil Crosby
2012-04-28
blur input then hiding fuzzyMode
Björn
2012-04-27
Add Knorkebrot to CREDITS, and re-alphabetize the list.
Jez Ng
2012-04-27
Touch up on previous commit.
Jez Ng
2012-04-27
flashElement: use an overlay, so zero-sized links are flashed as well
Björn
2012-04-26
Allow a leading '0' to be used as a mapping.
Jez Ng
2012-04-25
Merge pull request #459 from niklasb/fuzzy
Phil Crosby
2012-04-25
Set overflow:none on hints.
Jez Ng
2012-04-13
improve CSS, fix input width
Niklas Baumstark
2012-04-13
change to real input box
Niklas Baumstark
2012-04-12
Update README.markdown
Ilya
2012-04-11
fix domain completion
Niklas Baumstark
2012-04-11
fix strange whitespace artefacts
Niklas Baumstark
2012-04-10
don't complete tabs in omni mode
Niklas Baumstark
2012-04-10
add domain completion a la Chrome omnibox
Niklas Baumstark
2012-04-10
small changes
Niklas Baumstark
2012-04-10
optimization
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
fix bug when history maxResults is too high
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 a bug in the filtering algo that causes caching not to happen
Niklas Baumstark
2012-04-10
fix small bug with selected item
Niklas Baumstark
2012-04-10
rename "match" method to prevent confusion
Niklas Baumstark
2012-04-10
make fuzzybox HTML more compact
Niklas Baumstark
2012-04-10
fix HTML tag stripping
Niklas Baumstark
2012-04-10
correctly handle selection after refresh
Niklas Baumstark
2012-04-10
code cleanup + small bugfixes
Niklas Baumstark
2012-04-10
introduce a utils helper for prototype inheritance
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
prevent duplicate history items
Niklas Baumstark
2012-04-10
move query length threshold from UI to logic
Niklas Baumstark
2012-04-10
fix regression in 10a77d25c3
Niklas Baumstark
[next]