summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-05util: Shorten references into SocketAddressEric Blake1-19/+20
2016-03-01qapi: promote input-send-event to stableGerd Hoffmann1-3/+3
2016-03-01qapi: rename input buttonsGerd Hoffmann7-14/+14
2016-03-01qapi: switch x-input-send-event from console to device+headGerd Hoffmann1-5/+10
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann3-22/+31
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-9/+11
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake1-9/+11
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell3-12/+287
2016-02-23all: Clean up includesPeter Maydell2-3/+0
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert1-1/+2
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann1-5/+7
2016-02-23spice/gl: add unblock timerGerd Hoffmann1-0/+16
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann2-4/+121
2016-02-23spice: reset cursor on resizeMarc-André Lureau1-2/+12
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann1-0/+129
2016-02-23spice: init dcl before registering qxl interfaceGerd Hoffmann1-3/+3
2016-02-22gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini1-1/+1
2016-02-08ui/cocoa.m: Include qemu/osdep.hPeter Maydell1-0/+2
2016-02-04ui: Clean up includesPeter Maydell37-21/+37
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell1-0/+10
2016-02-03console: block rendering until client is doneGerd Hoffmann1-0/+10
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller1-2/+3
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička2-0/+45
2016-02-02gtk: use qemu_chr_alloc() to allocate CharDriverStateDaniel P. Berrange1-2/+7
2016-01-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...Peter Maydell1-6/+12
2016-01-19vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange1-6/+12
2016-01-18vnc: fix tls-creds error messageWolfgang Bumiller1-1/+1
2016-01-18Fix corner-case when using VNC+SASL+SPICEChristophe Fergeau1-2/+2
2016-01-18vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller1-0/+1
2016-01-18gtk: implement set_echoPaolo Bonzini1-1/+44
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange1-1/+5
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+1
2016-01-08sdl2/opengl: add opengl context and scanout supportGerd Hoffmann2-0/+142
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2-59/+55
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange4-392/+30
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange4-202/+73
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange7-326/+433
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake7-14/+14
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake9-14/+14
2015-12-03ui: vnc: avoid floating point exceptionPrasad J Pandit1-3/+3
2015-12-01ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell1-1/+9
2015-11-26vnc: fix segfaultGerd Hoffmann1-0/+5
2015-11-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell2-38/+88