aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05ui/sdl: build as moduleGerd Hoffmann
2018-03-05ui/curses: build as moduleGerd Hoffmann
2018-03-05ui/gtk: build as moduleGerd Hoffmann
2018-03-05configure: add X11 vars to config-host.makGerd Hoffmann
2018-03-05console: add ui module loading supportGerd Hoffmann
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann
2018-02-22keymap: record multiple keysym -> keycode mappingsGerd Hoffmann
2018-02-22keymap: numpad keysyms and keycodes are fixedGerd Hoffmann
2018-02-22keymap: use glib hash for kbd_layout_tGerd Hoffmann
2018-02-22keymap: make struct kbd_layout_t private to ui/keymaps.cGerd Hoffmann
2018-02-22egl-helpers: add alpha channel to texture formatGerd Hoffmann
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann
2018-02-20ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann
2018-02-20curses: use DisplayOptionsGerd Hoffmann
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann
2018-02-20sdl: use DisplayOptionsGerd Hoffmann
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann
2018-02-16ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé
2018-02-16ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé
2018-02-16ui: avoid 'local_err' variable shadowing in VNC SASL authDaniel P. Berrangé
2018-02-16ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé
2018-02-16sdl2: fix mouse grabGerd Hoffmann
2018-02-16sdl: restore optimized redrawAnatoly Trosinenko
2018-02-16vnc: fix segfault in closed connection handlingKlim Kireev
2018-02-16vnc: add qapi/error.h include to stubsGerd Hoffmann
2018-02-16vnc: remove bogus object_unref on client socketDaniel P. Berrangé
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster