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-10
fix regression in 10a77d25c3
Niklas Baumstark
2012-04-10
create DOM by HTML
Niklas Baumstark
2012-04-10
add HTML helpers
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
fix small bug
Niklas Baumstark
2012-04-10
more DRYing
Niklas Baumstark
2012-04-10
add bookmark in "all" completion
Niklas Baumstark
2012-04-10
DRY up code
Niklas Baumstark
2012-04-10
improve comments and fix some naming style inconsistencies
Niklas Baumstark
2012-04-10
minor optimizations and code cleanup
Niklas Baumstark
2012-04-10
improve perfmance by caching history results in the background page.
Niklas Baumstark
2012-04-10
fix bad English
Niklas Baumstark
2012-04-10
raise regex threshold to query length 15
Niklas Baumstark
2012-04-10
fall back to regex matching for long queries
Niklas Baumstark
2012-04-10
sort results in tab completion mode
Niklas Baumstark
2012-04-10
fix ranking algorithm
Niklas Baumstark
2012-04-10
make CSS more robust
Niklas Baumstark
2012-04-10
fix search URL building
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
fix bug in query normalization
Niklas Baumstark
2012-04-10
use background page to open URLs
Niklas Baumstark
2012-04-10
prefer marking continguous characters
Niklas Baumstark
2012-04-10
improve string ranking
Niklas Baumstark
2012-04-10
remove debug statement
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
2012-04-10
fix relevancy heuristic
Niklas Baumstark
2012-04-10
move some logic from background to content page
Niklas Baumstark
2012-04-10
improve relevancy calculation
Niklas Baumstark
2012-04-10
underscore is not a word character in our context
Niklas Baumstark
2012-04-10
decrease number of history items
Niklas Baumstark
2012-04-10
make number of completions configurable
Niklas Baumstark
2012-04-10
document the HTML matching algorithm better
Niklas Baumstark
2012-04-10
allow custom functions as commands, add example in form of forced web search
Niklas Baumstark
2012-04-10
allow fuzzy completion of HTML-decorated content and implement this for histo...
Niklas Baumstark
2012-04-10
fix syntax error
Niklas Baumstark
2012-04-10
remove empty leading line
Niklas Baumstark
2012-04-10
make F5 refresh the completions
Niklas Baumstark
2012-04-10
fix some issues with asynchronous filtering and refreshing
Niklas Baumstark
2012-04-10
make CSS more specific
Niklas Baumstark
2012-04-10
remove useless CSS directive
Niklas Baumstark
2012-04-10
add possibility to use custom search engines and use "wiki ", "cc ", and ";" ...
Niklas Baumstark
2012-04-10
remove trimming from isUrl
Niklas Baumstark
2012-04-10
make failing test pass again :)
Niklas Baumstark
[next]