Alexandre Julliard pushed to branch master at wine / wine
Commits:
4ff762d1 by Rémi Bernon at 2025-06-11T14:42:33+02:00
win32u: Use a separate variable for windows free_list iteration.
- - - - -
5e4d40dd by Rémi Bernon at 2025-06-11T14:42:33+02:00
win32u: Use a dedicated struct for window destroy entries.
So wIDmenu and userdata can be removed from the WND struct and read from
shared memory, before the window handle gets destroyed.
- - - - -
1 changed file:
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/abf74f5ce8ac76326122991715deb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/abf74f5ce8ac76326122991715deb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2f7a049a by Rémi Bernon at 2025-06-11T14:32:52+02:00
win32u: Pass the window instance to create_window request.
- - - - -
6abba44c by Rémi Bernon at 2025-06-11T14:32:52+02:00
server: Introduce a dedicated init_window_info request.
- - - - -
abf74f5c by Rémi Bernon at 2025-06-11T14:32:52+02:00
server: Get rid of set_window_info request flags.
- - - - -
6 changed files:
- dlls/win32u/window.c
- include/wine/server_protocol.h
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f42078658e93dc1b218498d0150f7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f42078658e93dc1b218498d0150f7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
95dd0641 by Rémi Bernon at 2025-06-11T14:23:44+02:00
opengl32: Move glFlush / glFinish hooking from win32u.
- - - - -
d99ee353 by Rémi Bernon at 2025-06-11T14:23:47+02:00
winex11: Use opengl_funcs for glFlush / glFinish.
- - - - -
f4207865 by Rémi Bernon at 2025-06-11T14:23:47+02:00
winemac: Use opengl_funcs for glFlush.
- - - - -
10 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_private.h
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_wgl.c
- dlls/win32u/opengl.c
- dlls/wineandroid.drv/opengl.c
- dlls/winemac.drv/opengl.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c8fa18a04ff07f400ddaf2f5ece0d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c8fa18a04ff07f400ddaf2f5ece0d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa880c4c by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream/tests: Test reconnection done by CreateSample().
- - - - -
e837465e by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Don't bother calling SetFormat() if a NULL surface was passed.
In that case we will always request a surface with the current width, height,
and pixel format, and "rect" must be NULL and cannot affect it.
- - - - -
4d62cfa8 by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Call SetFormat() before creating the sample.
- - - - -
de722fcf by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Unblock GetBuffer() in Decommit().
- - - - -
c8fa18a0 by Elizabeth Figura at 2025-06-11T14:07:54+02:00
amstream: Add more traces.
- - - - -
3 changed files:
- dlls/amstream/audiostream.c
- dlls/amstream/ddrawstream.c
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a651afa942e1b2465e904e9041a8a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a651afa942e1b2465e904e9041a8a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8f5730eb by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00
kerberos: EncryptMessage() should fail if context doesn't support confidentiality.
Manual testing shows that EncryptMessage() returns SEC_E_UNSUPPORTED_FUNCTION
in that case.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
90bde14f by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00
kerberos: When requested confidentiality InitializeSecurityContext() should also add integrity.
Manual testing shows that InitializeSecurityContext(ISC_REQ_CONFIDENTIALITY)
returns ISC_RET_INTEGRITY in attributes, but not the other way around.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/kerberos/unixlib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d19869341c633d6c5e59b5bd598b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d19869341c633d6c5e59b5bd598b0…
You're receiving this email because of your account on gitlab.winehq.org.