From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXUnI-0002EH-7I for qemu-devel@nongnu.org; Tue, 08 Apr 2014 08:06:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXUnD-0005Qm-CZ for qemu-devel@nongnu.org; Tue, 08 Apr 2014 08:06:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXUnD-0005QU-5O for qemu-devel@nongnu.org; Tue, 08 Apr 2014 08:06:19 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s38C6IM3008690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Apr 2014 08:06:18 -0400 From: Gerd Hoffmann Date: Tue, 8 Apr 2014 14:06:11 +0200 Message-Id: <1396958772-3561-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.0 0/1] gtk: one more usability fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Finally sorted things, with this patch the gtk ui behavior in relative mouse mode is consistent with everybody else (sdl, virt-viewer, ...). please pull, Gerd The following changes since commit 55519a4b244e4822774b593e36647ecf7598286b: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging (2014-04-07 17:57:23 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-5 for you to fetch changes up to 800b0e814bef7cd14ae2bce149c09d70676e93fb: gtk: Implement grab-on-click behavior in relative mode (2014-04-08 13:57:34 +0200) ---------------------------------------------------------------- gtk: Implement grab-on-click behavior in relative mode ---------------------------------------------------------------- Takashi Iwai (1): gtk: Implement grab-on-click behavior in relative mode ui/gtk.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-)