From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbndi-0000Ef-Sw for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:39:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbnde-000685-1z for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:39:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbndd-00067q-Sb for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:39:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 6AF2996C9 for ; Tue, 15 Sep 2015 10:39:01 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 15 Sep 2015 12:38:49 +0200 Message-Id: <1442313535-4549-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] gtk: misc grab tweaks, locale fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, gtk patch queue, with a bunch of grab code tweaks. Also brings the locale fix (use LC_MESSAGES only). please pull, Gerd The following changes since commit 007e620a7576e4ce2ea6955541e87d8ae8ed32= ae: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into sta= ging (2015-09-14 18:51:09 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20150915-1 for you to fetch changes up to 2cb5d2a47c655331bcf0ab16bab8fe4701182c58: gtk: use setlocale() for LC_MESSAGES only (2015-09-15 12:27:41 +0200) ---------------------------------------------------------------- gtk: misc grab tweaks, locale fix. ---------------------------------------------------------------- Alberto Garcia (1): gtk: use setlocale() for LC_MESSAGES only Gerd Hoffmann (5): gtk: check for existing grabs in gd_grab_{pointer,keyboard} gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyb= oard} gtk: trace input grab reason gtk: set free_scale when setting zoom_fit gtk: don't grab input when entering fullscreen. trace-events | 3 ++- ui/gtk.c | 84 ++++++++++++++++++++++++++++++++++++++++--------------= ------ 2 files changed, 58 insertions(+), 29 deletions(-)