summaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)AuthorFilesLines
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-0/+1
2018-04-27sdl: Move DisplayOptions global to sdl2_consoleElie Tournier1-0/+1
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-1/+1
2018-03-13console: minimal hotplug suportGerd Hoffmann1-0/+2
2018-03-13ui/pixman: add qemu_drm_format_to_pixman()Gerd Hoffmann1-0/+5
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann1-0/+9
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann1-0/+2
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann1-0/+8
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann1-0/+4
2018-03-12ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann1-0/+2
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-64/+11
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann1-0/+1
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann1-3/+0
2018-03-05curses: switch over to new display registryGerd Hoffmann1-12/+0
2018-03-05cocoa: switch over to new display registryGerd Hoffmann1-12/+0
2018-03-05sdl: switch over to new display registryGerd Hoffmann1-19/+0
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann1-20/+12
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-1/+2
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann1-5/+8
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-20curses: use DisplayOptionsGerd Hoffmann1-2/+2
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann1-1/+1
2018-02-20sdl: use DisplayOptionsGerd Hoffmann1-4/+4
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann1-5/+4
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann1-21/+0
2018-01-29ui: fix alphabetical ordering of keymapsDaniel P. Berrange1-3/+3
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange1-0/+3
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-0/+9
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann1-3/+2
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange1-0/+21
2018-01-25ui: convert the SDL2 frontend to keycodemapdbDaniel P. Berrange1-0/+3
2018-01-12sdl2: Ignore UI hotkeys after a focus change when GUI modifier is heldJindrich Makovicka1-0/+1
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio1-1/+0
2017-12-14ui: generate qcode to linux mappingsOwen Smith1-0/+3
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell6-19/+47
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann1-0/+4
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann1-0/+3
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann1-1/+1
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann5-19/+15
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+25
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange1-1/+0
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange1-1/+10
2017-09-29egl: misc framebuffer helper improvements.Gerd Hoffmann1-2/+3
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-21/+2
2017-08-31console: use DIV_ROUND_UPMarc-André Lureau1-1/+1