aboutsummaryrefslogtreecommitdiff
path: root/include/ui
AgeCommit message (Expand)AuthorFilesLines
2023-03-13ui: introduce egl_init()Marc-André Lureau1-0/+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-03-13ui/dbus: initialize cursor_fbMarc-André Lureau1-0/+2
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
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster1-2/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster2-7/+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 Odaki2-2/+2
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-1/+1
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster2-6/+6
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+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
2022-01-18ui: avoid warnings about directdb on Alpine / musl libcDaniel P. Berrangé1-0/+11
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow1-0/+6
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau2-0/+28
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é Lureau2-4/+6
2021-12-21ui: split the GL context in a different objectMarc-André Lureau5-23/+36
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-12-21ui/clipboard: add a clipboard reset serial eventMarc-André Lureau1-0/+9
2021-12-21ui/clipboard: add qemu_clipboard_check_serial()Marc-André Lureau1-0/+10
2021-12-21ui/vdagent: add serial capability supportMarc-André Lureau1-0/+4
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-2/+30
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/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy1-0/+2
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy3-0/+3
2021-09-15ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy2-0/+4
2021-09-15ui/gtk: Create a common release_dmabuf helperVivek Kasireddy1-2/+0
2021-09-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ...Peter Maydell1-0/+2
2021-08-31ui/gtk-clipboard: use qemu_clipboard_info helperMarc-André Lureau1-1/+0
2021-08-31ui/clipboard: add qemu_clipboard_peer_release() helperMarc-André Lureau1-0/+11
2021-08-31ui/clipboard: add qemu_clipboard_peer_owns() helperMarc-André Lureau1-0/+11
2021-08-31ui/clipboard: add helper to retrieve current clipboardMarc-André Lureau1-0/+9
2021-08-31ui/vdagent: fix leak on error pathMarc-André Lureau1-0/+2
2021-08-31ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé1-0/+2
2021-07-26ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin1-0/+4
2021-06-23ui/cocoa: Add clipboard supportAkihiko Odaki1-1/+1
2021-05-27ui/pixman: Add qemu_pixman_to_drm_format()Vivek Kasireddy1-0/+1
2021-05-27ui: Get the fd associated with udmabuf driverVivek Kasireddy1-0/+3
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann1-0/+10
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann1-0/+57