aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2010-01-17When detecting whether an element is an embed, include OBJECT as well as EMBE...Phil Crosby
2010-01-17Check for "not null" instead of false (which incorrectly includes 0) when foc...Phil Crosby
2010-01-17Enter insert mode when focusing rich text editors (nodes with contentEditable...Phil Crosby
2010-01-18map <c-[> to EscapeClemens Buchacher
2010-01-13className = "vimiumHUD" added to HUD.displayElementAkhIL
2010-01-12Reverse J and K for tab navigation. Closes issue #59Mark Stosberg
2010-01-10Added command reference to the settings page. Closes issue #56.ilya
2010-01-10Updated README & a new CREDITS file to keep track of contributors.ilya
2010-01-11added c-f + c-b (scroll full page up or down)Adrian Rollett
2010-01-08bump to 1.12 because 1.11 had a botched zip fileIlya
2010-01-08Cutting 1.11 release. New README & manifest.ilya
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