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
/
content_scripts
/
scroller.coffee
Age
Commit message (
Expand
)
Author
2016-04-13
Add <c-y> and <c-e> for visual mode.
Stephen Blott
2016-04-04
Do not offer activated element as scrollable.
Stephen Blott
2016-03-28
Make scrollable elements selectable with hints.
Stephen Blott
2016-03-21
Rework visual mode.
Stephen Blott
2016-03-16
Relocate first scrollable element.
Stephen Blott
2015-09-07
Traverse shadow DOMs when looking for scrollable elements
mrmr1993
2015-08-22
Prevent perpetual scroll.
Stephen Blott
2015-05-31
Remove all remaining references to frontend settings
mrmr1993
2015-05-31
Replace settings.get with Settings.get in the frontend
mrmr1993
2015-04-28
Merge pull request #1601 from mrmr1993/fix-scrollIntoView
Stephen Blott
2015-04-28
Ensure keydown handler returns a truthy value.
Stephen Blott
2015-04-28
Fix bounds and amounts in scrollIntoView
mrmr1993
2015-04-27
Always cancel scrolling after additional (non-repeat) keydowns
mrmr1993
2015-04-05
Note scrolling issue #1549.
Stephen Blott
2015-02-09
Merge branch 'visual-and-edit-modes'
Stephen Blott
2015-02-08
Temporary fix for obscure scrolling bug.
Stephen Blott
2015-02-06
Visual/edit modes: code cleanup.
Stephen Blott
2015-02-02
Visual/edit modes: WIP, scrolling content editable.
Stephen Blott
2015-01-31
Revert "Fix scrolling issue."
Stephen Blott
2015-01-31
Revert "Fix scrolling issue."
Stephen Blott
2015-01-31
Fix scrolling issue.
Stephen Blott
2015-01-31
Fix scrolling issue.
Stephen Blott
2015-01-25
Visual/edit modes: visual line mode.
Stephen Blott
2015-01-24
Visual/edit modes: miscellaneous improvements.
Stephen Blott
2015-01-23
Visual/edit modes: develop edit mode.
Stephen Blott
2015-01-22
Visual/edit modes: further development.
Stephen Blott
2015-01-10
Modes; minor changes.
Stephen Blott
2015-01-10
Modes; instrument for debugging...
Stephen Blott
2014-12-29
Scroller; check document.body exists.
Stephen Blott
2014-12-19
Also test negative direction when initializing scroller.
Stephen Blott
2014-12-19
Delay initialization of activeElement.
Stephen Blott
2014-12-19
Initialize scroller to *largest* visible scrollable element.
Stephen Blott
2014-12-19
Initialize scroller to first scrollable element.
Stephen Blott
2014-12-17
Add comment re. Math.sign().
Stephen Blott
2014-12-16
Do not use Math.sign().
Stephen Blott
2014-12-16
Fix smooth scrolling, all cases.
Stephen Blott
2014-12-16
Use a tolerance when checking scrolling to fix zoomed scrolls
mrmr1993
2014-12-13
Fix flipped viewSize properties in scroller.
Stephen Blott
2014-11-16
Smooth scroll; fix-ups requested by @philc.
Stephen Blott
2014-11-15
Smooth scroll; optimization and more tidy up.
Stephen Blott
2014-11-14
Smooth scroller; move calibration constants out of init.
Stephen Blott
2014-11-14
Smooth scroll; better documentation for calibration.
Stephen Blott
2014-11-14
Smooth scroll; move doScrollBy to it's own object.
Stephen Blott
2014-11-14
Smooth scroll; partial fix to race condition.
Stephen Blott
2014-11-14
Smooth scroll; incororate feedback from @mrmr1993.
Stephen Blott
2014-11-13
Smooth scroll; admit count prefixes.
Stephen Blott
2014-11-13
Smooth scroll; yet more refactoring.
Stephen Blott
2014-11-13
Smooth scroll; fix displacement and calibrate.
Stephen Blott
2014-11-13
Smooth scrolling; note incorrect calibration; MUST BE FIXED!
Stephen Blott
2014-11-13
Smooth scrolling; tidy up, better comments.
Stephen Blott
[next]