| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-20 | Merge pull request #1086 from mrmr1993/countMatches | Phil Crosby | |
| Rework to make match counting code for searches more DRY and easier to read | |||
| 2015-09-19 | Note Vimium working on new-tab page. | Stephen Blott | |
| 2015-09-19 | Merge branch 'mrmr1993/xmlhttprequest-uicomponent-styles' | Stephen Blott | |
| 2015-09-19 | Tidy up #1833. | Stephen Blott | |
| 2015-09-18 | Load UIComponent stylesheet via XMLHttpRequest, use background as needed | mrmr1993 | |
| 2015-09-18 | Merge pull request #1827 from mrmr1993/fix-build-errors | Stephen Blott | |
| Use version 0.11 of node's path; new version 0.12 breaks the build | |||
| 2015-09-17 | Fix regression in #1828. | Stephen Blott | |
| In #1828, we (I) broke the fact that `gt` and `gT` should be able to wrap around at the ends (so, for example, `gt` on the right-most tab should take you to the first). | |||
| 2015-09-17 | Note Vomnibar on NTP issue/fix. | Stephen Blott | |
| 2015-09-17 | Merge pull request #1828 from smblott-github/add-count-for-g0-and-g$ | Stephen Blott | |
| Add <count> prefix for g0 and g$. | |||
| 2015-09-17 | Update README for <count>g0/g$. | Stephen Blott | |
| 2015-09-17 | Add <count> prefix for g0 and g$. | Stephen Blott | |
| `2g0` takes you to the second tab. `2g$` takes you to the second last tab. This gives us `gt`/`gT` for relative tab selection and `g0`/`g$` for absolute tab selection. `<count>` previously had no special meaning for `g0` and `g$`, and it's not clear it could have any other meaning than that implemented here. Fixes #1298 (kind of). | |||
| 2015-09-17 | Merge pull request #1821 from mrmr1993/hide-uicomponents-by-default | Stephen Blott | |
| Don't show UIComponent <iframe>s while vimium.css loads | |||
| 2015-09-16 | Use version 0.11 of node path; version 0.12 breaks the build | mrmr1993 | |
| 2015-09-13 | Only show link hints for <label>s for elements without a hint | mrmr1993 | |
| 2015-09-13 | Make <label>s clickable with LinkHints | mrmr1993 | |
| 2015-09-13 | Don't show UIComponent <iframe>s while vimium.css loads | mrmr1993 | |
| This fixes #1817, where our stylesheet isn't loaded correctly due to a Chromium issue and the Vomnibar/HUD <iframe>s are always visible on the new tab page. | |||
| 2015-09-11 | Tweak comment from #1813. | Stephen Blott | |
| 2015-09-11 | Merge pull request #1813 from mrmr1993/stop-decoding-js-uris-after-fix | Stephen Blott | |
| Don't decode javascript URIs on Chrome 46.0.2467.2 and later | |||
| 2015-09-11 | Move repeated conditional FindMode code into one place | mrmr1993 | |
| 2015-09-11 | Move escaping regex special chars to its own utility function | mrmr1993 | |
| 2015-09-11 | Merge pull request #1816 from smblott-github/stable-sort-for-filtered-link-hints | Stephen Blott | |
| Make the sort used for filetered link hints stable. | |||
| 2015-09-11 | Make the sort used for filetered link hints stable. | Stephen Blott | |
| JavaScript's sort function is not stable; this PR makes the sort used for filtered link hints stable. There are two reasons for doing this: - High-scoring hints are more likely to keep the same hint string as the user continues typing. (Currently, the hints assigned change based on the vaguaries of the non-stable sort.) - For equal-scoring hints, we retain the visit-child-before-parent ordering (which is used to NOT match a parent's text if we have already matched that text in a child). And, as a result of all of that, the UX is more predictable and hence better. | |||
| 2015-09-11 | Note moveTab fixes in release notes. | Stephen Blott | |
| 2015-09-11 | Merge pull request #1815 from smblott-github/fix-move-pinned-tab | Stephen Blott | |
| Fix moveTab for pinned tabs. | |||
| 2015-09-11 | Fix moveTab for pinned tabs. | Stephen Blott | |
| Fixes #1814. (This fixes a problem that was introduced in the "fix" of #1727.) | |||
| 2015-09-10 | Don't decode javascript URIs on 46.0.2467.2 and later | mrmr1993 | |
| The fix for Chromium issue 483000 landed in this version, so it is no longer necessary for #1611 | |||
| 2015-09-10 | Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engine | Stephen Blott | |
| Search completion; add support for Qwant completion | |||
| 2015-09-10 | Fix JSON incorrect parsing for Qwant autocompletion | Michael SALIHI | |
| 2015-09-10 | Merge pull request #1809 from fnkr/patch-2 | Stephen Blott | |
| Add "older" to previousPatterns and "newer" to nextPatterns | |||
| 2015-09-10 | Update CREDITS with new contributors | Michael SALIHI | |
| 2015-09-10 | Merge pull request #1808 from fnkr/patch-1 | Stephen Blott | |
| Search completion for amazon.de | |||
| 2015-09-10 | Search completion; add support for Qwant completion | Michael SALIHI | |
| 2015-09-10 | Add "older" to previousPatterns and "newer" to nextPatterns | Florian Kaiser | |
| Useful for blogs where buttons are named "older posts" and "newer posts". | |||
| 2015-09-09 | Search completion for amazon.de | Florian Kaiser | |
| 2015-09-09 | Remove obsolete comment1.52 | Phil Crosby | |
| 2015-09-09 | Merge pull request #1764 from mrmr1993/use-sync-for-cake-package | Phil Crosby | |
| Use spawn instead of exec-sync for cake package | |||
| 2015-09-09 | Update version number | Phil Crosby | |
| 2015-09-09 | Simplify release notes | Phil Crosby | |
| 2015-09-09 | Tweak option text | Phil Crosby | |
| 2015-09-09 | Merge pull request #1805 from smblott-github/vomnibar-alt-for-new-tab | Stephen Blott | |
| Alt modifier on Enter in vomnibar opens in new tab | |||
| 2015-09-09 | Alt modifier in vomnibar opens in new tab. | Stephen Blott | |
| 2015-09-07 | Tweak draft 1.52 release notes. | Stephen Blott | |
| 2015-09-07 | Tweak draft 1.52 release notes. | Stephen Blott | |
| 2015-09-07 | Merge pull request #1803 from mrmr1993/scroll-in-shadow-dom | Stephen Blott | |
| Fix scrolling for webpages using web components | |||
| 2015-09-07 | Traverse shadow DOMs when looking for scrollable elements | mrmr1993 | |
| 2015-09-06 | Merge pull request #1774 from mrmr1993/single-character-passkeys-only | Stephen Blott | |
| Only apply passkeys to single character keys explicitly | |||
| 2015-09-06 | Merge branch 'gdh1995-better-KeydownEvents' | Stephen Blott | |
| 2015-09-06 | Rename stringify to getEventCode. | Stephen Blott | |
| 2015-09-06 | Tweak README/release notes. | Stephen Blott | |
| 2015-09-06 | Merge pull request #1798 from gdh1995/run-on-xml-pages | Stephen Blott | |
| Run on XML pages (version 2) | |||
