aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-11Search completion; better left/right controls.Stephen Blott
2015-05-11Search completion; add weigthing option.Stephen Blott
2015-05-11Search completion; add bindings for Ctrl-Left/Right.Stephen Blott
2015-05-11Search completion; pre-merge tweaks.Stephen Blott
2015-05-11Merge branch 'search-engine-completion-v2' into search-engine-completion-v5Stephen Blott
Conflicts: background_scripts/completion.coffee
2015-05-11Search completion; fix synchronization issue.Stephen Blott
2015-05-11Search completion; more efficient filtering.Stephen Blott
2015-05-11Search completion; disable on redundant whitespace.Stephen Blott
2015-05-11Merge branch 'search-engine-completion-v2' into search-engine-completion-v5Stephen Blott
2015-05-11Search completion; disable on redundant whitespace.Stephen Blott
2015-05-11Domain completer should not complete with trailing whitespace.Stephen Blott
2015-05-11Merge pull request #1649 from mrmr1993/css-import-for-shadow-dom-stylesStephen Blott
Use css @import rather than XMLHttpRequest for shadow DOM external style
2015-05-11Merge branch 'search-engine-completion-v2' into search-engine-completion-v5Stephen Blott
2015-05-11Search completion; tweak selection color.Stephen Blott
2015-05-11Use css @import rather than XMLHttpRequest for shadow DOM external stylemrmr1993
2015-05-10Merge pull request #1648 from mrmr1993/better-borderWasStephen Blott
Use classes for border flashes
2015-05-10Fallback to raw element instead of shadow DOM for PhantomJSmrmr1993
2015-05-10Search completion; alternative vomnibar completion.Stephen Blott
2015-05-10Search completion; alternative vomnibar completion.Stephen Blott
2015-05-10Search completion; minor changes to comments.Stephen Blott
2015-05-10Search completion; refactor search-engine detection.Stephen Blott
2015-05-10Merge branch 'search-engine-completion-v2' of ↵Stephen Blott
github.com:smblott-github/vimium into search-engine-completion-v2 Conflicts: pages/vomnibar.coffee
2015-05-10Search completion; and even more minor tweaks.Stephen Blott
2015-05-10Search completion; and even more minor tweaks.Stephen Blott
2015-05-10Search completion; fix for multiple spaces in input.Stephen Blott
2015-05-10Search completion; even more minor tweaks.Stephen Blott
2015-05-10Search completion; move completion engines to their own file.Stephen Blott
2015-05-10Search completion; even more minor tweaks.Stephen Blott
2015-05-10Search completion; more minor tweaks.Stephen Blott
2015-05-10Search completion; fix synchronisation issue.Stephen Blott
2015-05-10Search completion; strip duplicated code.Stephen Blott
2015-05-10Search completion; smooth matched-selection extension.Stephen Blott
2015-05-10Search completion; use cached suggestions synchronously.Stephen Blott
Conflicts: background_scripts/completion_engines.coffee
2015-05-10Search completion; reuse previous query.Stephen Blott
2015-05-10Search completion; use cached suggestions synchronously.Stephen Blott
2015-05-10Search completion; reuse previous query.Stephen Blott
2015-05-10Search completion; more minor tweaks.Stephen Blott
2015-05-10Search completion; highlight also for default search engine.Stephen Blott
2015-05-10Search completion; minor tweaks.Stephen Blott
2015-05-10Search completion; refactor job-running logic.Stephen Blott
2015-05-10Search completion; rework SimpleCache.Stephen Blott
2015-05-10Search completion; refactor searchEngineCompleter.Stephen Blott
This revamps how search-engine configuration is handled, and revises some rather strange legacy code.
2015-05-10Use classes for border flashes, in a shadow DOM to avoid CSS collisionsmrmr1993
2015-05-09Search completion; tweak for engines without completers.Stephen Blott
2015-05-09Search completion; tweak default setting.Stephen Blott
2015-05-09Search completion; tweak default setting.Stephen Blott
2015-05-09Search completion; tweaks and tests.Stephen Blott
2015-05-09Search completion; complete commmon search term.Stephen Blott
2015-05-09Search completion; reintroduce vomnibar cache.Stephen Blott
2015-05-09Search completion; tweaks.Stephen Blott