aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ...Phil Crosby
2012-04-29whitespacePhil Crosby
2012-04-29Merge pull request #524 from Knorkebrot/masterPhil Crosby
2012-04-28blur input then hiding fuzzyModeBjörn
2012-04-27Add Knorkebrot to CREDITS, and re-alphabetize the list.Jez Ng
2012-04-27Touch up on previous commit.Jez Ng
2012-04-27flashElement: use an overlay, so zero-sized links are flashed as wellBjörn
2012-04-26Allow a leading '0' to be used as a mapping.Jez Ng
2012-04-25Merge pull request #459 from niklasb/fuzzyPhil Crosby
2012-04-25Set overflow:none on hints.Jez Ng
2012-04-13improve CSS, fix input widthNiklas Baumstark
2012-04-13change to real input boxNiklas Baumstark
2012-04-12Update README.markdownIlya
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