| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-28 | Set width:auto on the HUD. | jez | |
| Some sites set this value for all divs, so this overrides it back to the default. | |||
| 2010-12-28 | Append hint div to documentElement instead of body. Closes issue #140. | jez | |
| 2010-12-28 | Revert "Fix hint marker positioning when body's position is not static. ↵ | jez | |
| Closes #140." This reverts commit 416925e540067f56834bf9f6b7a4b21a77448926. | |||
| 2010-12-27 | Extend link hinting XPath to include tabindex and role properties. | jez | |
| Captures some elements that were previously missed, e.g. on translate.google.com. | |||
| 2010-12-26 | Fix hint marker positioning when body's position is not static. Closes #140. | jez | |
| 2010-12-14 | Expand the XPath used to find DOM elements for focusInput(). Closes #250. | Ilya Sukhar | |
| 2010-12-14 | Fixed a regression with completion key logic after the introduction of frame ↵ | Ilya Sukhar | |
| support. Closes #249. | |||
| 2010-12-14 | Start README section for 1.22 | Ilya Sukhar | |
| 2010-12-14 | Added default exclude URLs. This is a huge pain point for users and it just ↵ | Ilya Sukhar | |
| makes sense at this point to provide some defaults. | |||
| 2010-12-13 | Merge branch 'fix-c-f' of https://github.com/drizzd/vimium into drizzd-fix-c-f | Ilya Sukhar | |
| 2010-12-12 | fix named key regex | Clemens Buchacher | |
| This regular expression was broken since commit 9d0061dc (Allow mapping to arrow keys and f-keys). As a result, keys such as for example "<c-f>" could not be parsed correctly. This fixes https://github.com/philc/vimium/issues#issue/110 . | |||
| 2010-11-26 | Changed the wording from Narrow to Filter | Bill Casarin | |
| 2010-11-26 | Added self to credits | Bill Casarin | |
| 2010-11-26 | Added narrow link hints option to advanced settings | Bill Casarin | |
| 2010-11-26 | Let's not change the default for now, make it an option | Bill Casarin | |
| This reverts commit 9c42f380c0e8446ce3a67e8c39711fa6007512f6. | |||
| 2010-11-26 | changed default hint characters to numbers, nothing else makes sense in this ↵ | Bill Casarin | |
| mode | |||
| 2010-11-26 | Attempt to fix rare link hint bug | Bill Casarin | |
| 2010-11-26 | Fixed the logic for both cases, should work great now | Bill Casarin | |
| 2010-11-26 | Link hints don't reappear after being narrowed away | Bill Casarin | |
| 2010-11-26 | Narrow results working, hints not updating the way one might expect | Bill Casarin | |
| 2010-11-23 | Add scrollFullPageUp to command listings. | Ilya Sukhar | |
| 2010-11-22 | wrong class name | Alex Kovar | |
| 2010-10-31 | avoid css name conflicts | Alex Kovar | |
| 2010-10-31 | refacted completion dialog to handle key inputs on its own | Alex Kovar | |
| 2010-10-30 | strong color | Alex Kovar | |
| 2010-10-30 | fixed height for search bar | Alex Kovar | |
| 2010-10-30 | Merge branch 'master' of http://github.com/philc/vimium | Alex Kovar | |
| 2010-10-24 | Release 1.21 | Ilya Sukhar | |
| 2010-10-24 | Fix an excluded URLs regression due to frame support. | Ilya Sukhar | |
| 2010-10-24 | Updating the README with all the latest commands. | Ilya Sukhar | |
| 2010-10-24 | Cutting 1.20 release | Ilya Sukhar | |
| 2010-10-24 | Fixed Vimium getting overridden by Google Instant Search. | Ilya Sukhar | |
| May be subject to internationalization issues still but it's much better than before. | |||
| 2010-10-24 | fixed bug which showed help page on searching with / | Christof Musik | |
| 2010-10-21 | Fix for file:// support regression after Chrome API changed. | Ilya Sukhar | |
| 2010-10-20 | Implemented a workaround for the Chrome bug that broke the 'yy' command. ↵ | Ilya Sukhar | |
| Closes 206. Relevant chrome bug: http://code.google.com/p/chromium/issues/detail?id=55188 | |||
| 2010-10-20 | Added keyboard layout improvements to the README. | Ilya Sukhar | |
| 2010-10-20 | Refactor onKeypress and onKeydown a bit. | Ilya Sukhar | |
| 2010-10-20 | initial code for bookmark mode completion dialog | Alex Kovar | |
| 2010-10-14 | Fixed problems with / being interpreted as ? | Svein-Erik Larsen | |
| This also fixed problems with Norwegian keyboards. Incidentally, this allows website hotkeys to override vimium's hotkeys. I don't know if this is a desired effect, but I kind of like it :) I have _only_ tested the code on Linux. | |||
| 2010-10-05 | Fixed #221. Thanks hbt. | Ilya Sukhar | |
| 2010-09-27 | added bookmark commands to readme | Alex Kovar | |
| 2010-09-27 | moved commands to navigation group | Alex Kovar | |
| 2010-09-27 | simplified bookmarklet handling | Alex Kovar | |
| 2010-09-27 | Merge branch 'master' of http://github.com/philc/vimium | Alex Kovar | |
| * 'master' of http://github.com/philc/vimium: Revert a rename - not sure why I committed that. Oops, fixed a regression. Code cleanup & README changes for the multiple link hints patch. Fix some frame logic and disable focusing the largest one for now because it's buggy with iframes. A bunch of changes having to do with the frame support patch: Updated README Added ab3 to Credits ;) Clean up code added resetLinkHintsMode Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js and added 'q cmd' and 'q help cmd' to commands.js Update README with new/changed key mappings. Command to go to next frame. Only show the Help Dialog on the focused frame. Fix view source toggle when inside a frame. Basic Support for Frames Conflicts: commands.js manifest.json | |||
| 2010-09-27 | added bookmarklet support to bookmark mode | Alex Kovar | |
| 2010-09-27 | disable bookmark find mode after successful hit | Alex Kovar | |
| 2010-09-26 | added initial code for "bookmark find mode" | Alex Kovar | |
| 2010-09-24 | Revert a rename - not sure why I committed that. | Ilya Sukhar | |
| 2010-09-24 | Oops, fixed a regression. | Ilya Sukhar | |
| 2010-09-24 | Code cleanup & README changes for the multiple link hints patch. | Ilya Sukhar | |
