Alexandre Julliard pushed to branch master at wine / wine
Commits:
f82a8eef by Esme Povirk at 2025-04-20T17:06:49+02:00
gdiplus: Rename a misleading variable.
We no longer transform the path in this function.
- - - - -
0673a77a by Esme Povirk at 2025-04-20T17:06:51+02:00
gdiplus: Simplify rect region conversion to HRGN.
Since we no longer pass in a transform, we don't have to use path
code for this.
- - - - -
1 changed file:
- dlls/gdiplus/region.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10f3fce26d015952c5d4851d5b08a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10f3fce26d015952c5d4851d5b08a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5e5f3676 by Esme Povirk at 2025-04-20T17:06:26+02:00
comctl32: Implement MSAA events for listview controls.
- - - - -
d34a6729 by Esme Povirk at 2025-04-20T17:06:27+02:00
comctl32/tests: Test listview MSAA events.
- - - - -
299bdcbc by Esme Povirk at 2025-04-20T17:06:27+02:00
comctl32/tests: Add test for MSAA event on listview setview.
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a08d6d8be08b9408bd61d5a5c0f38…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a08d6d8be08b9408bd61d5a5c0f38…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2f383b27 by Elizabeth Figura at 2025-04-20T17:06:21+02:00
ws2_32/tests: Add tests for socket handle validity checks in send functions.
- - - - -
a565d3b1 by Elizabeth Figura at 2025-04-20T17:06:21+02:00
ntdll: Validate fd type in IOCTL_AFD_WINE_COMPLETE_ASYNC.
- - - - -
a08d6d8b by Elizabeth Figura at 2025-04-20T17:06:21+02:00
ws2_32: Allow using duplicated socket handles in WS2_sendto().
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=58122
- - - - -
3 changed files:
- dlls/ntdll/unix/socket.c
- dlls/ws2_32/socket.c
- dlls/ws2_32/tests/sock.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31e9e9ec0d33b59ed4b82036add51…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31e9e9ec0d33b59ed4b82036add51…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa7f8877 by Eric Pouech at 2025-04-20T17:05:45+02:00
dbghelp: Move function signature type handling to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6b8c3977 by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Move enumeration type to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a244519e by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Move UDT type handling to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1260736d by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: No longer preload the types from PDB.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
22158c53 by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Optimize request to codeview types.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07ec7f83ff2e6f990802369220f28…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07ec7f83ff2e6f990802369220f28…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
25d277b5 by Sven Baars at 2025-04-20T17:05:11+02:00
ntdll/tests: Fix some string leaks (Valgrind).
- - - - -
9465ac15 by Sven Baars at 2025-04-20T17:05:11+02:00
ntdll/tests: Don't trace invalid pointers (Valgrind).
This fixes a crash when value_data is equal to 0xdeadbeef.
- - - - -
ebdfb23d by Sven Baars at 2025-04-20T17:05:13+02:00
ntdll/tests: Fix some uninitialized variable warnings (Valgrind).
- - - - -
07ec7f83 by Sven Baars at 2025-04-20T17:05:13+02:00
ntdll: Avoid evaluating a possibly uninitialized variable in RtlExpandEnvironmentStrings(). (Valgrind).
- - - - -
4 changed files:
- dlls/ntdll/env.c
- dlls/ntdll/tests/directory.c
- dlls/ntdll/tests/reg.c
- dlls/ntdll/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f86cffdafd0cefad20afda478a99b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f86cffdafd0cefad20afda478a99b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9417e725 by Piotr Caban at 2025-04-20T17:04:52+02:00
include: Add _[w]dupenv_s declaration.
- - - - -
6d8edc15 by Piotr Caban at 2025-04-20T17:04:53+02:00
include: Add _aligned_msize() declaration.
- - - - -
be38f967 by Piotr Caban at 2025-04-20T17:04:53+02:00
include: Add wmemmove_s declaration.
- - - - -
f86cffda by Piotr Caban at 2025-04-20T17:04:54+02:00
msvcr100/tests: Link to msvcr100.
- - - - -
7 changed files:
- dlls/msvcr100/Makefile.in
- dlls/msvcr100/tests/Makefile.in
- dlls/msvcr100/tests/msvcr100.c
- include/msvcrt/corecrt_malloc.h
- include/msvcrt/corecrt_wstdlib.h
- include/msvcrt/stdlib.h
- include/msvcrt/wchar.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d18f77996b7dd235c12f70493582f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d18f77996b7dd235c12f70493582f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0871c2ac by Nikolay Sivov at 2025-04-18T12:33:12+02:00
windowscodecs/metadata: Add a stub for bKGD writer.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cf264c52 by Nikolay Sivov at 2025-04-18T12:33:14+02:00
windowscodecs/metadata: Add a stub for tIME writer.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/pngformat.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0e7654e5b84389da8a65135dff25d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0e7654e5b84389da8a65135dff25d…
You're receiving this email because of your account on gitlab.winehq.org.