Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
c5767aad by Elizabeth Figura at 2025-03-19T09:33:51-05:00
Rebase against e66405a5040ac233ebdc7bdd925919ad63b4dd69.
- - - - -
4 changed files:
- − patches/winex11-MWM_Decorations/0001-winex11.drv-Don-t-use-MWM_DECOR_RESIZEH-window-resiz.patch
- − patches/winex11-MWM_Decorations/0002-winex11.drv-Don-t-add-MWM_DECOR_BORDER-to-windows-wi.patch
- − patches/winex11-MWM_Decorations/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/c5767aad30cd47aadde876…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/c5767aad30cd47aadde876…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
557512fc by Dmitry Timoshkov at 2025-03-18T22:26:22+01:00
winex11.drv: Don't add MWM_DECOR_BORDER to windows without a caption.
Also don't use MWM_DECOR_RESIZEH, window resizing is controlled by MWM_FUNC_RESIZE.
This patch fixes double caption observed under some WMs (Metacity, its
successor Mate, and XFCE), they always treat such windows as requesting
the caption decoration.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42117
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/557512fce29dc9e95fe5f5ff1fee17…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/557512fce29dc9e95fe5f5ff1fee17…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
897d77ff by Vibhav Pant at 2025-03-18T22:26:22+01:00
bluetoothapis: Add a basic implementation for BluetoothGetDeviceInfo.
- - - - -
cf9954e4 by Vibhav Pant at 2025-03-18T22:26:22+01:00
bluetoothapis/tests: Add tests for BluetoothGetDeviceInfo.
- - - - -
5 changed files:
- dlls/bluetoothapis/bluetoothapis.spec
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/device.c
- dlls/bthprops.cpl/bthprops.cpl.spec
- dlls/irprops.cpl/irprops.cpl.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95a35dd1dd79748a291fd944005c0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95a35dd1dd79748a291fd944005c0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2609784e by Eric Pouech at 2025-03-18T22:26:22+01:00
winedbg: Support more integral types in VARIANT for enum value.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
38a6eac6 by Eric Pouech at 2025-03-18T22:26:22+01:00
dbghelp: Pass a VARIANT to add an enumeration entry.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e6ecd706 by Eric Pouech at 2025-03-18T22:26:22+01:00
dbghelp: Use VARIANT for storing enum values (pdb).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
01f7d93a by Eric Pouech at 2025-03-18T22:26:22+01:00
dbghelp: Store LEB128 encoded as 64bit entities (dwarf).
As they can represent constant values, use largest possible
integral type.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
20607748 by Eric Pouech at 2025-03-18T22:26:22+01:00
dbghelp: Introduce helper to fill in VARIANT (dwarf).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0a42aa7b by Eric Pouech at 2025-03-18T22:26:22+01:00
dbghelp: Fix debug information for C++ enumeration types (dwarf).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/stabs.c
- dlls/dbghelp/type.c
- programs/winedbg/memory.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f88f7e19318eadfb37016ef0c114…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f88f7e19318eadfb37016ef0c114…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9981624a by Roman Pišl at 2025-03-18T22:26:22+01:00
kernel32/tests: Test ReplaceFileW with forward slashes.
- - - - -
0f88f7e1 by Roman Pišl at 2025-03-18T22:26:22+01:00
kernelbase: Handle correctly paths with forward slashes in ReplaceFileW.
PathRemoveFileSpecW keeps only the drive if the path contains
all forward slashes as shown in tests.
But then the temporary file is created in the root folder
which fails for drive Z:.
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c
- dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe9f70fb3ac800359585d822a06fc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe9f70fb3ac800359585d822a06fc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1cb7b649 by Alexandre Julliard at 2025-03-18T20:58:40+01:00
tools: Add is_pe_target() common helper function.
- - - - -
842f3f73 by Alexandre Julliard at 2025-03-18T20:58:40+01:00
winegcc: Make the target options global variables.
For consistency with the other tools.
- - - - -
5e51a0dc by Alexandre Julliard at 2025-03-18T20:58:40+01:00
winegcc: Move setting the compatibility defines to a separate helper function.
- - - - -
4db10470 by Alexandre Julliard at 2025-03-18T20:58:40+01:00
winegcc: Move the initial argument array out of the options structure.
It's only used while parsing the options.
- - - - -
f2fb9203 by Alexandre Julliard at 2025-03-18T20:58:40+01:00
winegcc: Move the remaining directory options out of the options structure.
- - - - -
fe9f70fb by Alexandre Julliard at 2025-03-18T22:26:08+01:00
winegcc: Remove option fields that already have a corresponding output file variable.
- - - - -
4 changed files:
- tools/tools.h
- tools/winebuild/build.h
- tools/winebuild/utils.c
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64d84cf74a52c7cae2b93ae73194f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64d84cf74a52c7cae2b93ae73194f…
You're receiving this email because of your account on gitlab.winehq.org.