Alexandre Julliard pushed to branch master at wine / wine
Commits:
e75192fe by Rémi Bernon at 2024-11-15T19:08:40+01:00
winex11: Use the new window state tracker to get _NET_WM_STATE value.
- - - - -
da936bcf by Rémi Bernon at 2024-11-15T19:08:40+01:00
winex11: Use the new window state tracker to get WM_STATE value.
- - - - -
d9cf4678 by Rémi Bernon at 2024-11-15T19:08:41+01:00
winex11: Introduce a new window_update_client_state helper.
- - - - -
ae6366b3 by Rémi Bernon at 2024-11-15T19:08:41+01:00
winex11: Introduce a new window_update_client_config helper.
- - - - -
3 changed files:
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0dc7e4046836595335cd64c92cc13…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0dc7e4046836595335cd64c92cc13…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0dc7e404 by Rémi Bernon at 2024-11-15T19:08:20+01:00
winex11: Ignore focus changes during WM_STATE transitions.
When WM_STATE is being quickly updated, and depending on the WM we might
receive transient focus changes, which will disrupt the Win32 state and
make us randomly lose focus.
Ignore them instead, when a window is being shown, and wait for WM_STATE
to be updated and stable. We will eventually receive a WM_TAKE_FOCUS /
FocusIn event *after* a window has been shown.
When a window is hidden or minimized, we will receive the FocusOut event
during the WM_STATE transition, and can safely handle it in this case,
as we should have done all the Win32 side effects and have changed the
foreground window already.
When there's no window state change pending, the focus change event is
unexpected, coming from the user or WM, and we handle it normally.
- - - - -
3 changed files:
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0dc7e4046836595335cd64c92cc132…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0dc7e4046836595335cd64c92cc132…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5a23afb3 by Hans Leidekker at 2024-11-15T19:07:24+01:00
wininet: Accept UTC as the equivalent of GMT.
Based on a patch by Etaash Mathamsetty.
- - - - -
8b121591 by Hans Leidekker at 2024-11-15T19:07:26+01:00
wininet: Use InternetTimeToSystemTimeW() to convert header values.
The current code calls mktime() which interprets its argument as local time while these
values are assumed to be in UTC.
- - - - -
4 changed files:
- dlls/wininet/http.c
- dlls/wininet/tests/http.c
- dlls/wininet/tests/internet.c
- dlls/wininet/utility.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a015328995035ee790c3dc938c6a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a015328995035ee790c3dc938c6a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e5b0ead2 by Nikolay Sivov at 2024-11-15T19:07:04+01:00
comctl32/listview: Initialize hot cursor handle.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6a015328 by Nikolay Sivov at 2024-11-15T19:07:06+01:00
comctl32/listview: Send LVN_HOTTRACK in response to mouse moves.
It's worth noting that comctl32 v6 have hottracking notifications enabled
by default, there is no need to set any extended styles.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9c06c44744ed979803180159320a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b9c06c44744ed979803180159320a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
40b314cf by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Don't try to load PDB for a RSDS debug directory in .buildid section.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9212706e by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Only WARN on stripped PE images.
When stripping, binutils' objcopy also sets the flag, yet
without stripping into a .DBG file.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a57eedec by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp/tests: Improve SymSrvGetFileIndexInfo tests.
Esp. the failures with ERROR_BAD_EXE_FORMAT still fill all the fields
in the returned structure.
Add more flexibility to .dbg file creation (optional DEBUG_DIRECTORY).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b9c06c44 by Eric Pouech at 2024-11-15T16:25:10+01:00
dbghelp: Fill-in data in SymSrvGetFileIndexIndo if BAD_EXE_FORMAT.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/path.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/tests/path.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aa24458086813f9f2ccd9579e1764…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aa24458086813f9f2ccd9579e1764…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
126c54cd by Alexandre Julliard at 2024-11-15T16:25:09+01:00
server: Print a warning if page size isn't 4k.
- - - - -
45953cdb by Alexandre Julliard at 2024-11-15T16:25:09+01:00
server: Move the generated part of request.h to a separate header.
- - - - -
75e2ec47 by Alexandre Julliard at 2024-11-15T16:25:09+01:00
server: Move the generated part of trace.c to a separate header.
- - - - -
eae7db4f by Alexandre Julliard at 2024-11-15T16:25:09+01:00
server: Simplify updating the protocol version.
- - - - -
1137a10e by Alexandre Julliard at 2024-11-15T16:25:10+01:00
server: Use an explicit union instead of a typedef for APC calls.
- - - - -
4c0103e5 by Alexandre Julliard at 2024-11-15T16:25:10+01:00
server: Use an explicit union instead of a typedef for APC results.
- - - - -
305ec347 by Alexandre Julliard at 2024-11-15T16:25:10+01:00
server: Use an explicit struct instead of a typedef for user APCs.
- - - - -
576d7e24 by Alexandre Julliard at 2024-11-15T16:25:10+01:00
server: Use an explicit struct instead of a typedef for async I/O data.
- - - - -
11 changed files:
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- include/wine/server_protocol.h
- server/async.c
- server/file.h
- server/mapping.c
- server/protocol.def
- server/request.c
- server/request.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab40b7fd8686345bf77a27ceb12d4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab40b7fd8686345bf77a27ceb12d4…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
65b72cb9 by Alistair Leslie-Hughes at 2024-11-14T06:35:51+11:00
Updated vkd3d-latest patchset
- - - - -
3f86dff4 by Alistair Leslie-Hughes at 2024-11-15T11:13:11+11:00
Rebase against ab40b7fd8686345bf77a27ceb12d4dfbaa753829.
- - - - -
10 changed files:
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-03ad04c89004c7f800c5b1a0ea7ba286229.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-4889c71857ce2152a9c9e014b9f5831f96d.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-91701f83035c0d67d1ab917e0f6b73f91e8.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-5eff8bf9188c401cc31ce14d42798dc3751.patch
- patches/vkd3d-latest/0005-Updated-vkd3d-to-ad2208b726f825305f69d099790208e4e4f.patch
- patches/vkd3d-latest/0006-Updated-vkd3d-to-794f4c30f4873841aaa0c5c9745ee732437.patch
- patches/vkd3d-latest/0007-Updated-vkd3d-to-756b98f093ba26e8cd4d4fed1caa04a5c0d.patch
- + patches/vkd3d-latest/0008-Updated-vkd3d-to-c010fb63a1290721271046d535d7f429a24.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/32abf9fc9756ad912b39a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/32abf9fc9756ad912b39a…
You're receiving this email because of your account on gitlab.winehq.org.