From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn28B-0000we-9E for qemu-devel@nongnu.org; Wed, 21 May 2014 04:44:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn286-0007CE-Gv for qemu-devel@nongnu.org; Wed, 21 May 2014 04:44:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn286-0007C8-8p for qemu-devel@nongnu.org; Wed, 21 May 2014 04:44:06 -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 s4L8i5je023971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 21 May 2014 04:44:05 -0400 From: Gerd Hoffmann Date: Wed, 21 May 2014 10:43:36 +0200 Message-Id: <1400661841-16031-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/25] qemu gtk ui overhaul List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, I'm trying to put the qemu gtk ui into shape. Fixing a bunch of issues we have, and also make it ready for multihead support. Git tree is here: git://git.kraxel.org/qemu rebase/ui-gtk-next please review, Gerd Bruce Rogers (1): gtk: Add handling for the xfree86 keycodes Cole Robinson (1): gtk: Add a scrollbar for text consoles Gerd Hoffmann (23): gtk: zap scrolled_window gtk: zap vte size requests gtk: cleanup CONFIG_VTE ifdef a bit. gtk: remove page numbering assumtions from the code gtk: VirtualConsole restruction gtk: move vga state into VirtualGfxConsole gtk: support multiple gfx displays gtk: use device type as label gtk: simplify resize gtk: allow moving tabs to windows and back. gtk: add tab to trace events gtk: add gd_grab trace event gtk: keep track of grab owner gtk: skip keyboard grab when hover autograb is active gtk: update gd_update_caption gtk: fix grab checks gtk: update all windows on mouse mode changes gtk: detached window pointer grabs gtk: enable untabify for gfx gtk: zap unused global_state gtk: window sizing overhaul gtk: workaround gtk2 vte resize issue gtk: factor out gtk3 grab into the new gd_grab_devices function trace-events | 7 +- ui/gtk.c | 1198 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 769 insertions(+), 436 deletions(-) -- 1.8.3.1