Sweden-Number/dlls/comctl32/tests
Zhiyi Zhang 76f8ea7501 comctl32/pager: Support toolbar notification conversion.
Fix BibleWorks 10 not displaying toolbar.

Pager always wants Unicode notifications from its children.
And the parent of pager may want ANSI notifications. In this
case, pager need to convert Unicode notifications to ANSI ones
before sending them to parent and convert ANSI notifications
from parent to Unicode before returning the result to its children.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-22 00:02:14 +02:00
..
Makefile.in
animate.c
bmp80x15.bmp
bmp128x15.bmp
button.c comctl32/button: Support BCM_GETIDEALSIZE message. 2018-09-05 19:05:46 +02:00
combo.c comctl32/combo: Implement logic for setting and getting dropdown height. 2018-08-20 09:21:52 +02:00
datetime.c
dpa.c
edit.c
header.c
imagelist.c
ipaddress.c
listbox.c comctl32/listbox: Update anchor index on LB_SETSEL. 2018-08-15 20:55:10 +02:00
listview.c comctl32/listview: Avoid duplicate LVN_ENDLABELEDIT notifications on focus change. 2018-08-27 10:57:39 +02:00
misc.c comctl32/tests: Add a test for base class names. 2018-08-27 10:57:39 +02:00
monthcal.c
mru.c
msg.h
pager.c comctl32/pager: Support toolbar notification conversion. 2018-09-22 00:02:14 +02:00
progress.c
propsheet.c
rebar.c
resources.h
rsrc.rc
static.c
status.c
subclass.c comctl32: Add NULL checks to SetWindowSubclass (Valgrind). 2018-09-20 15:36:21 +02:00
syslink.c
tab.c
taskdialog.c comctl32/taskdialog: Add support for navigating page. 2018-08-14 09:41:30 +02:00
toolbar.c
tooltips.c
trackbar.c
treeview.c comctl32/tests: Fix test failures on XP. 2018-08-24 20:12:05 +02:00
updown.c
v6util.h