summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell5-255/+326
2014-12-17sdl2: Work around SDL2 SDL_ShowWindow() bugMax Reitz1-0/+10
2014-12-17sdl2: Use correct sdl2_console for window eventsMax Reitz1-2/+4
2014-12-17sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann2-9/+9
2014-12-17sdl2: factor out sdl2_poll_eventsGerd Hoffmann1-10/+13
2014-12-17sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann2-11/+17
2014-12-17sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann2-46/+46
2014-12-17sdl2: overhaul window size handlingGerd Hoffmann1-93/+79
2014-12-17sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann3-31/+67
2014-12-17sdl2: turn on keyboard grabsGerd Hoffmann1-3/+4
2014-12-17sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann3-73/+110
2014-12-17sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann1-36/+27
2014-12-16spice: fix memory leakGonglei1-4/+1
2014-12-16spice: remove spice-experimental.h includeMarc-André Lureau1-1/+0
2014-12-16spice: do not require TCP portsMarc-André Lureau1-4/+0
2014-12-16spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann1-7/+26
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-2/+10
2014-12-16sdl: move version logic from source code to makefileGerd Hoffmann3-7/+6
2014-12-10keymaps: correct keymaps.c following Qemu coding styleGonglei1-88/+108
2014-12-10vnc-enc-tight: fix Arguments in wrong orderGonglei1-1/+1
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