summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-11-25input: move input-send-event into experimental namespaceGerd Hoffmann1-2/+2
2014-11-21gtk: Don't crash if -nodefaultsFam Zheng1-7/+9
2014-11-21gtk: fix possible memory leak about local_errzhanghailiang1-2/+1
2014-11-13QMP/input-send-event: make console parameter optionalAmos Kong1-6/+9
2014-11-04gtk: add GDK_KEY_pause #defineGerd Hoffmann1-0/+1
2014-11-04gtk: Hide the menubar when in fullscreen mode (lp 1294898)Cole Robinson1-2/+2
2014-11-04gtk: Install vc accelerators on parent windowCole Robinson1-7/+15
2014-11-04gtk: Install fullscreen accelerator on toplevel windowCole Robinson1-4/+14
2014-11-04gtk: Grab accel_group from GtkDisplayStateCole Robinson1-12/+9
2014-10-31ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGSFam Zheng1-2/+3
2014-10-30Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141028-1' into s...Peter Maydell1-5/+15
2014-10-28vnc: return directly if no vnc client connectedChenLiang1-5/+5
2014-10-28vnc: sanitize bits_per_pixel from the clientPetr Matousek1-0/+10
2014-10-28gtk: avoid gd_widget_reparent with gtk 3.14+Gerd Hoffmann1-2/+11
2014-10-28gtk: drop gtk_widget_set_double_buffered callGerd Hoffmann1-1/+0
2014-10-15gtk: add support for the Pause keyMartin Decky1-0/+6
2014-10-15gtk.c: Fix memory leak in gd_set_keycode_type()Chen Fan1-0/+7
2014-10-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141002-1' into...Peter Maydell2-2/+46
2014-10-02add input-send-event commandMarcelo Tosatti1-0/+37
2014-10-02input: fix send-key monitor command release event orderingGerd Hoffmann1-2/+9
2014-09-30pixman: fix qemu_default_pixman_format (32bpp non-native endian)Gerd Hoffmann1-1/+1
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann1-2/+9
2014-09-22block: delete cow block driverStefan Hajnoczi1-1/+1
2014-09-18vnc-tls: Clean up dead store in vnc_set_x509_credential()Markus Armbruster1-2/+0
2014-09-17ui/vnc: set TCP_NODELAYPeter Lieven1-0/+1
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell1-2/+1
2014-09-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20140916-1' into s...Peter Maydell2-4/+4
2014-09-16spice: call qemu_spice_set_passwd() during initMarc-André Lureau1-1/+1
2014-09-16sdl2: keymap fixupsGerd Hoffmann1-3/+4
2014-09-16sdl2: drop sdl_zoom.hGerd Hoffmann1-1/+0
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell4-152/+208
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2-15/+4
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann1-0/+9
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+61
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+37
2014-09-05console: stop using PixelFormatGerd Hoffmann2-25/+13
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann1-113/+4
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann1-0/+25
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann1-0/+56
2014-09-05spice: make sure we don't overflow ssd->bufGerd Hoffmann1-5/+15
2014-09-01spice: use console index as display idGerd Hoffmann1-2/+1
2014-08-15spice: don't use 'Yoda conditions'Gonglei1-2/+2
2014-07-25vnc update fixGerd Hoffmann2-1/+4
2014-07-25fix full frame updates for VNC clientsStephan Kulow1-0/+1
2014-07-11Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140711-1' into ...Peter Maydell1-0/+5
2014-07-11ui/gtk: Restore keyboard focus after Page changeJohn Snow1-3/+6
2014-07-11spice: auth fixesGerd Hoffmann1-0/+5
2014-07-01ui/vnc: fix potential memory corruption issuesPeter Lieven2-86/+77
2014-07-01ui/vnc: limit client_cut_text msg payload sizePeter Lieven1-3/+10
2014-06-29ui/cocoa: Honour -show-cursor command line optionPeter Maydell1-2/+18