aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2009-12-30Hook up the content script to completion keys. Still need to fetch an updated...ilya
2009-12-30Expose completion keys via sendRequest interface in background page.ilya
2009-12-30Add logic to the background page to calculate the keys that will complete a v...ilya
2009-12-30Add infrastructure to handle sendRequest calls in the background page.ilya
2009-12-30Missing return statement.ilya
2009-12-30Bring up insert mode if the user opens up the native find interface. Closes i...ilya
2009-12-30Add support for excluded URL patterns; these URL patterns can be configured f...Phil Crosby
2009-12-30Add a UI in the settings page for excluding URLsPhil Crosby
2009-12-30Make the settings page look nicerPhil Crosby
2009-12-30Remove some unnecessary indentationPhil Crosby
2009-12-13Expanded the README a bit with keyboard bindings and other information.ilya
2009-12-07Switch up the scroll restoration logic for in place search to occur before th...ilya
2009-12-07Prevent the space bar from scrolling us if we're in find mode.ilya
2009-12-07Cooked up some in-place finding. The search results won't jump around the pag...ilya
2009-12-06Use "p" instead of "u" when generating link hints, because typing FU seems a ...Phil Crosby
2009-12-06Make sure the HUD shows on top of page elements.Phil Crosby