aboutsummaryrefslogtreecommitdiffstats
path: root/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/cocoa: user friendly characters for release mouseChristian Schoenebeck2023-02-271-2/+5
* ui: remove deprecated 'password' option for SPICEDaniel P. Berrangé2023-02-151-15/+0
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-1411-0/+11
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-01-201-0/+1
|\
| * coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-0/+1
* | ui: Simplify control flow in qemu_mouse_set()Markus Armbruster2023-01-191-13/+11
* | ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster2023-01-192-8/+15
* | ui: Don't check for mode change after mouse_set errorMarkus Armbruster2023-01-191-0/+1
* | ui: Reduce nesting in hmp_change_vnc() slightlyMarkus Armbruster2023-01-191-10/+7
* | ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster2023-01-191-1/+34
* | ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster2023-01-192-0/+423
* | ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster2023-01-191-0/+41
* | ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster2023-01-192-0/+137
* | ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster2023-01-191-10/+0
* | ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster2023-01-191-4/+0
|/
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-1/+0
|\
| * error: Drop a few superfluous ERRP_GUARD()Markus Armbruster2022-12-141-1/+0
* | qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-144-19/+4
* | qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-6/+5
|/
* ui/gtk: prevent ui lock up when dpy_gl_update called again before current draw event occursDongwon 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 into stagingStefan Hajnoczi2022-09-275-101/+85
|\ \ | |/ |/|
| * ui/console: fix three double frees in png_save()Volker Rümelin2022-09-231-3/+2
| * 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/+50
| * 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