summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-06-20trace: split out trace events for ui/ directoryDaniel P. Berrange1-0/+48
2016-06-10console: ignore ui_info updates which don't actually update somethingGerd Hoffmann1-1/+6
2016-06-10ui/console-gl: Add support for big endian display surfacesThomas Huth1-0/+5
2016-06-10gtk: fix vte version checkOlaf Hering1-1/+1
2016-06-10ui: fix regression in printing VNC host/port on startupDaniel P. Berrange1-1/+1
2016-06-10vnc: drop unused depth arg for set_pixel_formatGerd Hoffmann1-4/+2
2016-06-07SPICE: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-03vnc: add configurable keyboard delayGerd Hoffmann2-2/+12
2016-06-03sdl2: skip init without outputsGerd Hoffmann1-0/+3
2016-06-03vnc: Add support for color mapAlexander Graf1-2/+31
2016-06-03SDL2: add bgrx pixel formatPavel Dovgalyuk1-0/+3
2016-06-03gtk: fix unchecked vc dereferenceGerd Hoffmann1-1/+2
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-06-03ui: egl: Replace fprintf with error_reportCole Robinson1-13/+14
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia1-10/+13
2016-05-12gtk: update grab code for gtk 3.20Gerd Hoffmann1-6/+43
2016-05-12spice: fix coverity complainsGonglei1-3/+1
2016-05-12egl-helpers: fix possible resource leakGonglei1-6/+3
2016-05-12Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal1-4/+4
2016-05-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann1-0/+30
2016-05-12ui/gtk: copy to clipboard supportMichael S. Tsirkin1-0/+18
2016-05-11ui: gtk: Fix some deprecation warningsCole Robinson1-7/+13
2016-05-11ui: gtk: Fix a runtime warning on vte >= 0.37Cole Robinson1-1/+12
2016-05-11ui: sdl2: Release grab before opening console windowCole Robinson1-0/+4
2016-05-11ui: gtk: fix crash when terminal inner-border is NULLCole Robinson1-4/+6
2016-04-13input-linux: refine mouse detectionGerd Hoffmann1-5/+25
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann1-0/+11
2016-04-04ui/cocoa.m: Add support for cdr filesJohn Arbuckle1-1/+2
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-1/+7
2016-03-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160324-1' into st...Peter Maydell2-33/+133
2016-03-24spice: Disallow use of gl + TCP portChristophe Fergeau1-0/+5
2016-03-24input-linux: fix Coverity warningGerd Hoffmann1-0/+7
2016-03-24input-linux: switch over to -objectGerd Hoffmann1-33/+121
2016-03-23ui/cocoa.m: switch to QKeyCodeJohn Arbuckle1-176/+141
2016-03-23ui/cocoa.m: fix help menusJohn Arbuckle1-4/+27
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa3-0/+3
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-03-18qapi: Don't special-case simple union wrappersEric Blake6-43/+45
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost3-3/+3
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura1-15/+41
2016-03-08input-linux: add switch to enable auto-repeat eventsGerd Hoffmann1-1/+6
2016-03-08input-linux: add option to toggle grab on all devicesGerd Hoffmann1-0/+29
2016-03-08input: linux evdev supportGerd Hoffmann2-0/+358
2016-03-08vnc: send cursor when a new client is connectingFrediano Ziglio1-0/+3
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake1-1/+1
2016-03-05ui: Shorten references into InputEventEric Blake2-33/+46