summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian
2022-03-18ui/gtk: Ignore 2- and 3-button press eventsK. Lange
2022-03-15Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-03-15ui/cocoa: add option to swap Option and CommandGustavo Noronha Silva
2022-03-15ui/cocoa: capture all keys and combos when mouse is grabbedGustavo Noronha Silva
2022-03-15ui/cocoa: release mouse when user switches away from QEMU windowCarwyn Ellis
2022-03-15ui/cocoa: add option to disable left-command forwarding to guestCarwyn Ellis
2022-03-15ui/cocoa: Constify qkeycode translation arraysPhilippe Mathieu-Daudé
2022-03-15ui/console: call gfx_switch() even if the current scanout is GLMarc-André Lureau
2022-03-15ui/dbus: do not send 2d scanout until gfx_updateMarc-André Lureau
2022-03-15ui/dbus: fix texture sharingMarc-André Lureau
2022-03-14ui/console: optionally update after gfx switchMarc-André Lureau
2022-03-14ui/console: add a dpy_gfx_switch callback helperMarc-André Lureau
2022-03-14ui/shader: free associated programsMarc-André Lureau
2022-03-14ui/shader: fix potential leak of shader on errorMarc-André Lureau
2022-03-14ui/console: move console compatibility check to dcl_display_console()Marc-André Lureau
2022-03-14ui/dbus: associate the DBusDisplayConsole listener with the given consoleMarc-André Lureau
2022-03-14ui/console: egl-headless is compatible with non-gl listenersMarc-André Lureau
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau
2022-03-14ui/console: move check for compatible GL contextMarc-André Lureau
2022-03-07ui/cocoa: Use the standard about panelAkihiko Odaki
2022-03-04ui/cocoa: Add Services menuAkihiko Odaki
2022-03-04ui/clipboard: fix use-after-free regressionMarc-André Lureau
2022-03-04ui: do not create a surface when resizing a GL scanoutMarc-André Lureau
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau
2022-03-04ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell
2022-02-21ui/cocoa: Fix the leak of qemu_console_get_labelAkihiko Odaki
2022-02-21ui/cocoa: Do not alert even without block devicesAkihiko Odaki
2022-02-21ui/cocoa: Remove allowedFileTypes restriction in SavePanelPhilippe Mathieu-Daudé
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow
2022-01-18ui: avoid compiler warnings from unused clipboard info variableDaniel P. Berrangé
2022-01-13ui/input-legacy: pass horizontal scroll informationDmitry Petrov
2022-01-13ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov
2022-01-13ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov
2022-01-13ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov
2022-01-13ui: fix gtk clipboard clear assertionMarc-André Lureau
2022-01-13ui/dbus: fix buffer-overflow detected by ASANMarc-André Lureau
2022-01-13ui/vnc.c: Fixed a deadlock bug.Rao Lei
2021-12-21ui/dbus: register D-Bus VC handlerMarc-André Lureau
2021-12-21ui/dbus: add chardev backend & interfaceMarc-André Lureau
2021-12-21ui/dbus: add clipboard interfaceMarc-André Lureau
2021-12-21audio: add "dbus" audio backendMarc-André Lureau
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau
2021-12-21ui: add a D-Bus display backendMarc-André Lureau
2021-12-21docs: add dbus-display documentationMarc-André Lureau
2021-12-21console: save current scanout detailsMarc-André Lureau
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau