| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-24 | Do not call handlers which do not exist (fixed). | Stephen Blott | |
| 2014-08-24 | Do not call handlers which do not exist. | Stephen Blott | |
| 2014-08-24 | Better state management for passkeys. | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page (fix/maintain order of ↵ | Stephen Blott | |
| exclusion list). | |||
| 2014-08-23 | Allow passing of keys to the underlying page (more minor code review). | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page. | Stephen Blott | |
| 2014-08-22 | Switching again to Ctrl+Enter | Luan Nico | |
| 2014-08-22 | Changed key biding to use right arrow instead of tab, returning previous tab ↵ | Luan Nico | |
| functionalities | |||
| 2014-08-21 | Suggestion for impl of #1141 | Luan Nico | |
| 2014-08-21 | Update link_hints.coffee | Timo Sand | |
| 2014-08-21 | Added feature to download links | Timo Sand | |
| 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 | |
