summaryrefslogtreecommitdiff
path: root/ui/gtk.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-20gtk: add and use DisplayOptions + DisplayGTKGerd Hoffmann1-14/+18
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-25ui: ignore hardware keycode 255 on win32Daniel P. Berrange1-0/+6
2018-01-25ui: add fix for GTK Pause key handling on Win32Daniel P. Berrange1-1/+8
2018-01-25ui: convert GTK and SDL1 frontends to keycodemapdbDaniel P. Berrange1-82/+123
2018-01-12ui: deprecate use of GTK 2.x in favour of 3.x seriesDaniel P. Berrange1-0/+5
2017-10-16ui/gtk: Fix deprecation of vte_terminal_copy_clipboardAnthony PERARD1-0/+5
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-11ui: Support non-zero minimum values for absolute input axesPhilippe Voinov1-2/+2
2017-05-04char: remove qemu_chr_be_generic_openMarc-André Lureau1-1/+1
2017-02-27ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboardDaniel P. Berrange1-3/+4
2017-02-27gtk-egl: add scanout_disable supportGerd Hoffmann1-0/+1
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann1-2/+2
2017-02-02Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell1-8/+1
2017-01-31gtk: Hardcode LC_CTYPE as C.utf-8Kevin Wolf1-1/+5
2017-01-31char: remove class kind fieldMarc-André Lureau1-1/+0
2017-01-31char: get rid of CharDriverMarc-André Lureau1-8/+2
2017-01-31ui/gtk.c: add ctrl-alt-= support for zoom in accelerationZiyue Yang1-0/+9
2017-01-31ui/gtk: Fix mouse wheel on 3.4.0 or laterOGAWA Hirofumi1-0/+13
2017-01-31ui: add support for mice with extra/side buttonsFabian Lesniak1-0/+4
2017-01-27chardev: qom-ifyMarc-André Lureau1-23/+28
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau1-9/+21
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-13/+13
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau1-11/+19
2017-01-27char: move callbacks in CharDriverMarc-André Lureau1-4/+7
2017-01-10gtk: avoid oob array accessMarc-André Lureau1-0/+5
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange1-0/+7
2017-01-10ui/gtk: fix crash at startup when no console is availableHervé Poussineau1-1/+5
2016-12-14ui/gtk: fix "Copy" menu item segfaultStefan Hajnoczi1-0/+8
2016-11-10ui/gtk: Fix build with older versions of gtkThomas Huth1-1/+2
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth1-1/+3
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia1-2/+21
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau1-3/+0
2016-10-24char: remove init callbackMarc-André Lureau1-3/+0
2016-06-10gtk: fix vte version checkOlaf Hering1-1/+1
2016-06-03gtk: fix unchecked vc dereferenceGerd Hoffmann1-1/+2
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia1-10/+13
2016-05-12gtk: update grab code for gtk 3.20Gerd Hoffmann1-6/+43
2016-05-12ui/gtk: copy to clipboard supportMichael S. Tsirkin1-0/+18
2016-05-11ui: gtk: Fix some deprecation warningsCole Robinson1-7/+13