Alexandre Julliard pushed to branch master at wine / wine
Commits:
1843f18d by Jacek Caban at 2025-03-06T20:35:11+01:00
include: Use struct inheritance for MONITORINFOEX declaration in C++.
- - - - -
1d935a02 by Jacek Caban at 2025-03-06T20:35:11+01:00
include: Add isnormal C++ declaration.
- - - - -
fdde56ef by Jacek Caban at 2025-03-06T20:35:11+01:00
include: Introduce minwindef.h header file.
- - - - -
c8643b3d by Jacek Caban at 2025-03-06T20:35:11+01:00
include: Introduce fibersapi.h header file.
- - - - -
7 changed files:
- include/Makefile.in
- + include/fibersapi.h
- + include/minwindef.h
- include/msvcrt/math.h
- include/winbase.h
- include/windef.h
- include/winuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e09e2e702b426d266cbb1c80b3f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e09e2e702b426d266cbb1c80b3f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c3e09e2e by Alexandros Frantzis at 2025-03-06T20:34:21+01:00
winewayland: Treat fully transparent cursors as hidden.
SDL 2.0.18 and newer (including SDL 3) set a fully transparent cursor
object when hiding the cursor (instead of using a NULL cursor handle).
Detect this case and treat it as a request to hide the cursor, to make
our locking/relative-motion heuristics work.
- - - - -
1 changed file:
- dlls/winewayland.drv/wayland_pointer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c3e09e2e702b426d266cbb1c80b3ff…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c3e09e2e702b426d266cbb1c80b3ff…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
fb76e5da by Nikolay Sivov at 2025-03-06T17:21:10+01:00
vkd3d-shader/fx: Add support for parsing fx_2_0 parameters.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1417af2e by Nikolay Sivov at 2025-03-06T17:21:10+01:00
vkd3d-shader/fx: Add support for parsing numeric states in fx_2_0 passes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36b81860211251dad50eaef6baaa…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36b81860211251dad50eaef6baaa…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c2ca6b6b by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Emit the minimum-precision global flag when minimum-precision semantics are used.
There are other things we need to check, but this is a start.
- - - - -
6cdfe383 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Emit minimum-precision signatures.
- - - - -
bd34ec1f by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Emit the minimum-precision SFI0 flag.
- - - - -
3cf4a4e9 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Use common hlsl_type_is_integer() and hlsl_base_type_is_integer() helpers.
- - - - -
16be9181 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Pass the correct type to base_type_get_semantic_equivalent().
- - - - -
18ca7aff by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Make min16uint into a first-class type.
And properly implement translation into some binary enumerations.
- - - - -
8 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
- libs/vkd3d-shader/tpf.c
- tests/hlsl/function-overload.shader_test
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/055625448b03bb0c83604c3abddf…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/055625448b03bb0c83604c3abddf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2a0451bc by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Return non-zero value on error.
- - - - -
894bcb38 by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Handle arguments starting with '/' and '-'.
- - - - -
6b5872da by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Parse and validate all command line arguments.
- - - - -
cf02ef4b by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Support format specifiers when handling /user argument.
- - - - -
1 changed file:
- programs/whoami/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51542a740dea7ee61ecf613f79dca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51542a740dea7ee61ecf613f79dca…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d7d77490 by Esme Povirk at 2025-03-05T20:47:11+01:00
gdiplus: Stub GdipGetEffectParameters.
- - - - -
05c95ca7 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus/tests: Add tests for effect parameters.
- - - - -
01701be3 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus: Split effect parameter size into helper function.
- - - - -
51542a74 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus: Store parameters on effect objects.
- - - - -
4 changed files:
- dlls/gdiplus/gdiplus.spec
- dlls/gdiplus/gdiplus_private.h
- dlls/gdiplus/image.c
- dlls/gdiplus/tests/image.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c6cfc1f5014ae17871f02dc57b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c6cfc1f5014ae17871f02dc57b6…
You're receiving this email because of your account on gitlab.winehq.org.