All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] ui: gtk and sdl2 fixes
@ 2016-05-06 18:03 Cole Robinson
  2016-05-06 18:03 ` [Qemu-devel] [PATCH 01/10] ui: gtk: fix crash when terminal inner-border is NULL Cole Robinson
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Cole Robinson @ 2016-05-06 18:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Cole Robinson

gtk and sdl2 are nearly unusable on Fedora 24 at the moment.

The first two patches fix the worst issues. The remaining patches
are just extra bits that came about while I was digging into this.

Thanks,
Cole

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 >= 0.37
  ui: gtk: Fix some deprecation warnings

 configure | 62 +++++++++++++++++++++++++++++++++++++++-----------------------
 ui/gtk.c  | 41 ++++++++++++++++++++++++++++++-----------
 ui/sdl2.c |  4 ++++
 3 files changed, 73 insertions(+), 34 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-05-06 18:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 18:03 [Qemu-devel] [PATCH 00/10] ui: gtk and sdl2 fixes Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 01/10] ui: gtk: fix crash when terminal inner-border is NULL Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 02/10] ui: sdl2: Release grab before opening console window Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 03/10] configure: build SDL if only SDL2 available Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 04/10] configure: error on unknown --with-sdlabi value Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 05/10] configure: add echo_version helper Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 06/10] configure: report GTK version Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 07/10] configure: report SDL version Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 08/10] configure: support vte-2.91 Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 09/10] ui: gtk: Fix a runtime warning on vte >= 0.37 Cole Robinson
2016-05-06 18:03 ` [Qemu-devel] [PATCH 10/10] ui: gtk: Fix some deprecation warnings Cole Robinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.