aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27ui/gtk: making dmabuf NULL when it's released.Dongwon Kim1-0/+5
2023-06-27ui/touch: Move event handling to a common helperBilal Elmoussaoui1-56/+5
2023-05-28ui/gtk: enable backend to send multi-touch eventsSergio Lopez1-0/+92
2023-05-28gtk: add gl-area support on win32Marc-André Lureau1-0/+6
2023-05-28ui/gtk: use widget size for cursor motion eventErico Nunes1-5/+3
2023-03-21ui: fix crash on serial reset, during initMarc-André Lureau1-1/+3
2023-03-21ui/gtk: fix cursor moved to left cornerMarc-André Lureau1-1/+2
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana1-0/+2
2022-10-24ui: remove useless typecastsVolker Rümelin1-1/+1
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills1-5/+10
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki1-3/+7
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner1-0/+4
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki1-19/+26
2022-03-18ui/gtk: Ignore 2- and 3-button press eventsK. Lange1-0/+4
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau1-2/+16
2022-01-13ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov1-12/+42
2021-12-21ui: split the GL context in a different objectMarc-André Lureau1-8/+16
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau1-1/+0
2021-12-21ui: associate GL context outside of display listener registrationMarc-André Lureau1-0/+3
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-11-22ui/gtk: graphic_hw_gl_flushed after closing dmabuf->fence_fdDongwon Kim1-2/+2
2021-11-22ui: fix incorrect pointer position on highdpi with gtkAlexander Orzechowski1-5/+8
2021-11-05ui/gtk: gd_draw_event returns FALSE when no cairo surface is boundDongwon Kim1-0/+3
2021-11-05ui/gtk-egl: un-tab and re-tab should destroy egl surface and contextDongwon Kim1-0/+20
2021-09-15ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy1-1/+1
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy1-0/+13
2021-09-15ui/gtk: Create a common release_dmabuf helperVivek Kasireddy1-1/+10
2021-08-10ui/gtk: retry sending VTE console inputVolker Rümelin1-6/+4
2021-07-26ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin1-9/+33
2021-07-26ui/gtk: Fix relative mouse with multiple monitorsDennis Wölfing1-19/+7
2021-07-09modules: add ui module annotationsGerd Hoffmann1-0/+4
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann1-0/+1
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann1-55/+0
2021-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell1-4/+2
2021-03-11ui/gtk: Remove NULL checks in gd_switchAkihiko Odaki1-4/+2
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki1-4/+0
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki1-0/+14
2021-03-04ui/gtk: vte: fix sending multiple characetersZack Marvel1-1/+10
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau1-0/+22
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau1-0/+9
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau1-0/+1
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau1-2/+0
2021-02-04ui: remove extra #ifdef CONFIG_OPENGLMarc-André Lureau1-8/+1
2021-01-15ui/gtk: expose gd_monitor_update_intervalNikola Pavlica1-1/+1
2021-01-15ui/gtk: limit virtual console max update intervalVolker Rümelin1-11/+11
2021-01-15ui/gtk: rename variable window to widgetVolker Rümelin1-3/+3
2021-01-15ui/gtk: don't try to redefine SI prefixesVolker Rümelin1-1/+2