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