| Age | Commit message (Expand) | Author |
| 2010-01-31 | Cutting 1.15 release | ilya |
| 2010-01-31 | Update the changelog to reflect some recent features. | Phil Crosby |
| 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-31 | Add two more characters to the pool that link hints pulls from. | Phil Crosby |
| 2010-01-31 | Recognize elements with "onclick" attributes in link hints. | 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 | Exclude links which are scrolled horizontally off the page when hinting. | Phil Crosby |
| 2010-01-30 | When hinting, exclude links which have just a few pixels on screen. | Phil Crosby |
| 2010-01-30 | Avoid calling document.elementFromPoint for very small links. This helps link... | Phil Crosby |
| 2010-01-30 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2010-01-30 | Some experimentation with the "vimium has been upgraded" UI. | 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-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-30 | Make the options page in sync with the readme. | Phil Crosby |
| 2010-01-30 | Update the readme to include customizable linkhints css. | Phil Crosby |
| 2010-01-30 | Cut 1.14 release | ilya |
| 2010-01-22 | Update the readme to include customizable linkhints css. | Phil Crosby |
| 2010-01-22 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2010-01-22 | Add a UI on the options page for entering custom CSS for link hints. | Phil Crosby |
| 2010-01-22 | Move the link hints CSS to the background page, and create a setting for user... | Phil Crosby |
| 2010-01-22 | Make the enabling of the save button on the Options page based on textfield c... | Phil Crosby |
| 2010-01-21 | Cut 1.14 release | ilya |
| 2010-01-21 | Fix a bug in the options page which would prevent excluded URLs from being saved | Phil Crosby |
| 2010-01-21 | Cut the 1.13 release | ilya |
| 2010-01-18 | Remove a vestige from zoomOut(). Fixes #67. | Phil Crosby |
| 2010-01-18 | Update the release notes. | Phil Crosby |
| 2010-01-18 | Make the comparison between text values and integer default settings less con... | Phil Crosby |
| 2010-01-18 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2010-01-18 | Don't enable the save button when tabbing through fields on the Options page. | Phil Crosby |
| 2010-01-18 | Make clicking "advanced options" toggle all advanced options on and off. | Phil Crosby |
| 2010-01-18 | Clean up how defaults are restored, and avoid persisting preferences which ar... | Phil Crosby |
| 2010-01-18 | Typo on the settings page. Thanks DFectuoso. | ilya |
| 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 | A work in progress of having an advanced options section, and adding link hin... | Phil Crosby |
| 2010-01-18 | <c-e>, <c-y> in release notes. | ilya |
| 2010-01-18 | Update command listing with <c-e>, <c-y>. | ilya |
| 2010-01-18 | add scroll keys <c-e> and <c-y> | Clemens Buchacher |
| 2010-01-17 | Fix up the c-[ patch a bit. | ilya |
| 2010-01-17 | Bring the CREDITS file up to date. | ilya |
| 2010-01-17 | A couple of minor visual touchups on the options screen. | Phil Crosby |
| 2010-01-17 | Bring the README fully up to date. | ilya |
| 2010-01-17 | Make the save button disabled, enable it when a change is made, and then disa... | Phil Crosby |
| 2010-01-17 | Add a 'restore to defaults' button on the options page | Phil Crosby |
| 2010-01-17 | Rename settings.html to options.html, to match Chrome's nomenclature | Phil Crosby |
| 2010-01-17 | Update release notes in readme | Phil Crosby |
| 2010-01-17 | Use document.activeElement instead of focusNode when detecting focus. | Phil Crosby |