| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-19 | Make a little more compact. | jez | |
| 2011-05-19 | Added HUD notification for URL yanking. | George Purkins | |
| 2011-05-19 | Focus 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-17 | Fix mapping of bad keyIdentifiers. Closes #337. | jez | |
| 2011-05-16 | Insert mode now keeps track of the element under focus. | jez | |
| This closes issues #243 and #247. | |||
| 2011-05-16 | Don'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-16 | Add Matthew Cline to CREDITS. | jez | |
| 2011-05-16 | Make 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-16 | Always lowercase `nodeName`. | jez | |
| 2011-05-14 | Keyup events were not being handled. | jez | |
| 2011-05-14 | Stop looping over array once we have modified it. | jez | |
| Closes bug introduced by commit 94ca405e. | |||
| 2011-05-14 | Merge branch 'bookmarks' | jez | |
| Conflicts: commands.js linkHints.js vimiumFrontend.js | |||
| 2011-05-14 | Format lines to 110 characters. | jez | |
| 2011-05-14 | Remove focus after clicking on links. | jez | |
| Deals with issue #193. Thanks to @blaix for the original fix in pull request 318. | |||
| 2011-05-14 | Add comment about caching hintString.length. | jez | |
| Done with reference to commit bcf01ad7ec356c62cb1f8c0efcd83cd26c2d8a86. | |||
| 2011-05-14 | Pre-compute DOM collection lengths before usage in for loops. | jez | |
| Done with reference to commits 15b0301785b76135b57b0fc57ec9a4838668a2cb and e2faa2c815cf74458b4fba0aed3346046d3075ed. | |||
| 2011-05-06 | Merge pull request #341 from mcantor/master | Ilya | |
| Make "gf" (nextFrame) work with count given (eg. 2gf) | |||
| 2011-05-06 | implementing ilya's suggestion for incrementing the frame | Max Cantor | |
| 2011-05-05 | changed 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-24 | Bump version to 1.27 | ilya | |
| 2011-03-24 | Update 1.27 notes in README | ilya | |
| 2011-03-17 | Don't gobble escape unless we're on a Google domain -- for the good people ↵ | ilya | |
| at Quora. | |||
| 2011-03-17 | Don't let Google Instant grab focus on keys that are part of a multiple key ↵ | ilya | |
| shortcut. Fixes #319. | |||
| 2011-03-17 | Simplified the completion keys logic and fixed a discovered bug regarding ↵ | ilya | |
| refreshing completion keys when a new mapping is saved. | |||
| 2011-03-10 | Update CREDITS :) | Justin Blake | |
| 2011-03-10 | Only 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-10 | Remove focus after selecting link in linkHintsMode | Justin Blake | |
| 2011-03-08 | add daning's name | daning | |
| 2011-03-08 | remove my name | daning | |
| 2011-03-08 | issue 315: Suggest to add previous and next page pattern config | unknown | |
| 2011-02-28 | README started for 1.27 | ilya | |
| 2011-02-28 | Fix a crucial bug with insufficient padding of link hints. | ilya | |
| 2011-02-20 | Added a section on key mappings to the README. Also updated and cleaned it ↵ | ilya | |
| up in general. | |||
| 2011-02-16 | Merge branch 'master' of github.com:philc/vimium | ilya | |
| 2011-02-16 | Cutting 1.26, will release tomorrow. | ilya | |
| 2011-02-16 | Tighten up the array-length caching from the previous patch, and don't ↵ | Phil Crosby | |
| bother caching array lengths for non-dom collections. | |||
| 2011-02-16 | Merge branch 'master' of https://github.com/kezabelle/vimium into ↵ | Phil Crosby | |
| kezabelle-master | |||
| 2011-02-16 | README for 1.26 | ilya | |
| 2011-02-16 | Remove <c-d>, <c-f> default mappings and related because they cause too many ↵ | ilya | |
| problems for people. | |||
| 2011-02-13 | Merge branch 'filter-hints' into bookmarks | jez | |
| 2011-02-13 | Merge branch 'master' into filter-hints | jez | |
| Conflicts: options.html | |||
| 2011-02-13 | Refactor hint marker production | jez | |
| 2011-02-11 | cutting 1.25, unfortunately | ilya | |
| 2011-02-11 | Change 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-11 | Make 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-11 | cut 1.24 release for bugfix | ilya | |
| 2011-02-11 | fix default fetching with excludedUrls | ilya | |
| 2011-02-11 | cut 1.23 release for bugfix | ilya | |
| 2011-02-11 | Fix 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-10 | fix some incorrect bindings in the readme | ilya | |
