Age | Commit message (Expand) | Author |
2016-05-11 | ui: gtk: Fix some deprecation warnings | Cole Robinson |
2016-05-11 | ui: gtk: Fix a runtime warning on vte >= 0.37 | Cole Robinson |
2016-05-11 | ui: gtk: fix crash when terminal inner-border is NULL | Cole Robinson |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann |
2016-02-22 | gtk: fix uninitialized temporary VirtualConsole | Paolo Bonzini |
2016-02-04 | ui: Clean up includes | Peter Maydell |
2016-02-02 | gtk: use qemu_chr_alloc() to allocate CharDriverState | Daniel P. Berrange |
2016-01-18 | gtk: implement set_echo | Paolo Bonzini |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake |
2015-10-19 | qemu-char: convert vc backend to data-driven creation | Paolo Bonzini |
2015-10-08 | gtk/opengl: add opengl context and scanout support (GtkGLArea) | Gerd Hoffmann |
2015-10-08 | gtk/opengl: add opengl context and scanout support (egl) | Gerd Hoffmann |
2015-09-24 | gtk: avoid redefining _WIN32_WINNT macro | Daniel P. Berrange |
2015-09-15 | gtk: use setlocale() for LC_MESSAGES only | Alberto Garcia |
2015-09-15 | gtk: don't grab input when entering fullscreen. | Gerd Hoffmann |
2015-09-15 | gtk: set free_scale when setting zoom_fit | Gerd Hoffmann |
2015-09-15 | gtk: trace input grab reason | Gerd Hoffmann |
2015-09-15 | gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard} | Gerd Hoffmann |
2015-09-15 | gtk: check for existing grabs in gd_grab_{pointer,keyboard} | Gerd Hoffmann |
2015-06-11 | gtk: don't exit early in case gtk init fails | Gerd Hoffmann |
2015-05-29 | gtk: Replace gdk_cursor_new() | Max Reitz |
2015-05-29 | gtk: add opengl support, using egl | Gerd Hoffmann |
2015-05-06 | gtk: update mouse position in mouse_set() | Gerd Hoffmann |
2015-05-06 | gtk: create gtk.h | Gerd Hoffmann |
2015-05-06 | gtk: add ui_info support | Gerd Hoffmann |
2015-04-27 | gtk: Avoid accel key leakage into guest on console switch | Jan Kiszka |
2015-04-27 | gtk: Fix VTE focus grabbing | Jan Kiszka |
2015-04-22 | console/gtk: add qemu_console_get_label | Gerd Hoffmann |
2015-04-22 | gtk: bind to text terminal consoles too | Gerd Hoffmann |
2015-04-22 | gtk: handle switch_surface(NULL) properly | Gerd Hoffmann |
2015-03-26 | gtk: do not call gtk_widget_get_window if drawing area is not initialized | Hervé Poussineau |
2015-01-19 | ui/gtk: Support shared surface for most pixman formats | Benjamin Herrenschmidt |
2014-11-21 | gtk: Don't crash if -nodefaults | Fam Zheng |
2014-11-21 | gtk: fix possible memory leak about local_err | zhanghailiang |
2014-11-04 | gtk: add GDK_KEY_pause #define | Gerd Hoffmann |
2014-11-04 | gtk: Hide the menubar when in fullscreen mode (lp 1294898) | Cole Robinson |
2014-11-04 | gtk: Install vc accelerators on parent window | Cole Robinson |
2014-11-04 | gtk: Install fullscreen accelerator on toplevel window | Cole Robinson |
2014-11-04 | gtk: Grab accel_group from GtkDisplayState | Cole Robinson |
2014-10-28 | gtk: avoid gd_widget_reparent with gtk 3.14+ | Gerd Hoffmann |
2014-10-28 | gtk: drop gtk_widget_set_double_buffered call | Gerd Hoffmann |
2014-10-15 | gtk: add support for the Pause key | Martin Decky |
2014-10-15 | gtk.c: Fix memory leak in gd_set_keycode_type() | Chen Fan |
2014-07-11 | ui/gtk: Restore keyboard focus after Page change | John Snow |
2014-06-11 | gtk: update window size after showing/hiding tabs | Gerd Hoffmann |
2014-06-11 | gtk: factor out gtk3 grab into the new gd_grab_devices function | Gerd Hoffmann |
2014-06-11 | gtk: cleanup backend dependencies | Gerd Hoffmann |
2014-06-11 | gtk: factor out keycode mapping | Gerd Hoffmann |
2014-05-26 | gtk: workaround gtk2 vte resize issue | Gerd Hoffmann |