aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-03-06Refactor link activation code -- reduce statefulness.Jez Ng
2012-03-06Clean up link copying code.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-051.32 version bumpilya
2012-03-05read me updatesilya
2012-03-05Update README for 1.32.Jez Ng
2012-03-04Fix the link hints unit tests.Phil Crosby
2012-03-03Fix name.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-28readme for 1.31ilya
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-26Options page should use the background settings object directly.Jez Ng
2012-02-15Add hideHud to the vimiumFrontend.js. This now makes this preference actually...Phil Crosby
2012-02-15StylePhil Crosby
2012-02-15fix markdownIlya
2012-02-15Add the 1.31 features that I know of. These are not in order of importance.Phil Crosby
2012-02-15Tidy up the options page.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-11Show hints for links that are slightly out of the screen.Jez Ng
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-27Merge pull request #469 from eproxus/patch-2Jez Ng
2012-01-27Add name and email for eproxusAdam Lindberg
2012-01-27Fix minor bug with scrolling.Jez Ng
2012-01-26Tweak the linkhints CSS to use slightly less padding and bigger text, for rea...Phil Crosby
2012-01-26Add eproxus to contributors. Thanks!Phil Crosby
2012-01-26Merge remote-tracking branch 'remotes/eproxus/linkhint-restyling'Phil Crosby
2012-01-26Simulate the full sequence of mouse click events.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-26Style link hints with nowrap.Jez Ng
2012-01-26Fix selector specificities.Jez Ng
2012-01-26Re-enable Vimium on the options page.Jez Ng
2012-01-26Make <ESC> do defocusing.Jez Ng