summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange2019-11-294-392/+30
* ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange2019-11-294-202/+73
* ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange2019-11-297-326/+433
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-297-14/+14
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-299-14/+14
* ui: vnc: avoid floating point exceptionPrasad J Pandit2015-12-031-3/+3
* ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell2015-12-011-1/+9
* vnc: fix segfaultGerd Hoffmann2015-11-261-0/+5
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell2015-11-172-38/+88
|\
| * vnc: fix mismergeGerd Hoffmann2015-11-051-2/+0
| * vnc: recycle empty vs->output bufferPeter Lieven2015-11-051-0/+8
| * vnc: fix local state initGerd Hoffmann2015-11-051-4/+4
| * vnc: only alloc server surface with clients connectedGerd Hoffmann2015-11-051-0/+12
OpenPOWER on IntegriCloud