Alexandre Julliard pushed to branch master at wine / wine
Commits:
a428d093 by Nikolay Sivov at 2025-05-13T23:35:02+02:00
user32/edit: Reset internal capture state on WM_CAPTURECHANGED.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a9ad9199 by Nikolay Sivov at 2025-05-13T23:35:02+02:00
comctl32/edit: Reset internal capture state on WM_CAPTURECHANGED.
This is a regression fix for d18a1fded2e2024ae2c8cdc4235654ff2d8dd5e9.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58067
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comctl32/edit.c
- dlls/user32/edit.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e392386f175d76c9a54e436019ec5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e392386f175d76c9a54e436019ec5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
93142366 by Nikolay Sivov at 2025-05-13T10:51:30+02:00
windowscodecs/tests: Add some tests for multi-frame tiffs vs SUBFILETYPE tag.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
742c7440 by Nikolay Sivov at 2025-05-13T10:51:32+02:00
windowscodecs/tiff: Skip frames marked with SUBFILETYPE(0x1).
This is important for RAW formats that use TIFF container, but mark
directories as 'reduced-size'. Those files should be processed with
appropriate RAW decoder, instead of displaying auxiliary frame with
the TIFF decoder.
Unfortunately libtiff skips old tag OSUBFILETYPE == 0xff,
it's not available via TIFFGetField() and SUBFILETYPE is not synthesized
from it. On Windows both tags have the same effect on frames
being skipped by the decoder.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bceff039c85231dc6c44eb88038fa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bceff039c85231dc6c44eb88038fa…
You're receiving this email because of your account on gitlab.winehq.org.