aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-10document the HTML matching algorithm betterNiklas Baumstark
2012-04-10allow custom functions as commands, add example in form of forced web searchNiklas Baumstark
2012-04-10allow fuzzy completion of HTML-decorated content and implement this for ↵Niklas Baumstark
history and bookmarks
2012-04-10fix syntax errorNiklas Baumstark
2012-04-10remove empty leading lineNiklas Baumstark
2012-04-10make F5 refresh the completionsNiklas Baumstark
2012-04-10fix some issues with asynchronous filtering and refreshingNiklas Baumstark
2012-04-10make CSS more specificNiklas Baumstark
2012-04-10remove useless CSS directiveNiklas Baumstark
2012-04-10add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵Niklas Baumstark
(goto) as custom commands
2012-04-10remove trimming from isUrlNiklas Baumstark
2012-04-10make failing test pass again :)Niklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark
2012-04-06Merge pull request #511 from dmacdougall/browser_iconPhil Crosby
Browser icon and immediate disable
2012-04-04Document 'disableVimium` functionDaniel MacDougall
2012-04-04Style: one lineDaniel MacDougall
2012-04-04Strip whitespace when excluding urlsDaniel MacDougall
2012-04-01Fix buggy icon update statesDaniel 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-01Add name to CREDITSDaniel MacDougall
2012-04-01Add visual confirmation when url excluded via popupDaniel MacDougall
2012-03-31Correctly synchronize icon and active stateDaniel 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-31Immediately disable Vimium if current page is excluded via the popupDaniel MacDougall
2012-03-31Add options page link in popupDaniel MacDougall
2012-03-28Populate exclude input with <domain>/* by defaultDaniel MacDougall
2012-03-28Style changes.Jez Ng
2012-03-28Add ability to exclude URLs from browser buttonDaniel MacDougall
2012-03-28Add browser icon that displays enabled/disabled stateDaniel MacDougall
2012-03-06Indicate 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-06Consider elements with 'button' in their class as clickable.Jez Ng
2012-03-06Remove redundant key event handlers.Jez Ng
2012-03-06Remove orphaned comment.Jez Ng
2012-03-06Remove need for openLinkModeToggle.Jez Ng
2012-03-06Further reduction in state -- cssAdded is unnecessary.Jez Ng
2012-03-06Refactor link activation code -- reduce statefulness.Jez Ng
Blurring of links after clicking (#193) was not working; this commit fixes that too.
2012-03-06Clean up link copying code.Jez Ng
2012-03-06Use suppressEvent() where possible.Jez Ng
2012-03-06Do not pass digits to page in normal mode.Jez Ng
2012-03-051.32 version bumpilya
2012-03-05read me updatesilya
2012-03-05Update README for 1.32.Jez Ng
2012-03-04Fix the link hints unit tests.Phil Crosby
2012-03-03Fix name.Jez Ng
2012-03-02Only show hints for focusable input elements.Jez Ng
Closes #496.
2012-03-01Clarify comment on followLink behavior.Jez Ng
2012-02-29Tweak prev/next matching behavior.Jez Ng
2012-02-29Activate <link> elements by setting window.location.Jez Ng
2012-02-28readme for 1.31ilya
2012-02-27HUD.enabled was incorrect.Jez Ng
2012-02-27Refactor and improve scrolling code.Jez Ng
Still a WIP, but scrolling of the main window should work fine.
2012-02-27Store checkbox state as a boolean.Jez Ng