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.