| Age | Commit message (Expand) | Author |
| 2010-06-12 | Add 'goUp' function. However, it does not support command repetition. | int3 |
| 2010-06-01 | Allow mapping to arrow keys and f-keys | Conrad Irwin |
| 2010-05-18 | Add a link to the Options page in the vimium help dialog. Closes #87. | Phil Crosby |
| 2010-04-19 | Skip default action in hideHelpDialog. Fixes #126. | Johannes Emerich |
| 2010-04-18 | Allow '?' to close help dialog if it's shown. Closes #124. | rspeicher |
| 2010-04-10 | Apply saving of scroll positions to all tabs, no matter how they are closed. | ilya |
| 2010-03-17 | Oops, fixing my refactor of the modifier key handling. | ilya |
| 2010-03-16 | Refactor a bit for simplicity. | ilya |
| 2010-03-15 | Fix a bug where the second modifier key was ignored (due to else-if's). This ... | ilya |
| 2010-03-09 | Make the HUD styles more robust to the underlying page's styles. | Phil Crosby |
| 2010-03-09 | Ensure that the version number link has an underline. | Phil Crosby |
| 2010-03-09 | Move the close button in the upgrade message up by 2px. | Phil Crosby |
| 2010-03-09 | Refresh completion keys on all tabs and associated data structures after key ... | ilya |
| 2010-03-07 | Make the help dialog a little more robust against the page's styles. | Phil Crosby |
| 2010-03-07 | Fix a bug where typing "?" as the page loaded would cause a JS error. | Phil Crosby |
| 2010-03-07 | Move some of the keyboard-translation code into another file. | Phil Crosby |
| 2010-03-07 | Vertically center the help dialog. | Phil Crosby |
| 2010-03-07 | Show a help dialog when pressing ? which displays all of the current keybindi... | Phil Crosby |
| 2010-03-07 | Handle shift for non-letter keys that are affected by the WebKit bug under Wi... | ilya |
| 2010-03-07 | Fix a bug where we weren't properly ignoring keystrokes that are just metakeys. | ilya |
| 2010-03-07 | Fix a bunch of key handling related bugs in one swoop. | ilya |
| 2010-03-04 | Fix alt key behaviour as per issue 75 | Robert Elm |
| 2010-01-31 | Ctrl+D and Ctrl+U now scroll by 1/2 page instead of a fixed amount, to mirror... | Phil Crosby |
| 2010-01-30 | Save the current version to localStorage, and when an update arrives, show a ... | Phil Crosby |
| 2010-01-30 | Tweak the CSS so you can use link hints to close the "vimium has been upgrade... | Phil Crosby |
| 2010-01-30 | Add the abililty to show a "vimium has been upgraded" message to the HUD. Als... | Phil Crosby |
| 2010-01-30 | Fix minor typo. | 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 | Remove a vestige from zoomOut(). Fixes #67. | Phil Crosby |
| 2010-01-18 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2010-01-18 | Make the characters used in link hints a user-configurable option. Fixes #66. | Phil Crosby |
| 2010-01-17 | Fix up the c-[ patch a bit. | ilya |
| 2010-01-17 | Use document.activeElement instead of focusNode when detecting focus. | Phil Crosby |
| 2010-01-17 | When detecting whether an element is an embed, include OBJECT as well as EMBE... | Phil Crosby |
| 2010-01-17 | Check for "not null" instead of false (which incorrectly includes 0) when foc... | Phil Crosby |
| 2010-01-17 | Enter insert mode when focusing rich text editors (nodes with contentEditable... | Phil Crosby |
| 2010-01-18 | map <c-[> to Escape | Clemens Buchacher |
| 2010-01-13 | className = "vimiumHUD" added to HUD.displayElement | AkhIL |
| 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 | Linux also suffers from webkit keyIdentifier bug | Jim Ramsay |
| 2010-01-03 | Implement 'y' -- yank (copy) the current tab's url to the clipboard. | ilya |
| 2010-01-03 | Add some UI feedback in the HUD if there are no exact matches for the current... | ilya |
| 2010-01-03 | Listen for vimium keydown events in the capture phase, so they are never sent... | Phil Crosby |
| 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 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 |