aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-20Merge pull request #1086 from mrmr1993/countMatchesPhil Crosby
Rework to make match counting code for searches more DRY and easier to read
2015-09-19Note Vimium working on new-tab page.Stephen Blott
2015-09-19Merge branch 'mrmr1993/xmlhttprequest-uicomponent-styles'Stephen Blott
2015-09-19Tidy up #1833.Stephen Blott
2015-09-18Load UIComponent stylesheet via XMLHttpRequest, use background as neededmrmr1993
2015-09-18Merge pull request #1827 from mrmr1993/fix-build-errorsStephen Blott
Use version 0.11 of node's path; new version 0.12 breaks the build
2015-09-17Fix 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-17Note Vomnibar on NTP issue/fix.Stephen Blott
2015-09-17Merge pull request #1828 from smblott-github/add-count-for-g0-and-g$Stephen Blott
Add <count> prefix for g0 and g$.
2015-09-17Update README for <count>g0/g$.Stephen Blott
2015-09-17Add <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-17Merge pull request #1821 from mrmr1993/hide-uicomponents-by-defaultStephen Blott
Don't show UIComponent <iframe>s while vimium.css loads
2015-09-16Use version 0.11 of node path; version 0.12 breaks the buildmrmr1993
2015-09-13Only show link hints for <label>s for elements without a hintmrmr1993
2015-09-13Make <label>s clickable with LinkHintsmrmr1993
2015-09-13Don't show UIComponent <iframe>s while vimium.css loadsmrmr1993
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-11Tweak comment from #1813.Stephen Blott
2015-09-11Merge pull request #1813 from mrmr1993/stop-decoding-js-uris-after-fixStephen Blott
Don't decode javascript URIs on Chrome 46.0.2467.2 and later
2015-09-11Move repeated conditional FindMode code into one placemrmr1993
2015-09-11Move escaping regex special chars to its own utility functionmrmr1993
2015-09-11Merge pull request #1816 from smblott-github/stable-sort-for-filtered-link-hintsStephen Blott
Make the sort used for filetered link hints stable.
2015-09-11Make 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-11Note moveTab fixes in release notes.Stephen Blott
2015-09-11Merge pull request #1815 from smblott-github/fix-move-pinned-tabStephen Blott
Fix moveTab for pinned tabs.
2015-09-11Fix moveTab for pinned tabs.Stephen Blott
Fixes #1814. (This fixes a problem that was introduced in the "fix" of #1727.)
2015-09-10Don't decode javascript URIs on 46.0.2467.2 and latermrmr1993
The fix for Chromium issue 483000 landed in this version, so it is no longer necessary for #1611
2015-09-10Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engineStephen Blott
Search completion; add support for Qwant completion
2015-09-10Fix JSON incorrect parsing for Qwant autocompletionMichael SALIHI
2015-09-10Merge pull request #1809 from fnkr/patch-2Stephen Blott
Add "older" to previousPatterns and "newer" to nextPatterns
2015-09-10Update CREDITS with new contributorsMichael SALIHI
2015-09-10Merge pull request #1808 from fnkr/patch-1Stephen Blott
Search completion for amazon.de
2015-09-10Search completion; add support for Qwant completionMichael SALIHI
2015-09-10Add "older" to previousPatterns and "newer" to nextPatternsFlorian Kaiser
Useful for blogs where buttons are named "older posts" and "newer posts".
2015-09-09Search completion for amazon.deFlorian Kaiser
2015-09-09Remove obsolete comment1.52Phil Crosby
2015-09-09Merge pull request #1764 from mrmr1993/use-sync-for-cake-packagePhil Crosby
Use spawn instead of exec-sync for cake package
2015-09-09Update version numberPhil Crosby
2015-09-09Simplify release notesPhil Crosby
2015-09-09Tweak option textPhil Crosby
2015-09-09Merge pull request #1805 from smblott-github/vomnibar-alt-for-new-tabStephen Blott
Alt modifier on Enter in vomnibar opens in new tab
2015-09-09Alt modifier in vomnibar opens in new tab.Stephen Blott
2015-09-07Tweak draft 1.52 release notes.Stephen Blott
2015-09-07Tweak draft 1.52 release notes.Stephen Blott
2015-09-07Merge pull request #1803 from mrmr1993/scroll-in-shadow-domStephen Blott
Fix scrolling for webpages using web components
2015-09-07Traverse shadow DOMs when looking for scrollable elementsmrmr1993
2015-09-06Merge pull request #1774 from mrmr1993/single-character-passkeys-onlyStephen Blott
Only apply passkeys to single character keys explicitly
2015-09-06Merge branch 'gdh1995-better-KeydownEvents'Stephen Blott
2015-09-06Rename stringify to getEventCode.Stephen Blott
2015-09-06Tweak README/release notes.Stephen Blott
2015-09-06Merge pull request #1798 from gdh1995/run-on-xml-pagesStephen Blott
Run on XML pages (version 2)