Alexandre Julliard pushed to branch master at wine / wine
Commits:
3442cea0 by Paul Gofman at 2025-02-17T20:26:23+01:00
include: Add cfgmgr ID list filter constants.
- - - - -
fef9c1ba by Paul Gofman at 2025-02-17T20:26:23+01:00
setupapi: Implement CM_Get_Device_ID_List[_Size]W().
- - - - -
defbec8f by Paul Gofman at 2025-02-17T20:26:25+01:00
setupapi: Implement CM_Get_Device_ID_List[_Size]A().
- - - - -
33feb377 by Paul Gofman at 2025-02-17T20:26:27+01:00
setupapi: Make device instance handlers persistent.
- - - - -
bd72e776 by Paul Gofman at 2025-02-17T20:26:27+01:00
setupapi: Implement CM_Locate_DevNode[_Ex]{A|W}().
- - - - -
7 changed files:
- dlls/cfgmgr32/cfgmgr32.spec
- dlls/cfgmgr32/tests/Makefile.in
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/stubs.c
- include/cfgmgr32.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3290fc1fc296127e4ca238bbec16a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3290fc1fc296127e4ca238bbec16a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
05e2f028 by Paul Gofman at 2025-02-14T22:54:01+01:00
ntoskrnl.exe/tests: Open directory object with nonzero access in test_permanent().
- - - - -
5b5198cc by Paul Gofman at 2025-02-14T22:54:07+01:00
httpapi: Don't open files with zero access.
- - - - -
a1a0a0d9 by Paul Gofman at 2025-02-14T22:54:07+01:00
kernel32: Don't open reg keys with zero access mask.
- - - - -
1f4a3ffd by Paul Gofman at 2025-02-14T22:54:07+01:00
setupapi: Don't open reg keys with zero access mask.
- - - - -
eaa945c6 by Paul Gofman at 2025-02-14T22:54:07+01:00
devenum: Don't open reg keys with zero access mask.
- - - - -
40e2b1ea by Paul Gofman at 2025-02-14T22:54:07+01:00
quartz: Don't open reg keys with zero access mask.
- - - - -
c486efb4 by Paul Gofman at 2025-02-14T22:54:07+01:00
wbemprox: Don't open reg keys with zero access mask.
- - - - -
9dbed9c6 by Paul Gofman at 2025-02-14T22:54:07+01:00
shell32: Don't open reg keys with zero access mask.
- - - - -
3c29dc1e by Paul Gofman at 2025-02-14T22:54:07+01:00
server: Check for zero access in alloc_handle().
- - - - -
16 changed files:
- dlls/advapi32/tests/security.c
- dlls/devenum/mediacatenum.c
- dlls/httpapi/httpapi_main.c
- dlls/kernel32/profile.c
- dlls/kernel32/tests/sync.c
- dlls/ntdll/tests/om.c
- dlls/ntdll/tests/reg.c
- dlls/ntoskrnl.exe/tests/driver.c
- dlls/quartz/filtermapper.c
- dlls/setupapi/devinst.c
- dlls/setupapi/tests/devinst.c
- dlls/shell32/classes.c
- dlls/shell32/shellpath.c
- dlls/wbemprox/reg.c
- server/device.c
- server/handle.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a99b5dcd7175df6497826e705166a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a99b5dcd7175df6497826e705166a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1226ede1 by Torge Matthies at 2025-02-14T21:02:48+01:00
ntdll: Add sys_membarrier-based implementation of NtFlushProcessWriteBuffers.
Uses the MEMBARRIER_CMD_PRIVATE_EXPEDITED membarrier command introduced in Linux 4.14.
- - - - -
e895695b by Torge Matthies at 2025-02-14T21:02:48+01:00
ntdll: Add thread_get_register_pointer_values-based implementation of NtFlushProcessWriteBuffers.
- - - - -
1 changed file:
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19dc4bd192416dd570b1cb8f45dae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19dc4bd192416dd570b1cb8f45dae…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c07e556 by Zhiyi Zhang at 2025-02-14T16:21:10+01:00
winex11.drv: Go though WithdrawnState when transitioning from IconicState to NormalState.
When transitioning a window from IconicState to NormalState and the window is managed, go through
WithdrawnState. This is needed because Mutter doesn't unmap windows when making windows iconic/minimized
as Mutter needs to support live preview for minimized windows. So on Mutter, a window can be both
iconic and mapped. If the window is mapped, then XMapWindow() will have no effect according to the
XMapWindow() documentation. Thus we have to transition to WithdrawnState first, then to NormalState.
Fix Mass Effect Legendary Edition (1328670) starts minimized.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4c07e5568e5c70a7899839ab85dee6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4c07e5568e5c70a7899839ab85dee6…
You're receiving this email because of your account on gitlab.winehq.org.