aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
AgeCommit message (Collapse)Author
2011-05-19Focus links after having found them. Closes #132.jez
Specifically, we focus a link when: 1. The user exits find mode with the link selected. 2. The user presses 'n' or 'N'. Also rename 'findModeQueryHasResults' to 'hasResults' to avoid confusion with the global variable of the same name.
2011-05-16Insert mode now keeps track of the element under focus.jez
This closes issues #243 and #247.
2011-05-16Don't enter insert mode when clicking on radio buttons and checkboxes.jez
This closes issue #149. Tighten up the check for contentEditable as well -- isContentEditable covers the case where editability is inherited. See http://www.w3.org/TR/html5/editing.html#contenteditable for more details.
2011-05-16Make goPrev/goNext use a specific search order.jez
Also add in more unicode characters. Inspired by the patch in issue #104. Thanks @matthew-cline!
2011-05-16Always lowercase `nodeName`.jez
2011-05-14Keyup events were not being handled.jez
2011-05-14Merge branch 'bookmarks'jez
Conflicts: commands.js linkHints.js vimiumFrontend.js
2011-05-05changed nextFrame so it works with a count given, and fixed a bug where ↵Max Cantor
refreshing a tab breaks frame support because the framesForTab entry is appended with every onUpdate instead of being replaced.
2011-03-17Don't gobble escape unless we're on a Google domain -- for the good people ↵ilya
at Quora.
2011-03-17Don't let Google Instant grab focus on keys that are part of a multiple key ↵ilya
shortcut. Fixes #319.
2011-03-17Simplified the completion keys logic and fixed a discovered bug regarding ↵ilya
refreshing completion keys when a new mapping is saved.
2011-02-13Merge branch 'filter-hints' into bookmarksjez
2011-02-13Merge branch 'master' into filter-hintsjez
Conflicts: options.html
2011-02-09Re-center the help dialog when it gets taller after clicking "show advanced ↵Phil Crosby
commands"
2011-02-09StylePhil Crosby
2011-02-09fix a bug with zoomResetilya
2011-02-09Merge branch 'master' of https://github.com/hogelog/vimium into hogelog-masterilya
2011-02-01Use only one key[event] handler for all modes.jez
2011-02-01Tidy up mergejez
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Begin switch from inheritance to compositionjez
2011-01-31Merge branch 'master' into filter-hintsjez
Conflicts: CREDITS commands.js
2011-01-30Split the help dialog into common commands and advanced commands. This ↵Phil Crosby
closes #284
2011-01-29Merge branch 'master' of https://github.com/stchris/vimium into stchris-masterIlya Sukhar
2011-01-25Prefer rel attribute for next and previous nav.R.T. Lechow
2011-01-22Added "zoomReset" command which resets the zoom to the default levelChristian Stefanescu
(value 100). The shortcut combination is z0.
2011-01-11disable zoom in/out when load iframe.hogelog
https://github.com/philc/vimium/issuesearch?state=open&q=zoom#issue/271
2011-01-04Commands for following 'previous' and 'next' links.R.T. Lechow
2011-01-04Factor out invokeCommandString.jez
Had to make 'this' point explicitly to 'window'.
2011-01-04Switch from tagName to nodeName and lowercase it when doing checks.jez
tagName returns 'undefined' for text nodes, so it is less desirable. Non-html documents return nodeName/tagNames in lowercase.
2011-01-01Merge remote branch 'origin/master' into filter-hintsjez
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2011-01-01Comments and formatting.jez
2010-12-31Shorten linkHint variables where possible.jez
2010-12-31Initialize linkHints immediately after settings are loaded.jez
2010-12-31Object-ify settings.jez
2010-12-31Merge remote branch 'origin/master' into filter-hintsjez
2010-12-30A little cleanup.Ilya Sukhar
2010-12-31Use 'this' instead of 'linkHints' where possible.jez
2010-12-31Refactoring linkHints.jsjez
2010-12-31Object-ify linkHints.jsjez
2010-12-29Changing function name, and parameters per Ilya's suggestion.Julian Naydichev
2010-12-28Made is so that viewing source opens in the next tab, instead of replacing ↵Julian Naydichev
the current tab.
2010-12-28Add command repetition for goUp command. Closes #179.jez
2010-12-28Create HEAD element if it is not present.jez
Allows us to inject CSS when viewing some non-HTML documents, e.g. images. Does not work on SVG documents though.
2010-12-28Set width:auto on the HUD.jez
Some sites set this value for all divs, so this overrides it back to the default.
2010-12-14Expand the XPath used to find DOM elements for focusInput(). Closes #250.Ilya Sukhar
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
2010-10-30Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
2010-10-24Fix an excluded URLs regression due to frame support.Ilya Sukhar