Alexandre Julliard pushed to branch master at wine / wine
Commits:
b8a6dfff by Paul Gofman at 2025-08-20T22:00:41+02:00
msvcp140_atomic_wait: Semi-stub __std_tzdb_get_time_zones() / __std_tzdb_delete_time_zones().
- - - - -
e0a80caa by Paul Gofman at 2025-08-20T22:00:41+02:00
msvcp140_atomic_wait: Semi-stub __std_tzdb_get_current_zone() / __std_tzdb_delete_current_zone().
- - - - -
76c74b36 by Paul Gofman at 2025-08-20T22:00:41+02:00
msvcp140_atomic_wait: Stub __std_tzdb_get_leap_seconds() / __std_tzdb_delete_leap_seconds().
- - - - -
3 changed files:
- dlls/msvcp140_atomic_wait/main.c
- dlls/msvcp140_atomic_wait/msvcp140_atomic_wait.spec
- dlls/msvcp140_atomic_wait/tests/msvcp140_atomic_wait.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/adce428b3746b664810cb61dd7903…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/adce428b3746b664810cb61dd7903…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c97808eb by Rémi Bernon at 2025-08-20T22:00:41+02:00
user32: Use init_class_name(_ansi) in FindWindowEx(A|W).
- - - - -
5d804f09 by Rémi Bernon at 2025-08-20T22:00:41+02:00
win32u: Drop unnecessary NtUserCreateWindowEx version strings.
- - - - -
a0ae2f86 by Rémi Bernon at 2025-08-20T22:00:41+02:00
win32u: Add a helper to add atom / strings to server requests.
- - - - -
79a84198 by Rémi Bernon at 2025-08-20T22:00:41+02:00
server: Simplify create_class atom validation check.
- - - - -
adce428b by Rémi Bernon at 2025-08-20T22:00:41+02:00
server: Unify reading class atom / name from requests.
- - - - -
13 changed files:
- dlls/user32/class.c
- dlls/user32/user_private.h
- dlls/user32/win.c
- dlls/win32u/class.c
- dlls/win32u/imm.c
- dlls/win32u/menu.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/vulkan.c
- dlls/win32u/window.c
- server/atom.c
- server/class.c
- server/object.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ff335d763398769b52cd148ede23…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ff335d763398769b52cd148ede23…
You're receiving this email because of your account on gitlab.winehq.org.
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.