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
/
pages
/
hud.coffee
Age
Commit message (
Expand
)
Author
2017-09-29
Manually inject custom user CSS into our own frames/pages
mrmr1993
2017-04-18
Avoid repeating Backspace and Delete keys.
Stephen Blott
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
2017-04-16
Guard against unsupported non-standard contentEditable=plaintext-only
mrmr1993
2016-12-12
Float find-mode matches to the right.
Stephen Blott
2016-04-18
Remove unused message data.
Stephen Blott
2016-04-18
Simplify find-mode exit event.
Stephen Blott
2016-04-16
Minor code review.
Stephen Blott
2016-04-16
Remove dead code from the HUD initialization.
Stephen Blott
2016-04-16
Rework UI component focus handling.
Stephen Blott
2016-04-11
Only add find-mode HUD text if there is any.
Stephen Blott
2016-02-20
Use for (not for own) when iterating over an event's properties
mrmr1993
2016-02-16
Use `for own ... of` instead of `for ... of`
mrmr1993
2015-06-13
Pad the HUD leading / with a "hair space"
mrmr1993
2015-06-13
Suppress arrow events in find-mode HUD.
Stephen Blott
2015-06-13
Place cursor at end of find-mode input...
Stephen Blott
2015-06-10
Tweaks to up/down handler in find mode HUD to give it the data it needs
mrmr1993
2015-06-10
Handle up and down keys directly in the HUD
mrmr1993
2015-06-10
Move FindModeHistory to its own file to be used by the HUD iframe too
mrmr1993
2015-06-10
Replace with normal spaces for HUD find mode
mrmr1993
2015-06-10
Accept input in the HUD iframe
mrmr1993
2015-06-10
Reduce down the HUD's match count string code
mrmr1993
2015-06-10
Make all find mode updates go via the HUD in preparation to use an input
mrmr1993
2015-06-10
Decide find mode text in the HUD iframe, not in frontend
mrmr1993
2015-05-13
Minor fixes for #1658.
Stephen Blott
2015-05-13
Move the HUD to an iframe, managed by UIComponent
mrmr1993