Alexandre Julliard pushed to branch master at wine / wine
Commits:
f8730323 by Vibhav Pant at 2025-09-08T21:49:02+02:00
wintypes/tests: Add tests for PropertySet::{Insert, Lookup, HasKey}.
- - - - -
f478b48b by Vibhav Pant at 2025-09-08T21:49:02+02:00
wintypes/tests: Add tests for IMapView.
- - - - -
523deebb by Rémi Bernon at 2025-09-08T21:49:02+02:00
wintypes/tests: Check IAgileObject interface on map objects.
- - - - -
823fe3c8 by Rémi Bernon at 2025-09-08T21:49:02+02:00
wintypes: Introduce a generic IMap stub implementation.
- - - - -
a4244f12 by Rémi Bernon at 2025-09-08T21:49:02+02:00
wintypes: Implement a generic IMap<HSTRING, IInspectable>.
- - - - -
4c8de0e8 by Vibhav Pant at 2025-09-08T21:49:02+02:00
wintypes: Introduce a serial to track IMap state changes.
- - - - -
72097e16 by Rémi Bernon at 2025-09-08T21:49:02+02:00
wintypes: Introduce a locked IMap<HSTRING, IInspectable> implementation.
- - - - -
6 changed files:
- dlls/wintypes/Makefile.in
- + dlls/wintypes/map.c
- dlls/wintypes/private.h
- dlls/wintypes/propertyset.c
- dlls/wintypes/tests/wintypes.c
- dlls/wintypes/wintypes_private.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f872f47c00ab5ab6e581c6096d5e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f872f47c00ab5ab6e581c6096d5e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e10b4254 by Rémi Bernon at 2025-09-08T20:26:20+02:00
winevulkan: Remove leftover external image functions moved to win32u.
- - - - -
988aed2a by Rémi Bernon at 2025-09-08T20:26:20+02:00
win32u: Pass memory type flags to allocate_external_host_memory.
- - - - -
0463505f by Rémi Bernon at 2025-09-08T20:26:20+02:00
win32u: Fix missing NULL initialization of NtAllocateVirtualMemory parameter.
Fixes: b2764cf318acc318bc5a577571bcb84678b7e1cf
- - - - -
2 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d83fb57b244ea18680f9d7269b267…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d83fb57b244ea18680f9d7269b267…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d83fb57b by Gerald Pfeifer at 2025-09-08T20:26:20+02:00
ntdll: Fix the build of check_invalid_gsbase() on FreeBSD.
This addresses
dlls/ntdll/unix/signal_x86_64.c: In function ‘check_invalid_gsbase’:
dlls/ntdll/unix/signal_x86_64.c:2067:23: error: passing argument 1 of ‘amd64_get_gsbase’ from incompatible pointer type [-Wincompatible-pointer-types]
2067 | amd64_get_gsbase( &cur_gsbase );
| ^~~~~~~~~~~
| |
| ULONG_PTR * {aka long unsigned int *}
which shows with modern compilers.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d83fb57b244ea18680f9d7269b2679…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d83fb57b244ea18680f9d7269b2679…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
67fae57e by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32: Use the maximum number of colours when biClrUsed is zero.
Fix a regression from 225004e1. According to MSDN, if the biClrUsed field is zero, the bitmap should
use the maximum number of colours corresponding to the value of the biBitCount member for the
compression mode specified by biCompression.
- - - - -
80e8cda7 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording StretchDIBits() for bitmaps with zero biClrUsed field in EMFs.
- - - - -
b651da72 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording SetDIBitsToDevice() for bitmaps with zero biClrUsed field in EMFs.
- - - - -
6efca6a9 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
Revert "wineps: Use the correct colours when a monochrome bitmap without a colour table is the source.".
This reverts commit ad7e889c1d58aec091e72f08db86346c74070128.
Manual tests show that the color table is always used.
- - - - -
3 changed files:
- dlls/gdi32/emfdc.c
- dlls/gdi32/tests/metafile.c
- dlls/wineps.drv/bitmap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/123ed6cb1d8da3fe6129a761e78c5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/123ed6cb1d8da3fe6129a761e78c5…
You're receiving this email because of your account on gitlab.winehq.org.