Sweden-Number/dlls/comctl32/tests
Zhiyi Zhang 2de05267d7 comctl32/theme_dialog: Pass the WM_SYSCOLORCHANGE message to the original dialog procedure.
Even though themed dialog itself doesn't need to repaint after WM_SYSCOLORCHANGE is received,
WM_SYSCOLORCHANGE should be passed to the original dialog procedure DefDlgProcW(), which can then
forward WM_SYSCOLORCHANGE to its common controls and call COMCTL32_RefreshSysColors().

Fix wrong property sheet tab background color after winecfg disables theming.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44511
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-28 10:25:02 +02:00
..
Makefile.in
animate.c
bmp1x1_32bpp.bmp
bmp80x15.bmp
bmp128x15.bmp
button.c comctl32/button: Use themed painting when possible for handling WM_SETTEXT. 2021-03-03 21:54:45 +01:00
combo.c comctl32/tests: Remove unnecessary macro. 2021-04-12 19:34:17 +02:00
datetime.c comctl32/datetime: Do not call default procedure for WM_NCCREATE. 2020-09-25 10:48:45 +02:00
dpa.c comctl32: Fix DPA_GetPtr() prototype. 2021-03-09 21:33:43 +01:00
edit.c
header.c
imagelist.c comctl32: Remove the masked background when 32bpp bitmaps have no alpha values. 2021-01-06 21:53:17 +01:00
ipaddress.c comctl32/tests: Fix loop bounds. 2020-10-09 16:21:33 +02:00
listbox.c
listview.c comctl32/tests: Remove some workarounds from ListView tests. 2020-10-05 20:51:42 +02:00
misc.c comctl32/theme_dialog: Pass the WM_SYSCOLORCHANGE message to the original dialog procedure. 2021-04-28 10:25:02 +02:00
monthcal.c
mru.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
msg.h
pager.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
progress.c
propsheet.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
rebar.c
resources.h
rsrc.rc
static.c
status.c comctl32: Fix non printable characters handling in SB_SETTEXT. 2020-07-21 15:17:19 +02:00
subclass.c
syslink.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
tab.c
taskdialog.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
toolbar.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
tooltips.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
trackbar.c
treeview.c comctl32/tests: Use wide strings literals. 2020-09-25 10:48:48 +02:00
updown.c
v6util.h