Module: wine Branch: master Commit: 04fe481d2b080aa156eeb22f2a82f6c329e19c07 URL: https://source.winehq.org/git/wine.git/?a=commit;h=04fe481d2b080aa156eeb22f2...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Feb 14 08:35:18 2018 +0300
comctl32: Introduce ListBox control.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 1 + dlls/comctl32/combo.c | 35 - dlls/comctl32/comctl32.h | 44 + dlls/comctl32/commctrl.c | 4 + dlls/comctl32/listbox.c | 3024 ++++++++++++++++++++++++++++++++++++++++++++ dlls/comctl32/tests/misc.c | 4 +- dlls/user32/class.c | 2 - 7 files changed, 3076 insertions(+), 38 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=04fe481d2b080aa156eeb...