3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set a few more styles explicitly on the HUD, to make it resistant to the page's styles More... almost 15 years ago
Fix broken behavior when calling hide and then immediately calling show on the HUD. Fixes #37. More... almost 15 years ago
Enter insert mode when any form element is focused. Fixes #36 and #27. More... almost 15 years ago
Clean up the markdown syntax so it formats better on github.com More... almost 15 years ago
Add a markdown extension to the readme so github formats it properly More... almost 15 years ago
Add a license file. This project can be distributed under the MIT license. More... almost 15 years ago
Get rid of chrome.tabs.getSelected in getCurrentTabUrl. More... almost 15 years ago
Get rid of chrome.tabs.getSelected in checkKeyQueue. More... almost 15 years ago
Refresh the completion keys on every keystroke sent to the background page. This is the first pass at fixing issue #34. More... almost 15 years ago
Hook up the content script to completion keys. Still need to fetch an updated completionKey list after every key stroke. More... almost 15 years ago
Expose completion keys via sendRequest interface in background page. More... almost 15 years ago
Add logic to the background page to calculate the keys that will complete a valid command given the current key queue. More... almost 15 years ago
Add infrastructure to handle sendRequest calls in the background page. More... almost 15 years ago
Missing return statement. More... almost 15 years ago
Bring up insert mode if the user opens up the native find interface. Closes issue #32. More... almost 15 years ago
Add support for excluded URL patterns; these URL patterns can be configured from the settings page. More... almost 15 years ago
Add a UI in the settings page for excluding URLs More... almost 15 years ago
Make the settings page look nicer More... almost 15 years ago
Remove some unnecessary indentation More... almost 15 years ago
Add bindings 'gt'->nextTab 'gT'->previousTab More... almost 15 years ago
Expanded the README a bit with keyboard bindings and other information. More... about 15 years ago
Switch up the scroll restoration logic for in place search to occur before the real search. More... about 15 years ago
Prevent the space bar from scrolling us if we're in find mode. More... about 15 years ago
Cooked up some in-place finding. The search results won't jump around the page until you hit enter and use 'n' or 'N'. While you type the first matching result will stick. Closes #24. More... about 15 years ago
Use "p" instead of "u" when generating link hints, because typing FU seems a bit funny. More... about 15 years ago
Make sure the HUD shows on top of page elements. More... about 15 years ago
Override any line height in the HUD set by the page's css. More... about 15 years ago
Merge branch 'master' of github.com:philc/vimium More... about 15 years ago
Guard against trying to use the HUD prior to document.body being ready. Closes #25. More... about 15 years ago
Show the zoom level in the HUD when you increase or decrease it. Closes #15. More... about 15 years ago