aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Cosmeticsjez
2011-01-31Deactivate hintKeystrokeQueue.jez
2011-01-31Cosmeticsjez
2011-01-31Add a namespace for utility linkHints functions.jez
2011-01-31Remove util functions that the refactor has rendered unnecessaryjez
2011-01-31deactivateMode should always invoke the callback passed to it.jez
2011-01-31Fix matchHintsByKey's return valuesjez
2011-01-31Begin switch from inheritance to compositionjez
2011-01-31Fix up the invocation of linkHints.* commandsjez
2011-01-31Merge branch 'master' into filter-hintsjez
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring t...Phil Crosby
2011-01-30readme tweakPhil Crosby
2011-01-30Move the advanced commands in the readme into a separate sectionPhil Crosby
2011-01-30Tighten up the layout of the help dialogPhil Crosby
2011-01-30Split the help dialog into common commands and advanced commands. This closes...Phil Crosby
2011-01-30Add some cleanup to the mapping from command name => command description & op...Phil Crosby
2011-01-30Remove some boilerplate code when restoring default mappingsPhil Crosby
2011-01-30Changing quote style so it's not inconsistent within the same filePhil Crosby
2011-01-30Add some brief instructions for coding style guidelinesPhil Crosby
2011-01-29Doc updatesIlya Sukhar
2011-01-29Merge branch 'master' of https://github.com/stchris/vimium into stchris-masterIlya Sukhar
2011-01-29README updateIlya Sukhar
2011-01-25Prefer rel attribute for next and previous nav.R.T. Lechow
2011-01-24Reduce coupling.jez
2011-01-23Make deactivateMode() within linkHintsBase asyncjez
2011-01-23Simplify initializeLinkHints.jez
2011-01-22Added "zoomReset" command which resets the zoom to the default levelChristian Stefanescu
2011-01-19More formatting fixesjez
2011-01-16Refactor hint positioning testsjez
2011-01-16Remove unnecessary properties on <a>jez
2011-01-16Auto-generate test casesjez
2011-01-16Add newlines between test blocksjez
2011-01-08Adjust line width and other formatting.jez
2011-01-08Remove 'Key Down' log message.jez
2011-01-08Reduce nesting in getVisibleClickableElements.jez
2011-01-08In filter-mode, 'Enter' should activate the lowest-numbered visible hint.jez
2011-01-04Commands for following 'previous' and 'next' links.R.T. Lechow
2011-01-04Fix filter hinting for images, and added corresponding test.jez
2011-01-04Factor out invokeCommandString.jez
2011-01-04Comments and renaming.jez
2011-01-04Add a 0.2s delay before filter-mode deactivation.jez
2011-01-04Switch from tagName to nodeName and lowercase it when doing checks.jez
2011-01-04Add filtering for input and image elements, together with tests.jez
2011-01-04Prevent a referenceError.jez
2011-01-03Create HTML display for test output. Fix a fragile test.jez
2011-01-03Generate the html for each test case dynamically.jez
2011-01-03Missed factoring out the link text generation.jez
2011-01-03We don't need to stub variables that are in function scope...jez
2011-01-03Add test suite for link hints.jez