aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé2024-07-231-1/+1
* ui/console: Convert mouse visibility parameter into boolAkihiko Odaki2024-07-161-1/+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-141-0/+2
* ui/console: Use qemu_dmabuf_set_..() helpers insteadDongwon Kim2024-05-141-3/+3
* ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim2024-05-141-2/+4
* ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim2024-05-141-4/+6
* ui: use "vc" chardev for dbus, gtk & spice-appMarc-André Lureau2023-11-211-0/+1
* ui: Replacing pointer in functionSergey Mironov2023-11-071-1/+1
* ui/gtk: force realization of drawing areaMarc-André Lureau2023-11-071-0/+10
* ui/gtk: fix UI info preconditionMarc-André Lureau2023-10-031-0/+8
* input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki2023-10-031-6/+6
* ui: Clean up local variable shadowingMarkus Armbruster2023-09-291-7/+7
* ui/console: remove redundant format fieldMarc-André Lureau2023-09-121-1/+1
* ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau2023-09-121-3/+3
* ui/gtk: fix leaks found wtih fuzzingDmitry Frolov2023-09-041-1/+2
* ui/vc: change the argument for QemuTextConsoleMarc-André Lureau2023-09-041-1/+1
* ui/vc: do not parse VC-specific options in Spice and GTKMarc-André Lureau2023-09-041-1/+0
* ui/gtk: making dmabuf NULL when it's released.Dongwon Kim2023-06-271-0/+5
* ui/touch: Move event handling to a common helperBilal Elmoussaoui2023-06-271-56/+5
* ui/gtk: enable backend to send multi-touch eventsSergio Lopez2023-05-281-0/+92
* gtk: add gl-area support on win32Marc-André Lureau2023-05-281-0/+6
* ui/gtk: use widget size for cursor motion eventErico Nunes2023-05-281-5/+3
* ui: fix crash on serial reset, during initMarc-André Lureau2023-03-211-1/+3
* ui/gtk: fix cursor moved to left cornerMarc-André Lureau2023-03-211-1/+2
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-0/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* gtk: disable GTK Clipboard with a new meson optionClaudio Fontana2022-11-231-0/+2
* ui: remove useless typecastsVolker Rümelin2022-10-241-1/+1
* gtk: Add show_menubar=on|off command line option.Bryce Mills2022-10-121-5/+10
* ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki2022-10-121-3/+7
* gtk: Add show_tabs=on|off command line option.Felix xq Queißner2022-07-191-0/+4
* ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-141-19/+26
* ui/gtk: Ignore 2- and 3-button press eventsK. Lange2022-03-181-0/+4
* ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-141-2/+16
* ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov2022-01-131-12/+42
* ui: split the GL context in a different objectMarc-André Lureau2021-12-211-8/+16
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-211-1/+0
* ui: associate GL context outside of display listener registrationMarc-André Lureau2021-12-211-0/+3
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fdDongwon Kim2021-11-221-2/+2
* ui: fix incorrect pointer position on highdpi with gtkAlexander Orzechowski2021-11-221-5/+8
* ui/gtk: gd_draw_event returns FALSE when no cairo surface is boundDongwon Kim2021-11-051-0/+3
* ui/gtk-egl: un-tab and re-tab should destroy egl surface and contextDongwon Kim2021-11-051-0/+20
* ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy2021-09-151-1/+1
* ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-151-0/+13
* ui/gtk: Create a common release_dmabuf helperVivek Kasireddy2021-09-151-1/+10
* ui/gtk: retry sending VTE console inputVolker Rümelin2021-08-101-6/+4
* ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin2021-07-261-9/+33
* ui/gtk: Fix relative mouse with multiple monitorsDennis Wölfing2021-07-261-19/+7