summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
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