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
2010-01-09
ESC clears the keyQueue
Jim Ramsay
2010-01-08
Add a link to the chrome extensions gallery from the readme
Phil Crosby
2010-01-07
Use the CTRL key instead of the meta key to open links in new windows on Linu...
Phil Crosby
2010-01-06
'yy' instead of 'y' for the copy url to clipboard command.
ilya
2010-01-05
Update README with Linux support.
ilya
2010-01-06
Linux also suffers from webkit keyIdentifier bug
Jim Ramsay
2010-01-03
Missing newline, again.
ilya
2010-01-03
Added some running release notes to the README so we can keep track of what's...
ilya
2010-01-03
Implement 'y' -- yank (copy) the current tab's url to the clipboard.
ilya
2010-01-03
Update README to reflect additional keybindings for next/prev tab.
ilya
2010-01-04
Add bindings 'gt'->nextTab 'gT'->previousTab
Jim Ramsay
2010-01-03
Bump version to 1.1 -- cutting a release for the directory.
ilya
2010-01-03
Wording change in release notes.
ilya
2010-01-03
Add some UI feedback in the HUD if there are no exact matches for the current...
ilya
2010-01-03
Literal asterisks.
ilya
2010-01-03
Missing newline necessary for proper Markdown.
ilya
2010-01-03
Actual markdown for 1.1 release notes.
ilya
2010-01-03
Add 1.1 release notes to the README.
ilya
2010-01-03
Listen for vimium keydown events in the capture phase, so they are never sent...
Phil Crosby
2010-01-02
a few style changes per phil's comments
Ilya
2009-12-31
Implement a workaround to correctly translate some keystrokes into characters...
Phil Crosby
2009-12-31
Make the HUD look a little nicer on Windows
Phil Crosby
2009-12-31
Fix a regression where buttons were not clickable via link-hints
Phil Crosby
2009-12-31
A test harness for fixing bugs related to forms
Phil Crosby
2009-12-31
Fix a race condition where domready would be fired prior to 'initializeWhenEn...
Phil Crosby
2009-12-31
Set a few more styles explicitly on the HUD, to make it resistant to the page...
Phil Crosby
2009-12-31
Fix broken behavior when calling hide and then immediately calling show on th...
Phil Crosby
2009-12-31
Enter insert mode when any form element is focused. Fixes #36 and #27.
Phil Crosby
2009-12-31
Clean up the markdown syntax so it formats better on github.com
Phil Crosby
2009-12-31
Add a markdown extension to the readme so github formats it properly
Phil Crosby
2009-12-31
Add a license file. This project can be distributed under the MIT license.
Phil Crosby
2009-12-30
Get rid of chrome.tabs.getSelected in getCurrentTabUrl.
ilya
2009-12-30
Get rid of chrome.tabs.getSelected in checkKeyQueue.
ilya
2009-12-30
Refresh the completion keys on every keystroke sent to the background page. T...
ilya
2009-12-30
Hook up the content script to completion keys. Still need to fetch an updated...
ilya
2009-12-30
Expose completion keys via sendRequest interface in background page.
ilya
2009-12-30
Add logic to the background page to calculate the keys that will complete a v...
ilya
2009-12-30
Add infrastructure to handle sendRequest calls in the background page.
ilya
2009-12-30
Missing return statement.
ilya
2009-12-30
Bring up insert mode if the user opens up the native find interface. Closes i...
ilya
2009-12-30
Add support for excluded URL patterns; these URL patterns can be configured f...
Phil Crosby
2009-12-30
Add a UI in the settings page for excluding URLs
Phil Crosby
2009-12-30
Make the settings page look nicer
Phil Crosby
2009-12-30
Remove some unnecessary indentation
Phil Crosby
2009-12-13
Expanded the README a bit with keyboard bindings and other information.
ilya
2009-12-07
Switch up the scroll restoration logic for in place search to occur before th...
ilya
2009-12-07
Prevent the space bar from scrolling us if we're in find mode.
ilya
2009-12-07
Cooked up some in-place finding. The search results won't jump around the pag...
ilya
2009-12-06
Use "p" instead of "u" when generating link hints, because typing FU seems a ...
Phil Crosby
2009-12-06
Make sure the HUD shows on top of page elements.
Phil Crosby
[next]