aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson6-8/+3
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella1-1/+7
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau6-6/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-2/+2
2022-03-29ui/console: Check console before emitting GL eventAkihiko Odaki1-0/+21
2022-03-29ui/cocoa: Respect left-command-key optionAkihiko Odaki1-1/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-18ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian1-9/+17
2022-03-18ui/gtk: Ignore 2- and 3-button press eventsK. Lange1-0/+4
2022-03-15Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell1-11/+111
2022-03-15ui/cocoa: add option to swap Option and CommandGustavo Noronha Silva1-10/+39
2022-03-15ui/cocoa: capture all keys and combos when mouse is grabbedGustavo Noronha Silva1-1/+64
2022-03-15ui/cocoa: release mouse when user switches away from QEMU windowCarwyn Ellis1-0/+2
2022-03-15ui/cocoa: add option to disable left-command forwarding to guestCarwyn Ellis1-1/+7
2022-03-15ui/cocoa: Constify qkeycode translation arraysPhilippe Mathieu-Daudé1-2/+2
2022-03-15ui/console: call gfx_switch() even if the current scanout is GLMarc-André Lureau1-3/+4
2022-03-15ui/dbus: do not send 2d scanout until gfx_updateMarc-André Lureau1-17/+20
2022-03-15ui/dbus: fix texture sharingMarc-André Lureau3-11/+54
2022-03-14ui/console: optionally update after gfx switchMarc-André Lureau1-8/+11
2022-03-14ui/console: add a dpy_gfx_switch callback helperMarc-André Lureau1-10/+13
2022-03-14ui/shader: free associated programsMarc-André Lureau1-0/+3
2022-03-14ui/shader: fix potential leak of shader on errorMarc-André Lureau1-2/+4
2022-03-14ui/console: move console compatibility check to dcl_display_console()Marc-André Lureau1-10/+9
2022-03-14ui/dbus: associate the DBusDisplayConsole listener with the given consoleMarc-André Lureau3-15/+17
2022-03-14ui/console: egl-headless is compatible with non-gl listenersMarc-André Lureau1-0/+8
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau6-7/+50
2022-03-14ui/console: move check for compatible GL contextMarc-André Lureau1-15/+6
2022-03-07ui/cocoa: Use the standard about panelAkihiko Odaki1-89/+23
2022-03-04ui/cocoa: Add Services menuAkihiko Odaki1-0/+4
2022-03-04ui/clipboard: fix use-after-free regressionMarc-André Lureau1-2/+4
2022-03-04ui: do not create a surface when resizing a GL scanoutMarc-André Lureau1-4/+3
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau1-0/+4
2022-03-04ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau1-7/+15
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell1-6/+0
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell1-3/+22
2022-02-21ui/cocoa: Fix the leak of qemu_console_get_labelAkihiko Odaki1-1/+3
2022-02-21ui/cocoa: Do not alert even without block devicesAkihiko Odaki1-5/+0
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