aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2023-02-27ui/cocoa: user friendly characters for release mouseChristian Schoenebeck1-2/+5
2023-02-15ui: remove deprecated 'password' option for SPICEDaniel P. Berrangé1-15/+0
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth11-0/+11
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-0/+1
2023-01-19ui: Simplify control flow in qemu_mouse_set()Markus Armbruster1-13/+11
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster2-8/+15
2023-01-19ui: Don't check for mode change after mouse_set errorMarkus Armbruster1-0/+1
2023-01-19ui: Reduce nesting in hmp_change_vnc() slightlyMarkus Armbruster1-10/+7
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster1-1/+34
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster2-0/+423
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster1-0/+41
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster2-0/+137
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster1-10/+0
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster1-4/+0
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+0
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster4-19/+4
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-6/+5
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster1-1/+0
2022-11-23ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim2-2/+2
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana2-1/+6
2022-11-08ui: fix tab indentationAmarjargal Gundjalam4-4626/+4626
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-3/+15
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-3/+3
2022-10-24ui: remove useless typecastsVolker Rümelin2-2/+2
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng2-2/+2
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-2/+2
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills1-5/+10
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki1-3/+7
2022-10-11ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim1-0/+3
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella1-3/+8
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+1
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini1-1/+1
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi5-101/+85
2022-09-23ui/console: fix three double frees in png_save()Volker Rümelin1-3/+2
2022-09-23ui/vdagent: fix serial reset of guest agentMarc-André Lureau1-1/+4
2022-09-23ui/clipboard: reset the serial state on resetMarc-André Lureau1-0/+7
2022-09-23ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau1-1/+3
2022-09-23ui/clipboard: fix serial priorityMarc-André Lureau1-2/+2
2022-09-23ui: add some vdagent related tracesMarc-André Lureau3-2/+18
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki1-94/+50
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake1-0/+1
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2022-08-18ui/console: fix qemu_console_resize() regressionMarc-André Lureau1-2/+4
2022-08-01trivial: Fix duplicated wordsThomas Huth1-1/+1
2022-07-28ui: dbus-display requires CONFIG_GBMPaolo Bonzini1-1/+1
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner1-0/+4