Alexandre Julliard pushed to branch master at wine / wine
Commits:
469c963f by Nikolay Sivov at 2025-04-14T12:34:29+02:00
windowscodecs/metadata: Create default items for the cHRM handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
488f42f8 by Nikolay Sivov at 2025-04-14T12:34:30+02:00
windowscodecs/metadata: Create default item for the hIST handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f7e64c3a by Nikolay Sivov at 2025-04-14T12:34:31+02:00
windowscodecs/metadata: Create default items for the tIME handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
57225ce6 by Nikolay Sivov at 2025-04-14T12:34:32+02:00
windowscodecs/tests: Add more tests for initial reader contents.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c8d3c9cb by Nikolay Sivov at 2025-04-14T12:34:33+02:00
windowscodecs/metadata: Add default item for the GifComment handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e4941ae4 by Nikolay Sivov at 2025-04-14T12:34:34+02:00
windowscodecs/metadata: Implement bKGD chunk reader.
- - - - -
8 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/gifformat.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/pngformat.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2db7b9e0af9e8eda80d270d4d9e87…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2db7b9e0af9e8eda80d270d4d9e87…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b4a9802b by Dmitry Timoshkov at 2025-04-14T12:34:19+02:00
sane.ds: Change return type of sane_categorize_value() to void.
It's not used.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
e5ed547a by Dmitry Timoshkov at 2025-04-14T12:34:21+02:00
sane.ds: Clarify how SANE mode names map to ICAP_PIXELTYPE values.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2db7b9e0 by Dmitry Timoshkov at 2025-04-14T12:34:22+02:00
sane.ds: Use sizeof() instead of hard-coded values, avoid zero initializing local variables when not necessary.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/sane.ds/capability.c
- dlls/sane.ds/options.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0005e4d1ff070817d7ec78a13e573…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0005e4d1ff070817d7ec78a13e573…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
628880de by Esme Povirk at 2025-04-14T12:32:08+02:00
comctl32: Implement MSAA events for listbox.
- - - - -
d1d9dbaa by Esme Povirk at 2025-04-14T12:32:08+02:00
comctl32/tests: Test MSAA events for listbox.
- - - - -
0005e4d1 by Esme Povirk at 2025-04-14T12:32:09+02:00
comctl32/tests: Add more MSAA event tests for listbox.
- - - - -
2 changed files:
- dlls/comctl32/listbox.c
- dlls/comctl32/tests/listbox.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/662e8a0200fa59b7e2bdd5feea0ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/662e8a0200fa59b7e2bdd5feea0ab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5d14c976 by Joachim Priesner at 2025-04-14T12:29:05+02:00
msvcrt: Concurrency: Fix signed/unsigned comparison.
SchedulerPolicy_SetPolicyValue(ContextPriority, THREAD_PRIORITY_BELOW_NORMAL)
would erroneously throw an exception because THREAD_PRIORITY_BELOW_NORMAL == -1
and -1 > 6 when compared as unsigned.
- - - - -
1 changed file:
- dlls/msvcrt/concurrency.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d14c97623033aaddc73aded0b4d64…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5d14c97623033aaddc73aded0b4d64…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
24e61cf7 by Giovanni Mascellani at 2025-04-14T21:55:26+02:00
vkd3d-shader: Represent resource data types as vkd3d_data_type in struct vkd3d_shader_descriptor_info1.
- - - - -
f4e10ea9 by Henri Verbeet at 2025-04-14T21:55:26+02:00
vkd3d-shader/d3d-asm: Include the I/O signatures when tracing vsir code.
- - - - -
fd16bba2 by Giovanni Mascellani at 2025-04-14T21:55:26+02:00
vkd3d-shader/d3d-asm: Expose the raw value if unknown in shader_dump_resource_type().
- - - - -
bac69493 by Giovanni Mascellani at 2025-04-14T21:55:26+02:00
vkd3d-shader/d3d-asm: Expose the raw value if unknown in shader_dump_data_type().
- - - - -
0417f4f1 by Giovanni Mascellani at 2025-04-14T21:57:15+02:00
vkd3d-shader/d3d-asm: Include the program descriptors when tracing vsir code.
- - - - -
f02ea94c by Giovanni Mascellani at 2025-04-14T21:57:27+02:00
vkd3d-shader/d3d-asm: Trace register names for I/O declarations.
- - - - -
6 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4412a8365525e300e639df877339…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4412a8365525e300e639df877339…
You're receiving this email because of your account on gitlab.winehq.org.