aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2022-05-12meson: link libpng independent of vncKshitij Suri
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-03ui: replace qemu_set_nonblock()Marc-André Lureau
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini
2022-04-28configure, meson: move OpenGL check to mesonPaolo Bonzini
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy
2022-04-27ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy
2022-04-27Added parameter to take screenshot with screendump as PNGKshitij Suri
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé
2022-04-25block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-21Simplify softmmu/main.cMarc-André Lureau
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-29ui/console: Check console before emitting GL eventAkihiko Odaki
2022-03-29ui/cocoa: Respect left-command-key optionAkihiko Odaki
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 NSAutoreleasePoolspull-target-arm-20220302Peter Maydell