<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/lib, branch 1.57</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Space rotates hints (to make hidden hints visible).</title>
<updated>2016-09-25T10:32:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-09-25T04:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=19e1178b16fd27882c7834d66ad6597847e6baff'/>
<id>19e1178b16fd27882c7834d66ad6597847e6baff</id>
<content type='text'>
It is common for link-hint markers to be close togother, and
overlapping.

Here, `&lt;Space&gt;` rotates hint markers such that hidden markers become
visible.

For filtered hints we additionally require a modifier (because `&lt;space&gt;`
on its own is already a token separator).

The calculation of overlapping hints is quite expensive: O(n^2) in the
best case and O(n^3) in the worst cast.  The worst case is
extraordinarily unlikely to arise in practice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is common for link-hint markers to be close togother, and
overlapping.

Here, `&lt;Space&gt;` rotates hint markers such that hidden markers become
visible.

For filtered hints we additionally require a modifier (because `&lt;space&gt;`
on its own is already a token separator).

The calculation of overlapping hints is quite expensive: O(n^2) in the
best case and O(n^3) in the worst cast.  The worst case is
extraordinarily unlikely to arise in practice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gdh1995-backspace-as-go-back'</title>
<updated>2016-09-17T10:05:22+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-09-17T10:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c9369c3e34490afdfa39c6f9520ee24367c0eacd'/>
<id>c9369c3e34490afdfa39c6f9520ee24367c0eacd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework #2223 (backspace).</title>
<updated>2016-09-17T10:05:06+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-09-17T10:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9f0ec8cd06903fc25d65b0b82cf8e5fb4e9f5c7a'/>
<id>9f0ec8cd06903fc25d65b0b82cf8e5fb4e9f5c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use keyNames to check backspace keyCode</title>
<updated>2016-09-17T07:27:39+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2016-09-17T07:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=36afaafc98708a8c0f3915e0c494fcc94bf65b3e'/>
<id>36afaafc98708a8c0f3915e0c494fcc94bf65b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simpler logic to detect backsapce</title>
<updated>2016-09-10T06:58:26+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2016-09-10T06:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3a7a1ab035181ab1346181d8bdda5db5038b9c89'/>
<id>3a7a1ab035181ab1346181d8bdda5db5038b9c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support mapping &lt;backspace&gt;</title>
<updated>2016-08-18T02:57:02+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2016-08-18T02:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f1c4f28536f3b5e2e0cc37c67d71f224504cce79'/>
<id>f1c4f28536f3b5e2e0cc37c67d71f224504cce79</id>
<content type='text'>
Chrome stop using &lt;backspace&gt; to go back, but some still wants this
feature.

This should fix #2207 and #2214.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrome stop using &lt;backspace&gt; to go back, but some still wants this
feature.

This should fix #2207 and #2214.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider the alt-key status when trying to detect &lt;c-[&gt;</title>
<updated>2016-08-10T15:09:55+00:00</updated>
<author>
<name>Colin Kiegel</name>
</author>
<published>2016-08-10T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=408f85b04e2cb69dcb08d1c4dfa306e555239d07'/>
<id>408f85b04e2cb69dcb08d1c4dfa306e555239d07</id>
<content type='text'>
see https://github.com/philc/vimium/issues/986#issuecomment-53955175</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see https://github.com/philc/vimium/issues/986#issuecomment-53955175</pre>
</div>
</content>
</entry>
<entry>
<title>Favour event.keyIdentifier over event.key.</title>
<updated>2016-06-02T05:18:36+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-06-02T05:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2789c16e25416a6763c075a1b7718973a83403ef'/>
<id>2789c16e25416a6763c075a1b7718973a83403ef</id>
<content type='text'>
See #2147.

Chromium's implementation of event.key currently fails to take account
of keyboard mappings (e.g. neo2).

Here, we favour using event.keyIdentifier (while it's available) as a
workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #2147.

Chromium's implementation of event.key currently fails to take account
of keyboard mappings (e.g. neo2).

Here, we favour using event.keyIdentifier (while it's available) as a
workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2132 from sco-tt/master</title>
<updated>2016-05-27T09:45:45+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-05-27T09:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=176865b667af8d2719416854d79e823873e56b4b'/>
<id>176865b667af8d2719416854d79e823873e56b4b</id>
<content type='text'>
Adds single left/right angle quotation marks to next/previous patterns</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds single left/right angle quotation marks to next/previous patterns</pre>
</div>
</content>
</entry>
<entry>
<title>Also remove event.keyIdentifier in getKeyCharString().</title>
<updated>2016-05-15T06:58:35+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-05-15T06:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=6f08521e946b39ca9254bbc94455641f90f33215'/>
<id>6f08521e946b39ca9254bbc94455641f90f33215</id>
<content type='text'>
This was an oversight from a5262f4e68f62a922c9c05d871c4a874f6737a7b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was an oversight from a5262f4e68f62a922c9c05d871c4a874f6737a7b.
</pre>
</div>
</content>
</entry>
</feed>
