| Age | Commit message (Expand) | Author |
| 2009-12-06 | Explicitly set the width of our link hints, so they aren't affected by page l... | Phil Crosby |
| 2009-12-06 | Add a note as to why the links on Google's homepage are shown in the link hints. | Phil Crosby |
| 2009-12-06 | Style our HUD to match chrome's perfectly. Also avoid zooming it if the page ... | Phil Crosby |
| 2009-12-06 | Add a test harness for previewing chrome's various HUDs. | Phil Crosby |
| 2009-12-06 | Enter insert mode when we click on a flash embed. Fixes #23. | Phil Crosby |
| 2009-12-06 | Make opening links in the background tab feel a little snappier by removing t... | Phil Crosby |
| 2009-12-06 | Put the cursor at the end of the text field when selecting it via link hints.... | Phil Crosby |
| 2009-12-06 | Use the center of a link's bounding box instead of its upper-left corner to d... | Phil Crosby |
| 2009-12-05 | Use more characters in the link hints, and do a better job of converting a nu... | Phil Crosby |
| 2009-12-05 | Show a link hint instead of empty-string for the first link on a page with fe... | Phil Crosby |
| 2009-12-05 | Support shift+F to open a link in a background tab | Phil Crosby |
| 2009-12-05 | Refactor the command parser to not store invalid keys in the two-key buffer. ... | ilya |
| 2009-12-05 | Exit out of find mode if you try to delete the backspace. Closes #13 | ilya |
| 2009-11-30 | Fix bug where find mode HUD matched its own searches. | ilya |
| 2009-11-30 | Add extra sanity checking to partially address issue #12 -- insert mode detec... | ilya |
| 2009-11-30 | Merge branch 'master' of git://github.com/philc/vimium | ilya |
| 2009-11-30 | Minor cleanup per Phil's comments. | ilya |
| 2009-11-29 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2009-11-29 | Avoid using getSelected in getSetting and getZoomLevel, because the tab may b... | Phil Crosby |
| 2009-11-29 | When shwoing hints, handle links which have nested elements, like <em> (googl... | Phil Crosby |
| 2009-11-29 | Password text inputs should send us into insert mode too. | Ilya |
| 2009-11-28 | Case-insensitive search. | ilya |
| 2009-11-28 | First pass at find interface. Still needs some UI love and a highlight-all fe... | ilya |
| 2009-11-28 | semicolon | ilya |
| 2009-11-28 | When shwoing hints, handle links which have nested elements, like <em> (googl... | Phil Crosby |
| 2009-11-28 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2009-11-28 | Add defaultZoomLevel to the settings page | Phil Crosby |
| 2009-11-28 | Password text inputs should send us into insert mode too. | Ilya |
| 2009-11-28 | Factor in the page zoom when showing link hints when the document is scrolled. | Phil Crosby |
| 2009-11-28 | Add link hints, aka "follow link" support. | Phil Crosby |
| 2009-11-28 | Add a harness for evaluating the effectiveness of methods for testing the vis... | Phil Crosby |
| 2009-11-28 | Only enter insert mode with the "INPUT" element is of type "text". | Phil Crosby |
| 2009-11-27 | Break the content script's initialization into two stages, so we can do tasks... | Phil Crosby |
| 2009-11-27 | Remove space after the "function" keyword. | Phil Crosby |
| 2009-11-27 | Persist the current zoom level to local storage, and restore the page zoom le... | Phil Crosby |
| 2009-11-15 | Move the HUD over to the right for the time being -- it gets covered up by th... | ilya |
| 2009-11-15 | First pass at a settings page. Hooked up scrollStepSize as our first setting. | ilya |
| 2009-11-15 | Don't test the focusNode if there isn't one. | ilya |
| 2009-11-13 | Refactor a bit to use new isInputOrText() function. | ilya |
| 2009-11-13 | Enter insert mode if the content script loads with a text input already focus... | ilya |
| 2009-11-13 | Move processing of 'i' command out into background command processor. Closes #5. | ilya |
| 2009-11-11 | Shuffle some methods around. | Phil Crosby |
| 2009-11-11 | Merge branch 'master' of github.com:philc/vimium | Phil Crosby |
| 2009-11-11 | Implement zoom in and zoom out. | Phil Crosby |
| 2009-11-11 | Add a simple iframe test harness to play with during development. | Phil Crosby |
| 2009-11-11 | Prevent our content script from being run on iframes -- only allow it to run ... | Phil Crosby |
| 2009-11-09 | Get rid of the toolstrip for now. | ilya |
| 2009-11-09 | Implement 'gf' -- toggle view source for the current page. | ilya |
| 2009-11-09 | Keep tab queue per-window instead of globally. This mirrors behavior in both ... | ilya |
| 2009-11-09 | README | ilya |