aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzyMode.js
AgeCommit message (Expand)Author
2012-05-05Rename fuzzymode.js to vomnibar.jsPhil Crosby
2012-05-05Rename fuzzymode to vomnibarPhil Crosby
2012-05-05Rename "fuzzybox" to vomnibarUI. Not as easy to type, but more precise.Phil Crosby
2012-05-05Support ctrl+n and ctrl+p in the vomnibox. Works on mac, needs to be tested o...Phil Crosby
2012-05-05Split out the actionFromKey logic on onKeydown is a little easier to follow.Phil Crosby
2012-05-05Have "O" activate teh vomnibox with the current URL. Completes #521.Phil Crosby
2012-05-05Fix a regression I introduced where we weren't using a refresh interval for t...Phil Crosby
2012-05-05The completion actions make more sense grouped together.Phil Crosby
2012-05-05Use class.extend for fuzzyboxPhil Crosby
2012-05-05Use proxy instead of selfPhil Crosby
2012-05-05vomnibar -> vomniboxPhil Crosby
2012-05-05Add overview documentation to explain the completion workflow.Phil Crosby
2012-05-05Rename func => functionNamePhil Crosby
2012-05-05Rename createActionOpenUrl => navigateToUrlPhil Crosby
2012-05-05Make createActionOpenUrl be a simple function.Phil Crosby
2012-05-05Simplify the strange contract of createActionOpenUrlPhil Crosby
2012-05-05Move createActionOpenUrl and company to the frontend page. Stop requiring com...Phil Crosby
2012-05-05Move backgroundCompleter into fuzzymode.jsPhil Crosby
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
2012-04-28blur input then hiding fuzzyModeBjörn
2012-04-13change to real input boxNiklas 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-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
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-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-10add bookmark in "all" completionNiklas Baumstark
2012-04-10improve perfmance by caching history results in the background page.Niklas Baumstark
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