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
Age
Commit message (
Expand
)
Author
2015-06-17
Reinstate unintentionally deleted code.
Stephen Blott
2015-06-17
Initialise modes and install listeners at the same time.
Stephen Blott
2015-06-17
Fix non-default front-end settings.
Stephen Blott
2015-06-16
Make "Show Advanced Options" state persistent.
Stephen Blott
2015-06-14
Add default value for regexFindMode setting.
Stephen Blott
2015-06-13
Pad the HUD leading / with a "hair space"
mrmr1993
2015-06-13
Clean up code after merge
mrmr1993
2015-06-13
Merge pull request #1 from smblott-github/hud-iframe-input
Matthew Ryan
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-13
Refactor duplicate code.
Stephen Blott
2015-06-13
Fix returnToViewport.
Stephen Blott
2015-06-13
Refactor findInPlace.
Stephen Blott
2015-06-11
Make exiting FindMode with <esc> work as it should again
mrmr1993
2015-06-11
Merge pull request #1726 from smblott-github/rank-filter-hints
Stephen Blott
2015-06-11
Revert "Make "a-z" characters work in filter hints mode."
Stephen Blott
2015-06-11
Make "a-z" characters work in filter hints mode.
Stephen Blott
2015-06-11
Initialise options-page link-hint mode correctly (better).
Stephen Blott
2015-06-10
Update rawQuery directly from FindMode.updateQuery
mrmr1993
2015-06-10
Integrate executeFind into FindMode as FindMode.execute
mrmr1993
2015-06-10
Move findModeQuery to FindMode.query
mrmr1993
2015-06-10
Make find from visual mode behave the same as a normal find
mrmr1993
2015-06-10
Coffee-ify strings, fix no match regexp search message in visual mode
mrmr1993
2015-06-10
Simplify executeFind by hardcoding default arguments
mrmr1993
2015-06-10
Add FindMode.saveQuery to avoid addressing findModeQuery directly
mrmr1993
2015-06-10
Remove redundant conditional
mrmr1993
2015-06-10
Integrate functions exposed on window into FindMode
mrmr1993
2015-06-10
Move getNextQueryFromFindModeMatches and getFindModeQuery into mode_find
mrmr1993
2015-06-10
Move updateFindModeQuery to FindMode.updateQuery
mrmr1993
2015-06-10
Move updateFindModeQuery to mode_find.coffee
mrmr1993
2015-06-10
Inline HUD.findModeKeydown at its sole callsite
mrmr1993
2015-06-10
Remove redundancy in HUD.findModeKeydown
mrmr1993
2015-06-10
Initialise options-page link-hint mode correctly.
Stephen Blott
2015-06-10
Merge pull request #1728 from smblott-github/fix-tab-move
Stephen Blott
2015-06-10
Refactor moveTab for clarity...
Stephen Blott
2015-06-10
Do not try to move a tab to the left of pinned tabs.
Stephen Blott
2015-06-10
Re-work tabMoveLeft/Right.
Stephen Blott
2015-06-10
Move findModeQueryHasResults to findModeQuery.hasResults
mrmr1993
2015-06-10
Remove global findMode and pass new FindMode instances direct to the HUD
mrmr1993
2015-06-10
Remove unused argument to HUD.showFindMode
mrmr1993
2015-06-10
Move FindMode from vimium_frontend to mode_find
mrmr1993
2015-06-10
Expose executeFind on window
mrmr1993
2015-06-10
Expose getNextQueryFromRegexMatches on window
mrmr1993
2015-06-10
Inline HUD.updateMatchesCount at its sole callsite
mrmr1993
2015-06-10
Inline showFindModeHUDForQuery at its sole callsite
mrmr1993
2015-06-10
Integrate performFindInPlace into FindMode as findInPlace
mrmr1993
2015-06-10
Remove global findModeAnchorNode and false comments justifying it
mrmr1993
2015-06-10
Move finding the element at a selection's focus to a library function
mrmr1993
2015-06-10
Move findModeRestoreSelection to FindMode::restoreSelection
mrmr1993
2015-06-10
Inline findModeSaveSelection, store initialRange in FindMode instance
mrmr1993
[prev]
[next]