aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-10another readme updateilya
2011-02-10fix a readme mistake with the open/close tabilya
2011-02-10readme updates for 1.22 releaseilya
2011-02-09Re-center the help dialog when it gets taller after clicking "show advanced ↵Phil Crosby
commands"
2011-02-09Preserve the "show advanced commands" setting after you close the vimium ↵Phil Crosby
help dialog.
2011-02-09StylePhil Crosby
2011-02-09fix a bug with zoomResetilya
2011-02-09added hogelog to creditsilya
2011-02-09Merge branch 'master' of https://github.com/hogelog/vimium into hogelog-masterilya
2011-02-06Pre-compute object lengths before usage in for loops.Keryn Knight
Speeds up the calculating and rendering of link hints without any obvious defects. Benchmarked on a netbook with a bunch of tabs open, displaying link hints on the bbc news homepage goes from 900ms to 600ms, give or take.
2011-02-03Update the readme to reflect the new bindings for scrolling up/down a half pagePhil Crosby
2011-02-02Refactor hint marker productionjez
2011-02-02Code cleanup.jez
2011-02-02Code cleanup.jez
2011-02-02Fix regression: Deactivate link hinting when a textbox gets selected.jez
2011-02-01Cosmetics (semicolons)jez
2011-02-01Fix regression: Deactivate link hinting when a textbox gets selected.jez
2011-02-01Use only one key[event] handler for all modes.jez
2011-02-01Tidy up mergejez
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
Conflicts: CREDITS commands.js
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring ↵Phil Crosby
tabs. This implements #274. The motivation behind this change is that scrolling a page is far more common than closing a tab, and so those actions should be on a hotkey which doesn't require a modifier. Once you get used to scrolling without hitting ctrl, you won't be able to go back. For existing users, this change also adds a custom mapping for them in their preferences to preserve the old behavior as they upgrade from 1.21 to 1.22.
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 ↵Phil Crosby
closes #284
2011-01-30Add some cleanup to the mapping from command name => command description & ↵Phil Crosby
options
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
(value 100). The shortcut combination is z0.
2011-01-19More formatting fixesjez
2011-01-16Refactor hint positioning testsjez
2011-01-16Remove unnecessary properties on <a>jez