aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Collapse)Author
2014-09-05Merge pull request #1142 from luanpotter/masterPhil Crosby
Suggestion for impl of #1141
2014-09-03Changed to show url when item selectedLuan Nico
2014-09-02Structured exclusion rules: Fix typos and minor issues.Stephen Blott
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott
2014-08-24Fix passKeys bug introduced in commit 700d35aStephen Blott
2014-08-24Do not call handlers which do not exist (fixed, again).Stephen Blott
2014-08-24Do not call handlers which do not exist (fixed).Stephen Blott
2014-08-24Do not call handlers which do not exist.Stephen Blott
2014-08-24Better state management for passkeys.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (fix/maintain order of ↵Stephen Blott
exclusion list).
2014-08-23Allow passing of keys to the underlying page (more minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page.Stephen Blott
2014-08-22Switching again to Ctrl+EnterLuan Nico
2014-08-22Changed key biding to use right arrow instead of tab, returning previous tab ↵Luan Nico
functionalities
2014-08-21Suggestion for impl of #1141Luan Nico
2014-08-21Update link_hints.coffeeTimo Sand
2014-08-21Added feature to download linksTimo Sand
2014-08-17Only block keyup for keys where we have handled a keyup/press eventmrmr1993
Fixes the issue of Vimium indiscriminately capturing keyup events, introduced in PR #978.
2014-08-16Add comments as to why we should stop propagating the keyup eventPhil Crosby
2014-08-16Merge pull request #978 from tejohnso/masterPhil Crosby
Stop keyup events from passing to the browser
2014-08-16Merge pull request #1108 from natalieperna/masterPhil Crosby
Pointer cursor on hover over help modal close button
2014-08-12Merge pull request #1116 from vincentbernat/fix/link-gonextPhil Crosby
Match mixed-case relationship links in goNext/goPrevious
2014-08-12Fix for 1005Timo Sand
fixes #1005
2014-08-05Match mixed-case relationship links in goNext/goPreviousVincent Bernat
Link types are case-insensitive: http://www.w3.org/TR/html5/links.html#linkTypes This should fix #1115.
2014-07-30Pointer cursor on hover over help modal close buttonNatalie Perna
2014-07-29Replaced help dialog close button with &timesNatalie Perna
2014-07-29Replace upgrade notification close x with &timesNatalie Perna
2014-06-30Merge pull request #1073 from mijoharas/masterPhil Crosby
added selection of search engines without pressing tab
2014-06-30Merge pull request #1026 from mrmr1993/countMatchesPhil Crosby
Show number of matches in find HUD
2014-06-20added selection of search engines without pressing tabmike-work
2014-05-20get new element position for each scroll tested elementRoly Fentanes
2014-05-17Remove unnecessary if statementPhil Crosby
2014-05-17Fix options link in help dialogmrmr1993
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-30Add a comment explaining the CSS for file:// URLsmrmr1993
2014-04-30Fix searching on file:// URLsmrmr1993
2014-04-30Merge remote-tracking branch 'mrmr1993/openLinkInFGTab'Phil Crosby
Conflicts: content_scripts/link_hints.coffee
2014-04-25Make a function more clearly a functionPhil Crosby
2014-04-25Merge pull request #1040 from mrmr1993/noCacheLHFilterTypePhil Crosby
Query filterLinkHints setting every time, not just page load
2014-04-25Query filterLinkHints setting every time, not just page loadmrmr1993
2014-04-25Fix Open Link in Current Tab commandmrmr1993
2014-04-25Remove unnecessary checks for ctrl, shift keys in LinkHintsmrmr1993
2014-04-25Change description and names in LinkHints for claritymrmr1993
2014-04-25Remove the link hint activation delayPhil 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-23Add vomnibar css rule to avoid page overridingmrmr1993
2014-04-23Prevent passing through <ctrl> in LinkHintsmrmr1993
2014-04-23Allow tap to toggle LinkHints mode, remove nonfiring codemrmr1993
2014-04-23Fix typomrmr1993
2014-04-23Add openlinks in foreground mode and fix #1035mrmr1993
2014-04-23Merge pull request #838 from sainaen/fix_handlerStackPhil Crosby
Fix minor error with handlerStack in content script
2014-04-19Use RegExp to escape special characters for plain find queriesmrmr1993