aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-04-10make refresh <F5> work as expectedNiklas Baumstark
2012-04-10move query length threshold from UI to logicNiklas Baumstark
2012-04-10add HTML helpersNiklas Baumstark
2012-04-10fix small bugNiklas Baumstark
2012-04-10more DRYingNiklas Baumstark
2012-04-10DRY up codeNiklas Baumstark
2012-04-10improve comments and fix some naming style inconsistenciesNiklas Baumstark
2012-04-10minor optimizations and code cleanupNiklas 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-10fix ranking algorithmNiklas Baumstark
2012-04-10fix search URL buildingNiklas 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-10add tab completion supportNiklas 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-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 some issues with asynchronous filtering and refreshingNiklas 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-03-28Style changes.Jez Ng
2012-03-06Indicate clicked element via border style rather than focus.Jez Ng
2012-02-11Show hints for links that are slightly out of the screen.Jez Ng
2012-02-11Set scroll position only after DOM has loaded.Jez Ng
2012-01-26Simulate the full sequence of mouse click events.Jez Ng
2012-01-26Add migration code for old localStorage values.Jez Ng
2012-01-26Factor out common DOM functions.Jez Ng
2012-01-22Treat navigation queries starting with slashes as file URIs.Jez Ng
2012-01-17Add niklasb to CREDITS, and make a minor style edit.Jez Ng
2012-01-17improve URL detectionNiklas Baumstark
2012-01-15Handle pasted URLs intelligently.Jez Ng
2012-01-15Add URL pasting functions. Closes #353.Jez Ng
2012-01-15Scroll the body element if last activated node is not visible.Jez Ng
2012-01-09Make focusInput detect textareas as well, and refactor the XPath code.Jez Ng
2011-05-17Fix mapping of bad keyIdentifiers. Closes #337.jez
2011-02-01Use only one key[event] handler for all modes.jez
2011-02-01Merge remote branch 'ajkovar/master' into bookmarksjez
2011-01-31Remove util functions that the refactor has rendered unnecessaryjez
2011-01-04Factor out invokeCommandString.jez
2011-01-04Comments and renaming.jez