summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* ui: Switch "-display sdl" to use the QAPI parserThomas Huth2022-06-031-0/+10
* meson: link libpng independent of vncKshitij Suri2022-05-121-1/+2
* coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini2022-05-121-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-3/+4
* ui: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-1/+4
* meson, configure: move libgio test to mesonPaolo Bonzini2022-04-281-4/+3Star
* configure, meson: move OpenGL check to mesonPaolo Bonzini2022-04-281-8/+9
* Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson2022-04-274-93/+184
|\
| * qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy2022-04-271-0/+23
| * ui/vnc: refactor arrays of addresses to SocketAddressListVladimir Sementsov-Ogievskiy2022-04-271-78/+51Star
| * Added parameter to take screenshot with screendump as PNGKshitij Suri2022-04-271-3/+98
| * Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri2022-04-273-12/+12
* | softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-7/+0Star
* | block: add 'force' parameter to 'blockdev-change-medium' commandDenis V. Lunev2022-04-251-0/+1
|/
* Move error_printf_unless_qmp() with monitor unitMarc-André Lureau2022-04-211-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* Simplify softmmu/main.cMarc-André Lureau2022-04-211-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-206-8/+3Star
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-066-6/+1Star
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-071-1/+7
|/
* ui/console: Check console before emitting GL eventAkihiko Odaki2022-03-291-0/+21
* ui/cocoa: Respect left-command-key optionAkihiko Odaki2022-03-291-1/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian2022-03-181-9/+17
* ui/gtk: Ignore 2- and 3-button press eventsK. Lange2022-03-181-0/+4
* Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell2022-03-151-11/+111
|\
| * ui/cocoa: add option to swap Option and CommandGustavo Noronha Silva2022-03-151-10/+39
| * ui/cocoa: capture all keys and combos when mouse is grabbedGustavo Noronha Silva2022-03-151-1/+64
| * ui/cocoa: release mouse when user switches away from QEMU windowCarwyn Ellis2022-03-151-0/+2
| * ui/cocoa: add option to disable left-command forwarding to guestCarwyn Ellis2022-03-151-1/+7
| * ui/cocoa: Constify qkeycode translation arraysPhilippe Mathieu-Daudé2022-03-151-2/+2
* | ui/console: call gfx_switch() even if the current scanout is GLMarc-André Lureau2022-03-151-3/+4
* | ui/dbus: do not send 2d scanout until gfx_updateMarc-André Lureau2022-03-151-17/+20
* | ui/dbus: fix texture sharingMarc-André Lureau2022-03-153-11/+54
* | ui/console: optionally update after gfx switchMarc-André Lureau2022-03-141-8/+11
* | ui/console: add a dpy_gfx_switch callback helperMarc-André Lureau2022-03-141-10/+13
* | ui/shader: free associated programsMarc-André Lureau2022-03-141-0/+3
* | ui/shader: fix potential leak of shader on errorMarc-André Lureau2022-03-141-2/+4
* | ui/console: move console compatibility check to dcl_display_console()Marc-André Lureau2022-03-141-10/+9Star
* | ui/dbus: associate the DBusDisplayConsole listener with the given consoleMarc-André Lureau2022-03-143-15/+17
* | ui/console: egl-headless is compatible with non-gl listenersMarc-André Lureau2022-03-141-0/+8
* | ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-146-7/+50
* | ui/console: move check for compatible GL contextMarc-André Lureau2022-03-141-15/+6Star
|/
* ui/cocoa: Use the standard about panelAkihiko Odaki2022-03-071-89/+23Star
* ui/cocoa: Add Services menuAkihiko Odaki2022-03-041-0/+4
* ui/clipboard: fix use-after-free regressionMarc-André Lureau2022-03-041-2/+4
* ui: do not create a surface when resizing a GL scanoutMarc-André Lureau2022-03-041-4/+3Star
* ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau2022-03-041-0/+4
* ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau2022-03-041-7/+15