aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-09Merge remote-tracking branch 'daning/master'Jez Ng
Make previous/next-page search patterns configurable. Note: window.find does not search using a regex, so \b is not a word delimiter! Conflicts: CREDITS options.html vimiumFrontend.js
2012-01-09Prevent help dialog from overflowing the screen.Jez Ng
Uses media queries. Closes #419.
2012-01-09Consider all clientRects when checking for visibility.Jez Ng
Fixes issue #235.
2012-01-09Capture all key events when in delayMode.Jez Ng
Closes #396.
2012-01-09Make focusInput detect textareas as well, and refactor the XPath code.Jez Ng
Together with e2f3b54, this closes issue #276.
2012-01-09Make focusInput consider only visible input elements.Jez Ng
2011-12-18Merge pull request #421 from bernardofire/tabsIlya
solve issue #405
2011-12-16add g$ and g0 docs in READMEBernardo B. Marques
2011-12-16add support to go to the first or last tabBernardo B. Marques
2011-12-16refactory of selectTab functionBernardo B. Marques
2011-12-04cutting 1.30 releaseilya
2011-11-261.30 feature tweaks.Phil Crosby
2011-11-26Add the new link hinting mode to the READMEPhil Crosby
2011-11-26Make the preferences UI for the new link filtering mode look nicer.Phil Crosby
2011-11-26whitespacePhil Crosby
2011-11-26Clean up stylePhil Crosby
2011-11-26WhitespacePhil Crosby
2011-11-26Merge pull request #413 from has2k1/invisible-dialog-fixPhil Crosby
Bugfix: Really hide bookmark dialog
2011-11-25Bugfix: Really hide bookmark dialoghas2k1
Problem: When bookmark completion is aborted using <ESC> key, the completion dialog is faded out, zero opacity. This leaves an invisible dialog hovering over the current page's content. Any thing under the invisible dialog cannot get mouse focus, including the links. Solution: After fading out the dialog, also hide it by its CSS display property.
2011-10-31Use bing inside the iframe test harness. For me, google.com is not allowing ↵Phil Crosby
itself to be embedded in an iframe.
2011-10-20README updates for latest pull requestsilya
2011-10-20Merge pull request #392 from ennustaja/masterIlya
Allow Tab/Shift-Tab to select items in bookmark dialog
2011-10-20Merge pull request #406 from ohnishiakira/detectImageMapIlya
fixes #393: detect Image map in hint mode
2011-10-19Merge pull request #395 from dgl/countnavIlya
Use count if provided in back/forward navigation
2011-10-09fixes #393: detect Image map in hint modeAkira Ohnishi
2011-09-23Merge pull request #383 from tuxcanfly/masterPhil Crosby
The help dialog's X button no longer works
2011-09-13removed call to centerDialogJakh Daven
2011-09-11fixes #383: fixed close and options linksJakh Daven
2011-09-05Merge pull request #398 from gitah/masterPhil Crosby
Fix opening link in new tab bug. Closes #339.
2011-09-04Fixing bug where opening a link in a seperate tab the second time fails to workFred Song
2011-08-30Use count if provided in back/forward navigationDavid Leadbeater
2011-08-23Allow change of bookmark selection with Tab/Shift-Tabennustaja
2011-08-19Merge pull request #379 from has2k1/patch-1Ilya
Prevent bookmark completion box from overflowing.
2011-07-30Prevent bookmark completion box from overflowing. has2k1
Happens when the partial string input matches more results than can be displayed vertically. This causes the input section at the top, together with the top matching URLS to disappear. Solution is to only center the box when it's height is less than the window height, otherwise it's top is at coordinate 0. No negative top.
2011-07-30Cutting 1.29ilya
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ↵Phil Crosby
and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370.
2011-07-29Fix nonconformant stylePhil Crosby
2011-07-29Don't show the insert mode notification when you enter a text field. It's ↵Phil Crosby
not necessary. Do still show it if the user enters insert mode manually by typing "i".
2011-07-22Merge pull request #373 from holygeek/masterPhil Crosby
scatter-link-hints (rebased on top of latest master as of 2011-07-16)
2011-07-21Make link hints appear out of ordernazri
This has the effect of link hints 'spreading' out after the first key is pressed on a link-heavy page.
2011-07-15Merge pull request #372 from pandeiro/masterIlya
Add link-copying functionality to linkHints mode
2011-07-15Changed keybinding to yfMurphy McMahon
2011-07-14Updated README and CREDITSMurphy McMahon
2011-07-14Cleaning up comments and console outputMurphy McMahon
2011-07-14Added clipboard copying to linkHints mode (default binding: 'Y')Murphy McMahon
2011-06-29Cutting 1.28ilya
2011-06-16Merge pull request #357 from rgsmith1980/masterIlya
GitHub logo hinting
2011-06-14Fix for issue #286 - GitHub logo doesn't get hintedRobert Smith
2011-05-28Merge pull request #348 from ferro/masterjezzle
Fixed README formatting
2011-05-28fixed markdown code blockLoren Sands-Ramshaw