| Age | Commit message (Expand) | Author |
| 2010-03-31 | Avoid creating a separate tabQueueEntry object when we can just reuse the obj... | ilya |
| 2010-03-31 | Clean up naming/style in the previous commit and small bugs. | ilya |
| 2010-03-31 | Restore Tab now recreates the tab in its old position. | unknown |
| 2010-03-28 | Fix chaining of previousTab/nextTab commands. This closes #93. | ilya |
| 2010-03-24 | Small modification to Bill's fix. | ilya |
| 2010-03-24 | checking in a fix for issue 98, link highlight positioning bug | Bill Mill |
| 2010-03-09 | Refresh completion keys on all tabs and associated data structures after key ... | ilya |
| 2010-03-09 | Bump version numbers to 1.16 in preparation for release. | ilya |
| 2010-03-09 | Fix a bug where if you add a mapping, save, and then remove it -- it won't ge... | ilya |
| 2010-03-09 | Some minor style changes. | ilya |
| 2010-03-09 | Add a dialog to show all available commands for key mappings under the option... | ilya |
| 2010-03-07 | Display the current version in the help dialog. Hide link to homepage. | Phil Crosby |
| 2010-03-07 | Show a help dialog when pressing ? which displays all of the current keybindi... | Phil Crosby |
| 2010-03-07 | Fix a bunch of key handling related bugs in one swoop. | ilya |
| 2010-02-27 | Key Mapping - Don't try to parse key mappings unless there's actually somethi... | ilya |
| 2010-02-26 | Key Mapping - Initial support. Basics work. | ilya |
| 2010-02-26 | Key Mapping - Create an available commands structure and factor out the key r... | ilya |
| 2010-01-31 | Add two more characters to the pool that link hints pulls from. | Phil Crosby |
| 2010-01-30 | Add the link hint markers to the DOM all at once instead of piecemeal. This a... | Phil Crosby |
| 2010-01-30 | Save the current version to localStorage, and when an update arrives, show a ... | Phil Crosby |
| 2010-01-30 | Fix a reference error over the default settings in the background page. | Phil Crosby |
| 2010-01-22 | Move the link hints CSS to the background page, and create a setting for user... | Phil Crosby |
| 2010-01-18 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2010-01-18 | Have the Options page use the default settings hash defined in background_pag... | Phil Crosby |
| 2010-01-18 | Make the characters used in link hints a user-configurable option. Fixes #66. | Phil Crosby |
| 2010-01-18 | add scroll keys <c-e> and <c-y> | Clemens Buchacher |
| 2010-01-12 | Reverse J and K for tab navigation. Closes issue #59 | Mark Stosberg |
| 2010-01-11 | added c-f + c-b (scroll full page up or down) | Adrian Rollett |
| 2010-01-09 | ESC clears the keyQueue | Jim Ramsay |
| 2010-01-06 | 'yy' instead of 'y' for the copy url to clipboard command. | ilya |
| 2010-01-03 | Implement 'y' -- yank (copy) the current tab's url to the clipboard. | ilya |
| 2010-01-04 | Add bindings 'gt'->nextTab 'gT'->previousTab | Jim Ramsay |
| 2010-01-02 | a few style changes per phil's comments | Ilya |
| 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 | 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 | Add support for excluded URL patterns; these URL patterns can be configured f... | Phil Crosby |
| 2009-12-30 | Remove some unnecessary indentation | Phil Crosby |
| 2009-12-05 | Support shift+F to open a link in a background tab | Phil Crosby |
| 2009-12-05 | Refactor the command parser to not store invalid keys in the two-key buffer. ... | ilya |
| 2009-11-29 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2009-11-29 | Avoid using getSelected in getSetting and getZoomLevel, because the tab may b... | Phil Crosby |
| 2009-11-28 | First pass at find interface. Still needs some UI love and a highlight-all fe... | ilya |
| 2009-11-28 | Add link hints, aka "follow link" support. | Phil Crosby |
| 2009-11-27 | Break the content script's initialization into two stages, so we can do tasks... | Phil Crosby |
| 2009-11-27 | Remove space after the "function" keyword. | Phil Crosby |
| 2009-11-27 | Persist the current zoom level to local storage, and restore the page zoom le... | Phil Crosby |