aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-28Append hint div to documentElement instead of body. Closes issue #140.jez
2010-12-28Revert "Fix hint marker positioning when body's position is not static. ↵jez
Closes #140." This reverts commit 416925e540067f56834bf9f6b7a4b21a77448926.
2010-12-27Extend 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-26Fix hint marker positioning when body's position is not static. Closes #140.jez
2010-12-14Expand the XPath used to find DOM elements for focusInput(). Closes #250.Ilya Sukhar
2010-12-14Fixed a regression with completion key logic after the introduction of frame ↵Ilya Sukhar
support. Closes #249.
2010-12-14Start README section for 1.22Ilya Sukhar
2010-12-14Added 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-13Merge branch 'fix-c-f' of https://github.com/drizzd/vimium into drizzd-fix-c-fIlya Sukhar
2010-12-12fix named key regexClemens 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-26Changed the wording from Narrow to FilterBill Casarin
2010-11-26Added self to creditsBill Casarin
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
2010-11-26Let's not change the default for now, make it an optionBill Casarin
This reverts commit 9c42f380c0e8446ce3a67e8c39711fa6007512f6.
2010-11-26changed default hint characters to numbers, nothing else makes sense in this ↵Bill Casarin
mode
2010-11-26Attempt to fix rare link hint bugBill Casarin
2010-11-26Fixed the logic for both cases, should work great nowBill Casarin
2010-11-26Link hints don't reappear after being narrowed awayBill Casarin
2010-11-26Narrow results working, hints not updating the way one might expectBill Casarin
2010-11-23Add scrollFullPageUp to command listings.Ilya Sukhar
2010-11-22wrong class nameAlex Kovar
2010-10-31avoid css name conflictsAlex Kovar
2010-10-31refacted completion dialog to handle key inputs on its ownAlex Kovar
2010-10-30strong colorAlex Kovar
2010-10-30fixed height for search barAlex Kovar
2010-10-30Merge branch 'master' of http://github.com/philc/vimiumAlex Kovar
2010-10-24Release 1.21Ilya Sukhar
2010-10-24Fix an excluded URLs regression due to frame support.Ilya Sukhar
2010-10-24Updating the README with all the latest commands.Ilya Sukhar
2010-10-24Cutting 1.20 releaseIlya Sukhar
2010-10-24Fixed 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-24fixed bug which showed help page on searching with /Christof Musik
2010-10-21Fix for file:// support regression after Chrome API changed.Ilya Sukhar
2010-10-20Implemented 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-20Added keyboard layout improvements to the README.Ilya Sukhar
2010-10-20Refactor onKeypress and onKeydown a bit.Ilya Sukhar
2010-10-20initial code for bookmark mode completion dialogAlex Kovar
2010-10-14Fixed 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-05Fixed #221. Thanks hbt.Ilya Sukhar
2010-09-27added bookmark commands to readmeAlex Kovar
2010-09-27moved commands to navigation groupAlex Kovar
2010-09-27simplified bookmarklet handlingAlex Kovar
2010-09-27Merge branch 'master' of http://github.com/philc/vimiumAlex 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-27added bookmarklet support to bookmark modeAlex Kovar
2010-09-27disable bookmark find mode after successful hitAlex Kovar
2010-09-26added initial code for "bookmark find mode"Alex Kovar
2010-09-24Revert a rename - not sure why I committed that.Ilya Sukhar
2010-09-24Oops, fixed a regression.Ilya Sukhar
2010-09-24Code cleanup & README changes for the multiple link hints patch.Ilya Sukhar