| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-17 | Only block keyup for keys where we have handled a keyup/press event | mrmr1993 | |
| Fixes the issue of Vimium indiscriminately capturing keyup events, introduced in PR #978. | |||
| 2014-08-16 | Add comments as to why we should stop propagating the keyup event | Phil Crosby | |
| 2014-08-16 | Merge pull request #978 from tejohnso/master | Phil Crosby | |
| Stop keyup events from passing to the browser | |||
| 2014-08-16 | Merge pull request #1108 from natalieperna/master | Phil Crosby | |
| Pointer cursor on hover over help modal close button | |||
| 2014-08-12 | Merge pull request #1116 from vincentbernat/fix/link-gonext | Phil Crosby | |
| Match mixed-case relationship links in goNext/goPrevious | |||
| 2014-08-12 | Fix for 1005 | Timo Sand | |
| fixes #1005 | |||
| 2014-08-05 | Match mixed-case relationship links in goNext/goPrevious | Vincent Bernat | |
| Link types are case-insensitive: http://www.w3.org/TR/html5/links.html#linkTypes This should fix #1115. | |||
| 2014-07-30 | Pointer cursor on hover over help modal close button | Natalie Perna | |
| 2014-07-29 | Replaced help dialog close button with × | Natalie Perna | |
| 2014-07-29 | Replace upgrade notification close x with × | Natalie Perna | |
| 2014-06-30 | Merge pull request #1073 from mijoharas/master | Phil Crosby | |
| added selection of search engines without pressing tab | |||
| 2014-06-30 | Merge pull request #1026 from mrmr1993/countMatches | Phil Crosby | |
| Show number of matches in find HUD | |||
| 2014-06-20 | added selection of search engines without pressing tab | mike-work | |
| 2014-05-20 | get new element position for each scroll tested element | Roly Fentanes | |
| 2014-05-17 | Remove unnecessary if statement | Phil Crosby | |
| 2014-05-17 | Fix options link in help dialog | mrmr1993 | |
| This makes the options link in the help dialog cancel the default event action, so the link (`href="#"`) isn't followed. The former behaviour was most obvious when using the `LinkHints.activateModeToOpenInNewTab` command, amoung others. | |||
| 2014-04-30 | Add a comment explaining the CSS for file:// URLs | mrmr1993 | |
| 2014-04-30 | Fix searching on file:// URLs | mrmr1993 | |
| 2014-04-30 | Merge remote-tracking branch 'mrmr1993/openLinkInFGTab' | Phil Crosby | |
| Conflicts: content_scripts/link_hints.coffee | |||
| 2014-04-25 | Make a function more clearly a function | Phil Crosby | |
| 2014-04-25 | Merge pull request #1040 from mrmr1993/noCacheLHFilterType | Phil Crosby | |
| Query filterLinkHints setting every time, not just page load | |||
| 2014-04-25 | Query filterLinkHints setting every time, not just page load | mrmr1993 | |
| 2014-04-25 | Fix Open Link in Current Tab command | mrmr1993 | |
| 2014-04-25 | Remove unnecessary checks for ctrl, shift keys in LinkHints | mrmr1993 | |
| 2014-04-25 | Change description and names in LinkHints for clarity | mrmr1993 | |
| 2014-04-25 | Remove the link hint activation delay | Phil Crosby | |
| Adding 400 ms delay to every click sucks. It's a good UX to see which link you clicked on, but I think the cost is too high. Give this a try and let me know if you think it's too jarring. This is in response to #799. | |||
| 2014-04-23 | Add vomnibar css rule to avoid page overriding | mrmr1993 | |
| 2014-04-23 | Prevent passing through <ctrl> in LinkHints | mrmr1993 | |
| 2014-04-23 | Allow tap to toggle LinkHints mode, remove nonfiring code | mrmr1993 | |
| 2014-04-23 | Fix typo | mrmr1993 | |
| 2014-04-23 | Add openlinks in foreground mode and fix #1035 | mrmr1993 | |
| 2014-04-23 | Merge pull request #838 from sainaen/fix_handlerStack | Phil Crosby | |
| Fix minor error with handlerStack in content script | |||
| 2014-04-19 | Use RegExp to escape special characters for plain find queries | mrmr1993 | |
| 2014-04-19 | Add a comment explaining match counting for string searches | mrmr1993 | |
| 2014-04-19 | Implement number of matches in find mode | mrmr1993 | |
| 2014-04-16 | Escape HTML in HUD from searches (fixes #913) | mrmr1993 | |
| 2014-03-01 | Add Vomnibar.activateEditUrl commands | Devin Weaver | |
| Often times when I'm working on sites I want to add a query string or modify the port number. The go up one level or root of the URL commands are nice but they don't alow you to add or remove specifics on the current URL. This adds two commands that act exactly like the normal onmibar open but populates the bar with the current URL. I picked `ge` as the default and `gE` as the default for the same in a new tab. | |||
| 2013-12-15 | Stop keyup events for Issue 733 | tejohnso | |
| 2013-12-13 | Prevent bookmark dialog font from being affected by page | Scott Perlitch | |
| 2013-10-09 | Add favicons to vomnibar completions | Lyall Hamilton | |
| Favicons are displayed as a background-image style next to urls in similar style to chrome's history page. For tabs the icon is fetched from the url specified by chrome tab's favIconUrl property. Unfortunately extensions to not have access to chrome://favicons/ to get bookmark favicons but fortunately most sites serve a favicon from protocol://hostname/favicon.ico (e.g. http://example.com/favicon.ico) so this url is tried for non-tab types. | |||
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime in all files and fix tests | Maksim Ryzhikov | |
| 2013-09-12 | Changed deprecated chrome.extension on chrome.runtime [Chromium v29] (fixed ↵ | Maksim Ryzhikov | |
| #908) | |||
| 2013-08-23 | Add a todo | Phil Crosby | |
| 2013-08-22 | Some events don't have `keyIdentifier` | Joey Baker | |
| This was throwing an error for me on some events. | |||
| 2013-07-20 | trim then filter | UncleBill | |
| 2013-05-25 | Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffee | sainaen | |
| Fixing incomplete commit 9403692e51, replacing old API calls with the new ones in two more files: `background/marks.coffee` and `content_scripts/marks.coffee`. | |||
| 2013-05-12 | Fix error with handlerStack in link_hints content script | sainaen | |
| 2013-05-06 | Content script should handle message even when there is no tab property | sainaen | |
| 2013-05-06 | Replace all deprecated sendRequest() calls with new sendMessage() | sainaen | |
| 2013-03-06 | Shorten names. | Jez Ng | |
