index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
2024-10-15
vl.c: Remove pxa2xx-specific -portrait and -rotate options
Peter Maydell
2024-10-14
ui: refactor using a common qemu_pixman_shareable
Marc-André Lureau
2024-10-14
ui/dbus: implement Unix.Map
Marc-André Lureau
2024-10-14
ui/dbus: add Listener.Unix.Map interface XML
Marc-André Lureau
2024-10-14
ui/dbus: make Listener.Win32.Map win32-specific
Marc-André Lureau
2024-10-14
ui/surface: allocate shared memory on !win32
Marc-André Lureau
2024-10-14
ui/dbus: add trace for can_share_map
Marc-André Lureau
2024-10-14
ui/dbus: do not limit to one listener per connection / bus name
Marc-André Lureau
2024-10-14
ui/pixman: generalize shared_image_destroy
Marc-André Lureau
2024-10-14
ui/dbus: discard pending CursorDefine on new one
Marc-André Lureau
2024-10-14
ui/dbus: discard display messages on disable
Marc-André Lureau
2024-10-14
ui/dbus: fix filtering all update messages
Marc-André Lureau
2024-10-14
ui/win32: fix potential use-after-free with dbus shared memory
Marc-André Lureau
2024-10-14
ui/dbus: fix leak on message filtering
Marc-André Lureau
2024-10-03
ui/cursor: remove cursor_get_mono_image
Dr. David Alan Gilbert
2024-10-03
vnc: fix crash when no console attached
Marc-André Lureau
2024-09-13
ui: remove break after g_assert_not_reached()
Pierrick Bouvier
2024-09-13
ui/sdl2: set swap interval explicitly when OpenGL is enabled
Gert Wollny
2024-09-13
ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handler
Volker Rümelin
2024-09-13
ui/sdl2: release all modifiers
Volker Rümelin
2024-09-10
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
2024-09-10
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
Markus Armbruster
2024-09-10
qapi/ui: Drop temporary 'prefix'
Markus Armbruster
2024-08-06
ui/console: Note in '-display help' that some backends support suboptions
Peter Maydell
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
2024-07-22
ui/vdagent: send caps on fe_open
Marc-André Lureau
2024-07-22
ui/vdagent: notify clipboard peers of serial reset
Marc-André Lureau
2024-07-22
ui/vdagent: improve vdagent_fe_open() trace
Marc-André Lureau
2024-07-22
ui: add more tracing for dbus
Marc-André Lureau
2024-07-22
Cursor: 8 -> 1 bit alpha downsampling improvement
Phil Dennis-Jordan
2024-07-22
vnc: increase max display size
Gerd Hoffmann
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
2024-07-16
ui/cocoa: Add cursor composition
Akihiko Odaki
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
2024-07-16
ui/cocoa: Release CGColorSpace
Akihiko Odaki
2024-07-03
Revert "meson: Propagate gnutls dependency"
Akihiko Odaki
2024-06-19
ui+display: rename is_buffer_shared() -> surface_is_allocated()
Gerd Hoffmann
2024-06-19
ui+display: rename is_placeholder() -> surface_is_placeholder()
Gerd Hoffmann
2024-06-19
ui/cocoa: Use qemu_add_mouse_change_notifier
Akihiko Odaki
2024-05-25
meson: remove unnecessary dependency
Paolo Bonzini
2024-05-17
ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
Cédric Le Goater
2024-05-14
ui/sdl2: Allow host to power down screen
Bernhard Beschow
2024-05-14
ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
hikalium
2024-05-14
ui/gtk: Add gd_motion_event trace event
hikalium
2024-05-14
ui/console: move QemuDmaBuf struct def to dmabuf.c
Dongwon Kim
2024-05-14
ui/console: Use qemu_dmabuf_new() and free() helpers instead
Dongwon Kim
2024-05-14
ui/console: Use qemu_dmabuf_set_..() helpers instead
Dongwon Kim
2024-05-14
ui/console: Use qemu_dmabuf_get_..() helpers instead
Dongwon Kim
2024-05-14
ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
Dongwon Kim
2024-05-14
ui/gtk: Check if fence_fd is equal to or greater than 0
Dongwon Kim
[next]