aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-13change to real input boxNiklas Baumstark
2012-04-11fix domain completionNiklas Baumstark
2012-04-11fix strange whitespace artefactsNiklas Baumstark
2012-04-10don't complete tabs in omni modeNiklas Baumstark
2012-04-10add domain completion a la Chrome omniboxNiklas Baumstark
2012-04-10small changesNiklas Baumstark
2012-04-10optimizationNiklas Baumstark
2012-04-10small tweaksNiklas Baumstark
2012-04-10move completion logic to background pageNiklas Baumstark
2012-04-10really only update every X millisecondsNiklas Baumstark
2012-04-10raise number of history items searchedNiklas Baumstark
2012-04-10add lazy evaluation at several placesNiklas Baumstark
2012-04-10fix bug when history maxResults is too highNiklas Baumstark
2012-04-10sort history by last visit time and raise number of history items to be searchedNiklas Baumstark
2012-04-10fix a bug in the filtering algo that causes caching not to happenNiklas Baumstark
2012-04-10fix small bug with selected itemNiklas Baumstark
2012-04-10rename "match" method to prevent confusionNiklas Baumstark
2012-04-10make fuzzybox HTML more compactNiklas Baumstark
2012-04-10fix HTML tag strippingNiklas Baumstark
2012-04-10correctly handle selection after refreshNiklas Baumstark
2012-04-10code cleanup + small bugfixesNiklas Baumstark
2012-04-10introduce a utils helper for prototype inheritanceNiklas Baumstark
2012-04-10make refresh <F5> work as expectedNiklas Baumstark
2012-04-10make refresh interval configurableNiklas Baumstark
2012-04-10prevent duplicate history itemsNiklas Baumstark
2012-04-10move query length threshold from UI to logicNiklas Baumstark
2012-04-10fix regression in 10a77d25c3Niklas Baumstark
2012-04-10create DOM by HTMLNiklas Baumstark
2012-04-10add HTML helpersNiklas Baumstark
2012-04-10code cleanupNiklas Baumstark
2012-04-10force update after pressing ReturnNiklas Baumstark
2012-04-10hide completion list if no completions are availableNiklas Baumstark
2012-04-10fix small bug when closing and reopening dialog in combination with async upd...Niklas Baumstark
2012-04-10update results list asynchronously to take load from the CPU and improve the ...Niklas Baumstark
2012-04-10fix small bugNiklas Baumstark
2012-04-10more DRYingNiklas Baumstark
2012-04-10add bookmark in "all" completionNiklas 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-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