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