aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-18Do not handle keystrokes for contentEditable.Stephen Blott
2014-11-17Merge pull request #1240 from smblott-github/exclusion-rule-default-patternStephen Blott
2014-11-16Options; reworked, with fixed footer.Stephen Blott
2014-11-16Smooth scroll; fix-ups requested by @philc.Stephen Blott
2014-11-15Smooth scroll; optimization and more tidy up.Stephen Blott
2014-11-14Smooth scroller; move calibration constants out of init.Stephen Blott
2014-11-14Smooth scroll; better documentation for calibration.Stephen Blott
2014-11-14Smooth scroll; move doScrollBy to it's own object.Stephen Blott
2014-11-14Smooth scroll; partial fix to race condition.Stephen Blott
2014-11-14Smooth scroll; incororate feedback from @mrmr1993.Stephen Blott
2014-11-13Smooth scroll; admit count prefixes.Stephen Blott
2014-11-13Smooth scroll; yet more refactoring.Stephen Blott
2014-11-13Smooth scroll; fix displacement and calibrate.Stephen Blott
2014-11-13Smooth scrolling; note incorrect calibration; MUST BE FIXED!Stephen Blott
2014-11-13Smooth scrolling; tidy up, better comments.Stephen Blott
2014-11-12Better default pattern in popup (https?://...).Stephen Blott
2014-11-12Merge pull request #1239 from smblott-github/favicons-revertStephen Blott
2014-11-12Favicons in the vomnibar; remove support.Stephen Blott
2014-11-11Smooth scroll; comments and more minor tidy up.Stephen Blott
2014-11-11Smooth scroll; add comment and remove unused variable.Stephen Blott
2014-11-11Smooth scroll; tidy up.Stephen Blott
2014-11-11Smooth scroll; eliminate race condition.Stephen Blott
2014-11-11Smooth scroll; tune key-repeat code.Stephen Blott
2014-11-11Smooth scroll; initial handle keyboard repeat.Stephen Blott
2014-11-11Smooth scroll; revert entry logic.Stephen Blott
2014-11-11Smooth scroll; options above the fold.Stephen Blott
2014-11-10Merge branch 'smooth-scrolling-requestAnimationFrame' of github.com:mrmr1993/...Stephen Blott
2014-11-10Change smooth scrolling to requestAnimationFrame, tidy up scroller codemrmr1993
2014-11-09Smooth scroll; handle chrome bug and refactor.Stephen Blott
2014-11-09Merge pull request #1231 from smblott-github/tabs-orderStephen Blott
2014-11-09Tabs order; minor style changes.Stephen Blott
2014-11-08Merge branch 'smblott-github-domains-only-domains'Stephen Blott
2014-11-08Merge branch 'domains-only-domains' of github.com:smblott-github/vimium into ...Stephen Blott
2014-11-08Tabs order; more tests.Stephen Blott
2014-11-08Tabs order; add tests.Stephen Blott
2014-11-08Order tabs; tidy up.Stephen Blott
2014-11-07Order tabs by recency, when no query terms.Stephen Blott
2014-11-07smooth scroll; fix absolute scrolling of active element.Stephen Blott
2014-11-07Smooth scrolling.Stephen Blott
2014-11-06Prune unnecessary stuff in ensureScrollChange.Stephen Blott
2014-11-06Merge pull request #1226 from mrmr1993/noScrollOverflowHiddenStephen Blott
2014-11-06Add (initial, basic) isUrl tests (more needed).Stephen Blott
2014-11-06Fix domain tests.Stephen Blott
2014-11-06Include scheme for domain suggestions; tighter test for valid domain.Stephen Blott
2014-11-06Don't suggest domains which aren't.Stephen Blott
2014-11-05Add support for selecting HTML5 inputs, change criterion to a blacklistmrmr1993
2014-11-05Merge pull request #1222 from smblott-github/popup-control-enter-to-save-and-...Stephen Blott
2014-11-05Merge 'explain-default-options-remove-restore-button'.Stephen Blott
2014-11-05Consistent capitalization on the options page.Stephen Blott
2014-11-05Disable scrolling for `overflow: hidden` elementsmrmr1993