summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vnc: use vnc_{width,height} in vnc_set_area_dirtyGerd Hoffmann2015-11-051-11/+10
| * vnc: factor out vnc_update_server_surfaceGerd Hoffmann2015-11-051-6/+15
| * vnc: add vnc_width+vnc_height helpersGerd Hoffmann2015-11-051-3/+13
| * vnc: zap dead codeGerd Hoffmann2015-11-051-4/+0
| * vnc-jobs: move buffer reset, use new buffer moveGerd Hoffmann2015-11-051-7/+8
| * vnc: kill jobs queue bufferGerd Hoffmann2015-11-051-6/+0
| * vnc: attach names to buffersGerd Hoffmann2015-11-052-0/+23
* | blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-0/+1
* | qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-4/+6
* | ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-067-11/+11
* | replay: recording of the user inputPavel Dovgalyuk2015-11-061-8/+19
|/
* vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang2015-11-031-0/+2
* vnc: allow fall back to RAW encodingPeter Lieven2015-11-031-2/+18
* ui/curses: Fix pageup/pagedown on -cursesOGAWA Hirofumi2015-11-031-2/+6
* ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi2015-11-031-0/+44
* ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi2015-11-031-1/+6
* input: Convert to new qapi union layoutEric Blake2015-11-024-72/+73
* sockets: Convert to new qapi union layoutEric Blake2015-11-021-22/+22
* qapi: Unbox base membersEric Blake2015-11-022-21/+23
* vnc: Hoist allocation of VncBasicInfo to callersEric Blake2015-11-021-23/+34
* util: pull Buffer code out of VNC moduleDaniel P. Berrange2015-10-202-58/+1
OpenPOWER on IntegriCloud