aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-17Reinstate unintentionally deleted code.Stephen Blott
2015-06-17Initialise modes and install listeners at the same time.Stephen Blott
2015-06-17Fix non-default front-end settings.Stephen Blott
2015-06-16Make "Show Advanced Options" state persistent.Stephen Blott
2015-06-14Add default value for regexFindMode setting.Stephen Blott
2015-06-13Pad the HUD leading / with a "hair space"mrmr1993
2015-06-13Clean up code after mergemrmr1993
2015-06-13Merge pull request #1 from smblott-github/hud-iframe-inputMatthew Ryan
2015-06-13Suppress arrow events in find-mode HUD.Stephen Blott
2015-06-13Place cursor at end of find-mode input...Stephen Blott
2015-06-13Refactor duplicate code.Stephen Blott
2015-06-13Fix returnToViewport.Stephen Blott
2015-06-13Refactor findInPlace.Stephen Blott
2015-06-11Make exiting FindMode with <esc> work as it should againmrmr1993
2015-06-11Merge pull request #1726 from smblott-github/rank-filter-hintsStephen Blott
2015-06-11Revert "Make "a-z" characters work in filter hints mode."Stephen Blott
2015-06-11Make "a-z" characters work in filter hints mode.Stephen Blott
2015-06-11Initialise options-page link-hint mode correctly (better).Stephen Blott
2015-06-10Update rawQuery directly from FindMode.updateQuerymrmr1993
2015-06-10Integrate executeFind into FindMode as FindMode.executemrmr1993
2015-06-10Move findModeQuery to FindMode.querymrmr1993
2015-06-10Make find from visual mode behave the same as a normal findmrmr1993
2015-06-10Coffee-ify strings, fix no match regexp search message in visual modemrmr1993
2015-06-10Simplify executeFind by hardcoding default argumentsmrmr1993
2015-06-10Add FindMode.saveQuery to avoid addressing findModeQuery directlymrmr1993
2015-06-10Remove redundant conditionalmrmr1993
2015-06-10Integrate functions exposed on window into FindModemrmr1993
2015-06-10Move getNextQueryFromFindModeMatches and getFindModeQuery into mode_findmrmr1993
2015-06-10Move updateFindModeQuery to FindMode.updateQuerymrmr1993
2015-06-10Move updateFindModeQuery to mode_find.coffeemrmr1993
2015-06-10Inline HUD.findModeKeydown at its sole callsitemrmr1993
2015-06-10Remove redundancy in HUD.findModeKeydownmrmr1993
2015-06-10Initialise options-page link-hint mode correctly.Stephen Blott
2015-06-10Merge pull request #1728 from smblott-github/fix-tab-moveStephen Blott
2015-06-10Refactor moveTab for clarity...Stephen Blott
2015-06-10Do not try to move a tab to the left of pinned tabs.Stephen Blott
2015-06-10Re-work tabMoveLeft/Right.Stephen Blott
2015-06-10Move findModeQueryHasResults to findModeQuery.hasResultsmrmr1993
2015-06-10Remove global findMode and pass new FindMode instances direct to the HUDmrmr1993
2015-06-10Remove unused argument to HUD.showFindModemrmr1993
2015-06-10Move FindMode from vimium_frontend to mode_findmrmr1993
2015-06-10Expose executeFind on windowmrmr1993
2015-06-10Expose getNextQueryFromRegexMatches on windowmrmr1993
2015-06-10Inline HUD.updateMatchesCount at its sole callsitemrmr1993
2015-06-10Inline showFindModeHUDForQuery at its sole callsitemrmr1993
2015-06-10Integrate performFindInPlace into FindMode as findInPlacemrmr1993
2015-06-10Remove global findModeAnchorNode and false comments justifying itmrmr1993
2015-06-10Move finding the element at a selection's focus to a library functionmrmr1993
2015-06-10Move findModeRestoreSelection to FindMode::restoreSelectionmrmr1993
2015-06-10Inline findModeSaveSelection, store initialRange in FindMode instancemrmr1993