aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-01-31Cutting 1.15 releaseilya
2010-01-31Update the changelog to reflect some recent features.Phil Crosby
2010-01-31Ctrl+D and Ctrl+U now scroll by 1/2 page instead of a fixed amount, to mirror...Phil Crosby
2010-01-31Add two more characters to the pool that link hints pulls from.Phil Crosby
2010-01-31Recognize elements with "onclick" attributes in link hints.Phil Crosby
2010-01-30Add the link hint markers to the DOM all at once instead of piecemeal. This a...Phil Crosby
2010-01-30Exclude links which are scrolled horizontally off the page when hinting.Phil Crosby
2010-01-30When hinting, exclude links which have just a few pixels on screen.Phil Crosby
2010-01-30Avoid calling document.elementFromPoint for very small links. This helps link...Phil Crosby
2010-01-30Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2010-01-30Some experimentation with the "vimium has been upgraded" UI.Phil Crosby
2010-01-30Save the current version to localStorage, and when an update arrives, show a ...Phil Crosby
2010-01-30Fix a reference error over the default settings in the background page.Phil Crosby
2010-01-30Tweak the CSS so you can use link hints to close the "vimium has been upgrade...Phil Crosby
2010-01-30Add the abililty to show a "vimium has been upgraded" message to the HUD. Als...Phil Crosby
2010-01-30Fix minor typo.Phil Crosby
2010-01-30Make the options page in sync with the readme.Phil Crosby
2010-01-30Update the readme to include customizable linkhints css.Phil Crosby
2010-01-30Cut 1.14 releaseilya
2010-01-22Update the readme to include customizable linkhints css.Phil Crosby
2010-01-22Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2010-01-22Add a UI on the options page for entering custom CSS for link hints.Phil Crosby
2010-01-22Move the link hints CSS to the background page, and create a setting for user...Phil Crosby
2010-01-22Make the enabling of the save button on the Options page based on textfield c...Phil Crosby
2010-01-21Cut 1.14 releaseilya
2010-01-21Fix a bug in the options page which would prevent excluded URLs from being savedPhil Crosby
2010-01-21Cut the 1.13 releaseilya
2010-01-18Remove a vestige from zoomOut(). Fixes #67.Phil Crosby
2010-01-18Update the release notes.Phil Crosby
2010-01-18Make the comparison between text values and integer default settings less con...Phil Crosby
2010-01-18Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2010-01-18Don't enable the save button when tabbing through fields on the Options page.Phil Crosby
2010-01-18Make clicking "advanced options" toggle all advanced options on and off.Phil Crosby
2010-01-18Clean up how defaults are restored, and avoid persisting preferences which ar...Phil Crosby
2010-01-18Typo on the settings page. Thanks DFectuoso.ilya
2010-01-18Have the Options page use the default settings hash defined in background_pag...Phil Crosby
2010-01-18Make the characters used in link hints a user-configurable option. Fixes #66.Phil Crosby
2010-01-18A 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-18Update command listing with <c-e>, <c-y>.ilya
2010-01-18add scroll keys <c-e> and <c-y>Clemens Buchacher
2010-01-17Fix up the c-[ patch a bit.ilya
2010-01-17Bring the CREDITS file up to date.ilya
2010-01-17A couple of minor visual touchups on the options screen.Phil Crosby
2010-01-17Bring the README fully up to date.ilya
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