Alexandre Julliard pushed to branch master at wine / wine
Commits:
1ef56284 by Rémi Bernon at 2024-10-18T13:49:27+02:00
win32u: Introduce a new NtUserDragDropCall message call.
And use it to post WM_DROPFILES message.
- - - - -
e9e07609 by Rémi Bernon at 2024-10-18T13:49:30+02:00
winex11: Compute DND drop point earlier when dropping files/urls.
- - - - -
9d7d3bd2 by Rémi Bernon at 2024-10-18T13:49:30+02:00
winex11: Query the DndSelection property value earlier.
- - - - -
6cb21e12 by Rémi Bernon at 2024-10-18T13:49:30+02:00
winex11: Lookup for files/urls DND target window in user32.
- - - - -
0bfdac7f by Rémi Bernon at 2024-10-18T13:49:30+02:00
win32u: Move the PE side DND callbacks to user32.
- - - - -
2334b9bf by Rémi Bernon at 2024-10-18T13:49:31+02:00
win32u: Map points from window monitor DPI to thread DPI.
- - - - -
17 changed files:
- dlls/user32/Makefile.in
- dlls/user32/clipboard.c
- dlls/user32/user_main.c
- dlls/user32/user_private.h
- dlls/win32u/clipboard.c
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
- dlls/winex11.drv/Makefile.in
- dlls/winex11.drv/dllmain.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/unixlib.h
- dlls/winex11.drv/x11drv.h
- dlls/winex11.drv/x11drv_dll.h
- dlls/winex11.drv/x11drv_main.c
- − dlls/winex11.drv/xdnd.c
- dlls/wow64win/user.c
- include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/373afb8c07169e8c756c8d9338b99…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/373afb8c07169e8c756c8d9338b99…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
683813d1 by Alistair Leslie-Hughes at 2024-10-15T09:22:31+11:00
Drop gdi32-rotation patchset
This was "fixed" upstream. Though the current implementation is causing
multiple regressions with Rounded Rects.
- - - - -
81492f71 by Alistair Leslie-Hughes at 2024-10-15T09:23:52+11:00
Updated vkd3d-latest patchset
- - - - -
44f9ec97 by Alistair Leslie-Hughes at 2024-10-18T07:32:33+11:00
Updated vkd3d-latest patchset
- - - - -
02792d03 by Alistair Leslie-Hughes at 2024-10-18T07:34:05+11:00
Added win32u-NtGdiExtTextOutW-rotation patchset
- - - - -
8 changed files:
- − patches/gdi32-rotation/0001-gdi32-fix-for-rotated-Arc-ArcTo-Chord-and-Pie-drawin.patch
- − patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch
- − patches/gdi32-rotation/definition
- patches/vkd3d-latest/0001-Updated-vkd3d-to-2ac7f650a196e47a18ea1957eac5953255c.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-25232f2b2b35bcf1c265bc380c31cd1d32e.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-a2aeb3a1421c5540b7f4d0e68ec3ff211e1.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-cd74461d6dabae4e702de61a90533d811aa.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-9cb4207c92ec3ee05fce15580c89f2e5146.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-e8b14d765dbebae32d83aa5d2a7521932d9.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/858bf979a1c177ae7b43a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/858bf979a1c177ae7b43a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f1b8a294 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw/tests: Fix texture interface IID in test_multiple_devices() for ddraw1.
- - - - -
6c157696 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Use global handle table in d3d_device2_SwapTextureHandles().
Fixes a regression introduced by
5a7ff3b45c78784dca0a465d9e21483f72bce6e5.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57300
- - - - -
f57ef9b4 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Validate handles in d3d_device2_SwapTextureHandles().
- - - - -
abadd073 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Update state if d3d_device2_SwapTextureHandles() results in texture change.
- - - - -
5 changed files:
- dlls/ddraw/ddraw_private.h
- dlls/ddraw/device.c
- dlls/ddraw/main.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca7ae7fb0a11695acec4d9552d7c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca7ae7fb0a11695acec4d9552d7c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69526288 by Rémi Bernon at 2024-10-17T12:03:12+02:00
winex11: Keep the target window on the data object.
- - - - -
2acbff50 by Rémi Bernon at 2024-10-17T12:03:12+02:00
winex11: Keep the target window point on the data object.
- - - - -
3bcaa65b by Rémi Bernon at 2024-10-17T12:03:12+02:00
winex11: Keep the target effect on the data object.
- - - - -
5f80ce22 by Rémi Bernon at 2024-10-17T12:03:12+02:00
winex11: Keep the IDropTarget pointer instead of HWND/accepted.
- - - - -
ff81ed9d by Rémi Bernon at 2024-10-17T12:03:12+02:00
winex11: Keep the IDropTarget pointer on the data object.
- - - - -
1 changed file:
- dlls/winex11.drv/xdnd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d34c44d8464722c333fdde5313b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d34c44d8464722c333fdde5313b3…
You're receiving this email because of your account on gitlab.winehq.org.