summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-01-27chardev: qom-ifyMarc-André Lureau2-48/+65
2017-01-27vc: use a common prefix for chr callbacksMarc-André Lureau1-12/+12
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau2-26/+28
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-33/+33
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau2-17/+34
2017-01-27char: move callbacks in CharDriverMarc-André Lureau2-15/+24
2017-01-27char: use a const CharDriverMarc-André Lureau1-3/+7
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange2-9/+12
2017-01-13sdl2: fix build failure on windowsGerd Hoffmann1-0/+6
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi1-0/+3
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil1-1/+0
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth1-2/+6
2017-01-10gtk: avoid oob array accessMarc-André Lureau1-0/+5
2017-01-10egl-helpers: Change file licensing to LGPLv2Frediano Ziglio1-0/+16
2017-01-10sdl2: set window IDSamuel Thibault1-0/+7
2017-01-10console: move window ID code from baum to sdlSamuel Thibault1-0/+25
2017-01-10console: add API to get underlying gui window IDSamuel Thibault1-0/+11
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange1-0/+7
2017-01-10ui/gtk: fix crash at startup when no console is availableHervé Poussineau1-1/+5
2016-12-14ui/gtk: fix "Copy" menu item segfaultStefan Hajnoczi1-0/+8
2016-11-10ui/gtk: Fix build with older versions of gtkThomas Huth1-1/+2
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...Peter Maydell2-5/+26
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell3-0/+11
2016-10-28curses: fix left/right arrow translationSamuel Thibault1-2/+2
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth1-1/+3
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia1-2/+21
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange3-0/+11
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau2-8/+6
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau1-1/+3
2016-10-24char: remove init callbackMarc-André Lureau2-5/+0
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+1
2016-10-13input-linux: initialize key stateGerd Hoffmann1-2/+13
2016-10-13ui: rename vnc_init_state to vnc_start_protocolDaniel P. Berrange3-4/+4
2016-10-13ui: move some initialization out of vnc_init_stateDaniel P. Berrange2-27/+23
2016-10-13ui: remove bogus call to reset_keys() in vnc_init_stateDaniel P. Berrange1-1/+0
2016-10-13ui: remove bogus call to graphic_hw_update() in vnc_listen_ioDaniel P. Berrange1-2/+0
2016-10-13ui: refactor method for setting up VncDisplay auth typesDaniel P. Berrange2-72/+53
2016-10-13ui: rename misleading 'VncDisplay' variablesDaniel P. Berrange1-136/+138
2016-10-13ui: remove 'ws_tls' field from VncStateDaniel P. Berrange2-11/+1
2016-10-13ui: remove 'enabled' and 'ws_enabled' fields from VncStateDaniel P. Berrange2-15/+10
2016-10-13ui: remove misleading comment from vnc_init_stateDaniel P. Berrange1-2/+0
2016-10-07qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini1-9/+0
2016-09-28ui/vnc-enc-tight: remove switch and have single returnAlex Bennée1-4/+2
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann1-8/+84
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann1-4/+11
2016-09-28console: skip same-size resizeMarc-André Lureau1-0/+7
2016-09-23Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+5
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf1-1/+3
2016-09-23block: Accept device model name for ejectKevin Wolf1-1/+2
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng1-1/+1