aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
2014-07-29Replace upgrade notification close x with &timesNatalie Perna
2014-06-30Merge pull request #1026 from mrmr1993/countMatchesPhil Crosby
2014-05-17Remove unnecessary if statementPhil Crosby
2014-05-17Fix options link in help dialogmrmr1993
2014-04-19Use RegExp to escape special characters for plain find queriesmrmr1993
2014-04-19Add a comment explaining match counting for string searchesmrmr1993
2014-04-19Implement number of matches in find modemrmr1993
2014-04-16Escape HTML in HUD from searches (fixes #913)mrmr1993
2013-09-12Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed #...Maksim Ryzhikov
2013-08-23Add a todoPhil Crosby
2013-08-22Some events don't have `keyIdentifier`Joey Baker
2013-07-20trim then filterUncleBill
2013-05-06Content script should handle message even when there is no tab propertysainaen
2013-05-06Replace all deprecated sendRequest() calls with new sendMessage()sainaen
2013-02-18Renamed to 'goToRoot', condensed functionTimo Sand
2013-02-16Added `gU` command to go to root of page including current port and protocolTimo Sand
2013-01-02Make smartcase locale-aware.Jez Ng
2012-10-30Avoid trapping non-tab keypresses in focusInput mode.Jez Ng
2012-10-29Implement marks.Jez Ng
2012-10-29Convert strings to numbers when saving options page.Jez Ng
2012-10-29Make the numbers used in the filtered link hints configurable.Jez Ng
2012-10-29Factor out scrolling code into a new file.Jez Ng
2012-10-26Address feedback.Jez Ng
2012-10-23Refactor and fix findAndFollowLink. Closes #650.Jez Ng
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
2012-10-20Fix initial selected input hint index.Jez Ng
2012-09-10Add option to make regex find the default. Closes #569.Jez Ng
2012-09-09More lint fixes.Jez Ng
2012-09-08Fix upgrade message. Closes #644.Jez Ng
2012-09-04Style fixes.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez 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-04Convert one-shot ports to requests. Closes #8 (!!)Jez Ng