Alexandre Julliard pushed to branch master at wine / wine
Commits:
2f4b750a by Rémi Bernon at 2024-09-19T15:02:36+02:00
win32u: Use get_virtual_screen_rect directly within the module.
- - - - -
bf376e57 by Rémi Bernon at 2024-09-19T15:02:36+02:00
win32u: Use is_window_rect_fullscreen directly in clip_fullscreen_window.
- - - - -
af2b60da by Rémi Bernon at 2024-09-19T15:02:36+02:00
win32u: Use get_window_rect directly in clip_fullscreen_window.
- - - - -
22754dce by Rémi Bernon at 2024-09-19T15:02:36+02:00
win32u: Pass whether a window is fullscreen to drivers WindowPosChanged.
- - - - -
84a611be by Rémi Bernon at 2024-09-19T15:02:36+02:00
winewayland: Use the new fullscreen flag instead of NtUserIsWindowRectFullScreen.
- - - - -
c1b3a1df by Rémi Bernon at 2024-09-19T15:02:36+02:00
winex11: Use the new fullscreen flag instead of NtUserIsWindowRectFullScreen.
- - - - -
45ca14ed by Rémi Bernon at 2024-09-19T15:02:36+02:00
win32u: Remove now unused NtUserIsWindowRectFullScreen call.
- - - - -
17 changed files:
- dlls/win32u/defwnd.c
- dlls/win32u/driver.c
- dlls/win32u/input.c
- dlls/win32u/sysparams.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/wineandroid.drv/android.h
- dlls/wineandroid.drv/window.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/ntuser.h
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc13fe9b04d525fd9a9b7edb1e781…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc13fe9b04d525fd9a9b7edb1e781…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2c0446aa by Brendan Shanks at 2024-09-19T15:02:36+02:00
Revert "configure: Don't define HAVE_CLOCK_GETTIME on macOS.".
All our supported macOS versions (10.12 and newer) now have clock_gettime().
This reverts commit 5ddcfa019d027d9d690c98151c708eb4e7d5f72b.
- - - - -
fc13fe9b by Brendan Shanks at 2024-09-19T15:02:36+02:00
ntdll: Always use mach_continuous_time() on macOS.
mach_continuous_time() is available on all our supported macOS versions
(10.12 and newer).
- - - - -
5 changed files:
- configure
- configure.ac
- dlls/ntdll/unix/sync.c
- include/config.h.in
- server/request.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64dd96d43ed8f8c271a6c0f4c44bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64dd96d43ed8f8c271a6c0f4c44bf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9458579c by Alexandre Julliard at 2024-09-19T09:15:19+02:00
po: Update files for previous commit.
- - - - -
0483d63f by Alexandre Julliard at 2024-09-19T09:21:11+02:00
sc/tests: Remove todo from a test that succeeds now.
- - - - -
1bcdc5b4 by Alexandre Julliard at 2024-09-19T09:25:07+02:00
ntdll/tests: Remove an unreliable test.
Available disk space can change at any time.
- - - - -
76a44d75 by Alexandre Julliard at 2024-09-19T15:02:35+02:00
configure: Remove some obsolete checks.
- - - - -
ec2e77c6 by Alexandre Julliard at 2024-09-19T15:02:35+02:00
configure: Remove some no longer needed program checks.
- - - - -
64dd96d4 by Alexandre Julliard at 2024-09-19T15:02:36+02:00
configure: Remove some no longer needed header checks.
- - - - -
16 changed files:
- aclocal.m4
- configure
- configure.ac
- dlls/ntdll/tests/file.c
- dlls/ntdll/unix/file.c
- dlls/winex11.drv/Makefile.in
- dlls/winex11.drv/graphics.c
- include/config.h.in
- po/ar.po
- po/ast.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d91049975a6b28dff9346bd1b59c8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d91049975a6b28dff9346bd1b59c8…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7c9695b2 by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Handle barrier instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
01f6ef5e by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Add a 'lod' counter to the STAT.
- - - - -
32ced3bd by Nikolay Sivov at 2024-09-19T14:38:59+02:00
vkd3d-shader/tpf: Set 'gather' instructions counter in the STAT.
- - - - -
1 changed file:
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4bc51b850dd95091edfd96a6080…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4bc51b850dd95091edfd96a6080…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
378a07ae by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Use designated initializers for function_dispex.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d626c4cc by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Move formatting of the builtin func disp string to a helper.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
734113b1 by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00
mshtml: Implement retrieving the builtin method props for the legacy function objects.
They are actual stubs even on native (but avoid throwing when retrieving
them, even if unused).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
19b009f3 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
jscript: Use proper dispatch flags to retrieve the enumerator.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4ddacdcb by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
jscript: Use deferred fill-in if available to fill the exception info.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7562e535 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
mshtml/tests: Add more host object related tests for IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a7ab7149 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy function object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d9104997 by Gabriel Ivăncescu at 2024-09-18T22:41:48+02:00
jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
10 changed files:
- dlls/jscript/enumerator.c
- dlls/jscript/error.c
- dlls/jscript/jscript.h
- dlls/jscript/jscript.rc
- dlls/jscript/resource.h
- dlls/jscript/tests/run.c
- dlls/mshtml/dispex.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
840c3b0d by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Use __has_declspec_attribute in corecrt.h.
To keep it in sync with winnt.h.
- - - - -
7894e844 by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Remove DECLSPEC_ALIGN define from sys/stat.h.
It's defined in corecrt.h, which is included anyway.
- - - - -
8c4ccad0 by Jacek Caban at 2024-09-18T19:22:31+02:00
include: Use __has_declspec_attribute in basetsd.h.
- - - - -
5 changed files:
- include/basetsd.h
- include/msvcrt/corecrt.h
- include/msvcrt/sys/stat.h
- include/rpcndr.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e43a7891fa419136376b3233a219…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e43a7891fa419136376b3233a219…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8c02af2b by Paul Gofman at 2024-09-18T19:22:31+02:00
ws2_32/Tests: Add tests for send buffering.
- - - - -
535c8a84 by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Avoid short writes on nonblocking sockets.
- - - - -
d9a123b6 by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Locally duplicated socket fd for background send.
- - - - -
3d1c2b0e by Paul Gofman at 2024-09-18T19:22:31+02:00
ntdll: Don't cancel background socket sends.
- - - - -
4e43a789 by Paul Gofman at 2024-09-18T19:22:31+02:00
server: Correct STATUS_NOT_FOUND return from (cancel_async).
- - - - -
11 changed files:
- dlls/ntdll/tests/pipe.c
- dlls/ntdll/unix/socket.c
- dlls/ws2_32/tests/sock.c
- include/wine/server_protocol.h
- server/async.c
- server/fd.c
- server/file.h
- server/protocol.def
- server/request.h
- server/sock.c
- server/trace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/521d399c607437ddc6b2435d915e9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/521d399c607437ddc6b2435d915e9…
You're receiving this email because of your account on gitlab.winehq.org.