Alexandre Julliard pushed to branch master at wine / wine
Commits:
bae9b941 by Zhiyi Zhang at 2024-08-16T13:56:11+02:00
user32/tests: Add more display DC bitmap tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56825
- - - - -
77343c3e by Zhiyi Zhang at 2024-08-16T13:56:11+02:00
win32u: Use a full size bitmap for display device contexts.
Create a bitmap of the virtual screen size for all display device contexts. Previously, the concern
was that allocating a full size bitmap may use too much memory. But now that there is a real world
application that needs this, it is now necessary. Fortunately, tests show that all display device
contexts use the same bitmap.
Fix a regression from 19229020.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56825
- - - - -
5 changed files:
- dlls/user32/tests/monitor.c
- dlls/win32u/dc.c
- dlls/win32u/gdiobj.c
- dlls/win32u/sysparams.c
- dlls/win32u/win32u_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4365346624ee96aea0872cd47cd6e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4365346624ee96aea0872cd47cd6e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
26ff2028 by Rémi Bernon at 2024-08-16T13:54:24+02:00
mfplat/tests: Add missing todo_wine for MFCreateMediaBufferFromMediaType.
- - - - -
43653466 by Rémi Bernon at 2024-08-16T13:54:26+02:00
mf/tests: Load MFCreateMediaBufferFromMediaType dynamically.
- - - - -
4 changed files:
- dlls/mf/tests/mf.c
- dlls/mf/tests/mf_test.h
- dlls/mf/tests/transform.c
- dlls/mfplat/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16a6b0ad65e9b8cdbb68fc9125951…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16a6b0ad65e9b8cdbb68fc9125951…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
a90554bb by Alistair Leslie-Hughes at 2024-08-16T08:26:55+10:00
Rebase against 16a6b0ad65e9b8cdbb68fc9125951483781ca616.
- - - - -
6 changed files:
- patches/odbc32-fixes/definition
- − patches/odbccp32-SQLWritePrivateProfileStringW/0001-odbccp32-Support-System-wide-ODBC-DSN-keys.patch
- − patches/odbccp32-SQLWritePrivateProfileStringW/0002-odbccp32-SQLWritePrivateProfileStringW-check-for-exi.patch
- − patches/odbccp32-SQLWritePrivateProfileStringW/definition
- patches/oleaut32-Load_Save_EMF/0001-oleaut32-tests-Add-some-tests-for-loading-and-saving.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/a90554bb0489659c0ab632…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/a90554bb0489659c0ab632…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
894ed973 by Akihiro Sagawa at 2024-08-15T23:08:04+02:00
oleaut32/tests: Add OLE Picture object tests using DIB section.
- - - - -
1ee67f75 by Akihiro Sagawa at 2024-08-15T23:08:04+02:00
oleaut32: Convert 32-bit or 16-bit color bitmaps to 24-bit color DIBs when saving.
Instead of 32-bit or 16-bit per pixel format with BI_BITFIELDS.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56246
- - - - -
16a6b0ad by Akihiro Sagawa at 2024-08-15T23:08:06+02:00
oleaut32: Initialize reserved members before saving.
- - - - -
2 changed files:
- dlls/oleaut32/olepicture.c
- dlls/oleaut32/tests/olepicture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/217f15f8c7a60d09f638411079a63…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/217f15f8c7a60d09f638411079a63…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c42eab55 by Hans Leidekker at 2024-08-15T16:57:56+02:00
odbccp32: Respect config mode in SQLGet/WritePrivateProfileString().
- - - - -
5fab305e by Hans Leidekker at 2024-08-15T16:57:56+02:00
odbccp32: Use wide character string literals.
- - - - -
c48fb2f0 by Hans Leidekker at 2024-08-15T16:57:56+02:00
odbccp32/tests: Get rid of a workaround for XP.
- - - - -
217f15f8 by Hans Leidekker at 2024-08-15T16:57:56+02:00
odbccp32: Handle NULL DSN in SQLValidDSN().
- - - - -
2 changed files:
- dlls/odbccp32/odbccp32.c
- dlls/odbccp32/tests/misc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3ad8b9eeddab3db1f651154657b47…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3ad8b9eeddab3db1f651154657b47…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
165964bc by Jacek Caban at 2024-08-15T16:56:47+02:00
mshtml: Increase buffer size in dispex_to_string.
- - - - -
2540cb1f by Jacek Caban at 2024-08-15T16:56:47+02:00
mshtml: Add support for unknown element prototype objects.
Based on patch by Gabriel Ivăncescu.
- - - - -
3a6f5e59 by Jacek Caban at 2024-08-15T16:56:49+02:00
mshtml: Add support for comment prototype objects.
- - - - -
953cf16a by Jacek Caban at 2024-08-15T16:56:49+02:00
mshtml: Add support for attribute prototype objects.
- - - - -
3ad8b9ee by Jacek Caban at 2024-08-15T16:56:49+02:00
mshtml: Add support for document fragment prototype objects.
- - - - -
8 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlattr.c
- dlls/mshtml/htmlcomment.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlgeneric.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5352ff33a175b8b57081acda6272…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5352ff33a175b8b57081acda6272…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0ca04e19 by Alex Henrie at 2024-08-15T16:50:06+02:00
rpcrt4/tests: Correct a comment in test_pointer_marshal.
NdrFree is an internal Wine function.
- - - - -
05453b10 by Alex Henrie at 2024-08-15T16:50:08+02:00
rpcrt4/tests: Test whether Ndr(Get|Free)Buffer calls StubMsg.pfn(Allocate|Free).
- - - - -
e280366e by Alex Henrie at 2024-08-15T16:50:08+02:00
rpcrt4/tests: Allocate stub buffers with NdrOleAllocate.
This fixes crashes on Windows 7-10.
- - - - -
1 changed file:
- dlls/rpcrt4/tests/ndr_marshall.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51b2558b736fe20e6659920a565f6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51b2558b736fe20e6659920a565f6…
You're receiving this email because of your account on gitlab.winehq.org.