aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-01-16Auto-generate test casesjez
2011-01-16Add newlines between test blocksjez
2011-01-11disable zoom in/out when load iframe.hogelog
https://github.com/philc/vimium/issuesearch?state=open&q=zoom#issue/271
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
Also refactored the test page a little.
2011-01-04Factor out invokeCommandString.jez
Had to make 'this' point explicitly to 'window'.
2011-01-04Comments and renaming.jez
2011-01-04Add a 0.2s delay before filter-mode deactivation.jez
This is to prevent excess characters from being passed into command mode.
2011-01-04Switch from tagName to nodeName and lowercase it when doing checks.jez
tagName returns 'undefined' for text nodes, so it is less desirable. Non-html documents return nodeName/tagNames in lowercase.
2011-01-04Add filtering for input and image elements, together with tests.jez
2011-01-04Prevent a referenceError.jez
It occasionally happens when hint mode is activated too early.
2011-01-03Create HTML display for test output. Fix a fragile test.jez
The hint positioning test no longer relies on hardcoded values. The hardcoding caused problems when the HTML display got styled.
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
2011-01-03Add shoulda.js as a submodule.jez
2011-01-03Revise how the linkHints object is generated. Add lib/utils.js.jez
Extend a template object rather than using prototype inheritance. The previous method created confusion about whether a given property resided in the base or in the specialization.
2011-01-02Handle enter key while in filter-hints modejez
2011-01-01Merge remote branch 'origin/master' into filter-hintsjez
2011-01-01Tidy up checkbox handling in the options page.jez
Disable linkHintCharacters textbox when filterLinkHints option is on. Enable save button whenever there is data change in the form (keyup event does not account for the possibility of data change via mouse copy/paste, however unlikely that use case seems.)
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2011-01-01Missed factoring out a function.jez
2011-01-01Comments and formatting.jez
2010-12-31Shorten linkHint variables where possible.jez
2010-12-31Number hints from one, not zero.jez
2010-12-31Initialize linkHints immediately after settings are loaded.jez
2010-12-31Object-ify settings.jez
2010-12-31Merge remote branch 'origin/master' into filter-hintsjez
2010-12-30A little cleanup.Ilya Sukhar
2010-12-30Added some docs for the latest pull request.Ilya Sukhar
2010-12-31Use 'this' instead of 'linkHints' where possible.jez
2010-12-31Refactoring. Make hint filtering more 'functional'.jez
2010-12-31Reset hintKeystrokeQueue when user enters filtering link textjez
2010-12-31More refactoring as well as bugfixing.jez
Link hinting seems to be generally working now
2010-12-31Refactoring linkHints.jsjez
2010-12-31Object-ify linkHints.jsjez
2010-12-29Derp, forgot to change the version number, sorryJulian Naydichev
2010-12-29Changing function name, and parameters per Ilya's suggestion.Julian Naydichev
2010-12-29Renumber hints when they are filteredjez
2010-12-29Remove dubious if clausejez
2010-12-28Made is so that viewing source opens in the next tab, instead of replacing ↵Julian Naydichev
the current tab.
2010-12-29Filter hints mode should automatically use numbers for hintsjez
Also tidy up backspace handling.
2010-12-28Revamp visibility test; include tests for nested floats and SVGsjez
2010-12-28Add command repetition for goUp command. Closes #179.jez
2010-12-28Create HEAD element if it is not present.jez
Allows us to inject CSS when viewing some non-HTML documents, e.g. images. Does not work on SVG documents though.