aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
AgeCommit message (Expand)Author
2010-03-07Make the help dialog a little more robust against the page's styles.Phil Crosby
2010-03-07Fix a bug where typing "?" as the page loaded would cause a JS error.Phil Crosby
2010-03-07Move some of the keyboard-translation code into another file.Phil Crosby
2010-03-07Vertically center the help dialog.Phil Crosby
2010-03-07Show a help dialog when pressing ? which displays all of the current keybindi...Phil Crosby
2010-03-07Handle shift for non-letter keys that are affected by the WebKit bug under Wi...ilya
2010-03-07Fix a bug where we weren't properly ignoring keystrokes that are just metakeys. ilya
2010-03-07Fix a bunch of key handling related bugs in one swoop. ilya
2010-03-04Fix alt key behaviour as per issue 75Robert Elm
2010-01-31Ctrl+D and Ctrl+U now scroll by 1/2 page instead of a fixed amount, to mirror...Phil Crosby
2010-01-30Save the current version to localStorage, and when an update arrives, show a ...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-22Move the link hints CSS to the background page, and create a setting for user...Phil Crosby
2010-01-18Remove a vestige from zoomOut(). Fixes #67.Phil Crosby
2010-01-18Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2010-01-18Make the characters used in link hints a user-configurable option. Fixes #66.Phil Crosby
2010-01-17Fix up the c-[ patch a bit.ilya
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-11added c-f + c-b (scroll full page up or down)Adrian Rollett
2010-01-09ESC clears the keyQueueJim Ramsay
2010-01-06Linux also suffers from webkit keyIdentifier bugJim Ramsay
2010-01-03Implement 'y' -- yank (copy) the current tab's url to the clipboard.ilya
2010-01-03Add some UI feedback in the HUD if there are no exact matches for the current...ilya
2010-01-03Listen for vimium keydown events in the capture phase, so they are never sent...Phil Crosby
2009-12-31Implement a workaround to correctly translate some keystrokes into characters...Phil Crosby
2009-12-31Make the HUD look a little nicer on WindowsPhil Crosby
2009-12-31Fix a race condition where domready would be fired prior to 'initializeWhenEn...Phil Crosby
2009-12-31Set a few more styles explicitly on the HUD, to make it resistant to the page...Phil Crosby
2009-12-31Fix broken behavior when calling hide and then immediately calling show on th...Phil Crosby
2009-12-31Enter insert mode when any form element is focused. Fixes #36 and #27.Phil Crosby
2009-12-30Refresh the completion keys on every keystroke sent to the background page. T...ilya
2009-12-30Hook up the content script to completion keys. Still need to fetch an updated...ilya
2009-12-30Missing return statement.ilya
2009-12-30Bring up insert mode if the user opens up the native find interface. Closes i...ilya
2009-12-30Add support for excluded URL patterns; these URL patterns can be configured f...Phil Crosby
2009-12-07Switch up the scroll restoration logic for in place search to occur before th...ilya
2009-12-07Prevent the space bar from scrolling us if we're in find mode.ilya
2009-12-07Cooked up some in-place finding. The search results won't jump around the pag...ilya
2009-12-06Make sure the HUD shows on top of page elements.Phil Crosby
2009-12-06Override any line height in the HUD set by the page's css.Phil Crosby
2009-12-06Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-12-06Guard against trying to use the HUD prior to document.body being ready. Close...Phil Crosby
2009-12-06Show the zoom level in the HUD when you increase or decrease it. Closes #15.Phil Crosby