Alexandre Julliard pushed to branch master at wine / wine
Commits:
17aea318 by Alexandros Frantzis at 2025-03-19T11:04:23+01:00
winewayland: Implement wl_data_device initialization.
The data device is initialized once for each process, from within a
dedicated thread and window that handles clipboard events.
- - - - -
902a4886 by Alexandros Frantzis at 2025-03-19T11:04:26+01:00
winewayland: Support wl_data_device for copies from win32 clipboard to native apps.
If the wlr-data-control-unstable-v1 extension is not available use
the core data device protocol.
- - - - -
550a4378 by Alexandros Frantzis at 2025-03-19T11:04:28+01:00
winewayland: Support wl_data_device for copies from native apps to win32 clipboard.
- - - - -
4c05fef5 by Alexandros Frantzis at 2025-03-19T11:04:29+01:00
winewayland: Warn about missing clipboard functionality.
- - - - -
9 changed files:
- dlls/winewayland.drv/Makefile.in
- dlls/winewayland.drv/dllmain.c
- dlls/winewayland.drv/unixlib.h
- dlls/winewayland.drv/wayland.c
- dlls/winewayland.drv/wayland_data_device.c
- dlls/winewayland.drv/wayland_keyboard.c
- dlls/winewayland.drv/wayland_pointer.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/waylanddrv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5b47cb795424dcc5eaed50a8a2b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5b47cb795424dcc5eaed50a8a2b2…
You're receiving this email because of your account on gitlab.winehq.org.
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.