summary refs log tree commit diff stats
path: root/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/sdl2: Allow host to power down screenBernhard Beschow2024-05-141-0/+1
* ui/gtk: Fix mouse/motion event scaling issue with GTK display backendhikalium2024-05-141-5/+13
* ui/gtk: Add gd_motion_event trace eventhikalium2024-05-142-0/+3
* ui/console: move QemuDmaBuf struct def to dmabuf.cDongwon Kim2024-05-141-0/+19
* ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim2024-05-141-16/+12
* ui/console: Use qemu_dmabuf_set_..() helpers insteadDongwon Kim2024-05-144-14/+16
* ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim2024-05-149-99/+168
* ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpersDongwon Kim2024-05-142-0/+211
* ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim2024-05-143-6/+8
* ui/gtk: Draw guest frame at refresh cycleDongwon Kim2024-05-142-0/+2
* Allow UNIX socket option for VNC websocketSergii Zasenko2024-05-141-5/+0
* ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefsPeter Maydell2024-05-031-13/+0
* ui/cocoa: Use NSTrackingInVisibleRectAkihiko Odaki2024-03-261-34/+14
* ui/cocoa: Resize window after toggling zoom-to-fitAkihiko Odaki2024-03-261-0/+1
* ui/cocoa: Fix aspect ratioAkihiko Odaki2024-03-261-1/+40
* ui: compile dbus-display1.c with -fPIC as necessaryMarc-André Lureau2024-03-201-2/+1
* ui/curses: Do not use console_select()Akihiko Odaki2024-03-205-125/+51
* ui/cocoa: Do not use console_select()Akihiko Odaki2024-03-201-11/+26
* ui/vnc: Do not use console_select()Akihiko Odaki2024-03-203-5/+27
* ui/vc: Do not inherit the size of active consoleAkihiko Odaki2024-03-201-2/+2
* ui/dbus: filter out pending messages when scanoutMarc-André Lureau2024-03-122-0/+41
* ui/dbus: factor out sending a scanoutMarc-André Lureau2024-03-121-18/+17
* ui/vnc: Respect bound consoleAkihiko Odaki2024-03-121-29/+30
* ui/cocoa: Remove stretch_video flagAkihiko Odaki2024-03-051-13/+6
* ui/cocoa: Call console_select() with the BQLAkihiko Odaki2024-03-051-1/+3
* ui/cocoa: Make window resizableAkihiko Odaki2024-03-051-0/+3
* ui/cocoa: Remove normalWindowAkihiko Odaki2024-03-051-16/+17
* ui/cocoa: Let the platform toggle fullscreenAkihiko Odaki2024-03-051-227/+181
* ui/cocoa: Fix pause label coordinatesAkihiko Odaki2024-03-051-2/+2
* ui/cocoa: Scale with NSView instead of Core GraphicsAkihiko Odaki2024-03-051-14/+10
* ui/cocoa: Release specific mouse buttonsAkihiko Odaki2024-03-051-21/+15
* ui/cocoa: Immediately call [-QemuCocoaView handleMouseEvent:buttons:]Akihiko Odaki2024-03-051-57/+30
* ui/cocoa: Split [-QemuCocoaView handleEventLocked:]Akihiko Odaki2024-03-051-33/+49
* ui/cocoa: Fix window clipping on macOS 14David Parsons2024-03-051-0/+7
* ui/cocoa: add zoom-interpolation display optionCarwyn Ellis2024-03-051-1/+20
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-3/+1
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-5/+4
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-3/+5
* meson: Explicitly specify dbus-display1.h dependencyAkihiko Odaki2024-02-161-1/+1
* ui/console: Fix console resize with placeholder surfaceTianlan Zhou2024-02-161-1/+1
* ui/clipboard: add asserts for update and requestFiona Ebner2024-02-161-0/+14
* ui/clipboard: mark type as not available when there is no dataFiona Ebner2024-02-161-3/+9
* ui: reject extended clipboard message if not activatedDaniel P. Berrangé2024-02-161-0/+5
* ui: drop VNC feature _MASK constantsDaniel P. Berrangé2024-02-092-34/+22
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-082-4/+4
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-082-27/+27
* configure, meson: rename targetos to host_osPaolo Bonzini2023-12-312-9/+9
* meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini2023-12-311-2/+6
* meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-4/+3
* ui/vnc-clipboard: fix inflate_bufferFiona Ebner2023-12-041-0/+5