summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-161-1/+1
|\
| * Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* | console: minimal hotplug suportGerd Hoffmann2018-03-132-6/+75
* | ui/pixman: add qemu_drm_format_to_pixman()Gerd Hoffmann2018-03-131-0/+22
* | qapi: Add device ID and head parameters to screendumpThomas Huth2018-03-121-5/+19
* | spice: add cursor_dmabuf supportGerd Hoffmann2018-03-122-5/+112
* | spice: add scanout_dmabuf supportGerd Hoffmann2018-03-121-0/+15
* | spice: drop dprint() debug loggingGerd Hoffmann2018-03-122-53/+31Star
* | vnc: deal with surface NULL pointersGerd Hoffmann2018-03-122-4/+16
* | ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann2018-03-122-1/+41
* | ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann2018-03-122-0/+25
* | ui/gtk: use GtkGlArea on wayland onlyGerd Hoffmann2018-03-121-5/+8
* | ui/opengl: Makefile cleanupGerd Hoffmann2018-03-121-6/+6
* | ui/gtk: group gtk.mo declarations in MakefileGerd Hoffmann2018-03-121-5/+7
* | ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann2018-03-122-26/+30
|/
* qio: non-default context for TLS handshakePeter Xu2018-03-062-0/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell2018-03-058-29/+167
|\
| * ui/sdl: build as moduleGerd Hoffmann2018-03-051-1/+2
| * ui/curses: build as moduleGerd Hoffmann2018-03-051-1/+5
| * ui/gtk: build as moduleGerd Hoffmann2018-03-051-8/+9
| * configure: add X11 vars to config-host.makGerd Hoffmann2018-03-051-1/+4
| * console: add ui module loading supportGerd Hoffmann2018-03-051-0/+6
| * console: add and use qemu_display_find_defaultGerd Hoffmann2018-03-051-0/+19
| * egl-headless: switch over to new display registryGerd Hoffmann2018-03-051-1/+19
| * curses: switch over to new display registryGerd Hoffmann2018-03-051-1/+13
| * cocoa: switch over to new display registryGerd Hoffmann2018-03-051-1/+13
| * sdl: switch over to new display registryGerd Hoffmann2018-03-052-13/+28
| * console: add qemu display registry, add gtkGerd Hoffmann2018-03-052-2/+49
* | qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-022-2/+2
* | qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-026-6/+7
|/
* 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