Alexandre Julliard pushed to branch master at wine / wine
Commits:
924a8e0d by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Respect enumeration flags in EnumGroups().
- - - - -
434b5a14 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Always set the data size in GetGroupData().
- - - - -
91e50579 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Factor out a function for adding player to a group.
- - - - -
7ec576a7 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Add group players from SUPERENUMPLAYERSREPLY to the group.
- - - - -
f37853f5 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx/tests: Test client side of AddPlayerToGroup() separately.
- - - - -
28581f00 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Queue DPSYS_ADDPLAYERTOGROUP in DP_AddPlayerToGroup().
- - - - -
e72bd3a7 by Anton Baskanov at 2024-11-19T10:36:10+01:00
dplayx: Send ADDPLAYERTOGROUP in AddPlayerToGroup().
- - - - -
5 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c7900c40c0365cf61db3573bb85…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c7900c40c0365cf61db3573bb85…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
245dfb80 by Gerald Pfeifer at 2024-11-19T10:33:37+01:00
dpwsockx: Don't use true as a variable name.
Revision 78bdd23406 (Oct 13 2023) introduced "true" as a variable name
in DPWSCB_EnumSessions.
This is a reserved identifier in C++ and recent versions of C and with
GCC 15 going to move to -std=gnu23 (so essentically C23) we'd break.
- - - - -
1 changed file:
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/245dfb801ebb9d3d3cd857d64c17b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/245dfb801ebb9d3d3cd857d64c17b3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e0773560 by Vitor Ramos at 2024-11-19T10:33:07+01:00
include: Add cpp header guard to the pathcch.h.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6301854f by Vitor Ramos at 2024-11-19T10:33:09+01:00
include: Use enum for PATHCCH_ options.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- include/pathcch.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/67c1c3c2559cc3b934cae5ae26156…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/67c1c3c2559cc3b934cae5ae26156…
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:
78f63099 by Alistair Leslie-Hughes at 2024-11-19T09:46:47+11:00
Rebase against 67c1c3c2559cc3b934cae5ae26156dcc6fbd484b.
- - - - -
3 changed files:
- patches/eventfd_synchronization/0028-ntdll-Implement-NtSignalAndWaitForSingleObject.patch
- patches/user32-rawinput-mouse/0004-server-Add-send_hardware_message-flags-for-rawinput-.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/78f630993bc4b9ac88e1f3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/78f630993bc4b9ac88e1f3…
You're receiving this email because of your account on gitlab.winehq.org.
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.