summaryrefslogtreecommitdiffstats
path: root/ui/gtk.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+4Star
* 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/+7Star
* modules: add ui module annotationsGerd Hoffmann2021-07-091-0/+4
* ui/gtk: add clipboard supportGerd Hoffmann2021-05-211-0/+1
* ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann2021-05-211-55/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' i...Peter Maydell2021-03-121-4/+2Star
|\
| * ui/gtk: Remove NULL checks in gd_switchAkihiko Odaki2021-03-111-4/+2Star
* | sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
|/
* ui/console: Pass placeholder surface to displaysAkihiko Odaki2021-03-041-4/+0Star
* configure: Improve OpenGL dependency detectionsAkihiko Odaki2021-03-041-0/+14
* ui/gtk: vte: fix sending multiple characetersZack Marvel2021-03-041-1/+10
* ui: add egl dmabuf import to gtkglareaMarc-André Lureau2021-02-041-0/+22
* ui: check gtk-egl dmabuf supportMarc-André Lureau2021-02-041-0/+9
* ui: add gd_gl_area_scanout_disableMarc-André Lureau2021-02-041-0/+1
* ui: remove gl_ctx_get_currentMarc-André Lureau2021-02-041-2/+0Star
* ui: remove extra #ifdef CONFIG_OPENGLMarc-André Lureau2021-02-041-8/+1Star
* ui/gtk: expose gd_monitor_update_intervalNikola Pavlica2021-01-151-1/+1
* ui/gtk: limit virtual console max update intervalVolker Rümelin2021-01-151-11/+11
* ui/gtk: rename variable window to widgetVolker Rümelin2021-01-151-3/+3
* ui/gtk: don't try to redefine SI prefixesVolker Rümelin2021-01-151-1/+2
* gtk: remove CONFIG_GTK_GLPaolo Bonzini2021-01-121-8/+8
* qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2020-10-211-0/+1
* ui: relocate paths to icons and translationsPaolo Bonzini2020-09-301-2/+8
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé2020-09-041-26/+26
* Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-131-4/+0Star
* ui: increase min required GTK version to 3.22.0Volker Rümelin2020-05-191-83/+8Star
* ui/gtk: use native keyboard scancodes on WindowsVolker Rümelin2020-05-191-4/+29