summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-0/+10
2018-04-27sdl: Allow OpenGL ES context creationElie Tournier1-2/+17
2018-04-27sdl: Move DisplayOptions global to sdl2_consoleElie Tournier1-5/+5
2018-04-27vnc: fix use-after-freeGerd Hoffmann1-2/+3
2018-04-10gtk: drop pointless code from gd_window_closeGerd Hoffmann1-8/+0
2018-04-10ui: fix keymap detection under XwaylandDaniel P. Berrangé1-2/+5
2018-04-09sdl2: drop dead codeGerd Hoffmann1-8/+0
2018-04-09sdl2: drop QEMU_KEY_BACKSPACE special caseGerd Hoffmann1-3/+0
2018-04-09sdl2: enable ctrl modifier keys for text consolesGerd Hoffmann1-1/+3
2018-04-09sdl2: track kbd modifier state unconditionallyGerd Hoffmann1-18/+21
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann3-5/+16
2018-04-04sdl2: Remove unused epoxy includeElie Tournier1-2/+0
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-03-13console: minimal hotplug suportGerd Hoffmann2-6/+75
2018-03-13ui/pixman: add qemu_drm_format_to_pixman()Gerd Hoffmann1-0/+22
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-03-12qapi: Add device ID and head parameters to screendumpThomas Huth1-5/+19
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann2-5/+112
2018-03-12spice: add scanout_dmabuf supportGerd Hoffmann1-0/+15
2018-03-12spice: drop dprint() debug loggingGerd Hoffmann2-53/+31
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann2-4/+16
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann2-1/+41
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann2-0/+25
2018-03-12ui/gtk: use GtkGlArea on wayland onlyGerd Hoffmann1-5/+8
2018-03-12ui/opengl: Makefile cleanupGerd Hoffmann1-6/+6
2018-03-12ui/gtk: group gtk.mo declarations in MakefileGerd Hoffmann1-5/+7
2018-03-12ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann2-26/+30
2018-03-06qio: non-default context for TLS handshakePeter Xu2-0/+2
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell8-29/+167
2018-03-05ui/sdl: build as moduleGerd Hoffmann1-1/+2
2018-03-05ui/curses: build as moduleGerd Hoffmann1-1/+5
2018-03-05ui/gtk: build as moduleGerd Hoffmann1-8/+9
2018-03-05configure: add X11 vars to config-host.makGerd Hoffmann1-1/+4
2018-03-05console: add ui module loading supportGerd Hoffmann1-0/+6
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann1-0/+19
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann1-1/+19
2018-03-05curses: switch over to new display registryGerd Hoffmann1-1/+13
2018-03-05cocoa: switch over to new display registryGerd Hoffmann1-1/+13
2018-03-05sdl: switch over to new display registryGerd Hoffmann2-13/+28
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann2-2/+49
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2-2/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster6-6/+7
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann5-6/+48
2018-02-22keymap: record multiple keysym -> keycode mappingsGerd Hoffmann1-3/+11
2018-02-22keymap: numpad keysyms and keycodes are fixedGerd Hoffmann1-52/+9
2018-02-22keymap: use glib hash for kbd_layout_tGerd Hoffmann2-43/+32
2018-02-22keymap: make struct kbd_layout_t private to ui/keymaps.cGerd Hoffmann2-30/+31
2018-02-22egl-helpers: add alpha channel to texture formatGerd Hoffmann1-1/+1
2018-02-22egl-headless: cursor_dmabuf: handle NULL cursorGerd Hoffmann1-6/+9