aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2022-02-21ui/cocoa: Remove allowedFileTypes restriction in SavePanelPhilippe Mathieu-Daudé1-6/+0
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow1-0/+11
2022-01-18ui: avoid compiler warnings from unused clipboard info variableDaniel P. Berrangé1-3/+1
2022-01-13ui/input-legacy: pass horizontal scroll informationDmitry Petrov1-0/+15
2022-01-13ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov1-0/+5
2022-01-13ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov1-12/+42
2022-01-13ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov1-6/+12
2022-01-13ui: fix gtk clipboard clear assertionMarc-André Lureau1-10/+11
2022-01-13ui/dbus: fix buffer-overflow detected by ASANMarc-André Lureau1-0/+1
2022-01-13ui/vnc.c: Fixed a deadlock bug.Rao Lei1-2/+2
2021-12-21ui/dbus: register D-Bus VC handlerMarc-André Lureau1-0/+53
2021-12-21ui/dbus: add chardev backend & interfaceMarc-André Lureau5-0/+442
2021-12-21ui/dbus: add clipboard interfaceMarc-André Lureau6-0/+579
2021-12-21audio: add "dbus" audio backendMarc-André Lureau3-0/+247
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau6-7/+146
2021-12-21ui: add a D-Bus display backendMarc-André Lureau8-0/+1787
2021-12-21docs: add dbus-display documentationMarc-André Lureau1-0/+0
2021-12-21console: save current scanout detailsMarc-André Lureau1-54/+111
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau4-51/+80
2021-12-21ui: split the GL context in a different objectMarc-André Lureau9-53/+83
2021-12-21ui: dispatch GL events to all listenersMarc-André Lureau1-16/+42
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau6-17/+3
2021-12-21ui: add a gl-unblock warning timerMarc-André Lureau1-0/+17
2021-12-21ui: make gl_block use a counterMarc-André Lureau1-4/+13
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau5-2/+15
2021-12-21ui: factor out qemu_console_set_display_gl_ctx()Marc-André Lureau1-8/+14
2021-12-21ui: do not delay further remote resizeMarc-André Lureau6-7/+8
2021-12-21ui/clipboard: add a clipboard reset serial eventMarc-André Lureau5-0/+28
2021-12-21ui/clipboard: add qemu_clipboard_check_serial()Marc-André Lureau1-0/+15
2021-12-21ui/vdagent: add serial capability supportMarc-André Lureau2-1/+39
2021-12-21ui: generalize clipboard notifierMarc-André Lureau6-27/+71
2021-12-21ui/vdagent: replace #if 0 with protocol version checkMarc-André Lureau1-3/+5
2021-12-21ui/vdagent: add CHECK_SPICE_PROTOCOL_VERSIONMarc-André Lureau1-0/+8
2021-11-22ui/vnc-clipboard: fix adding notifier twiceVladimir Sementsov-Ogievskiy1-4/+6
2021-11-22ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fdDongwon Kim1-2/+2
2021-11-22ui: fix incorrect pointer position on highdpi with gtkAlexander Orzechowski1-5/+8
2021-11-22ui: fix incorrect scaling on highdpi with gtk/openglAlexander Orzechowski1-3/+4
2021-11-19meson.build: Support ncurses on MacOS and OpenBSDStefan Weil1-0/+4
2021-11-08ui/gtk-egl: Fix build failure when libgbm is not availablePhilippe Mathieu-Daudé1-0/+2
2021-11-05ui/gtk-egl: blitting partial guest fb to the proper scanout surfaceDongwon Kim1-4/+21
2021-11-05ui/gtk: gd_draw_event returns FALSE when no cairo surface is boundDongwon Kim1-0/+3
2021-11-05ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing eglDongwon Kim1-0/+4
2021-11-05ui/gtk-egl: make sure the right context is set as the currentDongwon Kim1-0/+6
2021-11-05ui/gtk-egl: un-tab and re-tab should destroy egl surface and contextDongwon Kim1-0/+20
2021-11-02ui/console: remove chardev frontend connected testVolker Rümelin1-8/+5
2021-11-02ui/console: replace kbd_timer with chr_accept_input callbackVolker Rümelin1-15/+13
2021-11-02ui/console: replace QEMUFIFO with Fifo8Volker Rümelin1-66/+20
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2-32/+57
2021-11-02ui/gtk: Update the refresh rate for gl-area tooNikola Pavlica1-0/+3
2021-10-14configure, meson: move Spice configure handling to mesonMarc-André Lureau1-2/+2