aboutsummaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-23include/ui/console.h: Delete is_surface_bgr()Peter Maydell1-10/+0
2021-03-23vnc: support reload x509 certificates for vncZihao Chang1-0/+1
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki1-2/+8
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-0/+2
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau1-0/+2
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+9
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-1/+0
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau1-0/+19
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau1-2/+0
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-1/+1
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann1-1/+0
2020-09-29spice: get monitors physical dimensionMarc-André Lureau1-0/+3
2020-09-29ui: add getter for UIInfoMarc-André Lureau1-0/+1
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell1-8/+0
2020-09-21hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé1-8/+0
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+1
2020-01-14ui: Print available display backends with '-display help'Thomas Huth1-0/+1
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau1-0/+2
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann1-0/+1
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé1-10/+0
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé1-2/+2
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+4
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell1-4/+0
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li1-1/+1
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau1-0/+1
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-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-12vnc: deal with surface NULL pointersGerd 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 Armbruster1-0/+1
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-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