aboutsummaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2023-03-15Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Peter Maydell
2023-03-14Add qemu qcode support for keys F13 to F24Willem van de Velde
2023-03-13ui/dbus: restrict opengl to gbm-enabled configMarc-André Lureau
2023-03-13ui/dbus: do not require opengl & gbmMarc-André Lureau
2023-03-13ui: introduce egl_init()Marc-André Lureau
2023-03-13ui/sdl: try to instantiate the matching opengl rendererMarc-André Lureau
2023-03-13ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environmentMarc-André Lureau
2023-03-13ui/egl: print EGL error, helping debuggingMarc-André Lureau
2023-03-13ui/shader: fix #version directive must occur on first lineMarc-André Lureau
2023-03-13ui/sdl: get the GL context from the windowMarc-André Lureau
2023-03-13ui: set cursor position upon listener registrationMarc-André Lureau
2023-03-13ui: set cursor upon listener registrationMarc-André Lureau
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau
2023-03-13meson: ensure dbus-display generated code is built before other unitsMarc-André Lureau
2023-03-13ui/dbus: set mouse is-absolute during console creationMarc-André Lureau
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau
2023-03-13ui/dbus: unregister clipboard on connection closeMarc-André Lureau
2023-03-13ui/dbus: initialize cursor_fbMarc-André Lureau
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki
2023-02-27ui/cocoa: user friendly characters for release mouseChristian Schoenebeck
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