summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* input-linux: refine mouse detectionGerd Hoffmann2019-11-291-5/+25
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2019-11-291-0/+11
* ui/cocoa.m: Add support for cdr filesJohn Arbuckle2019-11-291-1/+2
* spice: Disallow use of gl + TCP portChristophe Fergeau2019-11-291-0/+5
* input-linux: fix Coverity warningGerd Hoffmann2019-11-291-0/+7
* input-linux: switch over to -objectGerd Hoffmann2019-11-291-33/+121
* ui/cocoa.m: switch to QKeyCodeJohn Arbuckle2019-11-291-176/+141
* ui/cocoa.m: fix help menusJohn Arbuckle2019-11-291-4/+27
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-293-0/+3
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2019-11-291-1/+0
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* qapi: Don't special-case simple union wrappersEric Blake2019-11-296-43/+45
* module: Rename machine_init() to opts_init()Eduardo Habkost2019-11-293-3/+3
* ui/console: add escape sequence \e[5, 6nRen Kimura2019-11-291-15/+41
* input-linux: add switch to enable auto-repeat eventsGerd Hoffmann2019-11-291-1/+6
* input-linux: add option to toggle grab on all devicesGerd Hoffmann2019-11-291-0/+29
* input: linux evdev supportGerd Hoffmann2019-11-292-0/+358
* vnc: send cursor when a new client is connectingFrediano Ziglio2019-11-291-0/+3
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2019-11-291-1/+1
* ui: Shorten references into InputEventEric Blake2019-11-292-33/+46
* util: Shorten references into SocketAddressEric Blake2019-11-291-19/+20
* qapi: promote input-send-event to stableGerd Hoffmann2019-11-291-3/+3
* qapi: rename input buttonsGerd Hoffmann2019-11-297-14/+14
* qapi: switch x-input-send-event from console to device+headGerd Hoffmann2019-11-291-5/+10
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2019-11-293-22/+31
* chardev: Properly initialize ChardevCommon componentsEric Blake2019-11-291-9/+11
* all: Clean up includesPeter Maydell2019-11-292-3/+0
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-291-1/+2
* spice/gl: tweak debug messages.Gerd Hoffmann2019-11-291-5/+7
* spice/gl: add unblock timerGerd Hoffmann2019-11-291-0/+16
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2019-11-292-4/+121
* spice: reset cursor on resizeMarc-André Lureau2019-11-291-2/+12
* egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2019-11-291-0/+129
* spice: init dcl before registering qxl interfaceGerd Hoffmann2019-11-291-3/+3
* gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini2019-11-291-1/+1
* ui/cocoa.m: Include qemu/osdep.hPeter Maydell2019-11-291-0/+2
* ui: Clean up includesPeter Maydell2019-11-2937-21/+37
* console: block rendering until client is doneGerd Hoffmann2019-11-291-0/+10
* hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2019-11-291-2/+3
* sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička2019-11-292-0/+45
* gtk: use qemu_chr_alloc() to allocate CharDriverStateDaniel P. Berrange2019-11-291-2/+7
* vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange2019-11-291-6/+12
* vnc: fix tls-creds error messageWolfgang Bumiller2019-11-291-1/+1
* Fix corner-case when using VNC+SASL+SPICEChristophe Fergeau2019-11-291-2/+2
* vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller2019-11-291-0/+1
* gtk: implement set_echoPaolo Bonzini2019-11-291-1/+44
* qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange2019-11-291-1/+5
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-3/+1
* sdl2/opengl: add opengl context and scanout supportGerd Hoffmann2019-11-292-0/+142
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2019-11-292-59/+55
OpenPOWER on IntegriCloud