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/24e2097085c9e1cbc36bf917d57dc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24e2097085c9e1cbc36bf917d57dc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
22926aea by Zhiyi Zhang at 2025-05-23T10:27:33+02:00
windows.ui: Return a newer IUISettings5 interface.
Return a newer IUISettings5 interface in factory_ActivateInstance(). Returning IUISettings3 is not
wrong but it's not consistent now that IUISettings5 is available.
- - - - -
dd3a1e0f by Zhiyi Zhang at 2025-05-23T10:27:35+02:00
windows.ui: Use helpers to implement IWeakReference.
This also fix a double free in uisettings_Release().
- - - - -
b2e90f9f by Zhiyi Zhang at 2025-05-23T10:27:37+02:00
geolocation: Use helpers to implement IWeakReference.
- - - - -
9 changed files:
- dlls/geolocation/Makefile.in
- dlls/geolocation/main.c
- dlls/geolocation/private.h
- + dlls/geolocation/weakref.c
- + dlls/geolocation/weakref.h
- dlls/windows.ui/Makefile.in
- dlls/windows.ui/uisettings.c
- + dlls/windows.ui/weakref.c
- + dlls/windows.ui/weakref.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/777ab19e7907d9b8c5f04987ee3c4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/777ab19e7907d9b8c5f04987ee3c4…
You're receiving this email because of your account on gitlab.winehq.org.