aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-01-17Make the save button disabled, enable it when a change is made, and then disa...Phil Crosby
2010-01-17Add a 'restore to defaults' button on the options pagePhil Crosby
2010-01-17Rename settings.html to options.html, to match Chrome's nomenclaturePhil Crosby
2010-01-17Update release notes in readmePhil Crosby
2010-01-17Use document.activeElement instead of focusNode when detecting focus.Phil Crosby
2010-01-17When detecting whether an element is an embed, include OBJECT as well as EMBE...Phil Crosby
2010-01-17Check for "not null" instead of false (which incorrectly includes 0) when foc...Phil Crosby
2010-01-17Enter insert mode when focusing rich text editors (nodes with contentEditable...Phil Crosby
2010-01-18map <c-[> to EscapeClemens Buchacher
2010-01-13className = "vimiumHUD" added to HUD.displayElementAkhIL
2010-01-12Reverse J and K for tab navigation. Closes issue #59Mark Stosberg
2010-01-10Added command reference to the settings page. Closes issue #56.ilya
2010-01-10Updated README & a new CREDITS file to keep track of contributors.ilya
2010-01-11added c-f + c-b (scroll full page up or down)Adrian Rollett
2010-01-08bump to 1.12 because 1.11 had a botched zip fileIlya
2010-01-08Cutting 1.11 release. New README & manifest.ilya
2010-01-09ESC clears the keyQueueJim Ramsay
2010-01-08Add a link to the chrome extensions gallery from the readmePhil Crosby
2010-01-07Use 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-05Update README with Linux support.ilya
2010-01-06Linux also suffers from webkit keyIdentifier bugJim Ramsay
2010-01-03Missing newline, again.ilya
2010-01-03Added some running release notes to the README so we can keep track of what's...ilya
2010-01-03Implement 'y' -- yank (copy) the current tab's url to the clipboard.ilya
2010-01-03Update README to reflect additional keybindings for next/prev tab.ilya
2010-01-04Add bindings 'gt'->nextTab 'gT'->previousTabJim Ramsay
2010-01-03Bump version to 1.1 -- cutting a release for the directory.ilya
2010-01-03Wording change in release notes.ilya
2010-01-03Add some UI feedback in the HUD if there are no exact matches for the current...ilya
2010-01-03Literal asterisks.ilya
2010-01-03Missing newline necessary for proper Markdown.ilya
2010-01-03Actual markdown for 1.1 release notes.ilya
2010-01-03Add 1.1 release notes to the README.ilya
2010-01-03Listen for vimium keydown events in the capture phase, so they are never sent...Phil Crosby
2010-01-02a few style changes per phil's commentsIlya
2009-12-31Implement a workaround to correctly translate some keystrokes into characters...Phil Crosby
2009-12-31Make the HUD look a little nicer on WindowsPhil Crosby
2009-12-31Fix a regression where buttons were not clickable via link-hintsPhil Crosby
2009-12-31A test harness for fixing bugs related to formsPhil Crosby
2009-12-31Fix a race condition where domready would be fired prior to 'initializeWhenEn...Phil Crosby
2009-12-31Set a few more styles explicitly on the HUD, to make it resistant to the page...Phil Crosby
2009-12-31Fix broken behavior when calling hide and then immediately calling show on th...Phil Crosby
2009-12-31Enter insert mode when any form element is focused. Fixes #36 and #27.Phil Crosby
2009-12-31Clean up the markdown syntax so it formats better on github.comPhil Crosby
2009-12-31Add a markdown extension to the readme so github formats it properlyPhil Crosby
2009-12-31Add a license file. This project can be distributed under the MIT license.Phil Crosby
2009-12-30Get rid of chrome.tabs.getSelected in getCurrentTabUrl.ilya
2009-12-30Get rid of chrome.tabs.getSelected in checkKeyQueue.ilya
2009-12-30Refresh the completion keys on every keystroke sent to the background page. T...ilya