aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-27Run file:// search fix on directory listings in all framesmrmr1993
2014-07-26Apply search fix on file:// directory entriesmrmr1993
2014-07-24Merge pull request #1101 from mijoharas/masterPhil Crosby
added custom key mapping for movetableft and movetabright to fix #1100
2014-07-24added custom key mapping for movetableft and movetabright to fix #1100mike-work
2014-07-20Language tweaksPhil Crosby
2014-07-20Add a pointer to the wiki from the readmePhil Crosby
2014-07-20Make dates in readme iso 8601 formatPhil Crosby
2014-07-20Update version to 1.45 in manifest.jsonPhil Crosby
2014-07-20Document the features in 1.45Phil Crosby
2014-07-20Document the checklist for submitting to the chrome storePhil Crosby
2014-07-20Fix a typoPhil Crosby
2014-07-20Make the pin tab shortcut in the readme consistent with the codePhil Crosby
2014-07-20Reshuffle the contributing.md a bitPhil Crosby
2014-07-20Change the default key binding for pin to be <a-f>Phil Crosby
See #926
2014-07-20Add a tip to run cake autobuild when hacking on vimiumPhil Crosby
2014-06-30Update some help labelsPhil Crosby
2014-06-30Merge pull request #1073 from mijoharas/masterPhil Crosby
added selection of search engines without pressing tab
2014-06-30Merge pull request #1026 from mrmr1993/countMatchesPhil Crosby
Show number of matches in find HUD
2014-06-21Fix "move tab to new window" for incognito tabsmrmr1993
2014-06-20added selection of search engines without pressing tabmike-work
2014-06-14Improve the help for saved searchesPhil Crosby
2014-06-14Merge pull request #1058 from mijoharas/custom_search_enginesPhil Crosby
Custom search engines
2014-06-08Fix build and test on Windows.spccdt
2014-05-29Adding in search engines feature to fix #1009mike-work
2014-05-27Merge pull request #1062 from smblott-github/bookmark-foldersPhil Crosby
Bookmark search by folder
2014-05-27Merge pull request #1063 from fent/masterPhil Crosby
get new element position for each scroll tested element
2014-05-20get new element position for each scroll tested elementRoly Fentanes
2014-05-18Document top-level folders.Stephen Blott
2014-05-18Just ignore known and enumerated top-level folders.Stephen Blott
2014-05-18Require bookmark folder separator to be first character of a query term.Stephen Blott
2014-05-18Strip top-level chrome folders.Stephen Blott
2014-05-18Import of bookmark-folder-search code and tests.Stephen Blott
2014-05-17Remove unnecessary if statementPhil Crosby
2014-05-17Merge pull request #1061 from mrmr1993/fixOptionsLinkPhil Crosby
Fix options link in help dialog
2014-05-17Merge pull request #1060 from smblott-github/relevancyPhil Crosby
Relevancy - incorporate the position at which matches occur.
2014-05-17Fix options link in help dialogmrmr1993
This makes the options link in the help dialog cancel the default event action, so the link (`href="#"`) isn't followed. The former behaviour was most obvious when using the `LinkHints.activateModeToOpenInNewTab` command, amoung others.
2014-05-16Remove verbose commentary.Stephen Blott
2014-05-16Address philc's comments.Stephen Blott
2014-05-16Import relevancy improvement code.Stephen Blott
2014-05-13Document that you can use tab with `gi`Phil Crosby
Closes #730
2014-05-13Merge pull request #1057 from mrmr1993/moveTabsPhil Crosby
Fix implementation of and add repetition to moveTabLeft and moveTabRight commands
2014-05-13Fix implementation of and add repetition to moveTabLeft and moveTabRight ↵mrmr1993
commands This fixes #1056.
2014-05-11Merge pull request #796 from deiga/tab-movement-commandsPhil Crosby
Added command to move tab to the left and right
2014-05-11Merge pull request #791 from deiga/restore-closed-tabPhil Crosby
Added support for chromes upcoming sessionRestore API
2014-05-09Update background_scripts/main.coffeeTimo Sand
2014-05-09Added support for chromes upcoming sessionRestore APITimo Sand
2014-05-09Fixed repetion and unmapped commandTimo Sand
2014-05-09Added command to move tab to the left and rightTimo Sand
2014-04-30Merge pull request #1045 from mrmr1993/fixFileUrlsPhil Crosby
Fix searching on file:// URLs
2014-04-30Add a comment explaining the CSS for file:// URLsmrmr1993