Alexandre Julliard pushed to branch master at wine / wine
Commits:
fde50112 by Alistair Leslie-Hughes at 2025-05-07T07:26:03-05:00
include: Add ApplicationRecoveryInProgress/Finished prototype.
- - - - -
79d32934 by Alistair Leslie-Hughes at 2025-05-07T07:26:05-05:00
include: Add InitNetworkAddressControl prototype.
- - - - -
17cb8804 by Alistair Leslie-Hughes at 2025-05-07T07:26:07-05:00
include: Add some SHARD_* defines.
- - - - -
b3a407c8 by Alistair Leslie-Hughes at 2025-05-07T07:26:09-05:00
include: Add some ENDSESSION_* defines.
- - - - -
4 changed files:
- include/shellapi.h
- include/shlobj.h
- include/winbase.h
- include/winuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/271fcfd7e6b357e7ce593424711d0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/271fcfd7e6b357e7ce593424711d0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
271fcfd7 by Brendan Shanks at 2025-05-07T07:25:18-05:00
winemac: Set the OpenGL backbuffer size to the size in window DPI.
Ensures that OpenGL content is correctly sized when DPI scaling is
active (either because of a non-DPI-aware app, or display mode
emulation).
- - - - -
3 changed files:
- dlls/winemac.drv/cocoa_opengl.m
- dlls/winemac.drv/cocoa_window.m
- dlls/winemac.drv/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/271fcfd7e6b357e7ce593424711d07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/271fcfd7e6b357e7ce593424711d07…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5d541e7c by Jinoh Kang at 2025-05-06T13:56:45-05:00
user32/tests: Test BeginPaint() clipbox of cropped window with CS_PARENTDC.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
7738cfb3 by Dmitry Timoshkov at 2025-05-06T13:56:45-05:00
user32/tests: Add a message test for listbox redrawing after LB_SETCOUNT.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/user32/tests/dce.c
- dlls/user32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/94ed7498be3b4510c3f252216a130…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/94ed7498be3b4510c3f252216a130…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
94ed7498 by Tim Clem at 2025-05-06T13:52:33-05:00
ntdll: Treat TokenElevationTypeDefault tokens in the admin group as elevated.
When queried by NtQueryInformationToken(TokenElevation).
- - - - -
7 changed files:
- dlls/advapi32/tests/security.c
- dlls/ntdll/unix/security.c
- include/wine/server_protocol.h
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/token.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/94ed7498be3b4510c3f252216a130d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/94ed7498be3b4510c3f252216a130d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
75b7f464 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
mshtml: Ignore setting non-writable external props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
99788ad3 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
mshtml: Don't redefine deleted props in dispex_define_property.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
30cab160 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00
jscript: Properly fill the builtin props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9ff0024e by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "arguments" from host functions in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
07420db3 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "caller" from host functions in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8996aa6c by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Expose "arguments" and "caller" from host constructors in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4ea71dac by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml: Get rid of useless "iter" member in the attribute collection enum.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
a9339b91 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00
mshtml/tests: Test iframe window navigation resetting props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/function.c
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42…
You're receiving this email because of your account on gitlab.winehq.org.