| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-06 | Do not try to findNext unless we actually have query text. | Stephen Blott | |
| Fixes #3154 (I think). | |||
| 2018-09-29 | Note %S in search engine URLs for search engines. | Stephen Blott | |
| 2018-09-29 | Revert "Note %S in search engine URLs for search engines." | Stephen Blott | |
| This reverts commit bec8bf9287679221bf30a31707dcb58fbdd033d3. Oops. I put this comment in the wrong place. | |||
| 2018-09-29 | Note %S in search engine URLs for search engines. | Stephen Blott | |
| 2018-09-29 | Merge pull request #3111 from gdh1995/use-scroll-by | Stephen Blott | |
| use Element::scrollBy if it exists | |||
| 2018-09-29 | Don't note %S on options page. | Stephen Blott | |
| This is too much information for the casual user. I'll put it on the Wiki instead. | |||
| 2018-09-14 | Move and fix test for feature | Ryan Perry-Nguyen | |
| 2018-09-14 | fix logic for appending %s to searchUrl | Ryan Perry-Nguyen | |
| 2018-09-14 | add %S disclaimer on options page | Ryan Perry-Nguyen | |
| 2018-09-14 | dont queries for %S replacement | Ryan Perry-Nguyen | |
| 2018-09-05 | Not change re. yanking email addresses. | Stephen Blott | |
| 2018-09-05 | "Make yf strip any leading "mailto:". | Stephen Blott | |
| When yanking an email URL with `yf`, it's likely to be more useful to strip the leading "mailto:". Fixes #3123. | |||
| 2018-09-04 | Note scrolling on GMail reverted. | Stephen Blott | |
| 2018-09-04 | Revert "Add special-case rule for GMail." | Stephen Blott | |
| This reverts commit aff380669445594e7566a835d4b27f11da26ea6a. This breaks scrolling on Twitter. Needs more thought. | |||
| 2018-09-04 | Use function directly. | Stephen Blott | |
| If Vimium becomes disabled, then we remove this listener. So we better add the actual function we want to (later) remove, rather than creating a new function (which will never be removed. | |||
| 2018-09-04 | Bump to v1.64.1.v1.64.1 | Stephen Blott | |
| 2018-09-04 | Add special-case rule for GMail. | Stephen Blott | |
| This selects the body of a message, if such is displayed. | |||
| 2018-09-04 | Merge branch 'marcotc--new-reddit-scroll' | Stephen Blott | |
| 2018-09-04 | Tweak #3119. | Stephen Blott | |
| 1. Use verb phrase for function name. 2. Add `Scroller.reset()` method. This *only* resets the activated element. 3. Reset the scroller only if the URL has changed. (Previously, in #3119, the scroller was also being reset when the tab gained the focus.) Based on a suggestion from @marcotc. | |||
| 2018-09-04 | Refactor, part 1 | Marco Costa | |
| 2018-08-31 | Handle scrolling on Reddit redesign | Marco Costa | |
| 2018-08-31 | Merge pull request #3118 from marcotc/patch-2 | Stephen Blott | |
| Instructions for local Vimium Firefox development | |||
| 2018-08-31 | Merge pull request #3117 from marcotc/patch-1 | Stephen Blott | |
| Add CoffeeScript v1 requirement to CONTRIBUTING.md | |||
| 2018-08-31 | Instructions for local Vimium Firefox development | Marco Costa | |
| 2018-08-31 | Update CONTRIBUTING.md | Marco Costa | |
| 2018-08-30 | Add Coffeescript v1 requirement to CONTRIBUTING.md | Marco Costa | |
| 2018-08-30 | Bump version to 1.64.v1.64 | Stephen Blott | |
| 2018-08-30 | Note #3099 fixed. | Stephen Blott | |
| 2018-08-30 | Merge pull request #3113 from smblott-github/fall-back-to-event-key | Stephen Blott | |
| Fall back to using event.key. | |||
| 2018-08-30 | Fall back to using event.key. | Stephen Blott | |
| If `event.code` is not defined, then fall back to using `event.key` instead. Fixes #3099. | |||
| 2018-08-27 | use Element::scrollBy if it exists | gdh1995 | |
| 2018-08-23 | Bump version number for minor release on Vimium Canary. | Stephen Blott | |
| 2018-08-23 | Tweak Twitter CSS selector. | Stephen Blott | |
| 2018-08-23 | Bump version number for minor release on Vimium Canary. | Stephen Blott | |
| 2018-08-23 | Note #3101 in README. | Stephen Blott | |
| 2018-08-23 | Merge pull request #3101 from smblott-github/twitter-hack | Stephen Blott | |
| Site-specific hack to make expanded tweets scrollable. | |||
| 2018-08-23 | Update change log in README. | Stephen Blott | |
| 2018-08-23 | Site-specific hack to make expanded tweets scrollable. | Stephen Blott | |
| Twitter is an important site and Vimium's scrolling is currently broken when a tweet is expanded. In my opinion, the existing bahviour is so bad and that a site-specific hack is warranted. Fixes #3045. | |||
| 2018-08-17 | togglePinTab command should take a count prefix. | Stephen Blott | |
| 2018-08-17 | Refactor... | Stephen Blott | |
| Refactor code for selecting the tabs to which a tab command with a count prefic should apply. | |||
| 2018-08-13 | Bump to 1.63.6 (bug fixes). | Stephen Blott | |
| 2018-08-13 | Bump to 1.63.5 (bug fixes). | Stephen Blott | |
| 2018-08-13 | Cache keydown events while launching link hints. | Stephen Blott | |
| Launching link hints can sometimes be slow. For filtered hints, the user already knows what to type - but must nevertheless wait until the hints have been calculated and rendered. Here, we cache intervening keydown events, and replay them once hints-mode proper is launched. This should make improve usability (in the case of filtered hints). Fixes #3050. | |||
| 2018-08-10 | Tweak #3079. | Stephen Blott | |
| Fixes #3068. | |||
| 2018-08-10 | Fixed #3068 | Li Fang | |
| Fixed frustrating IME leftover issue when press ESC in input | |||
| 2018-08-10 | Merge pull request #3057 from ris58h/issues/3054 | Stephen Blott | |
| Issue #3054 | |||
| 2018-08-10 | Merge pull request #2217 from gdh1995/replace-xA0-for-clipboard | Stephen Blott | |
| replace \xA0 on copying and pasting | |||
| 2018-07-03 | Hide Vomnibar in case of click on entire document instead of click on ↵ | ris58h | |
| document.body. | |||
| 2018-06-18 | Bump version number for canary release. | Stephen Blott | |
| 2018-06-18 | Note #3044 in README. | Stephen Blott | |
