aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann
2018-02-05ui: update keycodemapdb to get py3 fixesDaniel P. Berrange
2018-02-05input: add missing JIS keys to virtio inputMiika S
2018-02-02ui: correctly advance output buffer when writing SASL dataDaniel P. Berrangé
2018-02-02ui: convert VNC server to QIONetListenerDaniel P. Berrange
2018-02-02ui: fix mixup between qnum and qcode in SDL1 key handlingDaniel P. Berrangé
2018-01-29ui: fix alphabetical ordering of keymapsDaniel P. Berrange
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann
2018-01-25sdl: use ctrl-alt-g as grab hotkeyGerd Hoffmann
2018-01-25ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange
2018-01-25ui: ignore hardware keycode 255 on win32Daniel P. Berrange
2018-01-25ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange