Age | Commit message (Expand) | Author | Files | Lines |
2023-10-17 | meson: do not build shaders by default | Paolo Bonzini | 1 | -0/+1 |
2023-10-09 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 1 | -0/+2 |
2023-10-08 | audio: reintroduce default audio backend for VNC | Paolo Bonzini | 1 | -0/+2 |
2023-10-06 | ui/cocoa: Clean up global variable shadowing | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-10-04 | Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi | 10 | -62/+54 |
2023-10-03 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 3 | -5/+14 |
2023-10-03 | ui/gtk: fix UI info precondition | Marc-André Lureau | 1 | -0/+8 |
2023-10-03 | ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map | Ken Xue | 1 | -1/+3 |
2023-10-03 | ui/console: sanitize search in qemu_graphic_console_is_multihead() | Laszlo Ersek | 1 | -6/+1 |
2023-10-03 | ui/console: eliminate QOM properties from qemu_console_is_multihead() | Laszlo Ersek | 1 | -8/+8 |
2023-10-03 | ui/console: only walk QemuGraphicConsoles in qemu_console_is_multihead() | Laszlo Ersek | 1 | -0/+3 |
2023-10-03 | ui/console: make qemu_console_is_multihead() static | Laszlo Ersek | 1 | -1/+1 |
2023-10-03 | input: Allow to choose console with qemu_input_is_absolute | Akihiko Odaki | 8 | -48/+32 |
2023-10-03 | audio: return Error ** from audio_state_by_name | Paolo Bonzini | 2 | -4/+2 |
2023-10-03 | ui/vnc: Require audiodev= to enable audio | Paolo Bonzini | 2 | -1/+12 |
2023-09-29 | ui: Clean up local variable shadowing | Markus Armbruster | 5 | -24/+22 |
2023-09-25 | ui/vnc: fix handling of VNC_FEATURE_XVP | Paolo Bonzini | 1 | -2/+2 |
2023-09-25 | ui/vnc: fix debug output for invalid audio message | Paolo Bonzini | 1 | -1/+1 |
2023-09-12 | ui: add precondition for dpy_get_ui_info() | Marc-André Lureau | 1 | -1/+3 |
2023-09-12 | ui: fix crash when there are no active_console | Marc-André Lureau | 1 | -0/+3 |
2023-09-12 | ui/vc: split off the VC part from console.c | Marc-André Lureau | 4 | -1093/+1126 |
2023-09-12 | ui/vc: preliminary QemuTextConsole changes before split | Marc-André Lureau | 1 | -17/+35 |
2023-09-12 | ui/console: remove redundant format field | Marc-André Lureau | 5 | -7/+5 |
2023-09-12 | ui/vc: rename kbd_put to qemu_text_console functions | Marc-André Lureau | 7 | -40/+40 |
2023-09-12 | ui/vc: remove kbd_put_keysym() and update function calls | Marc-André Lureau | 4 | -36/+36 |
2023-09-06 | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ... | Stefan Hajnoczi | 13 | -678/+740 |
2023-09-04 | ui/gtk: fix leaks found wtih fuzzing | Dmitry Frolov | 1 | -1/+2 |
2023-09-04 | ui/vdagent: Unregister input handler of mouse during finalization | Guoyi Tu | 1 | -0/+3 |
2023-09-04 | ui/vdagent: call vdagent_disconnect() when agent connection is lost | Guoyi Tu | 1 | -0/+3 |
2023-09-04 | ui/dbus: implement damage regions for GL | Bilal Elmoussaoui | 1 | -7/+25 |
2023-09-04 | ui/dbus: Properly dispose touch/mouse dbus objects | Bilal Elmoussaoui | 1 | -0/+2 |
2023-09-04 | ui/vnc-enc-tight: Avoid dynamic stack allocation | Philippe Mathieu-Daudé | 1 | -5/+6 |
2023-09-04 | ui/vnc-enc-hextile: Use static rather than dynamic length stack array | Peter Maydell | 1 | -1/+7 |
2023-09-04 | ui/spice-display: Avoid dynamic stack allocation | Peter Maydell | 1 | -1/+2 |
2023-09-04 | ui/vc: change the argument for QemuTextConsole | Marc-André Lureau | 4 | -15/+13 |
2023-09-04 | ui/vc: do not parse VC-specific options in Spice and GTK | Marc-André Lureau | 3 | -4/+8 |
2023-09-04 | ui/vc: move text console invalidate in helper | Marc-André Lureau | 1 | -4/+9 |
2023-09-04 | ui/console: minor stylistic changes | Marc-André Lureau | 1 | -6/+4 |
2023-09-04 | ui/vc: skip text console resize when possible | Marc-André Lureau | 1 | -3/+9 |
2023-09-04 | ui/console: fold text_console_update_cursor_timer | Marc-André Lureau | 1 | -8/+2 |
2023-09-04 | ui/console: assert(surface) where appropriate | Marc-André Lureau | 1 | -0/+4 |
2023-09-04 | ui/console: rename vga_ functions with qemu_console_ | Marc-André Lureau | 1 | -13/+12 |
2023-09-04 | ui/console: use QEMU_PIXMAN_COLOR helpers | Marc-André Lureau | 1 | -21/+18 |
2023-09-04 | ui/console: declare console types in console.h | Marc-André Lureau | 1 | -15/+0 |
2023-09-04 | ui/vc: use common text console surface creation | Marc-André Lureau | 1 | -7/+2 |
2023-09-04 | ui/console: remove need for g_width/g_height | Marc-André Lureau | 1 | -5/+3 |
2023-09-04 | ui/console: simplify getting active_console size | Marc-André Lureau | 1 | -4/+2 |
2023-09-04 | ui/vc: move some text console initialization to qom handlers | Marc-André Lureau | 1 | -11/+11 |
2023-09-04 | ui/vc: fold text_console_do_init() in vc_chr_open() | Marc-André Lureau | 1 | -49/+31 |
2023-09-04 | ui/console: move graphic fields to QemuGraphicConsole | Marc-André Lureau | 1 | -46/+64 |