summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim2022-11-232-2/+2
* gtk: disable GTK Clipboard with a new meson optionClaudio Fontana2022-11-232-1/+6
* ui: fix tab indentationAmarjargal Gundjalam2022-11-084-4626/+4626
* module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-3/+15
* module: rename module_load_one to module_loadClaudio Fontana2022-11-061-3/+3
* ui: remove useless typecastsVolker Rümelin2022-10-242-2/+2
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-242-2/+2
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-2/+2
* gtk: Add show_menubar=on|off command line option.Bryce Mills2022-10-121-5/+10
* ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki2022-10-121-3/+7
* ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim2022-10-111-0/+3
* ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella2022-10-111-3/+8
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-041-1/+1
|\
| * ui: fix path to dbus-display1.hPaolo Bonzini2022-09-291-1/+1
* | Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-09-275-101/+85Star
|\ \ | |/ |/|
| * ui/console: fix three double frees in png_save()Volker Rümelin2022-09-231-3/+2Star
| * ui/vdagent: fix serial reset of guest agentMarc-André Lureau2022-09-231-1/+4
| * ui/clipboard: reset the serial state on resetMarc-André Lureau2022-09-231-0/+7
| * ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau2022-09-231-1/+3
| * ui/clipboard: fix serial priorityMarc-André Lureau2022-09-231-2/+2
| * ui: add some vdagent related tracesMarc-André Lureau2022-09-233-2/+18
| * ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-231-94/+50Star
| * ui/console: Get tab completion working again in the SDL monitor vcCal Peake2022-09-231-0/+1
* | 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