aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
AgeCommit message (Expand)Author
2012-03-06Indicate clicked element via border style rather than focus.Jez Ng
2012-03-06Consider elements with 'button' in their class as clickable.Jez Ng
2012-03-06Remove redundant key event handlers.Jez Ng
2012-03-06Remove orphaned comment.Jez Ng
2012-03-06Remove need for openLinkModeToggle.Jez Ng
2012-03-06Further reduction in state -- cssAdded is unnecessary.Jez Ng
2012-03-06Refactor link activation code -- reduce statefulness.Jez Ng
2012-03-06Clean up link copying code.Jez Ng
2012-03-03Fix name.Jez Ng
2012-03-02Only show hints for focusable input elements.Jez Ng
2012-02-27Store checkbox state as a boolean.Jez Ng
2012-01-26Factor out common DOM functions.Jez Ng
2012-01-25Merge remote-tracking branch 'venshi/master'Jez Ng
2012-01-25Fix the statement to add/remove matchingCharacter class.Peter Parks
2012-01-24Remove extra application of reset class to linkHint spans.Peter Parks
2012-01-24Reverse logic on the if statement to apply matchingCharacter class.Peter Parks
2012-01-24Cleanup code for adding reset and matchingCharacter classesPeter Parks
2012-01-24Merge branch 'master' of github.com:venshi/vimiumPeter Parks
2012-01-24Fix hidden image map issuePeter Parks
2012-01-23Revert "Optimize hint generation."Jez Ng
2012-01-22Optimize hint generation.Jez Ng
2012-01-22Refactor and optimize filter link hints.Jez Ng
2012-01-22Display filter-hint text in the original case.Jez Ng
2012-01-20Add vimimResest to linkhint spans that are non-matching.Peter Parks
2012-01-20Add vimiumReset class to spans that get matchingCharacter assigned.Peter Parks
2012-01-20Remove internalVimiumHintMarker class from vimiumHintMarkerContainerPeter Parks
2012-01-20Scatter the link hints less naively.Phil Crosby
2012-01-20Generate only the minimum number of characters needed for a set of links. Thi...Phil Crosby
2012-01-19bubbleEvent should manage the native event propagation.Jez Ng
2012-01-18Prevent link hinting from throwing an exception.Jez Ng
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
2012-01-15Scroll the body element if last activated node is not visible.Jez Ng
2012-01-14Handle non-character keys properly in hints mode.Jez Ng
2012-01-12Fix regression -- issue #286 is reactivated by 34bc211.Jez Ng
2012-01-10Detect contentEditable elements for hinting / input focus.Jez Ng
2012-01-09Consider all clientRects when checking for visibility.Jez Ng
2012-01-09Capture all key events when in delayMode.Jez Ng
2012-01-09Make focusInput detect textareas as well, and refactor the XPath code.Jez Ng
2011-11-26whitespacePhil Crosby
2011-10-09fixes #393: detect Image map in hint modeAkira Ohnishi
2011-09-04Fixing bug where opening a link in a seperate tab the second time fails to workFred Song
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ...Phil Crosby
2011-07-21Make link hints appear out of ordernazri
2011-07-14Cleaning up comments and console outputMurphy McMahon
2011-07-14Added clipboard copying to linkHints mode (default binding: 'Y')Murphy McMahon
2011-06-14Fix for issue #286 - GitHub logo doesn't get hintedRobert Smith
2011-05-14Stop looping over array once we have modified it.jez
2011-05-14Format lines to 110 characters.jez
2011-05-14Remove focus after clicking on links.jez
2011-05-14Add comment about caching hintString.length.jez