From kde-commits Mon Oct 21 16:44:35 2002 From: Antonio Larrosa Jimenez Date: Mon, 21 Oct 2002 16:44:35 +0000 To: kde-commits Subject: kdebase/kpager X-MARC-Message: https://marc.info/?l=kde-commits&m=103521880718725 CVS commit by antlarr: React on mouse releases and mouse moves instead of mouse press events and mouse moves. This way, the window the user click on is not activated inmediately, just in case the user wants to move it ( #49388 ) Fixed the highlighting of the active desktop which was wrong some times ( #48814 ). Also make it possible to move maximized windows but only to other desktops. CCMAIL: 48814-close@bugs.kde.org CCMAIL: 49388-close@bugs.kde.org M +30 -20 desktop.cpp 1.36 M +8 -1 desktop.h 1.18 M +5 -7 kpager.cpp 1.48