aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)Author
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki
2024-05-14ui/gtk: Fix mouse/motion event scaling issue with GTK display backendhikalium
2024-05-14ui/gtk: Add gd_motion_event trace eventhikalium
2024-05-14ui/console: Use qemu_dmabuf_set_..() helpers insteadDongwon Kim
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2024-05-14ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim
2023-11-21ui: use "vc" chardev for dbus, gtk & spice-appMarc-André Lureau
2023-11-07ui: Replacing pointer in functionSergey Mironov
2023-11-07ui/gtk: force realization of drawing areaMarc-André Lureau
2023-10-03ui/gtk: fix UI info preconditionMarc-André Lureau
2023-10-03input: Allow to choose console with qemu_input_is_absoluteAkihiko Odaki
2023-09-29ui: Clean up local variable shadowingMarkus Armbruster
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau
2023-09-04ui/gtk: fix leaks found wtih fuzzingDmitry Frolov
2023-09-04ui/vc: change the argument for QemuTextConsoleMarc-André Lureau
2023-09-04ui/vc: do not parse VC-specific options in Spice and GTKMarc-André Lureau
2023-06-27ui/gtk: making dmabuf NULL when it's released.Dongwon Kim
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui
2023-05-28ui/gtk: enable backend to send multi-touch eventsSergio Lopez
2023-05-28gtk: add gl-area support on win32Marc-André Lureau
2023-05-28ui/gtk: use widget size for cursor motion eventErico Nunes
2023-03-21ui: fix crash on serial reset, during initMarc-André Lureau
2023-03-21ui/gtk: fix cursor moved to left cornerMarc-André Lureau
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-08Drop duplicate #includeMarkus Armbruster
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana
2022-10-24ui: remove useless typecastsVolker Rümelin
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2022-03-18ui/gtk: Ignore 2- and 3-button press eventsK. Lange
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau
2022-01-13ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov
2021-12-21ui: split the GL context in a different objectMarc-André Lureau
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau
2021-12-21ui: do not delay further remote resizeMarc-André Lureau
2021-11-22ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fdDongwon Kim
2021-11-22ui: fix incorrect pointer position on highdpi with gtkAlexander Orzechowski
2021-11-05ui/gtk: gd_draw_event returns FALSE when no cairo surface is boundDongwon Kim
2021-11-05ui/gtk-egl: un-tab and re-tab should destroy egl surface and contextDongwon Kim
2021-09-15ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-09-15ui/gtk: Create a common release_dmabuf helperVivek Kasireddy
2021-08-10ui/gtk: retry sending VTE console inputVolker Rümelin
2021-07-26ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin