aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
AgeCommit message (Expand)Author
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-28Password text inputs should send us into insert mode too.Ilya
2009-11-28Add link hints, aka "follow link" support.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-11Prevent our content script from being run on iframes -- only allow it to run ...Phil Crosby
2009-11-09Implement 'gf' -- toggle view source for the current page.ilya
2009-11-08Crank down the initial step size a bit; add commands for page up and page down.Phil Crosby
2009-11-08Pass through control keystrokes as "<c-a>" for control+A.Phil Crosby
2009-11-08Make the style consistent in a few places.Phil Crosby
2009-11-07Use window.scrollX and window.scrollY instead of document.scrollLeft/top.Phil Crosby
2009-11-04Implement forward and back in history.ilya
2009-11-04Add a workaround for a chrome/webkit bug that gives back bad scrollTop data:ilya
2009-11-04Save scroll position for removed tabs.ilya
2009-10-31Small bugfix for bug introduced in last commit. Don't take any keystrokes bes...ilya
2009-10-31Cleanup the code in the content script a bit.ilya
2009-10-31Initial support for counts. Commands like '5j' and '5t' work pretty well. '5d...ilya
2009-10-28Reload.ilya
2009-10-28Implement basic h,j,k,l navigation and remove the unnecessary registry in the...ilya
2009-10-28Clean up some code that's now unnecessary.ilya
2009-10-28Add tab create and remove to the new system, disable the old system.ilya
2009-10-28First pass at a better framework for mapping keys to commands.ilya
2009-09-20Initial project commitPhil Crosby