aboutsummaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-03ui/cursor: remove cursor_get_mono_imageDr. David Alan Gilbert1-1/+0
2024-07-16ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki1-1/+0
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki1-2/+2
2024-05-14ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpersDongwon Kim1-19/+1
2024-03-20ui/curses: Do not use console_select()Akihiko Odaki1-1/+0
2024-03-20ui/vnc: Do not use console_select()Akihiko Odaki1-0/+1
2023-11-07ui/console: allow to override the default VCMarc-André Lureau1-0/+2
2023-10-03ui/console: make qemu_console_is_multihead() staticLaszlo Ersek1-1/+0
2023-09-12ui: add precondition for dpy_get_ui_info()Marc-André Lureau1-1/+1
2023-09-12ui/console: move DisplaySurface to its own headerMarc-André Lureau1-83/+1
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau1-8/+7
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-3/+3
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau1-1/+0
2023-09-04ui/vc: change the argument for QemuTextConsoleMarc-André Lureau1-3/+3
2023-09-04ui/vc: move text console invalidate in helperMarc-André Lureau1-0/+1
2023-09-04ui/console: declare console types in console.hMarc-André Lureau1-4/+21
2023-09-04ui/console: specialize console_lookup_unused()Marc-André Lureau1-1/+0
2023-09-01ui/qmp: move screendump to ui-qmp-cmds.cMarc-André Lureau1-0/+1
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim1-2/+2
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau1-2/+5
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau1-0/+8
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui1-0/+15
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella1-2/+2
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau1-0/+1
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau1-1/+1
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau1-1/+1
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-1/+0
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster1-1/+1
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake1-0/+1
2022-07-01ui/console: allow display device to be labeled with given idWen, Jianxian1-0/+1
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki1-1/+1
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-1/+1
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+1
2022-03-15ui/dbus: fix texture sharingMarc-André Lureau1-0/+10
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau1-7/+2
2021-12-21console: save current scanout detailsMarc-André Lureau1-0/+27
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau1-0/+6
2021-12-21ui: split the GL context in a different objectMarc-André Lureau1-12/+22
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau1-2/+0
2021-12-21ui: factor out qemu_console_set_display_gl_ctx()Marc-André Lureau1-0/+3
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim1-0/+4
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim1-0/+1
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy1-0/+1
2021-09-15ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy1-0/+2
2021-08-31ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé1-0/+2
2021-05-27ui: Get the fd associated with udmabuf driverVivek Kasireddy1-0/+3
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