Alexandre Julliard pushed to branch master at wine / wine
Commits:
3bea06b8 by Zhiyi Zhang at 2025-11-13T20:46:07+01:00
winex11.drv: Fix xinerama_get_fullscreen_monitors() not working correctly with non-fullscreen rects.
xinerama_get_fullscreen_monitors() was supposed to be called with fullscreen rects. Thus, we could
assume the monitor indices are all zero when there is only one monitor as an optimization. However,
after baf65867, xinerama_get_fullscreen_monitors() can be called with non-fullscreen rects. So we
need to remove the optimization so that it works correctly for non-fullscreen rects as well.
Fix the Guild Wars 2 game window having an offset in fullscreen mode.
- - - - -
3 changed files:
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- dlls/winex11.drv/xinerama.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bea06b80dd21d6ceb6afd44d25dc5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bea06b80dd21d6ceb6afd44d25dc5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c2076b0b by Anton Baskanov at 2025-11-12T22:22:58+01:00
dmloader/tests: Add some ClearCache() tests.
- - - - -
7fc0be8d by Anton Baskanov at 2025-11-12T22:22:58+01:00
dmloader: Free the cache entries manually in loader_Release().
- - - - -
10740573 by Anton Baskanov at 2025-11-12T22:22:58+01:00
dmloader: Don't remove the default collection from the cache.
- - - - -
4649898f by Anton Baskanov at 2025-11-12T22:22:59+01:00
dmloader: Mark cached objects as loaded.
Otherwise, the object won't be found in the cache and will leak on
release.
- - - - -
a7837225 by Anton Baskanov at 2025-11-12T22:23:01+01:00
dmloader: Don't use ReleaseObject() in loader_ClearCache().
Some objects have no GUID or name (e.g. segments created from MIDI files),
so ReleaseObject() won't find them in the cache.
- - - - -
2 changed files:
- dlls/dmloader/loader.c
- dlls/dmloader/tests/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/34efe92c3293bd398f38dfdd283cf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/34efe92c3293bd398f38dfdd283cf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
52532964 by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Add window.msCrypto stub.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
32682ab5 by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Add msCrypto.subtle stub.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e8e86c5e by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Implement msCrypto.getRandomValues.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
34efe92c by Gabriel Ivăncescu at 2025-11-12T22:11:54+01:00
mshtml: Implement "arraybuffer" type response for XMLHttpRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
12 changed files:
- dlls/jscript/arraybuf.c
- dlls/jscript/dispex.c
- dlls/jscript/jscript.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/omnavigator.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/xhr.js
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/065b4ec12b38ddfb7dc52eb599f50…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/065b4ec12b38ddfb7dc52eb599f50…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fdea6e4b by Nikolay Sivov at 2025-11-12T22:11:54+01:00
gdi32: Ignore provided glyph position if ExtTextOutW() needs complex text processing.
On Windows playing back a metafile with Arabic text does not use provided
positions for individual glyphs, but instead shapes it properly.
This change should not affect anything that does not require complex processing.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/gdi32/text.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fdea6e4ba483221a6aed9404b68c8b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fdea6e4ba483221a6aed9404b68c8b…
You're receiving this email because of your account on gitlab.winehq.org.