https://bugs.kde.org/show_bug.cgi?id=489806
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/5f85280563 | |cc44988c083737acfd7fdc0d607 | |721 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Zamundaaa <[email protected]> --- Git commit 5f85280563cc44988c083737acfd7fdc0d607721 by Xaver Hugl. Committed on 25/10/2024 at 13:35. Pushed by zamundaaa into branch 'master'. window: add new inactive mouse action, and make it the default This new option - activates on click - passes clicks - raises only on release This way, if a user starts a drag on a window lower in the stacking order, it does not get raised above other windows immediately, which makes drag and drop less annoying to deal with M +1 -0 autotests/integration/CMakeLists.txt A +126 -0 autotests/integration/mouseactions_test.cpp [License: GPL(v2.0+)] M +6 -6 autotests/integration/x11_window_test.cpp M +4 -4 autotests/integration/xdgshellwindow_test.cpp M +6 -6 src/events.cpp M +46 -20 src/input.cpp M +5 -0 src/kcms/options/actions.ui M +2 -1 src/kcms/options/kwinoptions_settings.kcfg M +2 -2 src/kwin.kcfg M +4 -1 src/options.cpp M +3 -2 src/options.h M +6 -6 src/useractions.cpp M +38 -5 src/window.cpp M +4 -2 src/window.h M +2 -2 src/xdgshellwindow.cpp https://invent.kde.org/plasma/kwin/-/commit/5f85280563cc44988c083737acfd7fdc0d607721 -- You are receiving this mail because: You are watching all bug changes.
