| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-30 | Search completion; refactor regexp parsing (simplification). | Stephen Blott | |
| 2015-05-30 | Search completion; simplify completion-engine definitions. | Stephen Blott | |
| 2015-05-30 | Search completion; remove unused code. | Stephen Blott | |
| This removes a couple of lines which should have been removed previously. | |||
| 2015-05-30 | Search completion; add support for Google Maps completion. | Stephen Blott | |
| 2015-05-30 | Move Vomnibar commands to own category on help page. | Stephen Blott | |
| The help page gets pretty lopsided when advanced commands are shown. This balances things out a bit by creating a new category for Vomnibar commands in the right-hand column. | |||
| 2015-05-30 | Use the term "options" instead of "flags" for command options. | Stephen Blott | |
| "Flags" implies binary toggles. The term "options" seems more consistent with what's actually going on here. | |||
| 2015-05-29 | Move search-engine parsing to Utils. | Stephen Blott | |
| This will allow us to use the same search-engine parsing code in the background page and in content scripts. | |||
| 2015-05-29 | Move settings.coffee from background_scripts/ to lib/ | mrmr1993 | |
| 2015-05-29 | Only perform settings migration in the background page | mrmr1993 | |
| 2015-05-29 | Move registration of postUpdateHooks to the corresponding source files | mrmr1993 | |
| This completely decouples settings.coffee from all other background source files, so that it can (eventually) also be used in the frontend. | |||
| 2015-05-29 | Remove all direct calls to Sync, stop exporting it | mrmr1993 | |
| This stops Sync from being referred to from anywhere except settings.coffee and settings_test.coffee. | |||
| 2015-05-29 | Move Sync.storeAndPropagate to Settings.storeAndPropagate | mrmr1993 | |
| This function does nothing related to Sync, and only affects Settings. | |||
| 2015-05-29 | Combine sync.coffee with settings.coffee | mrmr1993 | |
| 2015-05-29 | Pass command's registry entry to content script. | Stephen Blott | |
| 2015-05-29 | Rework parsing of custom key mappings. | Stephen Blott | |
| Most of this is just a tidy up of code that's been around for a long time. The only difference, however, is that now a key mapping can include extra data ("extras") after the name of the command. For example, map s vomnibar.activate keyword=g Here, and extra property "extras" is added to the command registry: extras: ["keyword=g"] This is a first step towards direct vomnibar activation for custom search. | |||
| 2015-05-29 | Merge branch 'completion-on-custom-search-only' into ↵ | Stephen Blott | |
| completion-on-custom-search-only-merge Conflicts: background_scripts/completion.coffee | |||
| 2015-05-28 | Custom-only: fix long-standing race condition. | Stephen Blott | |
| In omni mode, the vomnibar suggestions are updated asynchronously. Therefore, the contents of the primary custom search-engine suggestion may be behind the actual contents of the comnibar input. So, we reconstruct the custom search-engine query on "enter". (This fixes a long-standing race condition.) | |||
| 2015-05-28 | Custom-only: remove now unnecessary optimisation. | Stephen Blott | |
| This optimisation is now unnecessary, because we will *always* show at least one completion suggestion in top spot. | |||
| 2015-05-28 | Custom-only: ensure top-ranking completion is always in top slot. | Stephen Blott | |
| This ensures that <Tab> can always be used to complete the top-ranking completion. | |||
| 2015-05-28 | Custom-only: remove omniSearchWeightOption. | Stephen Blott | |
| This option is no longer needed, since we don't do search completion except for custom searches. | |||
| 2015-05-28 | Custom-only: strip non-custom search code. | Stephen Blott | |
| 2015-05-27 | Remove unintentionally pushed console.log()s. | Stephen Blott | |
| 2015-05-27 | Consistent highlighting of search suggestions. | Stephen Blott | |
| Also suppress highlighting of matching text in previous suggestions. (It looks odd to have highlighting in some suggestions but not others, with no apparent difference to the user.) | |||
| 2015-05-27 | Fix significant typo. | Stephen Blott | |
| Fix incorrect property name from 764d70312f292882abe4940adf9fee3d6e834327. | |||
| 2015-05-27 | Merge pull request #1690 from smblott-github/do-not-deduplicate-tabs | Stephen Blott | |
| Two errors fixed... | |||
| 2015-05-27 | Simplify index calculation. | Stephen Blott | |
| 2015-05-27 | Do not de-duplicate tabs vomnibar entries. | Stephen Blott | |
| 2015-05-27 | Go directly to next/previous tab. | Stephen Blott | |
| This makes nextTab and previousTab go directly to the relevant tab, without visiting intervening tabs -- all of which avoids a nasty flicker for 5J or 5K. | |||
| 2015-05-27 | Custom-only: fix comment. | Stephen Blott | |
| 2015-05-27 | Custom-only: verify match on query terms alone. | Stephen Blott | |
| 2015-05-27 | Custom-only: single-line completions for custom search engines. | Stephen Blott | |
| 2015-05-27 | Custom-only: always filter for the custom search engine. | Stephen Blott | |
| 2015-05-27 | Custom-only: disable default search completion. | Stephen Blott | |
| 2015-05-26 | Change vomnibar insert-text indicator. | Stephen Blott | |
| Use a rightwards hooked arrow instead of a small greater-than sign, which according to @philc, renders as a large greater-than sign on Macs, See #1651. | |||
| 2015-05-21 | Search completion; must return an array from this filter. | Stephen Blott | |
| 2015-05-20 | Allowing mapping <space>. | Stephen Blott | |
| Fixes #544. Copy of #655. | |||
| 2015-05-20 | Search completion; tweak appearance of historical search queries (descriptions). | Stephen Blott | |
| 2015-05-19 | Search completion; minor code review. | Stephen Blott | |
| 2015-05-19 | Add insertText visual indicator. | Stephen Blott | |
| Conflicts: background_scripts/completion.coffee | |||
| 2015-05-19 | Search completion; tweak appearance of historical search queries. | Stephen Blott | |
| 2015-05-18 | Fully fix 3646b8c999a9e4b864e8c529f84b64a3c2c74ff0. | Stephen Blott | |
| 2015-05-18 | Search completion; filter out the default search. | Stephen Blott | |
| See example in diff. Do not offer a suggestion if it is what the user would get anyway if they just hit <Enter>. | |||
| 2015-05-18 | Revert "Search completion; promote the top completion." | Stephen Blott | |
| This reverts commit 4309dcd3030687f3ed02b86bbdf7c485baaee4a5. This is a bad idea. It pushes the suggestion at the top of the list out of the way. Users aren't going to like that if it's the one they're looking for. Conflicts: background_scripts/completion.coffee | |||
| 2015-05-18 | Search completion; retain previous suggestions (tweak highlighting). | Stephen Blott | |
| 2015-05-18 | Search completion; retain previous suggestions (comments and tweaks). | Stephen Blott | |
| 2015-05-18 | Search completion; retain previous (matching) suggestions. | Stephen Blott | |
| This address "UX Issue 2" from #1651. If the user types "w lake vict" and sees a suggestion "lake victoria perch", and continues "w lake vict pe", then we retain the previous suggestion (which still matches) despite the fact that the completion no longer delivers it. This creates a more consistent, Vimium-like vomnibar UX. | |||
| 2015-05-18 | Merge branch 'search-completion-UX-tweaks' | Stephen Blott | |
| 2015-05-18 | Merge branch 'vomnibar-insert-history-with-tab' | Stephen Blott | |
| Conflicts: background_scripts/completion.coffee | |||
| 2015-05-18 | Search completion; remove console.log(). | Stephen Blott | |
| 2015-05-18 | Search completion; promote the top completion. | Stephen Blott | |
| This puts the first (top) completion suggestion at the top of the list: either one or two <Tab>s away, depending upon whether a domain-completer suggestion is present or not. | |||
