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
2011-02-01
Merge remote branch 'ajkovar/master' into bookmarks
jez
2011-01-31
Cosmetics
jez
2011-01-31
Deactivate hintKeystrokeQueue.
jez
2011-01-31
Cosmetics
jez
2011-01-31
Add a namespace for utility linkHints functions.
jez
2011-01-31
Remove util functions that the refactor has rendered unnecessary
jez
2011-01-31
deactivateMode should always invoke the callback passed to it.
jez
2011-01-31
Fix matchHintsByKey's return values
jez
2011-01-31
Begin switch from inheritance to composition
jez
2011-01-31
Fix up the invocation of linkHints.* commands
jez
2011-01-31
Merge branch 'master' into filter-hints
jez
2011-01-30
Make "d" and "u" scroll up and down a page instead of closing and restoring t...
Phil Crosby
2011-01-30
readme tweak
Phil Crosby
2011-01-30
Move the advanced commands in the readme into a separate section
Phil Crosby
2011-01-30
Tighten up the layout of the help dialog
Phil Crosby
2011-01-30
Split the help dialog into common commands and advanced commands. This closes...
Phil Crosby
2011-01-30
Add some cleanup to the mapping from command name => command description & op...
Phil Crosby
2011-01-30
Remove some boilerplate code when restoring default mappings
Phil Crosby
2011-01-30
Changing quote style so it's not inconsistent within the same file
Phil Crosby
2011-01-30
Add some brief instructions for coding style guidelines
Phil Crosby
2011-01-29
Doc updates
Ilya Sukhar
2011-01-29
Merge branch 'master' of https://github.com/stchris/vimium into stchris-master
Ilya Sukhar
2011-01-29
README update
Ilya Sukhar
2011-01-25
Prefer rel attribute for next and previous nav.
R.T. Lechow
2011-01-24
Reduce coupling.
jez
2011-01-23
Make deactivateMode() within linkHintsBase async
jez
2011-01-23
Simplify initializeLinkHints.
jez
2011-01-22
Added "zoomReset" command which resets the zoom to the default level
Christian Stefanescu
2011-01-19
More formatting fixes
jez
2011-01-16
Refactor hint positioning tests
jez
2011-01-16
Remove unnecessary properties on <a>
jez
2011-01-16
Auto-generate test cases
jez
2011-01-16
Add newlines between test blocks
jez
2011-01-08
Adjust line width and other formatting.
jez
2011-01-08
Remove 'Key Down' log message.
jez
2011-01-08
Reduce nesting in getVisibleClickableElements.
jez
2011-01-08
In filter-mode, 'Enter' should activate the lowest-numbered visible hint.
jez
2011-01-04
Commands for following 'previous' and 'next' links.
R.T. Lechow
2011-01-04
Fix filter hinting for images, and added corresponding test.
jez
2011-01-04
Factor out invokeCommandString.
jez
2011-01-04
Comments and renaming.
jez
2011-01-04
Add a 0.2s delay before filter-mode deactivation.
jez
2011-01-04
Switch from tagName to nodeName and lowercase it when doing checks.
jez
2011-01-04
Add filtering for input and image elements, together with tests.
jez
2011-01-04
Prevent a referenceError.
jez
2011-01-03
Create HTML display for test output. Fix a fragile test.
jez
2011-01-03
Generate the html for each test case dynamically.
jez
2011-01-03
Missed factoring out the link text generation.
jez
2011-01-03
We don't need to stub variables that are in function scope...
jez
2011-01-03
Add test suite for link hints.
jez
[next]