aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2023-05-12ui: Fix pixel colour channel order for PNG screenshotsPeter Maydell1-2/+2
2023-04-24spice: move client_migrate_info command to ui/Juan Quintela2-0/+46
2023-04-20vnc: avoid underflow when accessing user-provided addressPaolo Bonzini1-1/+1
2023-03-24ui/spice: fix compilation on win32Marc-André Lureau1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-21ui: fix crash on serial reset, during initMarc-André Lureau1-1/+3
2023-03-21ui/sdl2: remove workaround forcing x11Erico Nunes1-16/+0
2023-03-21ui: return the default console cursor when con == NULLMarc-André Lureau1-0/+3
2023-03-21ui/gtk: fix cursor moved to left cornerMarc-André Lureau1-1/+2
2023-03-21ui/dbus: fix passing SOCKET to GSocket API & leakMarc-André Lureau1-0/+9
2023-03-21ui/spice: fix SOCKET handling regressionMarc-André Lureau1-2/+27
2023-03-15Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Peter Maydell1-0/+0
2023-03-14Add qemu qcode support for keys F13 to F24Willem van de Velde1-0/+0
2023-03-13ui/dbus: restrict opengl to gbm-enabled configMarc-André Lureau2-6/+16
2023-03-13ui/dbus: do not require opengl & gbmMarc-André Lureau3-4/+23
2023-03-13ui: introduce egl_init()Marc-André Lureau4-20/+34
2023-03-13ui/sdl: try to instantiate the matching opengl rendererMarc-André Lureau1-0/+16
2023-03-13ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environmentMarc-André Lureau1-0/+4
2023-03-13ui/egl: print EGL error, helping debuggingMarc-André Lureau1-6/+48
2023-03-13ui/shader: fix #version directive must occur on first lineMarc-André Lureau3-3/+0
2023-03-13ui/sdl: get the GL context from the windowMarc-André Lureau1-1/+3
2023-03-13ui: set cursor position upon listener registrationMarc-André Lureau1-0/+7
2023-03-13ui: set cursor upon listener registrationMarc-André Lureau1-0/+3
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau3-6/+10
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau4-7/+6
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau4-5/+5
2023-03-13meson: ensure dbus-display generated code is built before other unitsMarc-André Lureau1-2/+4
2023-03-13ui/dbus: set mouse is-absolute during console creationMarc-André Lureau1-3/+10
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau1-1/+1
2023-03-13ui/dbus: unregister clipboard on connection closeMarc-André Lureau1-11/+7
2023-03-13ui/dbus: initialize cursor_fbMarc-André Lureau1-1/+1
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki1-3/+8
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