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
2017-04-18
Move keyboard utils to keydown and migrate normal/visual modes.
Stephen Blott
2017-04-18
Check whether chrome.storage.sync is enabled, fall back to .local if not
mrmr1993
2017-04-16
Use browser independent new tab page URL (about:newtab)
mrmr1993
2017-04-16
Only remove settings from storage.local if it's not our main store
mrmr1993
2017-04-16
Fallback to storage.local if storage.sync is not available
mrmr1993
2017-03-22
Note TODO re. keydown, keypress.
Stephen Blott
2017-03-22
Move key handling to keydown and event.key.
Stephen Blott
2017-03-22
Remove and refactor mapKeyRegistery.
Stephen Blott
2017-03-19
event.key is not always defined
Stephen Blott
2017-03-04
Merge pull request #2369 from gdh1995/zoomed-docEl-offset
Stephen Blott
2017-02-09
Guard against undefined (out of spec) getDestinationInsertionPoints
mrmr1993
2017-01-03
take documentElement's border into consideration
gdh1995
2017-01-03
getViewportTopLeft: consider the new style "contain"
gdh1995
2017-01-03
getViewportTopLeft: support zoomed static documentElement
gdh1995
2016-12-21
Merge pull request #2311 from smblott-github/enterNormalMode
Stephen Blott
2016-10-23
Move SearchEngines to bg-utils.coffee.
Stephen Blott
2016-10-15
enterNormalMode; new command - implementation
Stephen Blott
2016-10-10
Add TODO.
Stephen Blott
2016-10-10
Rename 'translate' to 'mapkey'.
Stephen Blott
2016-10-09
Tweak (simplify) #2306.
Stephen Blott
2016-10-09
Extend key translation to include Escape.
Stephen Blott
2016-10-08
Better positioning of link-hints flash rect.
Stephen Blott
2016-10-02
Rework key-sequence parsing.
Stephen Blott
2016-10-01
Remove legacy migrations.
Stephen Blott
2016-09-25
Space rotates hints (to make hidden hints visible).
Stephen Blott
2016-09-17
Merge branch 'gdh1995-backspace-as-go-back'
Stephen Blott
2016-09-17
Rework #2223 (backspace).
Stephen Blott
2016-09-17
use keyNames to check backspace keyCode
gdh1995
2016-09-10
simpler logic to detect backsapce
gdh1995
2016-08-18
support mapping <backspace>
gdh1995
2016-08-10
Consider the alt-key status when trying to detect <c-[>
Colin Kiegel
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
[next]