| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-10 | document the HTML matching algorithm better | Niklas Baumstark | |
| 2012-04-10 | allow custom functions as commands, add example in form of forced web search | Niklas Baumstark | |
| 2012-04-10 | allow fuzzy completion of HTML-decorated content and implement this for ↵ | Niklas Baumstark | |
| history and bookmarks | |||
| 2012-04-10 | fix syntax error | Niklas Baumstark | |
| 2012-04-10 | remove empty leading line | Niklas Baumstark | |
| 2012-04-10 | make F5 refresh the completions | Niklas Baumstark | |
| 2012-04-10 | fix some issues with asynchronous filtering and refreshing | Niklas Baumstark | |
| 2012-04-10 | make CSS more specific | Niklas Baumstark | |
| 2012-04-10 | remove useless CSS directive | Niklas Baumstark | |
| 2012-04-10 | add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵ | Niklas Baumstark | |
| (goto) as custom commands | |||
| 2012-04-10 | remove trimming from isUrl | Niklas Baumstark | |
| 2012-04-10 | make failing test pass again :) | Niklas Baumstark | |
| 2012-04-10 | add fuzzy mode | Niklas Baumstark | |
| 2012-04-06 | Merge pull request #511 from dmacdougall/browser_icon | Phil Crosby | |
| Browser icon and immediate disable | |||
| 2012-04-04 | Document 'disableVimium` function | Daniel MacDougall | |
| 2012-04-04 | Style: one line | Daniel MacDougall | |
| 2012-04-04 | Strip whitespace when excluding urls | Daniel MacDougall | |
| 2012-04-01 | Fix buggy icon update states | Daniel MacDougall | |
| This requires not depending on the openTabs array, since the onUpdated event is not always fired when a new page is loaded (from a new tab, for example). | |||
| 2012-04-01 | Add name to CREDITS | Daniel MacDougall | |
| 2012-04-01 | Add visual confirmation when url excluded via popup | Daniel MacDougall | |
| 2012-03-31 | Correctly synchronize icon and active state | Daniel MacDougall | |
| Three situations are considered: 1. Active tab is disabled -> disable icon 2. Active tab is enabled and should be enabled -> enable icon 3. Active tab is enabled but should be disabled -> disable icon and disable vimium | |||
| 2012-03-31 | Immediately disable Vimium if current page is excluded via the popup | Daniel MacDougall | |
| 2012-03-31 | Add options page link in popup | Daniel MacDougall | |
| 2012-03-28 | Populate exclude input with <domain>/* by default | Daniel MacDougall | |
| 2012-03-28 | Style changes. | Jez Ng | |
| 2012-03-28 | Add ability to exclude URLs from browser button | Daniel MacDougall | |
| 2012-03-28 | Add browser icon that displays enabled/disabled state | Daniel MacDougall | |
| 2012-03-06 | Indicate clicked element via border style rather than focus. | Jez Ng | |
| This makes it slightly more obvious, and it promotes decoupling -- changing focus affects a lot of other behavior, and it's more elegant not to have to juggle that. | |||
| 2012-03-06 | Consider elements with 'button' in their class as clickable. | Jez Ng | |
| 2012-03-06 | Remove redundant key event handlers. | Jez Ng | |
| 2012-03-06 | Remove orphaned comment. | Jez Ng | |
| 2012-03-06 | Remove need for openLinkModeToggle. | Jez Ng | |
| 2012-03-06 | Further reduction in state -- cssAdded is unnecessary. | Jez Ng | |
| 2012-03-06 | Refactor link activation code -- reduce statefulness. | Jez Ng | |
| Blurring of links after clicking (#193) was not working; this commit fixes that too. | |||
| 2012-03-06 | Clean up link copying code. | Jez Ng | |
| 2012-03-06 | Use suppressEvent() where possible. | Jez Ng | |
| 2012-03-06 | Do not pass digits to page in normal mode. | Jez Ng | |
| 2012-03-05 | 1.32 version bump | ilya | |
| 2012-03-05 | read me updates | ilya | |
| 2012-03-05 | Update README for 1.32. | Jez Ng | |
| 2012-03-04 | Fix the link hints unit tests. | Phil Crosby | |
| 2012-03-03 | Fix name. | Jez Ng | |
| 2012-03-02 | Only show hints for focusable input elements. | Jez Ng | |
| Closes #496. | |||
| 2012-03-01 | Clarify comment on followLink behavior. | Jez Ng | |
| 2012-02-29 | Tweak prev/next matching behavior. | Jez Ng | |
| 2012-02-29 | Activate <link> elements by setting window.location. | Jez Ng | |
| 2012-02-28 | readme for 1.31 | ilya | |
| 2012-02-27 | HUD.enabled was incorrect. | Jez Ng | |
| 2012-02-27 | Refactor and improve scrolling code. | Jez Ng | |
| Still a WIP, but scrolling of the main window should work fine. | |||
| 2012-02-27 | Store checkbox state as a boolean. | Jez Ng | |
