aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-12-06Explicitly set the width of our link hints, so they aren't affected by page l...Phil Crosby
2009-12-06Add a note as to why the links on Google's homepage are shown in the link hints.Phil Crosby
2009-12-06Style our HUD to match chrome's perfectly. Also avoid zooming it if the page ...Phil Crosby
2009-12-06Add a test harness for previewing chrome's various HUDs.Phil Crosby
2009-12-06Enter insert mode when we click on a flash embed. Fixes #23.Phil Crosby
2009-12-06Make opening links in the background tab feel a little snappier by removing t...Phil Crosby
2009-12-06Put the cursor at the end of the text field when selecting it via link hints....Phil Crosby
2009-12-06Use the center of a link's bounding box instead of its upper-left corner to d...Phil Crosby
2009-12-05Use more characters in the link hints, and do a better job of converting a nu...Phil Crosby
2009-12-05Show a link hint instead of empty-string for the first link on a page with fe...Phil Crosby
2009-12-05Support shift+F to open a link in a background tabPhil Crosby
2009-12-05Refactor the command parser to not store invalid keys in the two-key buffer. ...ilya
2009-12-05Exit out of find mode if you try to delete the backspace. Closes #13ilya
2009-11-30Fix bug where find mode HUD matched its own searches.ilya
2009-11-30Add extra sanity checking to partially address issue #12 -- insert mode detec...ilya
2009-11-30Merge branch 'master' of git://github.com/philc/vimiumilya
2009-11-30Minor cleanup per Phil's comments.ilya
2009-11-29Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-11-29Avoid using getSelected in getSetting and getZoomLevel, because the tab may b...Phil Crosby
2009-11-29When shwoing hints, handle links which have nested elements, like <em> (googl...Phil Crosby
2009-11-29Password text inputs should send us into insert mode too.Ilya
2009-11-28Case-insensitive search.ilya
2009-11-28First pass at find interface. Still needs some UI love and a highlight-all fe...ilya
2009-11-28semicolonilya
2009-11-28When shwoing hints, handle links which have nested elements, like <em> (googl...Phil Crosby
2009-11-28Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-11-28Add defaultZoomLevel to the settings pagePhil Crosby
2009-11-28Password text inputs should send us into insert mode too.Ilya
2009-11-28Factor in the page zoom when showing link hints when the document is scrolled.Phil Crosby
2009-11-28Add link hints, aka "follow link" support.Phil Crosby
2009-11-28Add a harness for evaluating the effectiveness of methods for testing the vis...Phil Crosby
2009-11-28Only enter insert mode with the "INPUT" element is of type "text".Phil Crosby
2009-11-27Break the content script's initialization into two stages, so we can do tasks...Phil Crosby
2009-11-27Remove space after the "function" keyword.Phil Crosby
2009-11-27Persist the current zoom level to local storage, and restore the page zoom le...Phil Crosby
2009-11-15Move the HUD over to the right for the time being -- it gets covered up by th...ilya
2009-11-15First pass at a settings page. Hooked up scrollStepSize as our first setting.ilya
2009-11-15Don't test the focusNode if there isn't one.ilya
2009-11-13Refactor a bit to use new isInputOrText() function.ilya
2009-11-13Enter insert mode if the content script loads with a text input already focus...ilya
2009-11-13Move processing of 'i' command out into background command processor. Closes #5.ilya
2009-11-11Shuffle some methods around.Phil Crosby
2009-11-11Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-11-11Implement zoom in and zoom out.Phil Crosby
2009-11-11Add a simple iframe test harness to play with during development.Phil Crosby
2009-11-11Prevent our content script from being run on iframes -- only allow it to run ...Phil Crosby
2009-11-09Get rid of the toolstrip for now.ilya
2009-11-09Implement 'gf' -- toggle view source for the current page.ilya
2009-11-09Keep tab queue per-window instead of globally. This mirrors behavior in both ...ilya
2009-11-09READMEilya