aboutsummaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-12ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realizedPhilippe Mathieu-Daudé1-5/+7
2020-02-12ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsolePhilippe Mathieu-Daudé1-4/+5
2020-01-16ui/gtk: Get display refresh rate with GDK version 3.22 or laterPhilippe Mathieu-Daudé1-5/+18
2020-01-14display/gtk: get proper refreshrateNikola Pavlica1-0/+11
2019-11-21ui/gtk: fix gettext message's charset.yanminhui1-0/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-02-21ui/gtk: Fix the license informationThomas Huth1-17/+13
2019-02-05kbd-state: use state tracker for gtkGerd Hoffmann1-32/+6
2019-02-05ui: listen for GDK_SMOOTH_SCROLL eventsSergio Lopez1-0/+1
2019-02-05ui: don't send any event if delta_y == 0Sergio Lopez1-1/+3
2019-01-21ui: fix icon display for GTK frontend under GNOME Shell with WaylandDaniel P. Berrangé1-0/+1
2019-01-21ui: install logo icons to $prefix/share/iconsDaniel P. Berrangé1-12/+5
2018-10-12Merge remote-tracking branch 'remotes/kraxel/tags/ui2-20181012-pull-request' ...Peter Maydell1-188/+14
2018-10-12ui: increase min required GTK3 version to 3.14.0Daniel P. Berrangé1-10/+0
2018-10-12ui: remove support for GTK2 in favour of GTK3Daniel P. Berrangé1-178/+14
2018-10-12gtk: fix uninitialized variablePaolo Bonzini1-1/+1
2018-10-12gtk: Don't vte_terminal_set_encoding() on new VTE versionsKevin Wolf1-2/+4
2018-10-01gtk: add zoom-to-fit to gtk options.Gerd Hoffmann1-0/+8
2018-06-26Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann1-5/+2
2018-06-01ui: use local path for local headersMichael S. Tsirkin1-1/+1
2018-05-15gtk: disable the F10 menubar keyPeter Wu1-0/+6
2018-05-15ui: switch gtk display to qapi parserGerd Hoffmann1-1/+5
2018-05-15ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failedTomeu Vizoso1-1/+1
2018-05-15gtk: make it possible to hide the menu barPeter Wu1-1/+45
2018-04-10gtk: drop pointless code from gd_window_closeGerd Hoffmann1-8/+0
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-2/+2
2018-03-12ui/gtk-egl: add cursor_dmabuf supportGerd Hoffmann1-0/+2
2018-03-12ui/gtk-egl: add scanout_dmabuf supportGerd Hoffmann1-0/+2
2018-03-12ui/gtk: use GtkGlArea on wayland onlyGerd Hoffmann1-5/+8
2018-03-12ui/gtk: make GtkGlArea usage a runtime optionGerd Hoffmann1-24/+29
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-2/+15
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann1-2/+15
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-20ui: Reorder vte terminal packing to avoid gtk3 warningsJan Kiszka1-2/+2