summaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)Author
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann
2018-03-13console: minimal hotplug suportGerd Hoffmann
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05egl-headless: switch over to new display registryGerd Hoffmann
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-03-05cocoa: switch over to new display registryGerd Hoffmann
2018-03-05sdl: switch over to new display registryGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-20cocoa: use DisplayOptionsGerd Hoffmann
2018-02-20curses: use DisplayOptionsGerd Hoffmann
2018-02-20egl-headless: use DisplayOptionsGerd Hoffmann
2018-02-20sdl: use DisplayOptionsGerd Hoffmann
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann
2018-01-25sdl: reorganize -no-frame supportGerd Hoffmann
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann
2017-10-17console: add support for dmabufsGerd Hoffmann
2017-09-29console: purge curses bits from console.hGerd Hoffmann
2017-08-31console: use DIV_ROUND_UPMarc-André Lureau
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil
2017-01-10console: add API to get underlying gui window IDSamuel Thibault
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann
2016-09-15Remove unused function declarationsLadi Prosek
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau
2016-06-29vnc: generalize "VNC server running on ..." messagePaolo Bonzini
2016-05-20gtk: Initialization stubsEduardo Habkost