aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-12gtk: remove CONFIG_GTK_GLPaolo Bonzini1-8/+8
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé1-0/+1
2020-09-30ui: relocate paths to icons and translationsPaolo Bonzini1-2/+8
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2020-09-04ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé1-26/+26
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth1-4/+0
2020-05-19ui: increase min required GTK version to 3.22.0Volker Rümelin1-83/+8
2020-05-19ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin1-4/+29
2020-05-19ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin1-1/+8
2020-05-19ui/gtk: remove unused variable ignore_keysVolker Rümelin1-9/+0
2020-05-19ui/gtk: remove unused codeVolker Rümelin1-9/+0
2020-05-19ui/gkt: release all keys on grab-broken-eventVolker Rümelin1-0/+21
2020-05-19ui/gtk: fix handling of AltGr key on WindowsVolker Rümelin1-1/+29
2020-05-04Compress lines for immediate returnSimran Singhal1-2/+1
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf1-0/+1
2020-02-12ui/gtk: implement show-cursor optionGerd Hoffmann1-2/+6