Alexandre Julliard pushed to branch master at wine / wine
Commits:
10cf5788 by Gabriel Ivăncescu at 2024-11-18T22:42:00+01:00
jscript: Delete external props before redefining them.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c4630993 by Gabriel Ivăncescu at 2024-11-18T22:42:00+01:00
jscript: Make most builtin global objects configurable.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
67c1c3c2 by Gabriel Ivăncescu at 2024-11-18T22:42:00+01:00
mshtml: Use actual referenced prop flags for window script props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/global.c
- dlls/jscript/jsdisp.idl
- dlls/jscript/set.c
- dlls/mshtml/htmlscript.h
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/script.c
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/12925e9113769c0d0d598aa7b318c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/12925e9113769c0d0d598aa7b318c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
be6902d0 by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Listen to PropertyNotify events on the virtual desktop window.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57423
- - - - -
03457ece by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Don't expect WM_STATE events on override-redirect windows.
- - - - -
8bbc1931 by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Wait for pending _NET_WM_STATE before updating the client state.
- - - - -
03738c3f by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Wait for pending ConfigureNotify before updating the client state.
- - - - -
d8b5a3ae by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Update the window client config on window state changes.
- - - - -
0cda9185 by Rémi Bernon at 2024-11-18T21:38:16+01:00
winex11: Request window state updates asynchronously.
- - - - -
5 changed files:
- dlls/user32/tests/win.c
- dlls/winex11.drv/desktop.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ac127ebc68d7f120c54c59274f59…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ac127ebc68d7f120c54c59274f59…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b1e54a5f by Rémi Bernon at 2024-11-18T21:36:51+01:00
dinput: Assume that clipping the cursor uses the requested rectangle.
- - - - -
6ac127eb by Rémi Bernon at 2024-11-18T21:36:52+01:00
dinput: Only call SetCursorPos if ClipCursor fails.
Fixes mouse sometimes jumping around in Mechwarrior Online on
KDE/Wayland.
- - - - -
1 changed file:
- dlls/dinput/mouse.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3f7c85f7a3157b9568df6be5a440f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3f7c85f7a3157b9568df6be5a440f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
696ef034 by Anton Baskanov at 2024-11-18T21:36:40+01:00
dplayx/tests: Add missing pragma pack directives.
- - - - -
46b79b18 by Anton Baskanov at 2024-11-18T21:36:40+01:00
dplayx/tests: Check that groups from SUPERENUMPLAYERSREPLY are added to the session.
- - - - -
1b9b7a5e by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Add group to the parent group in DP_CreateGroup().
- - - - -
be022f35 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Set group data in DP_CreateGroup().
- - - - -
18a73629 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Return HRESULT from DP_CreateGroup().
- - - - -
0eb2f181 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Inform the SP about group creation in DP_CreateGroup().
- - - - -
3f7c85f7 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Add groups from SUPERENUMPLAYERSREPLY to the session.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac1ff67cfda77618ac05c2c8c38de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac1ff67cfda77618ac05c2c8c38de…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ce946e57 by Alexandre Julliard at 2024-11-18T21:29:14+01:00
server: Use an explicit union instead of a typedef for message data.
- - - - -
180ba49c by Alexandre Julliard at 2024-11-18T21:32:53+01:00
server: Use an explicit union instead of a typedef for hardware input.
- - - - -
6f5e34ad by Alexandre Julliard at 2024-11-18T21:33:42+01:00
server: Use an explicit union instead of a typedef for debug event data.
- - - - -
ab399468 by Alexandre Julliard at 2024-11-18T21:34:40+01:00
server: Use an explicit union instead of a typedef for IRP params.
- - - - -
ac1ff67c by Alexandre Julliard at 2024-11-18T21:35:50+01:00
server: Use an explicit union instead of a typedef for select operations.
- - - - -
19 changed files:
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/sync.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntoskrnl.exe/ntoskrnl.c
- dlls/win32u/message.c
- include/wine/server_protocol.h
- server/debugger.c
- server/device.c
- server/event.c
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/thread.c
- server/thread.h
- server/trace.c
- server/user.h
- tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/446f3b207fdb53dc33f018f59964d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/446f3b207fdb53dc33f018f59964d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3ca383e3 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp/tests: Add retry wrapper around SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
90ffd6c7 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp/tests: Add tests for SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
446f3b20 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp: Implement SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp.c
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/tests/dbghelp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5a726e8a3ac20a242c27123abb49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5a726e8a3ac20a242c27123abb49…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
29226ef2 by Rémi Bernon at 2024-11-18T11:53:54+01:00
winebus: Build HID report descriptors on device creation.
- - - - -
b787e065 by Rémi Bernon at 2024-11-18T11:53:54+01:00
winebus: Lookup device HID usage and usage page on the PE side.
- - - - -
a10ea7e6 by Rémi Bernon at 2024-11-18T11:53:54+01:00
winebus: Count HID buttons and pass it to is_hidraw_enabled.
- - - - -
c5a726e8 by Rémi Bernon at 2024-11-18T11:53:54+01:00
winebus: Enable hidraw by default for various HOTAS controllers.
Based on contributions from Andrew Conrad, Arkadiusz Hiler, Ivo Ivanov,
and Kai Krakow.
- - - - -
6 changed files:
- dlls/winebus.sys/bus_iohid.c
- dlls/winebus.sys/bus_sdl.c
- dlls/winebus.sys/bus_udev.c
- dlls/winebus.sys/main.c
- dlls/winebus.sys/unixlib.c
- dlls/winebus.sys/unixlib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/933b885ce729f7129309d9025b088…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/933b885ce729f7129309d9025b088…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c3b1f143 by Rémi Bernon at 2024-11-18T11:53:37+01:00
winebus: Always return success from PID effect control.
Forza Horizon 5 doesn't like unsupported racing wheel force feedback
effects.
- - - - -
933b885c by Rémi Bernon at 2024-11-18T11:53:39+01:00
winebus: Enable all PID effect types for wheel devices.
Forza Horizon 5 doesn't like unsupported racing wheel force feedback
effects and gives up too soon.
On Windows many wheel devices have custom drivers which report support
for all types of force feedback effects.
- - - - -
1 changed file:
- dlls/winebus.sys/bus_sdl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a3080760819a6d186ce4cd83bbc0a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a3080760819a6d186ce4cd83bbc0a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e79260d by Zhiyi Zhang at 2024-11-18T11:52:12+01:00
wintypes: Implement RoParseTypeName().
- - - - -
a3080760 by Zhiyi Zhang at 2024-11-18T11:52:15+01:00
wintypes/tests: Add RoParseTypeName() tests.
- - - - -
4 changed files:
- dlls/wintypes/main.c
- dlls/wintypes/tests/wintypes.c
- dlls/wintypes/wintypes.spec
- include/rometadataresolution.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae6366b33c7a6a40802034bc4d12e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae6366b33c7a6a40802034bc4d12e…
You're receiving this email because of your account on gitlab.winehq.org.