Module: wine Branch: master Commit: e1a7d6eeb1b7b9029ebb90b5d1e23369c441419f URL: https://source.winehq.org/git/wine.git/?a=commit;h=e1a7d6eeb1b7b9029ebb90b5d...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Fri Nov 2 16:50:38 2018 +0200
shell32/autocomplete: Implement a cache and sort the enumerated strings for proper behavior.
Windows doesn't reset and re-enumerate it everytime autocompletion happens, and it also sorts the strings. This matches it more closely and makes it more useable on large lists as well.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/autocomplete.c | 206 +++++++++++++++++++++++++++++++------------- 1 file changed, 146 insertions(+), 60 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e1a7d6eeb1b7b9029ebb9...