Age | Commit message (Expand) | Author | Files | Lines |
2024-12-03 | ui/cocoa: Temporarily ignore annoying deprecated declaration warnings | Philippe Mathieu-Daudé | 1 | -0/+5 |
2024-11-08 | ui/input-legacy.c: remove unused legacy qemu_add_kbd_event_handler() function | Mark Cave-Ayland | 1 | -37/+0 |
2024-10-24 | Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into ... | Peter Maydell | 3 | -27/+52 |
2024-10-22 | ui: validate NUL byte padding in SASL client data more strictly | Daniel P. Berrangé | 1 | -4/+16 |
2024-10-22 | ui: fix handling of NULL SASL server data | Daniel P. Berrangé | 1 | -4/+6 |
2024-10-22 | ui/vnc: don't check for SSF after SASL authentication on UNIX sockets | Daniel P. Berrangé | 1 | -1/+1 |
2024-10-22 | ui/vnc: fix skipping SASL SSF on UNIX sockets | Daniel P. Berrangé | 3 | -7/+11 |
2024-10-22 | ui/vnc: don't raise error formatting socket address for non-inet | Daniel P. Berrangé | 1 | -11/+11 |
2024-10-22 | ui/vnc: don't return an empty SASL mechlist to the client | Daniel P. Berrangé | 1 | -0/+7 |
2024-10-21 | meson.build: Remove ncurses workaround for OpenBSD | Brad Smith | 1 | -1/+1 |
2024-10-21 | ui/console-vc: Silence warning about sprintf() on OpenBSD | Thomas Huth | 1 | -2/+2 |
2024-10-15 | vl.c: Remove pxa2xx-specific -portrait and -rotate options | Peter Maydell | 1 | -36/+0 |
2024-10-14 | ui: refactor using a common qemu_pixman_shareable | Marc-André Lureau | 3 | -67/+93 |
2024-10-14 | ui/dbus: implement Unix.Map | Marc-André Lureau | 1 | -5/+73 |
2024-10-14 | ui/dbus: add Listener.Unix.Map interface XML | Marc-André Lureau | 1 | -0/+47 |
2024-10-14 | ui/dbus: make Listener.Win32.Map win32-specific | Marc-André Lureau | 1 | -0/+2 |
2024-10-14 | ui/surface: allocate shared memory on !win32 | Marc-André Lureau | 1 | -2/+26 |
2024-10-14 | ui/dbus: add trace for can_share_map | Marc-André Lureau | 2 | -0/+2 |
2024-10-14 | ui/dbus: do not limit to one listener per connection / bus name | Marc-André Lureau | 1 | -18/+5 |
2024-10-14 | ui/pixman: generalize shared_image_destroy | Marc-André Lureau | 2 | -9/+13 |
2024-10-14 | ui/dbus: discard pending CursorDefine on new one | Marc-André Lureau | 1 | -0/+28 |
2024-10-14 | ui/dbus: discard display messages on disable | Marc-André Lureau | 1 | -0/+2 |
2024-10-14 | ui/dbus: fix filtering all update messages | Marc-André Lureau | 1 | -12/+33 |
2024-10-14 | ui/win32: fix potential use-after-free with dbus shared memory | Marc-André Lureau | 2 | -22/+17 |
2024-10-14 | ui/dbus: fix leak on message filtering | Marc-André Lureau | 1 | -0/+1 |
2024-10-03 | ui/cursor: remove cursor_get_mono_image | Dr. David Alan Gilbert | 1 | -24/+0 |
2024-10-03 | vnc: fix crash when no console attached | Marc-André Lureau | 1 | -1/+1 |
2024-09-13 | ui: remove break after g_assert_not_reached() | Pierrick Bouvier | 1 | -1/+0 |
2024-09-13 | ui/sdl2: set swap interval explicitly when OpenGL is enabled | Gert Wollny | 1 | -0/+1 |
2024-09-13 | ui/sdl2: ignore GUI keys in SDL_TEXTINPUT handler | Volker Rümelin | 1 | -8/+9 |
2024-09-13 | ui/sdl2: release all modifiers | Volker Rümelin | 2 | -0/+6 |
2024-09-10 | qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -2/+2 |
2024-09-10 | qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -1/+1 |
2024-09-10 | qapi/ui: Drop temporary 'prefix' | Markus Armbruster | 8 | -20/+20 |
2024-08-06 | ui/console: Note in '-display help' that some backends support suboptions | Peter Maydell | 1 | -0/+5 |
2024-07-23 | util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr() | Philippe Mathieu-Daudé | 2 | -2/+2 |
2024-07-22 | ui/vdagent: send caps on fe_open | Marc-André Lureau | 1 | -2/+4 |
2024-07-22 | ui/vdagent: notify clipboard peers of serial reset | Marc-André Lureau | 3 | -0/+5 |
2024-07-22 | ui/vdagent: improve vdagent_fe_open() trace | Marc-André Lureau | 2 | -2/+3 |
2024-07-22 | ui: add more tracing for dbus | Marc-André Lureau | 2 | -0/+6 |
2024-07-22 | Cursor: 8 -> 1 bit alpha downsampling improvement | Phil Dennis-Jordan | 1 | -1/+1 |
2024-07-22 | vnc: increase max display size | Gerd Hoffmann | 1 | -2/+2 |
2024-07-16 | ui/console: Remove dpy_cursor_define_supported() | Akihiko Odaki | 1 | -13/+0 |
2024-07-16 | ui/cocoa: Add cursor composition | Akihiko Odaki | 1 | -0/+99 |
2024-07-16 | ui/console: Convert mouse visibility parameter into bool | Akihiko Odaki | 6 | -12/+14 |
2024-07-16 | ui/cocoa: Release CGColorSpace | Akihiko Odaki | 1 | -1/+4 |
2024-07-03 | Revert "meson: Propagate gnutls dependency" | Akihiko Odaki | 1 | -1/+1 |
2024-06-19 | ui+display: rename is_buffer_shared() -> surface_is_allocated() | Gerd Hoffmann | 1 | -1/+2 |
2024-06-19 | ui+display: rename is_placeholder() -> surface_is_placeholder() | Gerd Hoffmann | 3 | -3/+3 |
2024-06-19 | ui/cocoa: Use qemu_add_mouse_change_notifier | Akihiko Odaki | 1 | -24/+38 |