Alexandre Julliard pushed to branch master at wine / wine
Commits:
52532964 by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Add window.msCrypto stub.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
32682ab5 by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Add msCrypto.subtle stub.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e8e86c5e by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Implement msCrypto.getRandomValues.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
34efe92c by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Implement "arraybuffer" type response for XMLHttpRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
12 changed files:
- dlls/jscript/arraybuf.c
- dlls/jscript/dispex.c
- dlls/jscript/jscript.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/omnavigator.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/xhr.js
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/065b4ec12b38ddfb7dc52eb599f50…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/065b4ec12b38ddfb7dc52eb599f50…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fdea6e4b by Nikolay Sivov at 2025-11-12T22:11:54+01:00
gdi32: Ignore provided glyph position if ExtTextOutW() needs complex text processing.
On Windows playing back a metafile with Arabic text does not use provided
positions for individual glyphs, but instead shapes it properly.
This change should not affect anything that does not require complex processing.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/gdi32/text.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fdea6e4ba483221a6aed9404b68c8b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fdea6e4ba483221a6aed9404b68c8b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c4cec8f0 by Zhiyi Zhang at 2025-11-12T18:33:46+01:00
comctl32/ipaddress: Use the system window text color to draw dots.
Manual tests on XP show that ipaddress controls don't use the text colors in the theme file to draw
dots and the system window text color should be used instead. In fact, there is no text color property
for the ETS_NORMAL state in the theme file. This fixes the wrong color for the dots in ipaddress
controls.
- - - - -
1 changed file:
- dlls/comctl32/ipaddress.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c4cec8f0517da36a0a79e37ed60b98…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c4cec8f0517da36a0a79e37ed60b98…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c062dce by Zhiyi Zhang at 2025-11-12T18:33:26+01:00
comctl32/status: Refactor STATUSBAR_DrawSizeGrip() to take an HWND instead.
- - - - -
79eedda1 by Zhiyi Zhang at 2025-11-12T18:33:28+01:00
comctl32/status: Add a helper to draw the background for parts.
- - - - -
316a533c by Zhiyi Zhang at 2025-11-12T18:33:29+01:00
comctl32/status: Add a helper to draw the background.
- - - - -
baff9931 by Zhiyi Zhang at 2025-11-12T18:33:30+01:00
comctl32/status: Remove theming for comctl32 v5.
- - - - -
1 changed file:
- dlls/comctl32/status.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1e94119f07919991edb1e629090b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1e94119f07919991edb1e629090b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
48bb5d58 by Alexandre Julliard at 2025-11-12T15:36:41+01:00
winebuild: Assign section file positions once the offset is known.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58954
- - - - -
64d1f6fb by Alexandre Julliard at 2025-11-12T16:03:56+01:00
ntdll: Don't copy WINEDLLOVERRIDES to the Windows environment.
It's handled on the Unix side now.
- - - - -
435311ba by Alexandre Julliard at 2025-11-12T16:03:59+01:00
ntdll: Remove Wine-internal variables from the Unix environment.
- - - - -
b1e94119 by Alexandre Julliard at 2025-11-12T16:03:59+01:00
ntdll: Don't rebuild the Unix environment from the Windows one.
Child processes always use the Windows environment directly nowadays.
- - - - -
6 changed files:
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- tools/winebuild/spec32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9250ecc5a6a64c73aada0ea751815…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9250ecc5a6a64c73aada0ea751815…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
4ee9edf6 by Elizabeth Figura at 2025-11-12T11:30:25-06:00
Rebase against 9250ecc5a6a64c73aada0ea751815412f7f00410.
- - - - -
635849c3 by Elizabeth Figura at 2025-11-12T11:30:25-06:00
ntdll-Junction_Points: Remove hardcoded results for reparse point size and NtReadFile().
As tests show these are actually incorrect; reparse points can contain arbitrary data.
- - - - -
3950dc0e by Elizabeth Figura at 2025-11-12T11:30:25-06:00
ntdll-Junction_Points: Remove support for making reparse points real symlinks.
This is not a priority upstream, and is unlikely to happen.
- - - - -
12 changed files:
- − patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- − patches/ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-reparse-points.patch
- − patches/ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-reparse-points.patch
- − patches/ntdll-Junction_Points/0013-ntdll-Allow-reparse-points-to-target-the-applicable-.patch
- − patches/ntdll-Junction_Points/0014-ntdll-Add-an-intermediary-prefix-symlink-in-reparse-.patch
- − patches/ntdll-Junction_Points/0015-ntdll-Always-report-symbolic-links-as-containing-zer.patch
- − patches/ntdll-Junction_Points/0017-ntdll-Succeed-with-no-data-for-NtReadFile-on-reparse.patch
- − patches/ntdll-Junction_Points/0026-Return-correct-status-value-if-handle-is-not-a-repar.patch
- patches/ntdll-NtDevicePath/0001-ntdll-Implement-opening-files-through-nt-device-path.patch
- patches/ntdll-NtDevicePath/definition
- patches/ws2_32-af_unix/0003-server-Allow-for-deletion-of-socket-files.patch
- patches/ws2_32-af_unix/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/514e3884c5317c704ad83…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/514e3884c5317c704ad83…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2903831f by Giovanni Mascellani at 2025-11-12T15:19:33+01:00
tests/hlsl: Test using an SRV in combination with a CBV larger than the declared uniforms.
This appears to be valid on native (no validation message is
raised) but is not properly handled by vkd3d.
- - - - -
7f377879 by Giovanni Mascellani at 2025-11-12T15:24:30+01:00
vkd3d-shader/spirv: Clamp push constant CBV sizes to those of the push constant ranges backing them.
Otherwise invalid SPIR-V may be generated, because the CBV field in
"push_cb_struct" may end up overlapping with a subsequent one.
- - - - -
3 changed files:
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/descriptors.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4039168bcabe49375109baf7ac4a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4039168bcabe49375109baf7ac4a…
You're receiving this email because of your account on gitlab.winehq.org.