Alexandre Julliard pushed to branch master at wine / wine
Commits:
5ff335d7 by Yuxuan Shui at 2025-08-20T22:00:41+02:00
makefiles: Don't delete Makefile if makedep is interrupted.
I noticed that if I Ctrl-C while makedep is re-generating the Makefile, the
Makefile will be gone.
There are two parts to this problem:
1. make deletes the output file if a rule is interrupted.
- Solution: use the special .PRECIOUS target.
2. wine_fn_output_makefile overwrites the existing Makefile, because makedep
is hardcoded to use the output makefile as its input.
- Solution: add a -i command line options to makedep for specifying the
input file name, then don't overwrite Makefile in wine_fn_output_makefile.
- - - - -
3 changed files:
- configure
- configure.ac
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5ff335d763398769b52cd148ede23e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5ff335d763398769b52cd148ede23e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c8616fef by Ignacy Kuchciński at 2025-08-20T22:00:41+02:00
windows.storage: Split ApplicationData.
Split Windows.Storage.ApplicationData definitions in windows.storage.idl
by conditionally declaring the runtimeclass based on #ifndef to better
reflect Windows implementation, which has those definitions in
windows.storage.applicationdata.dll and the rest of non related in
windows.storage.dll.
- - - - -
5 changed files:
- dlls/windows.storage.applicationdata/classes.idl
- dlls/windows.storage/classes.idl
- include/windows.storage.fileproperties.idl
- include/windows.storage.idl
- include/windows.storage.search.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c8616fef2fba73f4a076878a5d89b7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c8616fef2fba73f4a076878a5d89b7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1aa2de38 by Dmitry Timoshkov at 2025-08-20T22:00:41+02:00
comdlg32: PRINTDLG_UpdatePrintDlgW() should update dmCopies field in DEVMODE.
This patch fixes printing multiple copies from IE8, and fixes
f5dd5a2deb895700047fd29906a5752284066174 where this part is missing.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/comdlg32/printdlg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1aa2de38129b1e8e0892b711b29c54…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1aa2de38129b1e8e0892b711b29c54…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6b956d33 by Alexandre Julliard at 2025-08-20T22:00:40+02:00
include: Always use Unicode string constants for the PE build.
- - - - -
5b7b7643 by Alexandre Julliard at 2025-08-20T22:00:41+02:00
server: Use LIST_FOR_EACH_ENTRY in more places.
- - - - -
88865957 by Alexandre Julliard at 2025-08-20T22:00:41+02:00
cabinet: Use the correct structure for DllGetVersion().
This one doesn't use the standard structure. Based on a patch by
Tobias Görgens.
- - - - -
1b98e41e by Alexandre Julliard at 2025-08-20T22:00:41+02:00
rsaenh: Don't reset key when nothing was encrypted.
Fixes a regression from dc9ab100fde217579185391c620445952babce54,
spotted by Jackie Jiang.
- - - - -
ca1b79f2 by Alexandre Julliard at 2025-08-20T22:00:41+02:00
winebuild: Only allow thiscall functions on i386.
- - - - -
13 changed files:
- dlls/cabinet/cabinet.spec
- dlls/cabinet/cabinet_main.c
- dlls/rsaenh/rsaenh.c
- dlls/rsaenh/tests/rsaenh.c
- include/sapi.idl
- include/shlobj.h
- include/shobjidl.idl
- server/class.c
- server/fd.c
- server/hook.c
- server/object.c
- server/queue.c
- tools/winebuild/parser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0a4ee4a21a9a1ac5362efc763cef2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0a4ee4a21a9a1ac5362efc763cef2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0a4ee4a2 by JiangYi Chen at 2025-08-20T22:00:40+02:00
opengl32: Perform cAccumBits filtering if specified in wglChoosePixelFormat().
On Windows, if wglChoosePixelFormat specifies cAccumBits, the best matching
PIXELFORMATDESCRIPTOR obtained should contain AccumBits information.
Some industrial software, such as CAD applications, require matching
the AccumBits information.
Signed-off-by: chenjiangyi <chenjiangyi(a)uniontech.com>
- - - - -
1 changed file:
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0a4ee4a21a9a1ac5362efc763cef22…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0a4ee4a21a9a1ac5362efc763cef22…
You're receiving this email because of your account on gitlab.winehq.org.