Alexandre Julliard pushed to branch master at wine / wine
Commits:
b878f45a by Nikolay Sivov at 2025-04-08T17:11:25+02:00
propsys/tests: Add more tests for PropVariantToDouble().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
93ee5611 by Nikolay Sivov at 2025-04-08T17:11:25+02:00
propsys/tests: Add some tests for PropVariantChangeType(VT_R8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f259d8f3 by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys/tests: Use correct members to initialize PropVariantToDouble() test input.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
927b389e by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys: Fix PropVariantToDouble() for float input.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
95af9e60 by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys: Implement PropVariantChangeType(VT_R8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31fda1f4a08e61daa3c5e84829f80…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31fda1f4a08e61daa3c5e84829f80…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
31fda1f4 by Zhiyi Zhang at 2025-04-08T09:52:25+02:00
win32u: Support windows spanning multiple monitors in map_window_rects_virt_to_raw().
Fix a regression from 545073fd, which restricts the visible rect to only one monitor when the
original virtual visible rect is spanning multiple monitors.
Fix Project CARS 3 (958400) fails to enter triple screen mode.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/31fda1f4a08e61daa3c5e84829f80d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/31fda1f4a08e61daa3c5e84829f80d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
07faece4 by Nikolay Sivov at 2025-04-08T09:51:43+02:00
windowscodecs/tests: Add another test case for 4bps tiff.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5501f17d by Nikolay Sivov at 2025-04-08T09:51:45+02:00
windowscodecs/tiff: Fix stride value for 4bps RGBA.
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/856efc7a958c32a34b3d7e47cc80a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/856efc7a958c32a34b3d7e47cc80a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b12e3d8e by Henri Verbeet at 2025-04-08T20:38:26+02:00
demos: Get rid of some unused includes.
These were used for demo_load_shader(), but that was removed some time
ago in commit aa5d48eec4987c4c1cb55571b536cd485c25740b.
- - - - -
70655012 by Henri Verbeet at 2025-04-08T20:38:26+02:00
demos: Move the vkd3d parts of demo_xcb.h into a separate header.
So that they can be used for e.g. Wayland or macOS support. Or Windows,
if we're so inclined.
- - - - -
4 changed files:
- Makefile.am
- demos/demo.h
- + demos/demo_vkd3d.h
- demos/demo_xcb.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/89d3e667e0aad8a8a1d546b2034f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/89d3e667e0aad8a8a1d546b2034f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7b21183f by Victor Chiletto at 2025-04-08T19:18:56+02:00
tests/shader_runner_d3d12: Pass the structure byte stride for SRVs.
- - - - -
cc9f4ac5 by Victor Chiletto at 2025-04-08T19:18:57+02:00
tests/hlsl: Attempt to deduce the data type of unspecified type texture data.
Try parsing first as integer, and if the parse stops at a decimal separator, parse as float.
- - - - -
89d3e667 by Victor Chiletto at 2025-04-08T19:31:40+02:00
tests/hlsl: Add tests for SRV structured buffers.
- - - - -
10 changed files:
- Makefile.am
- tests/hlsl/point-sprite.shader_test
- tests/hlsl/shader-interstage-interface.shader_test
- tests/hlsl/shader-point-size.shader_test
- + tests/hlsl/srv-structuredbuffer.shader_test
- tests/hlsl/swizzle-constant-prop.shader_test
- tests/hlsl/texture-load-offset.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3e8b56c509522892114ef2772aa0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3e8b56c509522892114ef2772aa0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8866a43b by Anna (navi) Figueiredo Gomes at 2025-04-08T19:14:15+02:00
tests/hlsl: Add some fx_4_0 state tests.
- - - - -
3e8b56c5 by Anna (navi) Figueiredo Gomes at 2025-04-08T19:14:15+02:00
vkd3d-shader/fx: Don't cast between int and uint in state blocks.
- - - - -
3 changed files:
- Makefile.am
- libs/vkd3d-shader/fx.c
- + tests/hlsl/effect-pass-states-fx_4.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f576ecc9929dd98c900bb8bc0335…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f576ecc9929dd98c900bb8bc0335…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
856efc7a by Tim Clem at 2025-04-07T21:58:11+02:00
winemac.drv: Only send key down events to the window's inputContext.
Rename and remove an argument to macdrv_send_text_input to reflect
its purpose.
Fixes doubled input with certain input sources.
- - - - -
3 changed files:
- dlls/winemac.drv/cocoa_window.m
- dlls/winemac.drv/keyboard.c
- dlls/winemac.drv/macdrv_cocoa.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/856efc7a958c32a34b3d7e47cc80a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/856efc7a958c32a34b3d7e47cc80a8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4f5b473 by Alex Henrie at 2025-04-07T21:58:11+02:00
cryptui: Copy localized name of selected store to textbox.
Match the behavior on Windows: When the CryptUIWizImport function is
called, the "Certificate store" textbox initially says "Determined by
the program" instead of having the specific name of the store passed to
the function. When the user clicks Browse to select a store, the stores
are listed by localized name. After clicking OK, the selected store's
localized name is copied into the textbox.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58057
- - - - -
1 changed file:
- dlls/cryptui/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f4f5b4734ac09ca2e62f53961389ba…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f4f5b4734ac09ca2e62f53961389ba…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4077fe3a by Eric Pouech at 2025-04-07T21:58:11+02:00
cmd/tests: Add more lexer related tests.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
41ad3806 by Eric Pouech at 2025-04-07T21:58:11+02:00
cmd: Rely on node_builder to get lexer state.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57877
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a2e274ed by Eric Pouech at 2025-04-07T21:58:11+02:00
cmd: Check command buffer instead of keeping whitespace state.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
ee895f7d by Eric Pouech at 2025-04-07T21:58:11+02:00
cmd: Factorize end-of-line conditions.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
52c209ab by Eric Pouech at 2025-04-07T21:58:11+02:00
cmd: Handle directly commands til eol.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bfab920e64d1d5542cdceffa2fe5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bfab920e64d1d5542cdceffa2fe5a…
You're receiving this email because of your account on gitlab.winehq.org.