From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1CHF-0005AM-5v for qemu-devel@nongnu.org; Fri, 13 May 2016 08:33:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1CH8-0006jx-Rq for qemu-devel@nongnu.org; Fri, 13 May 2016 08:33:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1CH8-0006iK-KW for qemu-devel@nongnu.org; Fri, 13 May 2016 08:33:02 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E9F62148A5 for ; Fri, 13 May 2016 12:33:00 +0000 (UTC) From: Gerd Hoffmann Date: Fri, 13 May 2016 14:32:40 +0200 Message-Id: <1463142777-13040-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 v2 00/17] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Second try for the ui patch queue. This time the mingw test builds done with -Werror. Warnings fixed. A few more fixes picked up. please pull, Gerd The following changes since commit 860a3b34854d8abe9af9f1eb584691de926ce8= 97: Update version for v2.6.0-rc5 release (2016-05-09 14:08:12 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160513-1 for you to fetch changes up to 6978dc4adcdf27722aa6f9e13f88a903b30a3f8d: gtk: don't leak the GtkBorder with VTE 0.36 (2016-05-13 12:40:12 +0200) ---------------------------------------------------------------- gtk/sdl build tweaks fix gtk 3.20 warnings gtk clipboard support spice-gl monitor config support fix coverity warnings ---------------------------------------------------------------- Alberto Garcia (1): gtk: don't leak the GtkBorder with VTE 0.36 Cole Robinson (10): ui: gtk: fix crash when terminal inner-border is NULL ui: sdl2: Release grab before opening console window configure: build SDL if only SDL2 available configure: error on unknown --with-sdlabi value configure: add echo_version helper configure: report GTK version configure: report SDL version configure: support vte-2.91 ui: gtk: Fix a runtime warning on vte >=3D 0.37 ui: gtk: Fix some deprecation warnings Gerd Hoffmann (2): spice/gl: add & use qemu_spice_gl_monitor_config gtk: update grab code for gtk 3.20 Gonglei (2): egl-helpers: fix possible resource leak spice: fix coverity complains Md Haris Iqbal (1): Changed malloc to g_malloc, free to g_free in ui/shader.c Michael S. Tsirkin (1): ui/gtk: copy to clipboard support configure | 62 +++++++++++++++--------- include/ui/spice-display.h | 1 + ui/egl-helpers.c | 9 ++-- ui/gtk.c | 115 +++++++++++++++++++++++++++++++++++++--= ------ ui/sdl2.c | 4 ++ ui/shader.c | 8 ++-- ui/spice-display.c | 34 ++++++++++++-- 7 files changed, 178 insertions(+), 55 deletions(-)