aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-26Add migration code for old localStorage values.Jez Ng
2012-01-26Refactor settings storage and make it support empty strings.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-25Merge remote-tracking branch 'venshi/master'Jez Ng
2012-01-25Fix the statement to add/remove matchingCharacter class.Peter Parks
2012-01-24Remove extra application of reset class to linkHint spans.Peter Parks
2012-01-24Reverse logic on the if statement to apply matchingCharacter class.Peter Parks
2012-01-24Cleanup code for adding reset and matchingCharacter classesPeter Parks
2012-01-25Open bookmarklets by setting window.location.Jez Ng
2012-01-24Merge branch 'master' of github.com:venshi/vimiumPeter Parks
2012-01-24Fix hidden image map issuePeter Parks
2012-01-23Revert "Optimize hint generation."Jez Ng
2012-01-22Open URLs from the background page.Jez Ng
2012-01-22Optimize hint generation.Jez Ng
2012-01-22Refactor and optimize filter link hints.Jez Ng
2012-01-22Treat navigation queries starting with slashes as file URIs.Jez Ng
2012-01-22Display filter-hint text in the original case.Jez Ng
2012-01-20Add vimimResest to linkhint spans that are non-matching.Peter Parks
2012-01-20Add vimiumReset class to spans that get matchingCharacter assigned.Peter Parks
2012-01-20Remove internalVimiumHintMarker class from vimiumHintMarkerContainerPeter Parks
2012-01-20Re-style link hintsAdam Lindberg
2012-01-20Scatter the link hints less naively.Phil Crosby
2012-01-20Generate only the minimum number of characters needed for a set of links. Thi...Phil Crosby