Age | Commit message (Expand) | Author | Files | Lines |
2021-11-22 | ui/vnc-clipboard: fix adding notifier twice | Vladimir Sementsov-Ogievskiy | 1 | -4/+6 |
2021-11-22 | ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fd | Dongwon Kim | 1 | -2/+2 |
2021-11-22 | ui: fix incorrect pointer position on highdpi with gtk | Alexander Orzechowski | 1 | -5/+8 |
2021-11-22 | ui: fix incorrect scaling on highdpi with gtk/opengl | Alexander Orzechowski | 1 | -3/+4 |
2021-11-19 | meson.build: Support ncurses on MacOS and OpenBSD | Stefan Weil | 1 | -0/+4 |
2021-11-08 | ui/gtk-egl: Fix build failure when libgbm is not available | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-11-05 | ui/gtk-egl: blitting partial guest fb to the proper scanout surface | Dongwon Kim | 1 | -4/+21 |
2021-11-05 | ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound | Dongwon Kim | 1 | -0/+3 |
2021-11-05 | ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl | Dongwon Kim | 1 | -0/+4 |
2021-11-05 | ui/gtk-egl: make sure the right context is set as the current | Dongwon Kim | 1 | -0/+6 |
2021-11-05 | ui/gtk-egl: un-tab and re-tab should destroy egl surface and context | Dongwon Kim | 1 | -0/+20 |
2021-11-02 | ui/console: remove chardev frontend connected test | Volker Rümelin | 1 | -8/+5 |
2021-11-02 | ui/console: replace kbd_timer with chr_accept_input callback | Volker Rümelin | 1 | -15/+13 |
2021-11-02 | ui/console: replace QEMUFIFO with Fifo8 | Volker Rümelin | 1 | -66/+20 |
2021-11-02 | ui/gtk: skip any extra draw of same guest scanout blob res | Dongwon Kim | 2 | -32/+57 |
2021-11-02 | ui/gtk: Update the refresh rate for gl-area too | Nikola Pavlica | 1 | -0/+3 |
2021-10-14 | configure, meson: move Spice configure handling to meson | Marc-André Lureau | 1 | -2/+2 |
2021-09-15 | ui/gtk-egl: Wait for the draw signal for dmabuf blobs | Vivek Kasireddy | 2 | -1/+16 |
2021-09-15 | ui: Create sync objects and fences only for blobs | Vivek Kasireddy | 3 | -0/+64 |
2021-09-15 | ui/egl: Add egl helpers to help with synchronization | Vivek Kasireddy | 1 | -0/+26 |
2021-09-15 | ui/gtk: Create a common release_dmabuf helper | Vivek Kasireddy | 2 | -9/+10 |
2021-09-13 | meson: remove dead variable | Paolo Bonzini | 1 | -2/+0 |
2021-09-13 | meson: do not use python.full_path() unnecessarily | Paolo Bonzini | 1 | -1/+1 |
2021-09-01 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ... | Peter Maydell | 2 | -13/+4 |
2021-08-31 | ui/vdagent: add a migration blocker | Marc-André Lureau | 1 | -0/+12 |
2021-08-31 | ui/gtk-clipboard: emit release clipboard events | Marc-André Lureau | 1 | -0/+2 |
2021-08-31 | ui/vdagent: send release when no clipboard owner | Marc-André Lureau | 1 | -1/+23 |
2021-08-31 | ui/gtk-clipboard: use qemu_clipboard_info helper | Marc-André Lureau | 1 | -8/+6 |
2021-08-31 | ui/vdagent: send empty clipboard when unhandled | Marc-André Lureau | 2 | -0/+13 |
2021-08-31 | ui/vdagent: use qemu_clipboard_info helper | Marc-André Lureau | 1 | -10/+13 |
2021-08-31 | ui/vdagent: use qemu_clipboard_peer_release helper | Marc-André Lureau | 1 | -7/+1 |
2021-08-31 | ui/vdagent: split clipboard recv message handling | Marc-André Lureau | 1 | -68/+89 |
2021-08-31 | ui/vdagent: reset outbuf on disconnect | Marc-André Lureau | 1 | -0/+1 |
2021-08-31 | ui/vdagent: disconnect handlers and reset state on finalize | Marc-André Lureau | 1 | -10/+15 |
2021-08-31 | ui/clipboard: release owned grabs on unregister | Marc-André Lureau | 1 | -0/+6 |
2021-08-31 | ui/clipboard: add qemu_clipboard_peer_release() helper | Marc-André Lureau | 1 | -0/+12 |
2021-08-31 | ui/clipboard: add qemu_clipboard_peer_owns() helper | Marc-André Lureau | 1 | -0/+8 |
2021-08-31 | ui/clipboard: add helper to retrieve current clipboard | Marc-André Lureau | 1 | -0/+15 |
2021-08-31 | ui/gtk-clipboard: fix clipboard enum typo | Marc-André Lureau | 1 | -1/+1 |
2021-08-31 | ui/gtk-clipboard: use existing macros | Marc-André Lureau | 1 | -3/+3 |
2021-08-31 | ui/vdagent: remove copy-pasta comment | Marc-André Lureau | 1 | -1/+1 |
2021-08-31 | ui/vdagent: fix leak on error path | Marc-André Lureau | 1 | -3/+1 |
2021-08-31 | ui/console: Restrict udmabuf_fd() to Linux | Philippe Mathieu-Daudé | 2 | -13/+4 |
2021-08-26 | Remove superfluous ERRP_GUARD() | Markus Armbruster | 1 | -1/+0 |
2021-08-26 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 2 | -10/+3 |
2021-08-10 | ui/sdl2: Check return value from g_setenv() | Peter Maydell | 1 | -1/+4 |
2021-08-10 | ui/gtk: retry sending VTE console input | Volker Rümelin | 1 | -6/+4 |
2021-08-02 | ui/input-barrier: Move TODOs from barrier.txt to a comment | Peter Maydell | 1 | -0/+5 |
2021-07-26 | ui/gtk: add a keyboard fifo to the VTE consoles | Volker Rümelin | 1 | -9/+33 |
2021-07-26 | ui: update keycodemapdb submodule commit | Akihiko Odaki | 1 | -0/+0 |