Alexandre Julliard pushed to branch master at wine / wine
Commits:
ae53011f by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add typeref rows for enums.
- - - - -
99be7bc8 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add typedef, field and constant rows for enums.
- - - - -
adac2932 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the flags attribute.
- - - - -
e1c75c71 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the contract attribute.
- - - - -
311754f6 by Hans Leidekker at 2025-06-03T20:24:00+02:00
widl: Add rows for the version attribute.
- - - - -
3 changed files:
- tools/widl/metadata.c
- tools/widl/typetree.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/304d00d4b70d51cc328c146fa08b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/304d00d4b70d51cc328c146fa08b2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e57128c by Brendan McGrath at 2025-06-03T18:18:01+02:00
mfplat/tests: Add image size tests for P010.
- - - - -
e4cefcf1 by Brendan McGrath at 2025-06-03T18:18:02+02:00
mfplat: Add support for the P010 format.
- - - - -
13194d74 by Brendan McGrath at 2025-06-03T18:18:02+02:00
winegstreamer: Add support for the P010 format.
- - - - -
304d00d4 by Brendan McGrath at 2025-06-03T18:18:02+02:00
winedmo: Add support for the P010 format.
- - - - -
10 changed files:
- dlls/mfplat/buffer.c
- dlls/mfplat/mediatype.c
- dlls/mfplat/tests/mfplat.c
- dlls/winedmo/unix_media_type.c
- dlls/winegstreamer/mfplat.c
- dlls/winegstreamer/quartz_parser.c
- dlls/winegstreamer/unixlib.h
- dlls/winegstreamer/video_decoder.c
- dlls/winegstreamer/wg_format.c
- dlls/winegstreamer/wg_media_type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2329622b3047ed7622b64f0f50a8d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2329622b3047ed7622b64f0f50a8d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2329622b by Yuxuan Shui at 2025-06-03T17:42:13+02:00
msctf: Fix read of invalid memory in SINK_FOR_EACH.
If the list being iterated over is empty, LIST_ENTRY(cursor,Sink,entry) does not actually point to a
Sink, and therefore reading `->interfaces.p##type` from it is invalid. This access should only happen
after the `(cursor) != (list)` check.
- - - - -
1 changed file:
- dlls/msctf/msctf_internal.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2329622b3047ed7622b64f0f50a8d3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2329622b3047ed7622b64f0f50a8d3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1c87b167 by Stefan Dösinger at 2025-06-03T17:36:23+02:00
d3d9/tests: Relax the focus==device window reactivate WM_WINDOWPOSCHANGED test.
Allow messages after SetForegroundWindow returns. Kwin likes to resize
our window some more after d3d9 resized it.
- - - - -
57758b1f by Stefan Dösinger at 2025-06-03T17:36:25+02:00
d3d9/tests: Make the reactivate_messages_filtered test more meaningful on Windows.
- - - - -
1 changed file:
- dlls/d3d9/tests/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5063ab8a805e77b9b9dfe5587fb38…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5063ab8a805e77b9b9dfe5587fb38…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
51cadb6f by Jacob Czekalla at 2025-06-02T20:50:52+02:00
taskschd/tests: Adds a test for IRegisteredTaskCollection get_Item and get_Count.
- - - - -
13b4de80 by Jacob Czekalla at 2025-06-02T20:51:02+02:00
taskschd: Implements IRegisteredTaskCollection get_Item().
- - - - -
73966f6b by Jacob Czekalla at 2025-06-02T20:51:06+02:00
taskschd: Implements IRegisteredTaskCollection get_Count().
- - - - -
2 changed files:
- dlls/taskschd/regtask.c
- dlls/taskschd/tests/scheduler.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6677fe356686186ac7b75552f226…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6677fe356686186ac7b75552f226…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cd1d46cb by Alexandre Julliard at 2025-06-02T20:49:32+02:00
configure: Always check for a valid 64-bit libdir.
- - - - -
e6677fe3 by Alexandre Julliard at 2025-06-02T20:49:40+02:00
configure: Don't use the 64-bit tools if --enable-tools is specified.
This can be useful in a chroot that can't run 64-bit binaries.
- - - - -
2 changed files:
- configure
- configure.ac
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a79639cc6df71e2ebb930941ac0a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a79639cc6df71e2ebb930941ac0a8…
You're receiving this email because of your account on gitlab.winehq.org.