index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2016-06-02
Favour event.keyIdentifier over event.key.
Stephen Blott
2016-05-27
Merge pull request #2132 from sco-tt/master
Stephen Blott
2016-05-15
Also remove event.keyIdentifier in getKeyCharString().
Stephen Blott
2016-05-15
Use event.key (not event.keyIdentifier).
Stephen Blott
2016-05-12
Adds single left/right angle quotation marks to next/previous patterns
Scott Pinkelman
2016-05-12
Revert "Improves next/previous links by targetting button elements and adding...
Stephen Blott
2016-05-07
Merge pull request #2118 from smblott-github/fix-ui-component-init-issues
Stephen Blott
2016-04-28
Fix UI-component initialization issues.
Stephen Blott
2016-04-28
Make vimiumFlash a class.
Stephen Blott
2016-04-26
Improves next/previous links by targetting button elements and adding single ...
Scott Pinkelman
2016-04-18
Revert "UI-compnent commands must wait for the document to be ready."
Stephen Blott
2016-04-17
UI-compnent commands must wait for the document to be ready.
Stephen Blott
2016-04-13
Add <c-y> and <c-e> for visual mode.
Stephen Blott
2016-04-12
Make rects absolute in window earlier.
Stephen Blott
2016-04-05
Check for document.activeElement.
Stephen Blott
2016-04-02
Refactor DomUtils.documentReady.
Stephen Blott
2016-04-02
Rework DomUtils.documentReady().
Stephen Blott
2016-04-02
Move the test for small windows to DomUtils.
Stephen Blott
2016-04-01
Tweak Settings to add onLoaded() method.
Stephen Blott
2016-03-31
Fix @suppressEvent and tweak comments.
Stephen Blott
2016-03-30
Rework handlerStack.bubbleEvent() for greater clarity.
Stephen Blott
2016-03-30
Rename handlerStack constants.
Stephen Blott
2016-03-28
Global link hints; revert b7535a604954b5873d825eb66bfecd08f1f2c99b.
Stephen Blott
2016-03-27
Remove simulateUnhover(); not being used.
Stephen Blott
2016-03-27
Remove longestCommonPrefix(); not being used.
Stephen Blott
2016-03-27
Remove copyObjectOmittingProperties(); not being used.
Stephen Blott
2016-03-27
Add test for invokeCommandString().
Stephen Blott
2016-03-26
Multiple minor tweaks.
Stephen Blott
2016-03-26
Merge branch 'standardise-foreground-commands'
Stephen Blott
2016-03-26
Simplify invokeCommandString().
Stephen Blott
2016-03-21
Simplify singleton handling.
Stephen Blott
2016-03-21
Rework visual mode.
Stephen Blott
2016-03-18
Add Utils.makeIdempotent.
Stephen Blott
2016-03-06
Tweak documentReady().
Stephen Blott
2016-03-05
Key bindings; more tweaks and fixes.
Stephen Blott
2016-03-04
Do not use standalone @.
Stephen Blott
2016-03-03
Remove methods which aren't used.
Stephen Blott
2016-02-26
Don't try to evaluate DomUtils.isSelectable on non-elements
mrmr1993
2016-02-26
Remove outdated blacklist in DomUtils.isEditable, use .isSelectable
mrmr1993
2016-02-20
Correctly set `settingsVersion`.
Stephen Blott
2016-02-18
Wait-for-enter: default to "true" for new users.
Stephen Blott
2016-02-18
Wait-for-enter: add necessary option support.
Stephen Blott
2016-02-18
Wait-for-enter: for filtered hints.
Stephen Blott
2016-02-18
PassNextKey; minor tweak.
Stephen Blott
2016-02-18
PassNextKey; allow multiple mappings.
Stephen Blott
2016-02-18
PassNextKey; move key parsing to keyboard_utils.coffee.
Stephen Blott
2016-02-18
PassNextKey; store key mapping in settings.
Stephen Blott
2016-02-16
Use `for own ... of` instead of `for ... of`
mrmr1993
2016-02-12
Nuke some legacy migration code.
Stephen Blott
2016-02-11
Tidy up detection for the current page and context belonging to us
mrmr1993
[next]