Sweden-Number/dlls/comctl32/tests
Zhiyi Zhang 463482a829 comctl32/button: Do not set BS_PUSHBUTTON and BS_DEFPUSHBUTTON style directly to Split Buttons and Command Links.
For Split Buttons and Command Links of common control version 6, setting
BS_PUSHBUTTON and BS_DEFPUSHBUTTON style toggles their default bit.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47621
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-06 19:01:39 +02:00
..
Makefile.in
animate.c
bmp1x1_32bpp.bmp comctl32/tests: Add some tests for Static/SS_BITMAP control. 2020-02-07 21:30:43 +01:00
bmp80x15.bmp
bmp128x15.bmp
button.c comctl32/button: Do not set BS_PUSHBUTTON and BS_DEFPUSHBUTTON style directly to Split Buttons and Command Links. 2020-05-06 19:01:39 +02:00
combo.c comctl32/tests: Add a test for combo resizing from smaller item height. 2019-11-28 08:36:23 +01:00
datetime.c
dpa.c
edit.c comctl32/edit: Avoid division by zero in EDIT_EM_LineScroll_internal. 2020-04-20 17:19:11 +02:00
header.c
imagelist.c comctl32/tests: Fix ImageList_DrawIndirect() test failures on winxp. 2020-04-20 17:19:11 +02:00
ipaddress.c
listbox.c comctl32/listbox: Update caret index on LB_SETSEL. 2019-12-11 21:51:28 +01:00
listview.c comctl32/tests: Add some more ListView customdraw tests. 2020-01-14 12:37:07 +01:00
misc.c
monthcal.c comctl32: For multiselect monthcal control send MCN_SELCHANGE notification on WM_LBUTTONDOWN event. 2020-02-06 22:51:59 +01:00
mru.c
msg.h
pager.c comctl32/tests: Don't read past the end of the buffer. 2019-10-23 21:56:16 +02:00
progress.c
propsheet.c
rebar.c include: Remove now useless forced _WIN32_IE defines. 2020-03-20 19:38:38 +01:00
resources.h comctl32/tests: Add some tests for Static/SS_BITMAP control. 2020-02-07 21:30:43 +01:00
rsrc.rc comctl32/tests: Add some tests for Static/SS_BITMAP control. 2020-02-07 21:30:43 +01:00
static.c comctl32/tests: Add more tests for Static/SS_BITMAP control. 2020-02-11 08:56:37 +01:00
status.c
subclass.c tests: Remove now useless forced _WIN32_WINNT defines. 2020-03-23 11:30:25 +01:00
syslink.c
tab.c
taskdialog.c
toolbar.c comctl32/toolbar: Handle NULL string pointer from TBN_GETINFOTIPW. 2019-11-28 08:36:37 +01:00
tooltips.c comctl32/tests: Trace the iteration counter when a tooltips test fails. 2019-11-25 20:47:43 +01:00
trackbar.c
treeview.c comctl32/tests: Avoid size_t in traces. 2019-11-18 23:18:00 +01:00
updown.c comctl32/tests: Avoid a couple of unneeded lstrlenA() calls. 2019-12-09 23:47:46 +01:00
v6util.h