Age | Commit message (Expand) | Author | Files | Lines |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu | 2 | -0/+2 |
2018-03-05 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i... | Peter Maydell | 8 | -29/+167 |
2018-03-05 | ui/sdl: build as module | Gerd Hoffmann | 1 | -1/+2 |
2018-03-05 | ui/curses: build as module | Gerd Hoffmann | 1 | -1/+5 |
2018-03-05 | ui/gtk: build as module | Gerd Hoffmann | 1 | -8/+9 |
2018-03-05 | configure: add X11 vars to config-host.mak | Gerd Hoffmann | 1 | -1/+4 |
2018-03-05 | console: add ui module loading support | Gerd Hoffmann | 1 | -0/+6 |
2018-03-05 | console: add and use qemu_display_find_default | Gerd Hoffmann | 1 | -0/+19 |
2018-03-05 | egl-headless: switch over to new display registry | Gerd Hoffmann | 1 | -1/+19 |
2018-03-05 | curses: switch over to new display registry | Gerd Hoffmann | 1 | -1/+13 |
2018-03-05 | cocoa: switch over to new display registry | Gerd Hoffmann | 1 | -1/+13 |
2018-03-05 | sdl: switch over to new display registry | Gerd Hoffmann | 2 | -13/+28 |
2018-03-05 | console: add qemu display registry, add gtk | Gerd Hoffmann | 2 | -2/+49 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 2 | -2/+2 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 6 | -6/+7 |
2018-02-22 | keymap: consider modifier state when picking a mapping | Gerd Hoffmann | 5 | -6/+48 |
2018-02-22 | keymap: record multiple keysym -> keycode mappings | Gerd Hoffmann | 1 | -3/+11 |
2018-02-22 | keymap: numpad keysyms and keycodes are fixed | Gerd Hoffmann | 1 | -52/+9 |
2018-02-22 | keymap: use glib hash for kbd_layout_t | Gerd Hoffmann | 2 | -43/+32 |
2018-02-22 | keymap: make struct kbd_layout_t private to ui/keymaps.c | Gerd Hoffmann | 2 | -30/+31 |
2018-02-22 | egl-helpers: add alpha channel to texture format | Gerd Hoffmann | 1 | -1/+1 |
2018-02-22 | egl-headless: cursor_dmabuf: handle NULL cursor | Gerd Hoffmann | 1 | -6/+9 |
2018-02-22 | console/opengl: split up dpy_gl_cursor ops | Gerd Hoffmann | 2 | -9/+26 |
2018-02-22 | sdl2: fix hotkey keyup | Gerd Hoffmann | 1 | -11/+3 |
2018-02-20 | ui: Reorder vte terminal packing to avoid gtk3 warnings | Jan Kiszka | 1 | -2/+2 |
2018-02-20 | cocoa: use DisplayOptions | Gerd Hoffmann | 1 | -2/+2 |
2018-02-20 | curses: use DisplayOptions | Gerd Hoffmann | 1 | -1/+1 |
2018-02-20 | egl-headless: use DisplayOptions | Gerd Hoffmann | 1 | -1/+1 |
2018-02-20 | sdl: use DisplayOptions | Gerd Hoffmann | 2 | -20/+32 |
2018-02-20 | gtk: add and use DisplayOptions + DisplayGTK | Gerd Hoffmann | 1 | -14/+18 |
2018-02-16 | ui: extend VNC trottling tracing to SASL codepaths | Daniel P. Berrangé | 1 | -0/+11 |
2018-02-16 | ui: check VNC audio frequency limit at time of reading from client | Daniel P. Berrangé | 1 | -9/+13 |
2018-02-16 | ui: avoid 'local_err' variable shadowing in VNC SASL auth | Daniel P. Berrangé | 1 | -2/+0 |
2018-02-16 | ui: avoid risk of 32-bit int overflow in VNC buffer check | Daniel P. Berrangé | 1 | -2/+2 |
2018-02-16 | sdl2: fix mouse grab | Gerd Hoffmann | 1 | -0/+1 |
2018-02-16 | sdl: restore optimized redraw | Anatoly Trosinenko | 1 | -16/+7 |
2018-02-16 | vnc: fix segfault in closed connection handling | Klim Kireev | 2 | -3/+18 |
2018-02-16 | vnc: add qapi/error.h include to stubs | Gerd Hoffmann | 1 | -0/+1 |
2018-02-16 | vnc: remove bogus object_unref on client socket | Daniel P. Berrangé | 1 | -1/+0 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 4 | -3/+4 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/qmp/qbool.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qlist.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Eliminate qapi/qmp/types.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 6 | -0/+7 |