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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
92def27a by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Introduce a cache for loading blocks in new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2ca9ae96 by Eric Pouech at 2025-05-12T22:52:55+02:00
winedump: Dump some symbols for managed code.
Adding some missing definitions to include/wine/mscvpdb.h
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c9c45d78 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence symbol for managed code.
A step towards a full fix of:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34990
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
75f34d18 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence FIXME when dealing with empty hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3add94b5 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Fix using Start parameter in TI_FINDCHILDREN request.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/type.c
- include/wine/mscvpdb.h
- tools/winedump/msc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
37ffe1af by Alexandre Julliard at 2025-05-12T15:54:09+02:00
tools: Add support for syscalls with a custom entry point.
- - - - -
ea6ae259 by Alexandre Julliard at 2025-05-12T15:54:11+02:00
ntdll: Define NtQueryInformationProcess as a custom syscall.
- - - - -
b40c9f09 by Alexandre Julliard at 2025-05-12T15:57:03+02:00
ntdll: Don't require syscall flag on Zw functions.
- - - - -
ad6c662c by Alexandre Julliard at 2025-05-12T22:52:55+02:00
ntdll/tests: Add a test for syscall numbering.
- - - - -
6 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_i386.c
- dlls/ntdll/tests/virtual.c
- dlls/win32u/win32syscalls.h
- tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
df7c4d1f by Alexandros Frantzis at 2025-05-12T15:23:19+02:00
winewayland: Use ARGB buffers for shaped windows.
When we detect a shaped window, switch to ARGB buffers in order to
be able to apply the shape (in a follow-up commit).
- - - - -
abfc7386 by Rémi Bernon at 2025-05-12T15:23:19+02:00
winewayland: Implement window surface shape and color keying.
- - - - -
3 changed files:
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window_surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d76cf49a5e3473a85254588d4c0ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d76cf49a5e3473a85254588d4c0ca…
You're receiving this email because of your account on gitlab.winehq.org.