summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
* ui/console: fix qemu_console_resize() regressionMarc-André Lureau2022-08-181-2/+4
* trivial: Fix duplicated wordsThomas Huth2022-08-011-1/+1
* ui: dbus-display requires CONFIG_GBMPaolo Bonzini2022-07-281-1/+1
* gtk: Add show_tabs=on|off command line option.Felix xq Queißner2022-07-191-0/+4
* dbus-display: fix test race when initializing p2p connectionMarc-André Lureau2022-07-191-1/+3
* ui/cocoa: Take refresh rate into accountAkihiko Odaki2022-07-131-0/+12
* ui/cocoa: Fix switched_to_fullscreen warningPeter Delevoryas2022-07-131-8/+0Star
* ui/cocoa: Fix clipboard text releaseAkihiko Odaki2022-07-011-1/+3
* ui/console: allow display device to be labeled with given idWen, Jianxian2022-07-011-1/+40
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-144-29/+29
* ui/cocoa: Fix poweroff request codeAkihiko Odaki2022-06-141-1/+5
* ui/gtk-gl-area: create the requested GL context versionVolker Rümelin2022-06-142-1/+31
* ui/gtk-gl-area: implement GL context destructionVolker Rümelin2022-06-142-1/+8
* 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