| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-29 | use consistent quotes | Phil Crosby | |
| 2012-04-29 | Use keycodes object | Phil Crosby | |
| 2012-04-29 | Rename reverseAction and alternative to simply "open in new tab". | Phil Crosby | |
| The genericism is not helping. | |||
| 2012-04-28 | blur input then hiding fuzzyMode | Bjö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-13 | change to real input box | Niklas Baumstark | |
| 2012-04-10 | small tweaks | Niklas Baumstark | |
| 2012-04-10 | move completion logic to background page | Niklas 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-10 | really only update every X milliseconds | Niklas Baumstark | |
| 2012-04-10 | raise number of history items searched | Niklas Baumstark | |
| 2012-04-10 | add lazy evaluation at several places | Niklas Baumstark | |
| 2012-04-10 | sort history by last visit time and raise number of history items to be searched | Niklas Baumstark | |
| 2012-04-10 | fix small bug with selected item | Niklas Baumstark | |
| 2012-04-10 | make fuzzybox HTML more compact | Niklas Baumstark | |
| 2012-04-10 | correctly handle selection after refresh | Niklas Baumstark | |
| 2012-04-10 | make refresh <F5> work as expected | Niklas Baumstark | |
| 2012-04-10 | make refresh interval configurable | Niklas Baumstark | |
| For example, tab completion can happen instantly while history completion shouldn't. | |||
| 2012-04-10 | move query length threshold from UI to logic | Niklas Baumstark | |
| This enables to set threshold to 0 for tabs (so that tabs are shown before typing). | |||
| 2012-04-10 | fix regression in 10a77d25c3 | Niklas Baumstark | |
| 2012-04-10 | create DOM by HTML | Niklas Baumstark | |
| 2012-04-10 | code cleanup | Niklas Baumstark | |
| 2012-04-10 | force update after pressing Return | Niklas Baumstark | |
| 2012-04-10 | hide completion list if no completions are available | Niklas Baumstark | |
| 2012-04-10 | fix small bug when closing and reopening dialog in combination with async ↵ | Niklas Baumstark | |
| updating | |||
| 2012-04-10 | update results list asynchronously to take load from the CPU and improve the ↵ | Niklas Baumstark | |
| perceived responsiveness | |||
| 2012-04-10 | add bookmark in "all" completion | Niklas Baumstark | |
| 2012-04-10 | improve perfmance by caching history results in the background page. | Niklas Baumstark | |
| Also decrease the number of included results slightly. | |||
| 2012-04-10 | sort results in tab completion mode | Niklas Baumstark | |
| 2012-04-10 | add special command for tab completion | Niklas Baumstark | |
| 2012-04-10 | restructure fuzzy mode flow | Niklas Baumstark | |
| 2012-04-10 | really get more history items | Niklas Baumstark | |
| 2012-04-10 | add tab completion support | Niklas Baumstark | |
| 2012-04-10 | add Google lucky search as command "luck " | Niklas Baumstark | |
| 2012-04-10 | decrease number of history items | Niklas Baumstark | |
| 2012-04-10 | make number of completions configurable | Niklas Baumstark | |
| 2012-04-10 | allow custom functions as commands, add example in form of forced web search | Niklas Baumstark | |
| 2012-04-10 | fix syntax error | Niklas Baumstark | |
| 2012-04-10 | remove empty leading line | Niklas Baumstark | |
| 2012-04-10 | make F5 refresh the completions | Niklas Baumstark | |
| 2012-04-10 | fix some issues with asynchronous filtering and refreshing | Niklas Baumstark | |
| 2012-04-10 | add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵ | Niklas Baumstark | |
| (goto) as custom commands | |||
| 2012-04-10 | add fuzzy mode | Niklas Baumstark | |
