From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZbgj-0000if-Cp for qemu-devel@nongnu.org; Wed, 09 Sep 2015 05:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZbgf-0005qY-Ee for qemu-devel@nongnu.org; Wed, 09 Sep 2015 05:29:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZbgf-0005qK-AU for qemu-devel@nongnu.org; Wed, 09 Sep 2015 05:29:05 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 06E23A8A for ; Wed, 9 Sep 2015 09:29:05 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 9 Sep 2015 11:28:52 +0200 Message-Id: <1441790938-29042-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] gtk: tweak grab handling, misc fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, While doing some virgl testing I've trapped into a bunch of issues with input grabs, especially in fullscreen mode. So here is a series of mostly grab-related patches: Cleanups, improve tracing, don't grab when entering fullscreen. Also a small zoom fix, and the setlocale change discussed here recently. please review and test, Gerd Gerd Hoffmann (6): gtk: check for existing grabs in gd_grab_{pointer,keyboard} gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard} gtk: trace input grab reason gtk: set free_scale when setting zoom_fit gtk: don't grab input when entering fullscreen. gtk: setlocale for LC_MESSAGES only trace-events | 3 ++- ui/gtk.c | 65 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 29 deletions(-) -- 1.8.3.1