Alexandre Julliard pushed to branch master at wine / wine
Commits:
a5542694 by Dmitry Timoshkov at 2025-02-10T20:58:24+01:00
windowscodecs/tests: Add some tests for IWICBitmapFlipRotator.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
72a331dd by Dmitry Timoshkov at 2025-02-10T20:58:24+01:00
windowscodecs: Implement IWICBitmapFlipRotator(WICBitmapTransformFlipHorizontal) for bitmaps with bpp >= 8.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1b4ad83a by Dmitry Timoshkov at 2025-02-10T20:58:24+01:00
windowscodecs: Implement IWICBitmapFlipRotator(WICBitmapTransformRotate90) for bitmaps with bpp >= 8.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/windowscodecs/fliprotate.c
- dlls/windowscodecs/tests/bitmap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28b3a2d688594442b992c31593fab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28b3a2d688594442b992c31593fab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bea83855 by Eric Pouech at 2025-02-10T11:21:17+01:00
cmd/tests: Add tests about echo mode persistence across batch calls.
Mainly shows that upon batch invocation return from another batch file, i
echo mode is kept; whereas, from command line, the echo mode is always
reset to ON.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2d2c661c by Eric Pouech at 2025-02-10T11:21:21+01:00
cmd: Preserve echo mode across interactive batch invocation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57804
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0713a29a by Eric Pouech at 2025-02-10T11:21:24+01:00
cmd/tests: Add tests wrt. variable expansion with substring modifition.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
28b3a2d6 by Eric Pouech at 2025-02-10T11:21:27+01:00
cmd: Fix substring substitution in variable expansion.
Also fix returned string in case of incorrect range for substring.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57809
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a694af30fd68b27f113fed60747c9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a694af30fd68b27f113fed60747c9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c0983915 by Zhiyi Zhang at 2025-02-10T11:20:27+01:00
user32/tests: Test TME_LEAVE when the cursor is not in the specified tracking window.
- - - - -
a694af30 by Zhiyi Zhang at 2025-02-10T11:20:48+01:00
win32u: Post WM_MOUSELEAVE immediately when the cursor is not in the specified tracking window.
Fix erwin Data Modeler unable click its comboboxes in listboxes.
- - - - -
2 changed files:
- dlls/user32/tests/msg.c
- dlls/win32u/input.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f904993225e6b4303050a6783984d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f904993225e6b4303050a6783984d…
You're receiving this email because of your account on gitlab.winehq.org.