Alexandre Julliard pushed to branch master at wine / wine
Commits:
a97b5bd9 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv/tests: Add another test for GetProfilesDirectoryA.
- - - - -
27e5f75f by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll/tests: Add more tests for RtlExpandEnvironmentStrings/_U.
- - - - -
0d924bc8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add tests for ExpandEnvironmentStringsW.
- - - - -
b70b948e by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add more tests for ExpandEnvironmentStringsA.
- - - - -
7f4fab74 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add ExpandEnvironmentStringsA tests for japanese.
- - - - -
6a306e9c by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll: Rework RtlExpandEnvironmentStrings/_U to account for corner cases.
- - - - -
fdecb756 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsW error handling.
- - - - -
f666b3c8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsA to return ansi size and fix corner cases.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54295
- - - - -
64462c82 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv: Fix GetProfilesDirectoryA return value.
This is now handled by ExpandEnvironmentStringsA, as should be.
- - - - -
9 changed files:
- dlls/advapi32/tests/registry.c
- dlls/kernel32/tests/environ.c
- dlls/kernelbase/process.c
- dlls/ntdll/env.c
- dlls/ntdll/tests/env.c
- dlls/shcore/tests/shcore.c
- dlls/shlwapi/tests/shreg.c
- dlls/userenv/tests/userenv.c
- dlls/userenv/userenv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c9ce39d0 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebCreateClientHandle.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54623
- - - - -
0f05f82b by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketAbortHandle.
- - - - -
a7abbfd1 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketDeleteHandle.
- - - - -
5 changed files:
- dlls/websocket/Makefile.in
- + dlls/websocket/websocket.c
- dlls/websocket/websocket.spec
- include/Makefile.in
- + include/websocket.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e5f547a by Alexandre Julliard at 2024-11-05T16:32:46+01:00
user32: Add some new entry points and ordinals.
- - - - -
33ca2048 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
gdi32: Add some new entry points and ordinals.
- - - - -
2e8a3377 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
win32u: Add some new stub entry points.
- - - - -
a4171c82 by Alexandre Julliard at 2024-11-05T20:13:09+01:00
ntdll/tests: Skip the syscall relocation test if the file on disk is not updated.
- - - - -
d279cbe8 by Alexandre Julliard at 2024-11-05T20:54:54+01:00
kernel32/tests: Search the current directory for newly-created dlls.
- - - - -
5 changed files:
- dlls/gdi32/gdi32.spec
- dlls/kernel32/tests/module.c
- dlls/ntdll/tests/virtual.c
- dlls/user32/user32.spec
- dlls/win32u/win32u.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a2e573be by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Add IUriRuntimeClassFactory stub.
- - - - -
f99e7ea6 by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Implement uri_factory_CreateUri().
- - - - -
0e5646ed by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Implement uri_RawUri().
- - - - -
8734c9db by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil: Add uri_AbsoluteUri() semi-stub.
Use raw URI as absolute URI for now. To make it fully compliant with RFC 3986 and 3987, we need to
implement a parser and reconstruct the absolute URI from parts.
- - - - -
bc82bbdc by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil/tests: Add IUriRuntimeClassFactory tests.
- - - - -
ee4bc76c by Zhiyi Zhang at 2024-11-05T14:04:10+01:00
iertutil/tests: Add IUriRuntimeClass tests.
- - - - -
11 changed files:
- configure
- configure.ac
- + dlls/iertutil/Makefile.in
- + dlls/iertutil/classes.idl
- + dlls/iertutil/iertutil.spec
- + dlls/iertutil/main.c
- + dlls/iertutil/private.h
- + dlls/iertutil/tests/Makefile.in
- + dlls/iertutil/tests/iertutil.c
- dlls/wintypes/classes.idl
- include/windows.foundation.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b6a8e64af57cb37df4f9d128af25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b6a8e64af57cb37df4f9d128af25…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f40e0f8a by Anton Baskanov at 2024-11-05T13:58:09+01:00
dplayx/tests: Use the correct system player ID in sendSuperEnumPlayersReply().
- - - - -
0ba33f48 by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx/tests: Test client side of Send() separately.
- - - - -
7fa549ba by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx: Queue the message for local players in SendEx().
- - - - -
01d4ed02 by Anton Baskanov at 2024-11-05T13:58:11+01:00
dplayx: Remove the separate branch for DPID_ALLPLAYERS in SendEx().
It will be handled by DP_FindAnyGroup().
- - - - -
1b6a8e64 by Anton Baskanov at 2024-11-05T13:58:13+01:00
dplayx: Send the message in SendEx().
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eeabbe812ffc3ed7c06fc85cd63f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eeabbe812ffc3ed7c06fc85cd63f0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aa1ce9e2 by Elizabeth Figura at 2024-11-05T19:53:24+01:00
tests: Add some tests for FOG and PSIZE writemask restrictions.
- - - - -
f50b20dd by Elizabeth Figura at 2024-11-05T19:53:24+01:00
vkd3d-shader/hlsl: Enforce PSIZE component count for sm1 VS output.
- - - - -
5a513ffc by Elizabeth Figura at 2024-11-05T19:53:24+01:00
vkd3d-shader/hlsl: Enforce FOG component count for sm1 VS output.
- - - - -
a10ee075 by Elizabeth Figura at 2024-11-05T19:57:41+01:00
vkd3d-shader/ir: Force fog and point size to 1 component when normalizing I/O.
- - - - -
4290d853 by Elizabeth Figura at 2024-11-05T19:58:49+01:00
vkd3d-shader/hlsl: Write all writemask components for PSIZE and FOG outputs.
Matching fxc/d3dcompiler.
- - - - -
6 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- + tests/hlsl/fog.shader_test
- tests/hlsl/shader-point-size.shader_test
- tests/vkd3d_shader_api.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90a07ada8eae5aa5c1e94a531578…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90a07ada8eae5aa5c1e94a531578…
You're receiving this email because of your account on gitlab.winehq.org.