Alexandre Julliard pushed to branch master at wine / wine
Commits:
3f8cbfb9 by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Adding missing interfaces for SpStream.
- - - - -
8283a595 by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::Set/GetBaseStream.
- - - - -
0b08214b by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::Close.
- - - - -
94cf8b9a by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::GetFormat.
- - - - -
e1747b5d by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement IStream methods for SpStream.
- - - - -
2 changed files:
- dlls/sapi/stream.c
- dlls/sapi/tests/stream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21b7e01bcca9eaf9199ecccfa331c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21b7e01bcca9eaf9199ecccfa331c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b351f4e by Eric Pouech at 2025-01-27T17:39:55+01:00
include: Add some new definitions for dbghelp.h.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5c6de457 by Eric Pouech at 2025-01-27T17:40:01+01:00
include: Add a couple of definitions to mscvpdb.h.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
21b7e01b by Eric Pouech at 2025-01-27T17:47:27+01:00
include: Use flexible array-member in some structure declarations.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- include/cvconst.h
- include/dbghelp.h
- include/wine/mscvpdb.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e12815134968cee82ba098083d9bb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e12815134968cee82ba098083d9bb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
797fe1c7 by Akihiro Sagawa at 2025-01-27T17:39:55+01:00
gdi32/tests: Add tests for script-independent vertical glyph lookup.
vertical2.sfd is based on vertical.sfd. However, it has a different
GSUB table for testing.
- - - - -
e1281513 by Akihiro Sagawa at 2025-01-27T17:39:55+01:00
win32u: Use the first vertical alternates table regardless of script.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56658
- - - - -
6 changed files:
- dlls/gdi32/tests/Makefile.in
- dlls/gdi32/tests/font.c
- dlls/gdi32/tests/resource.rc
- + dlls/gdi32/tests/vertical2.sfd
- + dlls/gdi32/tests/vertical2.ttf
- dlls/win32u/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e4c1ea8cc54958b51556ef23ee6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e4c1ea8cc54958b51556ef23ee6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
05564eb2 by Zhiyi Zhang at 2025-01-27T14:40:39+01:00
win32u: Allocate a separate user buffer when packing a large WM_COPYDATA message for user32.
Before this patch, WM_COPYDATA message data was packed at the end of the message and then passed
to KeUserModeCallback() to call user mode callbacks. However, WM_COPYDATA can contain a large amount
of data so KeUserModeCallback() can cause stack overflows. Manual tests on Windows show that
WM_COPYDATA messages with data <= 2048 bytes do have their data packed at the end of the message.
But for WM_COPYDATA messages with data > 2048 bytes, KiUserCallbackDispatcher() gets a 120 bytes
packed arguments, which is the same size when packing WM_COPYDATA messages with no data. So for
WM_COPYDATA messages with data > 2048 bytes, the data must be packed differently.
Fix FCSExpress hangs after sending WM_COPYDATA messages.
- - - - -
c346a814 by Zhiyi Zhang at 2025-01-27T14:40:39+01:00
user32/tests: Add tests for WM_COPYDATA.
- - - - -
5 changed files:
- dlls/user32/tests/msg.c
- dlls/user32/winproc.c
- dlls/win32u/hook.c
- dlls/win32u/message.c
- dlls/win32u/win32u_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/790cde06590c68a1684477e1df7b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/790cde06590c68a1684477e1df7b6…
You're receiving this email because of your account on gitlab.winehq.org.