aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-10minor optimizations and code cleanupNiklas Baumstark
2012-04-10improve perfmance by caching history results in the background page.Niklas Baumstark
2012-04-10fix bad EnglishNiklas Baumstark
2012-04-10raise regex threshold to query length 15Niklas Baumstark
2012-04-10fall back to regex matching for long queriesNiklas Baumstark
2012-04-10sort results in tab completion modeNiklas Baumstark
2012-04-10fix ranking algorithmNiklas Baumstark
2012-04-10make CSS more robustNiklas Baumstark
2012-04-10fix search URL buildingNiklas Baumstark
2012-04-10add special command for tab completionNiklas Baumstark
2012-04-10restructure fuzzy mode flowNiklas Baumstark
2012-04-10fix bug in query normalizationNiklas Baumstark
2012-04-10use background page to open URLsNiklas Baumstark
2012-04-10prefer marking continguous charactersNiklas Baumstark
2012-04-10improve string rankingNiklas Baumstark
2012-04-10remove debug statementNiklas Baumstark
2012-04-10really get more history itemsNiklas Baumstark
2012-04-10add tab completion supportNiklas Baumstark
2012-04-10add Google lucky search as command "luck "Niklas Baumstark
2012-04-10fix relevancy heuristicNiklas Baumstark
2012-04-10move some logic from background to content pageNiklas Baumstark
2012-04-10improve relevancy calculationNiklas Baumstark
2012-04-10underscore is not a word character in our contextNiklas Baumstark
2012-04-10decrease number of history itemsNiklas Baumstark
2012-04-10make number of completions configurableNiklas Baumstark
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 histo...Niklas Baumstark
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
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
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
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
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