| Age | Commit message (Collapse) | Author |
|
|
|
|
|
box on the page.
|
|
on it.
|
|
Conflicts:
commands.js
|
|
end of the page horizontally -- remove stylistic whitespaces
|
|
window.pageXOffset
|
|
|
|
Conflicts:
commands.js
|
|
|
|
Return values of event handlers added with addEventListener are ignored,
so returning `false` doesn't help.
Instead preventDefault has to be called on the event that is passed on
to the handler.
|
|
|
|
|
|
|
|
|
|
closes issue 97.
|
|
|
|
|
|
|
|
mappings are saved.
|
|
|
|
|
|
This keeps things tidy and will allow this code to be accessed from the Options page.
|
|
|
|
keybindings o_O
|
|
Windows/Linux. This closes issue #84.
|
|
|
|
We were incorrectly generating valid first keys and completion keys for <c-x> type commands. This closes issue #85 and the alt+d override issue.
|
|
When alt key is pressed during key event, change keyCode to read
<a-{keyCode}>
|
|
mirror Vim's behavior. Fixes #57.
|
|
user notification.
This closes #64. Note that updates won't trigger until we've saved the user's
version to their localStorage, which means this change will go into effect for
our users the version *after* the next release (so 1.16).
|
|
upgraded" message.
|
|
Also refactor styles into CSS.
|
|
|
|
user-definable CSS.
|
|
|
|
Conflicts:
settings.html
|
|
I'll clean up the way we store and handle default options shortly.
|
|
|
|
This should be equivalent and simplify the implementation.
|
|
EMBED tags. Fixes #54.
|
|
focusing an element. Fixes #63.
|
|
contentEditable=true). Fixes #62.
|
|
|
|
This className makes posible to overwrite style only for vimium things.
linkHints already have class name.
|
|
|
|
This allows a user to abort part-way through a multi-character command.
|
|
|
|
|
|
current search. Fixes #42.
|