-
8e4efa10
by Alanas Tebuev at 2025-05-23T20:58:30+02:00
comctl32/tests: Test WM_NOTIFY CBEN_ENDEDITW conversion and forwarding in toolbar.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57178
-
ab3f20b7
by Alanas Tebuev at 2025-05-23T20:58:30+02:00
comctl32: Rewrite COMCTL32_array_reserve (was PAGER_AdjustBuffer).
• Support item size that is not 2 bytes.
• Multiplication by item_size happens inside COMCTL32_array_reserve.
• Use DWORD instead of INT for *size for consistency with Alloc and negative buffer size doesn't make sense.
• Don't forget old *array when ReAlloc returns NULL.
-
0d2e6852
by Alanas Tebuev at 2025-05-23T20:58:30+02:00
comctl32: Move WM_NOTIFY unicode to ansi conversion code from pager.c to commctrl.c.
It will be needed for toolbar.c.
-
4cfe8273
by Alanas Tebuev at 2025-05-23T20:58:30+02:00
comctl32/toolbar: Forward WM_NOTIFY CBEN_ENDEDITW and CBEN_ENDEDITA.
This makes 7-Zip File Manager press enter in path input work.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57178