[Git][wine/wine][master] 4 commits: comctl32/tests: Test WM_NOTIFY CBEN_ENDEDITW conversion and forwarding in toolbar.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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 - - - - - 5 changed files: - dlls/comctl32/comctl32.h - dlls/comctl32/commctrl.c - dlls/comctl32/pager.c - dlls/comctl32/tests/toolbar.c - dlls/comctl32/toolbar.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24e2097085c9e1cbc36bf917d57dce... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24e2097085c9e1cbc36bf917d57dce... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)