From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv0Wo-0007e2-Cf for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:38:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv0Wj-0005Q3-IY for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:38:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv0Wj-0005Pc-BK for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:38:29 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5C8cSjF001172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 12 Jun 2014 04:38:28 -0400 From: Gerd Hoffmann Date: Thu, 12 Jun 2014 10:38:19 +0200 Message-Id: <1402562303-16930-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] gtk patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This pull brings minor bugfixes and cleanups for gtk. For now I've left out the terminals-without-vte patch as it reportly causes problems on windows. cheers, Gerd The following changes since commit b780bf8eff43fc49b071795292dea5d05990fff3: Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging (2014-06-10 17:16:03 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20140611-1 for you to fetch changes up to fa7a1e521943f838ab1dc02fdb29473a608ca5f4: gtk: update window size after showing/hiding tabs (2014-06-11 14:26:49 +0200) ---------------------------------------------------------------- gtk: misc fixes & cleanups. ---------------------------------------------------------------- Gerd Hoffmann (4): gtk: factor out keycode mapping gtk: cleanup backend dependencies gtk: factor out gtk3 grab into the new gd_grab_devices function gtk: update window size after showing/hiding tabs configure | 4 ++ ui/gtk.c | 189 +++++++++++++++++++++++++++++++------------------------------- 2 files changed, 97 insertions(+), 96 deletions(-)