Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b345198 by Jacek Caban at 2024-07-25T23:00:24+02:00
jscript: Improve invoke_prop_func error handling.
- - - - -
3291186b by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Explicitly specify case insensitive search in GetIDsOfNames.
- - - - -
7b455865 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Treat external properties as volatile.
- - - - -
63cb963a by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Suport deleting host object properties.
- - - - -
9518a147 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Support configuring host properties.
- - - - -
a6a2c992 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Allow host objects to implement fdexNameEnsure.
- - - - -
110dcd68 by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use host object script bindings for HTMLFormElement.
- - - - -
d330411f by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use ensure_real_info in dispex_compat_mode.
- - - - -
b2f53eac by Jacek Caban at 2024-07-25T23:00:26+02:00
mshtml: Use host object script bindings for document nodes.
- - - - -
12 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/jscript/tests/api.js
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b3aac0e5 by François Gouget at 2024-07-24T20:15:30+02:00
wineboot: Downgrade the wineprefix update message to a trace.
There is no reason for Wine to unconditionally pollute stderr.
- - - - -
1 changed file:
- programs/wineboot/wineboot.c
Changes:
=====================================
programs/wineboot/wineboot.c
=====================================
@@ -1612,7 +1612,7 @@ static void update_wineprefix( BOOL force )
install_root_pnp_devices();
update_user_profile();
- WINE_MESSAGE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
+ TRACE( "wine: configuration in %s has been updated.\n", debugstr_w(prettyprint_configdir()) );
}
done:
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b3aac0e5562c8e29c30b2e2a5c7f2f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b3aac0e5562c8e29c30b2e2a5c7f2f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
62d37671 by Brendan Shanks at 2024-07-23T21:30:48+02:00
wine.inf: Don't register wineqtdecoder.dll.
wineqtdecoder was removed in 34289e749f44703997e8d904aaf12ac20b691b24.
- - - - -
1 changed file:
- loader/wine.inf.in
Changes:
=====================================
loader/wine.inf.in
=====================================
@@ -2116,7 +2116,6 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,windowscodecs.dll,1
11,,winegstreamer.dll,1
55,,wineps.drv,1
-11,,wineqtdecoder.dll,1
11,,winevulkan.dll,1
55,,winprint.dll,1
11,,wintrust.dll,1
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/62d37671616393284f31a0cca8931f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/62d37671616393284f31a0cca8931f…
You're receiving this email because of your account on gitlab.winehq.org.
Module: vkd3d
Branch: master
Commit: 7eb63a7c0d23a83bbdfcfa5ed83b943437051138
URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/7eb63a7c0d23a83bbdfcfa5ed83b9…
Author: Giovanni Mascellani <gmascellani(a)codeweavers.com>
Date: Wed Jul 17 15:14:26 2024 +0200
vkd3d: Document how to install "Graphics Tools" to use the Agility SDK.
This is a required step, otherwise the debug layer will not work.
---
README | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README b/README
index 86a2bf2e..f6ded1cd 100644
--- a/README
+++ b/README
@@ -134,6 +134,10 @@ these steps:
[1] https://devblogs.microsoft.com/directx/directx12agility/
+ * You also need to enable the "Graphics Tools" optional feature in Windows.
+ Open the "Settings" applications, then look for "Apps", "Optional features",
+ "View features" and install "Graphics Tools".
+
* Configure vkd3d with something like:
'CROSSCC64="x86_64-w64-mingw32-gcc -DVKD3D_AGILITY_SDK_VERSION=<version>"',
as well as the equivalent CROSSCC32 variable for the 32-bit