aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
AgeCommit message (Expand)Author
2012-05-05Put content scripts and background scripts in separate directories, so the pu...Phil Crosby
2012-04-26Allow a leading '0' to be used as a mapping.Jez Ng
2012-04-04Document 'disableVimium` functionDaniel MacDougall
2012-04-04Style: one lineDaniel MacDougall
2012-03-31Correctly synchronize icon and active stateDaniel MacDougall
2012-03-31Immediately disable Vimium if current page is excluded via the popupDaniel MacDougall
2012-03-06Consider elements with 'button' in their class as clickable.Jez Ng
2012-03-06Further reduction in state -- cssAdded is unnecessary.Jez Ng
2012-03-06Use suppressEvent() where possible.Jez Ng
2012-03-06Do not pass digits to page in normal mode.Jez Ng
2012-03-02Only show hints for focusable input elements.Jez Ng
2012-03-01Clarify comment on followLink behavior.Jez Ng
2012-02-29Tweak prev/next matching behavior.Jez Ng
2012-02-29Activate <link> elements by setting window.location.Jez Ng
2012-02-27HUD.enabled was incorrect.Jez Ng
2012-02-27Refactor and improve scrolling code.Jez Ng
2012-02-27Store checkbox state as a boolean.Jez Ng
2012-02-26Revert "Exit insert mode upon tab switch. Closes #314."Jez Ng
2012-02-26Revert "Exit implicit insert mode only upon tab switch."Jez Ng
2012-02-26Revert "Make <ESC> do defocusing."Jez Ng
2012-02-26Don't pass <ESC> to page when quitting insert mode.Jez Ng
2012-02-15Add hideHud to the vimiumFrontend.js. This now makes this preference actually...Phil Crosby
2012-02-15Fix the hudEnabled logic to work with the new settings framework.Phil Crosby
2012-02-15Merge pull request #466 from fernandezpablo85/masterPhil Crosby
2012-02-14some changes in boolean checksPablo Fernandez
2012-02-11Set scroll position only after DOM has loaded.Jez Ng
2012-01-29Really prevent find mode from matching its own searches.Jez Ng
2012-01-29Fix bug in 'no matches' message. Refactor and simplify.Jez Ng
2012-01-29Make check for document.body more robust.Jez Ng
2012-01-27Fix minor bug with scrolling.Jez Ng
2012-01-26Next / prev links should be visible.Jez Ng
2012-01-26Isolate zero-width spaces in <span>s.Jez Ng
2012-01-26Color find matches orange.Jez Ng
2012-01-26Add some feedback messages for find service.Jez Ng
2012-01-26Re-enable Vimium on the options page.Jez Ng
2012-01-26Make <ESC> do defocusing.Jez Ng
2012-01-26Favor next / prev links with fewer words.Jez Ng
2012-01-26When activating links, click instead of setting window.location.Jez Ng
2012-01-26Ensure we always pass a number for scrolling.Jez Ng
2012-01-26Factor out common DOM functions.Jez Ng
2012-01-25Do not enter insert mode automatically when searching.Jez Ng
2012-01-25Trap more keystrokes when in find mode. Closes #310.Jez Ng
2012-01-25Make find queries browser-global and persistent.Jez Ng
2012-01-25Allow content scripts to both read and write settings.Jez Ng
2012-01-25Ensure the find mode HUD doesn't match its own searches.Jez Ng
2012-01-25Add enhancements and bugfixes for find mode.Jez Ng
2012-01-25Finish initial implementation of regex find.Jez Ng
2012-01-25Add in angelonuffer's code, and add angelonuffer to CREDITS.Ângelo Otávio Nuffer Nunes
2012-01-24hide HUD optionPablo Fernandez
2012-01-20Fix a rogue suppressEvent() exceptionPhil Crosby