aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-28Missing newline in the README.Ilya
2010-05-25Start 1.18 section in the README.Ilya
2010-05-25Support non-space whitespace in key mappings. This closes #141.Ilya
2010-05-20Revise contribution policyint3
2010-05-18Add a link to the Options page in the vimium help dialog. Closes #87.Phil Crosby
2010-05-17Some optimizations for link hints. Approx 4-12% faster.int3
2010-05-17Fix link elimination boundariesint3
2010-05-01Activate check for floated children if either dimension of the link is zero.int3
Previously both width and height had to be zero. However, I noticed a contrary case in firefox. While this may not arise in Chrome, I think that there's no harm in making the check criteria a little more general.
2010-05-01Ensure getComputedStyle is only called on element nodesint3
2010-05-01Show link hints for floated elementsint3
Previously, we eliminated links whose boundingRects had a width and height of zero. However, if a <a> tag wraps only a floated element, it will have zero dimensions as the floated element is considered to be 'out' of the tag.
2010-04-28Add self to credits.Branden Rolston
2010-04-28Shift key toggles current/new tab in link hints mode.Branden Rolston
2010-04-25Merge branch 'master' of git://github.com/philc/vimiumilya
2010-04-25Add showHelp to the command listings / help dialog.ilya
2010-04-24A few comments and cleanups around the linkhints xpathPhil Crosby
2010-04-24Encapsulate the generation of clickableElementsXPathint3
2010-04-24Add link hints support for XHTMLint3
2010-04-24Override all background colors in the help dialog. Fixes wikipedia and ↵Phil Crosby
closes #95.
2010-04-24Specify a table-layout of auto; this fixes the help dialog's appearance on ↵Phil Crosby
gamefaqs.com
2010-04-19Pull the version number from the manifest file instead of hard coding itPhil Crosby
2010-04-18Cutting 1.17ilya
2010-04-18Add new link hints method to README.ilya
2010-04-18Factor in zoom when eliminating offscreen linksint3
2010-04-18Fix offscreen link exclusion bugint3
2010-04-18Fix visibility testsint3
2010-04-18Use getComputedStyle for visibility checks and getClientRect for hint ↵int3
positioning. This closes issue #105.
2010-04-18Small styling change on the options page.ilya
2010-04-18Updated README with unmapAll.ilya
2010-04-18Merge branch 'master' of git://github.com/philc/vimiumilya
2010-04-18Add an unmapAll command to the remapping interface. This closes #116.ilya
2010-04-18Real names are always good.Ilya
2010-04-18Add knuton to CREDITS.Ilya
2010-04-19Skip default action in hideHelpDialog. Fixes #126.Johannes Emerich
Return values of event handlers added with addEventListener are ignored, so returning `false` doesn't help. Instead preventDefault has to be called on the event that is passed on to the handler.
2010-04-17Adding tsigo to CREDITS.Ilya
2010-04-18Allow '?' to close help dialog if it's shown. Closes #124.rspeicher
2010-04-17Use keyboardUtils functions in linkHints mode. This fixes issue #113.int3
2010-04-17Undo 'Keep tab queue indices updated when a tab is detached'.int3
It does not follow Chrome's native behavior (and was buggy anyway.)
2010-04-10Move some code into init() so that it's clear that it executes once and is ↵ilya
part of initialization.
2010-04-10whitespaceilya
2010-04-10Another fix for tab positioningint3
2010-04-10Keep tab queue indices updated when a tab is detachedint3
2010-04-10Indentationint3
2010-04-10Stylistic modifications and update of commentsint3
2010-04-10Apply saving of scroll positions to all tabs, no matter how they are closed.ilya
2010-04-10Maintain accurate tab indices while ignoring chrome://newtabint3
2010-04-10Ensure Restore Tab works immediately upon extension installunknown
2010-04-02Add more robust support for keeping track of positions/windows when tabs are ↵ilya
moved within or between windows.
2010-04-02whitespaceilya
2010-04-02Fix memory leak from tabQueueunknown
2010-03-31Don't put the new tab page into the tab restoration queue.ilya