summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* keymap: consider modifier state when picking a mappingGerd Hoffmann2018-02-225-6/+48
* keymap: record multiple keysym -> keycode mappingsGerd Hoffmann2018-02-221-3/+11
* keymap: numpad keysyms and keycodes are fixedGerd Hoffmann2018-02-221-52/+9Star
* keymap: use glib hash for kbd_layout_tGerd Hoffmann2018-02-222-43/+32Star
* keymap: make struct kbd_layout_t private to ui/keymaps.cGerd Hoffmann2018-02-222-30/+31
* egl-helpers: add alpha channel to texture formatGerd Hoffmann2018-02-221-1/+1
* egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann2018-02-221-6/+9
* console/opengl: split up dpy_gl_cursor opsGerd Hoffmann2018-02-222-9/+26
* sdl2: fix hotkey keyupGerd Hoffmann2018-02-221-11/+3Star
* ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka2018-02-201-2/+2
* cocoa: use DisplayOptionsGerd Hoffmann2018-02-201-2/+2
* curses: use DisplayOptionsGerd Hoffmann2018-02-201-1/+1
* egl-headless: use DisplayOptionsGerd Hoffmann2018-02-201-1/+1
* sdl: use DisplayOptionsGerd Hoffmann2018-02-202-20/+32
* gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann2018-02-201-14/+18
* ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé2018-02-161-0/+11
* ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé2018-02-161-9/+13
* ui: avoid 'local_err' variable shadowing in VNC SASL authDaniel P. Berrangé2018-02-161-2/+0Star
* ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé2018-02-161-2/+2
* sdl2: fix mouse grabGerd Hoffmann2018-02-161-0/+1
* sdl: restore optimized redrawAnatoly Trosinenko2018-02-161-16/+7Star
* vnc: fix segfault in closed connection handlingKlim Kireev2018-02-162-3/+18
* vnc: add qapi/error.h include to stubsGerd Hoffmann2018-02-161-0/+1
* vnc: remove bogus object_unref on client socketDaniel P. Berrangé2018-02-161-1/+0Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-094-3/+4
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-096-0/+7
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-093-3/+0Star
* vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann2018-02-092-0/+22
* ui: update keycodemapdb to get py3 fixesDaniel P. Berrange2018-02-051-0/+0
* input: add missing JIS keys to virtio inputMiika S2018-02-051-0/+0
* ui: correctly advance output buffer when writing SASL dataDaniel P. Berrangé2018-02-021-1/+1
* ui: convert VNC server to QIONetListenerDaniel P. Berrange2018-02-022-146/+58Star
* ui: fix mixup between qnum and qcode in SDL1 key handlingDaniel P. Berrangé2018-02-021-1/+8
* ui: fix alphabetical ordering of keymapsDaniel P. Berrange2018-01-291-1/+1
* hw: convert the escc device to keycodemapdbDaniel P. Berrange2018-01-291-0/+1
* hw: convert ps2 device to keycodemapdbDaniel P. Berrange2018-01-291-0/+3
* sdl: reorganize -no-frame supportGerd Hoffmann2018-01-252-12/+4Star
* sdl: use ctrl-alt-g as grab hotkeyGerd Hoffmann2018-01-252-33/+24Star
* ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange2018-01-251-0/+3
* ui: ignore hardware keycode 255 on win32Daniel P. Berrange2018-01-251-0/+6
* ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange2018-01-251-1/+8
* ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange2018-01-257-317/+272Star
* ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange2018-01-253-272/+12Star