aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura
2016-03-08input-linux: add switch to enable auto-repeat eventsGerd Hoffmann
2016-03-08input-linux: add option to toggle grab on all devicesGerd Hoffmann
2016-03-08input: linux evdev supportGerd Hoffmann
2016-03-08vnc: send cursor when a new client is connectingFrediano Ziglio
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-03-01qapi: promote input-send-event to stableGerd Hoffmann
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-03-01qapi: switch x-input-send-event from console to device+headGerd Hoffmann
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell
2016-02-23all: Clean up includesPeter Maydell
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann
2016-02-23spice/gl: add unblock timerGerd Hoffmann
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann
2016-02-23spice: reset cursor on resizeMarc-André Lureau
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann
2016-02-23spice: init dcl before registering qxl interfaceGerd Hoffmann
2016-02-22gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini
2016-02-08ui/cocoa.m: Include qemu/osdep.hPeter Maydell
2016-02-04ui: Clean up includesPeter Maydell
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell
2016-02-03console: block rendering until client is doneGerd Hoffmann
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička
2016-02-02gtk: use qemu_chr_alloc() to allocate CharDriverStateDaniel P. Berrange
2016-01-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...Peter Maydell
2016-01-19vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange
2016-01-18vnc: fix tls-creds error messageWolfgang Bumiller
2016-01-18Fix corner-case when using VNC+SASL+SPICEChristophe Fergeau
2016-01-18vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller
2016-01-18gtk: implement set_echoPaolo Bonzini
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-08sdl2/opengl: add opengl context and scanout supportGerd Hoffmann
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2015-12-18ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-03ui: vnc: avoid floating point exceptionPrasad J Pandit
2015-12-01ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell
2015-11-26vnc: fix segfaultGerd Hoffmann