| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu-char: convert vc backend to data-driven creation | Paolo Bonzini | 2015-10-19 | 1 | -1/+1 |
* | gtk/opengl: add opengl context and scanout support (GtkGLArea) | Gerd Hoffmann | 2015-10-08 | 1 | -24/+106 |
* | gtk/opengl: add opengl context and scanout support (egl) | Gerd Hoffmann | 2015-10-08 | 1 | -0/+7 |
* | gtk: avoid redefining _WIN32_WINNT macro | Daniel P. Berrange | 2015-09-24 | 1 | -0/+9 |
* | gtk: use setlocale() for LC_MESSAGES only | Alberto Garcia | 2015-09-15 | 1 | -1/+20 |
* | gtk: don't grab input when entering fullscreen. | Gerd Hoffmann | 2015-09-15 | 1 | -6/+0 |
* | gtk: set free_scale when setting zoom_fit | Gerd Hoffmann | 2015-09-15 | 1 | -0/+1 |
* | gtk: trace input grab reason | Gerd Hoffmann | 2015-09-15 | 1 | -13/+13 |
* | gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard} | Gerd Hoffmann | 2015-09-15 | 1 | -5/+4 |
* | gtk: check for existing grabs in gd_grab_{pointer,keyboard} | Gerd Hoffmann | 2015-09-15 | 1 | -5/+20 |
* | gtk: don't exit early in case gtk init fails | Gerd Hoffmann | 2015-06-11 | 1 | -1/+12 |
* | gtk: Replace gdk_cursor_new() | Max Reitz | 2015-05-29 | 1 | -1/+4 |
* | gtk: add opengl support, using egl | Gerd Hoffmann | 2015-05-29 | 1 | -15/+75 |
* | gtk: update mouse position in mouse_set() | Gerd Hoffmann | 2015-05-06 | 1 | -0/+2 |
* | gtk: create gtk.h | Gerd Hoffmann | 2015-05-06 | 1 | -71/+2 |
* | gtk: add ui_info support | Gerd Hoffmann | 2015-05-06 | 1 | -0/+19 |
* | gtk: Avoid accel key leakage into guest on console switch | Jan Kiszka | 2015-04-27 | 1 | -0/+12 |
* | gtk: Fix VTE focus grabbing | Jan Kiszka | 2015-04-27 | 1 | -3/+4 |
* | console/gtk: add qemu_console_get_label | Gerd Hoffmann | 2015-04-22 | 1 | -11/+1 |
* | gtk: bind to text terminal consoles too | Gerd Hoffmann | 2015-04-22 | 1 | -36/+73 |
* | gtk: handle switch_surface(NULL) properly | Gerd Hoffmann | 2015-04-22 | 1 | -5/+21 |
* | gtk: do not call gtk_widget_get_window if drawing area is not initialized | Hervé Poussineau | 2015-03-26 | 1 | -0/+12 |
* | ui/gtk: Support shared surface for most pixman formats | Benjamin Herrenschmidt | 2015-01-19 | 1 | -6/+7 |
* | gtk: Don't crash if -nodefaults | Fam Zheng | 2014-11-21 | 1 | -7/+9 |
* | gtk: fix possible memory leak about local_err | zhanghailiang | 2014-11-21 | 1 | -2/+1 |
* | gtk: add GDK_KEY_pause #define | Gerd Hoffmann | 2014-11-04 | 1 | -0/+1 |
* | gtk: Hide the menubar when in fullscreen mode (lp 1294898) | Cole Robinson | 2014-11-04 | 1 | -2/+2 |
* | gtk: Install vc accelerators on parent window | Cole Robinson | 2014-11-04 | 1 | -7/+15 |
* | gtk: Install fullscreen accelerator on toplevel window | Cole Robinson | 2014-11-04 | 1 | -4/+14 |
* | gtk: Grab accel_group from GtkDisplayState | Cole Robinson | 2014-11-04 | 1 | -12/+9 |
* | gtk: avoid gd_widget_reparent with gtk 3.14+ | Gerd Hoffmann | 2014-10-28 | 1 | -2/+11 |
* | gtk: drop gtk_widget_set_double_buffered call | Gerd Hoffmann | 2014-10-28 | 1 | -1/+0 |
* | gtk: add support for the Pause key | Martin Decky | 2014-10-15 | 1 | -0/+6 |
* | gtk.c: Fix memory leak in gd_set_keycode_type() | Chen Fan | 2014-10-15 | 1 | -0/+7 |
* | ui/gtk: Restore keyboard focus after Page change | John Snow | 2014-07-11 | 1 | -3/+6 |
* | gtk: update window size after showing/hiding tabs | Gerd Hoffmann | 2014-06-11 | 1 | -0/+2 |
* | gtk: factor out gtk3 grab into the new gd_grab_devices function | Gerd Hoffmann | 2014-06-11 | 1 | -64/+36 |
* | gtk: cleanup backend dependencies | Gerd Hoffmann | 2014-06-11 | 1 | -28/+42 |
* | gtk: factor out keycode mapping | Gerd Hoffmann | 2014-06-11 | 1 | -7/+16 |
* | gtk: workaround gtk2 vte resize issue | Gerd Hoffmann | 2014-05-26 | 1 | -0/+40 |
* | gtk: window sizing overhaul | Gerd Hoffmann | 2014-05-26 | 1 | -30/+70 |
* | gtk: zap unused global_state | Gerd Hoffmann | 2014-05-26 | 1 | -4/+0 |
* | gtk: Add handling for the xfree86 keycodes | Bruce Rogers | 2014-05-26 | 1 | -1/+35 |
* | gtk: enable untabify for gfx | Gerd Hoffmann | 2014-05-26 | 1 | -3/+7 |
* | gtk: detached window pointer grabs | Gerd Hoffmann | 2014-05-26 | 1 | -3/+21 |
* | gtk: update all windows on mouse mode changes | Gerd Hoffmann | 2014-05-26 | 1 | -1/+5 |
* | gtk: fix grab checks | Gerd Hoffmann | 2014-05-26 | 1 | -12/+23 |
* | gtk: update gd_update_caption | Gerd Hoffmann | 2014-05-26 | 1 | -17/+28 |
* | gtk: skip keyboard grab when hover autograb is active | Gerd Hoffmann | 2014-05-26 | 1 | -1/+3 |
* | gtk: keep track of grab owner | Gerd Hoffmann | 2014-05-26 | 1 | -5/+23 |