| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-02 | Merge pull request #2840 from GKFX/patch-1 | Stephen Blott | |
| Add shift to list of modifier keys in README | |||
| 2017-12-02 | Do not initialise backup/restore on the popup page. | Stephen Blott | |
| This was generating a (harmless) error on the popup page. | |||
| 2017-11-30 | Rework insert mode (check status dynamically). | Stephen Blott | |
| This removes @insertModeLock and instead always checks whether we are in insert mode dynamically (as we previously did only for contentEditable). @mrmr1993... Would you be able to check this, please? It is intended to be mostly a no-op. Fixes #2841. | |||
| 2017-11-29 | event.code is not always defined. | Stephen Blott | |
| While looking into #2841, I observed that we are seeing keyboard events for which neither `event.key` not `event.code` is defined. They might be being generated by the page. | |||
| 2017-11-26 | Add shift to list of modifier keys in README | George Bateman | |
| 2017-11-25 | Tweak #2783. | Stephen Blott | |
| Tiny tweaks... 1. The test is clearer like this. 2. Use a more CoffeeScript-ish approach to sub-string. | |||
| 2017-11-25 | Merge pull request #2783 from mrmr1993/use-HTML5-labels | Stephen Blott | |
| Use HTML labels accessor to get link hint labels for input elements | |||
| 2017-11-25 | Merge pull request #2711 from pyarmak/master | Stephen Blott | |
| Added UpToDate autocompletion engine | |||
| 2017-11-25 | Note upgrading requires permissions. | Stephen Blott | |
| 2017-11-25 | Remove background-page Clipboard operations. | Stephen Blott | |
| These are no longer needed following #2601. @mrmr1993... If these are ever needed again, then we can just revert this commit (and make them background commands again). | |||
| 2017-11-25 | Remove unused parameter. | Stephen Blott | |
| Tweak of #2601. | |||
| 2017-11-25 | Use mkRepeatCommand in main.coffee. | Stephen Blott | |
| Tweak of #2601. | |||
| 2017-11-25 | Merge pull request #2601 from mrmr1993/ff-copy-paste | Stephen Blott | |
| Enable Firefox clipboard commands | |||
| 2017-11-24 | FF: Use a contenteditable <div> for Clipboard.paste | mrmr1993 | |
| This adds support for pasting rich text from the clipboard | |||
| 2017-11-24 | Merge branch 'mrmr1993-pr/link-hints-consistent-flash' | Stephen Blott | |
| 2017-11-24 | Localise the logic for handling flash elements. | Stephen Blott | |
| 2017-11-24 | Remove unused callback parameter | mrmr1993 | |
| 2017-11-24 | Reintroduce default value for argument in LinkHints::activateLink | mrmr1993 | |
| 2017-11-24 | Flash the clicked element for alphabet hints | mrmr1993 | |
| 2017-11-24 | Note new createTab options. | Stephen Blott | |
| 2017-11-24 | Merge pull request #2836 from smblott-github/add-createTab-options | Stephen Blott | |
| Add window and incognito options for createTab. | |||
| 2017-11-24 | Add window and incognito options for createTab. | Stephen Blott | |
| Examples: # Just create new windows map X createTab window map X createTab incognito # Create windows with URLs map X createTab window https://developer.chrome.com/home https://github.com/philc/vimium map X createTab window URL1 URL2 URL3 `2X` creates two new windows, each with all of the indicated URLs. Fixes #2825. | |||
| 2017-11-24 | Merge branch 'mrmr1993-simplifyTabCount' | Stephen Blott | |
| Merging #2792 (mention @mrmr1993). | |||
| 2017-11-24 | Retain @tabCount unchanged for non-printable characters. | Stephen Blott | |
| Previously, @tabCount was reset on the `<Shift>` `keydown` event, which defeats the purpose of #2792. Also, the @tabCount was reset on other non-printable characters such as `<LeftArrow>`. | |||
| 2017-11-22 | Merge pull request #2831 from mrmr1993/ff-india-times | Stephen Blott | |
| FF: Reattach expando on every message to Frame | |||
| 2017-11-22 | Add a comment for Frame expando fix | mrmr1993 | |
| 2017-11-22 | FF: Reattach expando on every message to Frame | mrmr1993 | |
| This fixes #2830: it stops timesofindia.indiatimes.com from failing due to FF bug 1408996. | |||
| 2017-11-20 | Unify link hint flash codepaths | mrmr1993 | |
| 2017-11-20 | Inline installKeyboardBlocker | mrmr1993 | |
| 2017-11-20 | Tidy up multiple/redundant checks in LinkHints.activateLink | mrmr1993 | |
| 2017-11-20 | Use Rect.translate to create rects for addFlashRect | mrmr1993 | |
| 2017-11-18 | Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keys | Stephen Blott | |
| Don't suppress default action for non-printing keys in link hints | |||
| 2017-11-18 | FF: Show HUD (transparently) when pasting, manage focus changes better | mrmr1993 | |
| 2017-11-18 | FF: Add contentEditable to clipboard operation textboxes | mrmr1993 | |
| 2017-11-18 | FF: Use HUD frame for openCopiedUrlIn{Current,New}Tab | mrmr1993 | |
| 2017-11-18 | FF: Use HUD.copyToClipboard everywhere | mrmr1993 | |
| 2017-11-18 | FF: Refocus the parent window after focusing the HUD for clipboard ops | mrmr1993 | |
| 2017-11-18 | FF: Use HUD.copyToClipboard for copyCurrentUrl | mrmr1993 | |
| 2017-11-18 | FF: Add clipboardWrite permission, so we can copy to clipboard | mrmr1993 | |
| 2017-11-18 | Initialize the HUD for clipboard operations if it hasn't been already | mrmr1993 | |
| 2017-11-18 | FF: Add copy/paste functions to the HUD | mrmr1993 | |
| 2017-11-18 | Note reason for this rather obscure line. | Stephen Blott | |
| 2017-11-18 | Merge pull request #2800 from mrmr1993/ff-aggressively-restore-window-expando | Stephen Blott | |
| FF: Restore window expando on every event listener | |||
| 2017-11-18 | Make clear that element need not be provided here. | Stephen Blott | |
| 2017-11-18 | Merge pull request #2801 from mrmr1993/pr/search-for-scrolling-element-from-body | Stephen Blott | |
| Start searching for scrollable elements from <body> instead of <html> whenever possible | |||
| 2017-11-18 | Merge pull request #2817 from ↵ | Stephen Blott | |
| mrmr1993/pr/link-hints-use-mode-push-for-modifier-handler Use Mode::push instead of manually removing a handler | |||
| 2017-11-18 | Merge pull request #2815 from mrmr1993/pr/css-for-all-ui | Stephen Blott | |
| Change description of CSS option | |||
| 2017-11-16 | Use Mode::push to handle adding/removing a handler | mrmr1993 | |
| 2017-11-16 | Change description of CSS option | mrmr1993 | |
| 2017-11-14 | Don't suppress default action for non-printing keys in link hints | mrmr1993 | |
| This restores the old behaviour prior to c4cc76e9f6a0a99ebc297e420be739a0fc77f827 (PR #2772). | |||
