| Age | Commit message (Collapse) | Author |
|
Fixes issue #235.
|
|
Closes #396.
|
|
Together with e2f3b54, this closes issue #276.
|
|
|
|
|
|
|
|
and doesn't work as well.
Now that Chrome saves your zoom settings, there's no need for our own zoom implementation.
This also fixes #370.
|
|
This has the effect of link hints 'spreading' out after the
first key is pressed on a link-heavy page.
|
|
|
|
|
|
|
|
Closes bug introduced by commit 94ca405e.
|
|
|
|
Deals with issue #193. Thanks to @blaix for the original fix in pull request 318.
|
|
Done with reference to commit bcf01ad7ec356c62cb1f8c0efcd83cd26c2d8a86.
|
|
Done with reference to commits 15b0301785b76135b57b0fc57ec9a4838668a2cb and
e2faa2c815cf74458b4fba0aed3346046d3075ed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also refactored the test page a little.
|
|
This is to prevent excess characters from being passed into command
mode.
|
|
tagName returns 'undefined' for text nodes, so it is less desirable.
Non-html documents return nodeName/tagNames in lowercase.
|
|
|
|
It occasionally happens when hint mode is activated too early.
|
|
|
|
Extend a template object rather than using prototype inheritance. The
previous method created confusion about whether a given property resided
in the base or in the specialization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|