aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2023-02-15ui: remove deprecated 'password' option for SPICEDaniel P. Berrangé
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19ui: Simplify control flow in qemu_mouse_set()Markus Armbruster
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster
2023-01-19ui: Don't check for mode change after mouse_set errorMarkus Armbruster
2023-01-19ui: Reduce nesting in hmp_change_vnc() slightlyMarkus Armbruster
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi ui: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-11-23ui/gtk: prevent ui lock up when dpy_gl_update called again before current dra...Dongwon Kim
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana
2022-11-08ui: fix tab indentationAmarjargal Gundjalam
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-10-24ui: remove useless typecastsVolker Rümelin
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki
2022-10-11ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-09-23ui/console: fix three double frees in png_save()Volker Rümelin
2022-09-23ui/vdagent: fix serial reset of guest agentMarc-André Lureau
2022-09-23ui/clipboard: reset the serial state on resetMarc-André Lureau
2022-09-23ui/vdagent: always reset the clipboard serial on capsMarc-André Lureau
2022-09-23ui/clipboard: fix serial priorityMarc-André Lureau
2022-09-23ui: add some vdagent related tracesMarc-André Lureau
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-08-18ui/console: fix qemu_console_resize() regressionMarc-André Lureau
2022-08-01trivial: Fix duplicated wordsThomas Huth
2022-07-28ui: dbus-display requires CONFIG_GBMPaolo Bonzini
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner
2022-07-19dbus-display: fix test race when initializing p2p connectionMarc-André Lureau