aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-19Make a little more compact.jez
2011-05-19Added HUD notification for URL yanking.George Purkins
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-17Fix mapping of bad keyIdentifiers. Closes #337.jez
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-16Add Matthew Cline to CREDITS.jez
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-14Stop looping over array once we have modified it.jez
Closes bug introduced by commit 94ca405e.
2011-05-14Merge branch 'bookmarks'jez
Conflicts: commands.js linkHints.js vimiumFrontend.js
2011-05-14Format lines to 110 characters.jez
2011-05-14Remove focus after clicking on links.jez
Deals with issue #193. Thanks to @blaix for the original fix in pull request 318.
2011-05-14Add comment about caching hintString.length.jez
Done with reference to commit bcf01ad7ec356c62cb1f8c0efcd83cd26c2d8a86.
2011-05-14Pre-compute DOM collection lengths before usage in for loops.jez
Done with reference to commits 15b0301785b76135b57b0fc57ec9a4838668a2cb and e2faa2c815cf74458b4fba0aed3346046d3075ed.
2011-05-06Merge pull request #341 from mcantor/masterIlya
Make "gf" (nextFrame) work with count given (eg. 2gf)
2011-05-06implementing ilya's suggestion for incrementing the frameMax Cantor
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-24Bump version to 1.27ilya
2011-03-24Update 1.27 notes in READMEilya
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-03-10Update CREDITS :)Justin Blake
2011-03-10Only remove focus if element is a link.Justin Blake
This fixes the previous change that would remove focus from ANYTHING after being selected via linkHintsMode. That caused problems if you used link hints to select a form field.
2011-03-10Remove focus after selecting link in linkHintsModeJustin Blake
2011-03-08add daning's namedaning
2011-03-08remove my namedaning
2011-03-08issue 315: Suggest to add previous and next page pattern configunknown
2011-02-28README started for 1.27ilya
2011-02-28Fix a crucial bug with insufficient padding of link hints.ilya
2011-02-20Added a section on key mappings to the README. Also updated and cleaned it ↵ilya
up in general.
2011-02-16Merge branch 'master' of github.com:philc/vimiumilya
2011-02-16Cutting 1.26, will release tomorrow.ilya
2011-02-16Tighten up the array-length caching from the previous patch, and don't ↵Phil Crosby
bother caching array lengths for non-dom collections.
2011-02-16Merge branch 'master' of https://github.com/kezabelle/vimium into ↵Phil Crosby
kezabelle-master
2011-02-16README for 1.26ilya
2011-02-16Remove <c-d>, <c-f> default mappings and related because they cause too many ↵ilya
problems for people.
2011-02-13Merge branch 'filter-hints' into bookmarksjez
2011-02-13Merge branch 'master' into filter-hintsjez
Conflicts: options.html
2011-02-13Refactor hint marker productionjez
2011-02-11cutting 1.25, unfortunatelyilya
2011-02-11Change the font size on the help dialog to 11 temporarily because, without ↵ilya
more refactoring, the command view in the options page with advanced enabled is way too large.
2011-02-11Make the options page use the normal help dialog code path when its showing ↵ilya
the command view. This fixes a regression with the new advanced commands functionality -- the command view wasn't showing at all.
2011-02-11cut 1.24 release for bugfixilya
2011-02-11fix default fetching with excludedUrlsilya
2011-02-11cut 1.23 release for bugfixilya
2011-02-11Fix a bug where you can't save empty fields if there's a non-empty default. ↵ilya
Also made the option saving code more robust to similar scenarios
2011-02-10fix some incorrect bindings in the readmeilya