Age | Commit message (Expand) | Author | Files | Lines |
2022-07-13 | ui/cocoa: Take refresh rate into account | Akihiko Odaki | 1 | -0/+12 |
2022-07-13 | ui/cocoa: Fix switched_to_fullscreen warning | Peter Delevoryas | 1 | -8/+0 |
2022-07-01 | ui/cocoa: Fix clipboard text release | Akihiko Odaki | 1 | -1/+3 |
2022-07-01 | ui/console: allow display device to be labeled with given id | Wen, Jianxian | 1 | -1/+40 |
2022-06-28 | Trivial: 3 char repeat typos | Dr. David Alan Gilbert | 1 | -1/+1 |
2022-06-14 | ui: Deliver refresh rate via QemuUIInfo | Akihiko Odaki | 4 | -29/+29 |
2022-06-14 | ui/cocoa: Fix poweroff request code | Akihiko Odaki | 1 | -1/+5 |
2022-06-14 | ui/gtk-gl-area: create the requested GL context version | Volker Rümelin | 2 | -1/+31 |
2022-06-14 | ui/gtk-gl-area: implement GL context destruction | Volker Rümelin | 2 | -1/+8 |
2022-06-03 | ui: Switch "-display sdl" to use the QAPI parser | Thomas Huth | 1 | -0/+10 |
2022-05-12 | meson: link libpng independent of vnc | Kshitij Suri | 1 | -1/+2 |
2022-05-12 | coroutine-lock: introduce qemu_co_queue_enter_all | Paolo Bonzini | 1 | -1/+1 |
2022-05-11 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -3/+4 |
2022-05-03 | ui: replace qemu_set_nonblock() | Marc-André Lureau | 1 | -1/+4 |
2022-04-28 | meson, configure: move libgio test to meson | Paolo Bonzini | 1 | -4/+3 |
2022-04-28 | configure, meson: move OpenGL check to meson | Paolo Bonzini | 1 | -8/+9 |
2022-04-27 | Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st... | Richard Henderson | 4 | -93/+184 |
2022-04-27 | qapi/ui: add 'display-update' command for changing listen address | Vladimir Sementsov-Ogievskiy | 1 | -0/+23 |
2022-04-27 | ui/vnc: refactor arrays of addresses to SocketAddressList | Vladimir Sementsov-Ogievskiy | 1 | -78/+51 |
2022-04-27 | Added parameter to take screenshot with screendump as PNG | Kshitij Suri | 1 | -3/+98 |
2022-04-27 | Replacing CONFIG_VNC_PNG with CONFIG_PNG | Kshitij Suri | 3 | -12/+12 |
2022-04-26 | softmmu: remove deprecated --enable-fips option | Daniel P. Berrangé | 1 | -7/+0 |
2022-04-25 | block: add 'force' parameter to 'blockdev-change-medium' command | Denis V. Lunev | 1 | -0/+1 |
2022-04-21 | Move error_printf_unless_qmp() with monitor unit | Marc-André Lureau | 1 | -0/+1 |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau | 1 | -1/+1 |
2022-04-21 | Simplify softmmu/main.c | Marc-André Lureau | 1 | -0/+1 |
2022-04-19 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 6 | -8/+3 |
2022-04-07 | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) | Mauro Matteo Cascella | 1 | -1/+7 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 6 | -6/+1 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2 | -2/+2 |
2022-03-29 | ui/console: Check console before emitting GL event | Akihiko Odaki | 1 | -0/+21 |
2022-03-29 | ui/cocoa: Respect left-command-key option | Akihiko Odaki | 1 | -1/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-03-18 | ui: avoid unnecessary memory operations in vnc_refresh_server_surface() | Wen, Jianxian | 1 | -9/+17 |
2022-03-18 | ui/gtk: Ignore 2- and 3-button press events | K. Lange | 1 | -0/+4 |
2022-03-15 | Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -11/+111 |
2022-03-15 | ui/cocoa: add option to swap Option and Command | Gustavo Noronha Silva | 1 | -10/+39 |
2022-03-15 | ui/cocoa: capture all keys and combos when mouse is grabbed | Gustavo Noronha Silva | 1 | -1/+64 |
2022-03-15 | ui/cocoa: release mouse when user switches away from QEMU window | Carwyn Ellis | 1 | -0/+2 |
2022-03-15 | ui/cocoa: add option to disable left-command forwarding to guest | Carwyn Ellis | 1 | -1/+7 |
2022-03-15 | ui/cocoa: Constify qkeycode translation arrays | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-03-15 | ui/console: call gfx_switch() even if the current scanout is GL | Marc-André Lureau | 1 | -3/+4 |
2022-03-15 | ui/dbus: do not send 2d scanout until gfx_update | Marc-André Lureau | 1 | -17/+20 |
2022-03-15 | ui/dbus: fix texture sharing | Marc-André Lureau | 3 | -11/+54 |
2022-03-14 | ui/console: optionally update after gfx switch | Marc-André Lureau | 1 | -8/+11 |
2022-03-14 | ui/console: add a dpy_gfx_switch callback helper | Marc-André Lureau | 1 | -10/+13 |
2022-03-14 | ui/shader: free associated programs | Marc-André Lureau | 1 | -0/+3 |
2022-03-14 | ui/shader: fix potential leak of shader on error | Marc-André Lureau | 1 | -2/+4 |
2022-03-14 | ui/console: move console compatibility check to dcl_display_console() | Marc-André Lureau | 1 | -10/+9 |
2022-03-14 | ui/dbus: associate the DBusDisplayConsole listener with the given console | Marc-André Lureau | 3 | -15/+17 |