aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
2012-09-03Make hints tests pass again.Jez Ng
2012-09-03Ignore content script requests in options page.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott
2012-09-02Add comments describing the focusInput behavior.Jez Ng
2012-09-02Merge branch 'focus-input'Jez Ng
2012-09-01Merge pull request #628 from mgarriott/help_bug_fixesPhil Crosby
2012-08-31Removed unneeded comments.Matt Garriott
2012-08-26frontend: Error when canceling ('esc') findModeCarl Helmertz
2012-08-26frontend: performFind was not focusing the next a-elementCarl Helmertz
2012-08-25The help dialog will now properly read the user's preference for showing adva...Matt Garriott
2012-08-25The help dialog now initializes the javascript from the withinMatt Garriott
2012-08-24Fixed 'Show advanced commands' link on the options page.Matt Garriott
2012-08-21Style input hints as number-less overlays.Jez Ng
2012-08-21Shift-tab scrolls backwards in focus-input mode.Jez Ng
2012-08-21Highlight the selected hint with a different color.Jez Ng
2012-08-21Don't show hints on `gi` if there is only one input element.Jez Ng
2012-08-21Prototype for tab-through-input-elements feature. Refs #508.Jez Ng
2012-08-21Don't follow prev/next links without an exact word match.Jez Ng
2012-08-20More refactoring-cleanup.Jez Ng
2012-08-09Fix regression in shuffleHints()guns
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
2012-08-04Refactor link hints to be more functional.Jez Ng
2012-08-04Convert one-shot ports to requests. Closes #8 (!!)Jez Ng
2012-08-04Convert 'getScrollPosition' from port to request.Jez Ng
2012-08-04linkHintCss should be accessed via settings. Closes #605.Jez Ng
2012-07-22Use vimium-specific class names, and use vimium reset. Now the vomnibar is mo...Phil Crosby
2012-07-15Close omnibar when enter is pressed (#585)Aaron Hall
2012-07-07Select the first result by default for tabs and bookmarks modesilya
2012-07-07URL decode bookmarkletsilya
2012-07-07Make Vomnibar tabbing scroll circularly.Jez Ng
2012-07-07Put hints mode under a lock.Jez Ng
2012-07-07eval bookmarklets -- setting window.location doesn't always work.Jez Ng
2012-07-06Bookmarks mode in Vomnibarilya
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-07-04Export frameId as a global. Closes #563.Jez Ng
2012-07-03Fix bookmarklets. Closes #557.Jez Ng
2012-06-30Fix goUp.Jez Ng
2012-06-21Fix regex searching.Jez Ng
2012-06-20Move focusInput into the global scope.Jez Ng
2012-06-20Fix variable name mismatch.Jez Ng
2012-06-17Fix a regression where link hint chars were passed through to the underlying ...Phil Crosby
2012-06-12Port vomnibar.js to coffeescriptPhil Crosby
2012-06-12Remove semicolonPhil Crosby
2012-06-12Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup.Phil Crosby
2012-06-12Port link_hints.js to coffeescriptPhil Crosby
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
2012-06-12Uppercase utils -> UtilsPhil Crosby
2012-06-12Recognize shifted-keystrokes in link hints.Phil Crosby
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby