aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzyMode.js
AgeCommit message (Collapse)Author
2012-04-29use consistent quotesPhil Crosby
2012-04-29Use keycodes objectPhil Crosby
2012-04-29Rename reverseAction and alternative to simply "open in new tab".Phil Crosby
The genericism is not helping.
2012-04-28blur input then hiding fuzzyModeBjörn
fixes that vimium doesn't work anymore when you open the selection in a new tab because your typing will end up in fuzzy's input element
2012-04-13change to real input boxNiklas Baumstark
2012-04-10small tweaksNiklas Baumstark
2012-04-10move completion logic to background pageNiklas Baumstark
This has the following advantages: * searching is done in the background, UI responsiveness is improved * caches are no longer duplicated. This saves RAM and improves performance
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-10sort history by last visit time and raise number of history items to be searchedNiklas Baumstark
2012-04-10fix small bug with selected itemNiklas Baumstark
2012-04-10make fuzzybox HTML more compactNiklas Baumstark
2012-04-10correctly handle selection after refreshNiklas Baumstark
2012-04-10make refresh <F5> work as expectedNiklas Baumstark
2012-04-10make refresh interval configurableNiklas Baumstark
For example, tab completion can happen instantly while history completion shouldn't.
2012-04-10move query length threshold from UI to logicNiklas Baumstark
This enables to set threshold to 0 for tabs (so that tabs are shown before typing).
2012-04-10fix regression in 10a77d25c3Niklas Baumstark
2012-04-10create DOM by HTMLNiklas 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 ↵Niklas Baumstark
updating
2012-04-10update results list asynchronously to take load from the CPU and improve the ↵Niklas Baumstark
perceived responsiveness
2012-04-10add bookmark in "all" completionNiklas Baumstark
2012-04-10improve perfmance by caching history results in the background page.Niklas Baumstark
Also decrease the number of included results slightly.
2012-04-10sort results in tab completion modeNiklas Baumstark
2012-04-10add special command for tab completionNiklas Baumstark
2012-04-10restructure fuzzy mode flowNiklas 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-10decrease number of history itemsNiklas Baumstark
2012-04-10make number of completions configurableNiklas Baumstark
2012-04-10allow custom functions as commands, add example in form of forced web searchNiklas 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-10add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵Niklas Baumstark
(goto) as custom commands
2012-04-10add fuzzy modeNiklas Baumstark