aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2022-07-01ui/cocoa: Fix clipboard text releaseAkihiko Odaki1-1/+3
2022-07-01ui/console: allow display device to be labeled with given idWen, Jianxian1-1/+40
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert1-1/+1
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki4-29/+29
2022-06-14ui/cocoa: Fix poweroff request codeAkihiko Odaki1-1/+5
2022-06-14ui/gtk-gl-area: create the requested GL context versionVolker Rümelin2-1/+31
2022-06-14ui/gtk-gl-area: implement GL context destructionVolker Rümelin2-1/+8
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth1-0/+10
2022-05-12meson: link libpng independent of vncKshitij Suri1-1/+2
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini1-1/+1
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+4
2022-05-03ui: replace qemu_set_nonblock()Marc-André Lureau1-1/+4
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini1-4/+3
2022-04-28configure, meson: move OpenGL check to mesonPaolo Bonzini1-8/+9
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson4-93/+184
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy1-0/+23
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy1-78/+51
2022-04-27Added parameter to take screenshot with screendump as PNGKshitij Suri1-3/+98
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri3-12/+12
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé1-7/+0
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev1-0/+1
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau1-0/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-21Simplify softmmu/main.cMarc-André Lureau1-0/+1
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