Age | Commit message (Expand) | Author | Files | Lines |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange | 2 | -9/+12 |
2017-01-13 | sdl2: fix build failure on windows | Gerd Hoffmann | 1 | -0/+6 |
2017-01-10 | ps2: Fix lost scancodes by recent changes | OGAWA Hirofumi | 1 | -0/+3 |
2017-01-10 | curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) | Stefan Weil | 1 | -1/+0 |
2017-01-10 | ui/vnc: Fix problem with sending too many bytes as server name | Thomas Huth | 1 | -2/+6 |
2017-01-10 | gtk: avoid oob array access | Marc-André Lureau | 1 | -0/+5 |
2017-01-10 | egl-helpers: Change file licensing to LGPLv2 | Frediano Ziglio | 1 | -0/+16 |
2017-01-10 | sdl2: set window ID | Samuel Thibault | 1 | -0/+7 |
2017-01-10 | console: move window ID code from baum to sdl | Samuel Thibault | 1 | -0/+25 |
2017-01-10 | console: add API to get underlying gui window ID | Samuel Thibault | 1 | -0/+11 |
2017-01-10 | ui: use evdev keymap when running under wayland | Daniel P. Berrange | 1 | -0/+7 |
2017-01-10 | ui/gtk: fix crash at startup when no console is available | Hervé Poussineau | 1 | -1/+5 |
2016-12-14 | ui/gtk: fix "Copy" menu item segfault | Stefan Hajnoczi | 1 | -0/+8 |
2016-11-10 | ui/gtk: Fix build with older versions of gtk | Thomas Huth | 1 | -1/+2 |
2016-10-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st... | Peter Maydell | 2 | -5/+26 |
2016-10-28 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in... | Peter Maydell | 3 | -0/+11 |
2016-10-28 | curses: fix left/right arrow translation | Samuel Thibault | 1 | -2/+2 |
2016-10-28 | ui/gtk: Fix non-working DELETE key | Thomas Huth | 1 | -1/+3 |
2016-10-28 | gtk: fix compilation warning with gtk 3.22.2 | Alberto Garcia | 1 | -2/+21 |
2016-10-27 | vnc: set name for all I/O channels created | Daniel P. Berrange | 3 | -0/+11 |
2016-10-24 | char: remove explicit_be_open from CharDriverState | Marc-André Lureau | 2 | -8/+6 |
2016-10-24 | char: move front end handlers in CharBackend | Marc-André Lureau | 1 | -1/+3 |
2016-10-24 | char: remove init callback | Marc-André Lureau | 2 | -5/+0 |
2016-10-19 | crypto: extend mode as a parameter in qcrypto_cipher_supports() | Gonglei | 1 | -1/+1 |
2016-10-13 | input-linux: initialize key state | Gerd Hoffmann | 1 | -2/+13 |
2016-10-13 | ui: rename vnc_init_state to vnc_start_protocol | Daniel P. Berrange | 3 | -4/+4 |
2016-10-13 | ui: move some initialization out of vnc_init_state | Daniel P. Berrange | 2 | -27/+23 |
2016-10-13 | ui: remove bogus call to reset_keys() in vnc_init_state | Daniel P. Berrange | 1 | -1/+0 |
2016-10-13 | ui: remove bogus call to graphic_hw_update() in vnc_listen_io | Daniel P. Berrange | 1 | -2/+0 |
2016-10-13 | ui: refactor method for setting up VncDisplay auth types | Daniel P. Berrange | 2 | -72/+53 |
2016-10-13 | ui: rename misleading 'VncDisplay' variables | Daniel P. Berrange | 1 | -136/+138 |
2016-10-13 | ui: remove 'ws_tls' field from VncState | Daniel P. Berrange | 2 | -11/+1 |
2016-10-13 | ui: remove 'enabled' and 'ws_enabled' fields from VncState | Daniel P. Berrange | 2 | -15/+10 |
2016-10-13 | ui: remove misleading comment from vnc_init_state | Daniel P. Berrange | 1 | -2/+0 |
2016-10-07 | qemu-doc: merge qemu-tech and qemu-doc | Paolo Bonzini | 1 | -9/+0 |
2016-09-28 | ui/vnc-enc-tight: remove switch and have single return | Alex Bennée | 1 | -4/+2 |
2016-09-28 | spice/gl: render DisplaySurface via opengl | Gerd Hoffmann | 1 | -8/+84 |
2016-09-28 | console: track gl_block state in QemuConsole | Gerd Hoffmann | 1 | -4/+11 |
2016-09-28 | console: skip same-size resize | Marc-André Lureau | 1 | -0/+7 |
2016-09-23 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+5 |
2016-09-23 | block: Accept device model name for blockdev-change-medium | Kevin Wolf | 1 | -1/+3 |
2016-09-23 | block: Accept device model name for eject | Kevin Wolf | 1 | -1/+2 |
2016-09-23 | vl: Switch qemu_uuid to QemuUUID | Fam Zheng | 1 | -1/+1 |
2016-09-15 | ui/console: Fix non-working backspace key in monitor of gtk UI | Thomas Huth | 1 | -0/+1 |
2016-09-15 | ui/cocoa.m: Make a better about dialog | Programmingkid | 1 | -3/+104 |
2016-09-13 | vnc: fix qemu crash because of SIGSEGV | Gonglei | 1 | -0/+4 |
2016-09-13 | ui/curses.c: Clean up nextchr logic | Peter Maydell | 1 | -11/+4 |
2016-09-13 | ui/curses.c: Ensure we don't read off the end of curses2qemu array | Peter Maydell | 1 | -1/+4 |
2016-08-30 | ui: fix refresh of VNC server surface | Daniel P. Berrange | 1 | -9/+11 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |