=?UTF-8?Q?Gabriel=20Iv=C4=83ncescu=20?=: shell32/autocomplete: Implement a cache and sort the enumerated strings for proper behavior.

Alexandre Julliard julliard at winehq.org
Mon Nov 5 15:51:52 CST 2018


Module: wine
Branch: master
Commit: e1a7d6eeb1b7b9029ebb90b5d1e23369c441419f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e1a7d6eeb1b7b9029ebb90b5d1e23369c441419f

Author: Gabriel Ivăncescu <gabrielopcode at 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 at gmail.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=e1a7d6eeb1b7b9029ebb90b5d1e23369c441419f



More information about the wine-cvs mailing list