summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* module: Rename machine_init() to opts_init()Eduardo Habkost2016-03-163-3/+3
* ui/console: add escape sequence \e[5, 6nRen Kimura2016-03-091-15/+41
* input-linux: add switch to enable auto-repeat eventsGerd Hoffmann2016-03-081-1/+6
* input-linux: add option to toggle grab on all devicesGerd Hoffmann2016-03-081-0/+29
* input: linux evdev supportGerd Hoffmann2016-03-082-0/+358
* vnc: send cursor when a new client is connectingFrediano Ziglio2016-03-081-0/+3
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2016-03-051-1/+1
* ui: Shorten references into InputEventEric Blake2016-03-052-33/+46
* util: Shorten references into SocketAddressEric Blake2016-03-051-19/+20
* qapi: promote input-send-event to stableGerd Hoffmann2016-03-011-3/+3
* qapi: rename input buttonsGerd Hoffmann2016-03-017-14/+14
* qapi: switch x-input-send-event from console to device+headGerd Hoffmann2016-03-011-5/+10
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2016-03-013-22/+31
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-9/+11
|\
| * chardev: Properly initialize ChardevCommon componentsEric Blake2016-02-251-9/+11
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell2016-02-233-12/+287
|\ \
| * | Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2016-02-231-1/+2
| * | spice/gl: tweak debug messages.Gerd Hoffmann2016-02-231-5/+7
| * | spice/gl: add unblock timerGerd Hoffmann2016-02-231-0/+16
| * | spice: add opengl/virgl/dmabuf supportGerd Hoffmann2016-02-232-4/+121
| * | spice: reset cursor on resizeMarc-André Lureau2016-02-231-2/+12
| * | egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2016-02-231-0/+129
| * | spice: init dcl before registering qxl interfaceGerd Hoffmann2016-02-231-3/+3
* | | all: Clean up includesPeter Maydell2016-02-232-3/+0Star
|/ /
* / gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini2016-02-221-1/+1
|/
* ui/cocoa.m: Include qemu/osdep.hPeter Maydell2016-02-081-0/+2
* ui: Clean up includesPeter Maydell2016-02-0437-21/+37
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell2016-02-031-0/+10
|\
| * console: block rendering until client is doneGerd Hoffmann2016-02-031-0/+10
* | hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2016-02-031-2/+3
|/
* sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička2016-02-022-0/+45
* gtk: use qemu_chr_alloc() to allocate CharDriverStateDaniel P. Berrange2016-02-021-2/+7
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int...Peter Maydell2016-01-211-6/+12
|\
| * vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange2016-01-191-6/+12
* | vnc: fix tls-creds error messageWolfgang Bumiller2016-01-181-1/+1
* | Fix corner-case when using VNC+SASL+SPICEChristophe Fergeau2016-01-181-2/+2
* | vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller2016-01-181-0/+1
* | gtk: implement set_echoPaolo Bonzini2016-01-181-1/+44
|/
* qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange2016-01-151-1/+5
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-3/+1Star
* sdl2/opengl: add opengl context and scanout supportGerd Hoffmann2016-01-082-0/+142
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2016-01-082-59/+55Star
* ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange2015-12-184-392/+30Star
* ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange2015-12-184-202/+73Star
* ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange2015-12-187-326/+433
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-177-14/+14
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-179-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