aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-01-17Make the save button disabled, enable it when a change is made, and then ↵Phil Crosby
disable it again upon saving.
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
This should be equivalent and simplify the implementation.
2010-01-17When detecting whether an element is an embed, include OBJECT as well as ↵Phil Crosby
EMBED tags. Fixes #54.
2010-01-17Check for "not null" instead of false (which incorrectly includes 0) when ↵Phil Crosby
focusing an element. Fixes #63.
2010-01-17Enter insert mode when focusing rich text editors (nodes with ↵Phil Crosby
contentEditable=true). Fixes #62.
2010-01-18map <c-[> to EscapeClemens Buchacher
2010-01-13className = "vimiumHUD" added to HUD.displayElementAkhIL
This className makes posible to overwrite style only for vimium things. linkHints already have class name.
2010-01-12Reverse J and K for tab navigation. Closes issue #59Mark Stosberg
http://github.com/philc/vimium/issues#issue/59
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
This allows a user to abort part-way through a multi-character command.
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 ↵Phil Crosby
Linux & Windows. Fixes #46.
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 ↵ilya
what's going into the next release. Easier than summarizing after the fact.
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
These are the default vim bindings to navigate between tabs.
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 ↵ilya
current search. Fixes #42.
2010-01-03Literal asterisks.ilya
2010-01-03Missing newline necessary for proper Markdown.ilya
2010-01-03Actual markdown for 1.1 release notes.ilya
2010-01-03Add 1.1 release notes to the README.ilya
2010-01-03Listen for vimium keydown events in the capture phase, so they are never ↵Phil Crosby
sent to the webpage. Fixes #41.
2010-01-02a few style changes per phil's commentsIlya
2009-12-31Implement a workaround to correctly translate some keystrokes into ↵Phil Crosby
characters on Windows. Fixes #40. This fix is required to work around https://bugs.webkit.org/show_bug.cgi?id=19906
2009-12-31Make the HUD look a little nicer on WindowsPhil Crosby
2009-12-31Fix a regression where buttons were not clickable via link-hintsPhil Crosby
2009-12-31A test harness for fixing bugs related to formsPhil Crosby
2009-12-31Fix a race condition where domready would be fired prior to ↵Phil Crosby
'initializeWhenEnabled', breaking our initial input-is-focused detection
2009-12-31Set a few more styles explicitly on the HUD, to make it resistant to the ↵Phil Crosby
page's styles
2009-12-31Fix broken behavior when calling hide and then immediately calling show on ↵Phil Crosby
the HUD. Fixes #37.
2009-12-31Enter insert mode when any form element is focused. Fixes #36 and #27.Phil Crosby
2009-12-31Clean up the markdown syntax so it formats better on github.comPhil Crosby
2009-12-31Add a markdown extension to the readme so github formats it properlyPhil Crosby
2009-12-31Add a license file. This project can be distributed under the MIT license.Phil Crosby
2009-12-30Get rid of chrome.tabs.getSelected in getCurrentTabUrl.ilya
2009-12-30Get rid of chrome.tabs.getSelected in checkKeyQueue.ilya
2009-12-30Refresh the completion keys on every keystroke sent to the background page. ↵ilya
This is the first pass at fixing issue #34.