summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann2-9/+26
2018-02-22sdl2: fix hotkey keyupGerd Hoffmann1-11/+3
2018-02-20ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka1-2/+2
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-20curses: use DisplayOptionsGerd Hoffmann1-1/+1
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann1-1/+1
2018-02-20sdl: use DisplayOptionsGerd Hoffmann2-20/+32
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann1-14/+18
2018-02-16ui: extend VNC trottling tracing to SASL codepathsDaniel P. Berrangé1-0/+11
2018-02-16ui: check VNC audio frequency limit at time of reading from clientDaniel P. Berrangé1-9/+13
2018-02-16ui: avoid 'local_err' variable shadowing in VNC SASL authDaniel P. Berrangé1-2/+0
2018-02-16ui: avoid risk of 32-bit int overflow in VNC buffer checkDaniel P. Berrangé1-2/+2
2018-02-16sdl2: fix mouse grabGerd Hoffmann1-0/+1
2018-02-16sdl: restore optimized redrawAnatoly Trosinenko1-16/+7
2018-02-16vnc: fix segfault in closed connection handlingKlim Kireev2-3/+18
2018-02-16vnc: add qapi/error.h include to stubsGerd Hoffmann1-0/+1
2018-02-16vnc: remove bogus object_unref on client socketDaniel P. Berrangé1-1/+0
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster4-3/+4
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster6-0/+7
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster3-3/+0
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann2-0/+22
2018-02-05ui: update keycodemapdb to get py3 fixesDaniel P. Berrange1-0/+0
2018-02-05input: add missing JIS keys to virtio inputMiika S1-0/+0
2018-02-02ui: correctly advance output buffer when writing SASL dataDaniel P. Berrangé1-1/+1
2018-02-02ui: convert VNC server to QIONetListenerDaniel P. Berrange2-146/+58
2018-02-02ui: fix mixup between qnum and qcode in SDL1 key handlingDaniel P. Berrangé1-1/+8
2018-01-29ui: fix alphabetical ordering of keymapsDaniel P. Berrange1-1/+1
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange1-0/+1
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-0/+3
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann2-12/+4
2018-01-25sdl: use ctrl-alt-g as grab hotkeyGerd Hoffmann2-33/+24
2018-01-25ui: deprecate use of SDL 1.2 in favour of 2.0 seriesDaniel P. Berrange1-0/+3
2018-01-25ui: ignore hardware keycode 255 on win32Daniel P. Berrange1-0/+6
2018-01-25ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange1-1/+8
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange7-317/+272
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange3-272/+12
2018-01-25ui: avoid sign extension using client width/heightDaniel P. Berrange2-2/+11
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-5/+5
2018-01-18cocoa.m: Fix scroll wheel supportJohn Arbuckle1-8/+19
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+4
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-4/+4
2018-01-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180112-pull-request' i...Peter Maydell5-48/+54
2018-01-12sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka1-8/+24