summaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)Author
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
2021-07-26ui/gtk: Fix relative mouse with multiple monitorsDennis Wölfing
2021-07-09modules: add ui module annotationsGerd Hoffmann
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann
2021-03-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell
2021-03-11ui/gtk: Remove NULL checks in gd_switchAkihiko Odaki
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki
2021-03-04configure: Improve OpenGL dependency detectionsAkihiko Odaki
2021-03-04ui/gtk: vte: fix sending multiple characetersZack Marvel
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2021-02-04ui: remove extra #ifdef CONFIG_OPENGLMarc-André Lureau
2021-01-15ui/gtk: expose gd_monitor_update_intervalNikola Pavlica
2021-01-15ui/gtk: limit virtual console max update intervalVolker Rümelin
2021-01-15ui/gtk: rename variable window to widgetVolker Rümelin
2021-01-15ui/gtk: don't try to redefine SI prefixesVolker Rümelin
2021-01-12gtk: remove CONFIG_GTK_GLPaolo Bonzini
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé
2020-09-30ui: relocate paths to icons and translationsPaolo Bonzini
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-04ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé
2020-07-13Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth
2020-05-19ui: increase min required GTK version to 3.22.0Volker Rümelin
2020-05-19ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin
2020-05-19ui/gtk: don't pass on win keys without keyboard grabVolker Rümelin
2020-05-19ui/gtk: remove unused variable ignore_keysVolker Rümelin
2020-05-19ui/gtk: remove unused codeVolker Rümelin
2020-05-19ui/gkt: release all keys on grab-broken-eventVolker Rümelin