1. 49213b7 sdl2: add checking for NULL by Pavel Dovgalyuk · 7 years ago
  2. 48db08c sdl2: fix copypaste issues by Pavel Dovgalyuk · 7 years ago
  3. 54d208f Add gles support to egl-helpers, wire up in egl-headless and gtk. by Gerd Hoffmann · 7 years ago
  4. 64bf97e sdl2: restore window dimensions by resize by Amadeusz Sławiński · 7 years ago
  5. 656282d ui: darwin: gtk: Add missing input keymap by Keno Fischer · 7 years ago
  6. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  7. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  8. 0041e9a ui: use local path for local headers by Michael S. Tsirkin · 7 years ago
  9. b572538 ui/cocoa: Suppress NSFileHandlingPanelOKButton deprecation warning by Peter Maydell · 7 years ago
  10. e8dcb8a sdl: Move use of surface pointer below check for whether it is NULL by Peter Maydell · 7 years ago
  11. 68898bc ui: add x_keymap.o to modules by Paolo Bonzini · 7 years ago
  12. 08d9864 console: Avoid segfault in screendump by Michal Privoznik · 7 years ago
  13. 677b490 gtk: disable the F10 menubar key by Peter Wu · 7 years ago
  14. cd6cd8f console: use linked list for QemuConsoles by Gerd Hoffmann · 7 years ago
  15. 002b290 ui: switch gtk display to qapi parser by Gerd Hoffmann · 7 years ago
  16. f31f9c1 vnc: add magic cookie to VncState by Gerd Hoffmann · 7 years ago
  17. 4f4cb82 ui/gtk: Only try to initialize EGL/X11 if GtkGlArea failed by Tomeu Vizoso · 7 years ago
  18. 1d18774 gtk: make it possible to hide the menu bar by Peter Wu · 7 years ago
  19. f88e5c5 sdl2: move opts assignment into loop by Gerd Hoffmann · 7 years ago
  20. 5b27a92 rename included C files to foo.inc.c, remove osdep.h by Paolo Bonzini · 7 years ago
  21. 7cd0afe console: introduce dpy_gfx_update_full by Tina Zhang · 7 years ago
  22. 4867e47 sdl: Allow OpenGL ES context creation by Elie Tournier · 7 years ago
  23. 844fd50 sdl: Move DisplayOptions global to sdl2_console by Elie Tournier · 7 years ago
  24. 1bc3117 vnc: fix use-after-free by Gerd Hoffmann · 7 years ago
  25. fa2d039 gtk: drop pointless code from gd_window_close by Gerd Hoffmann · 7 years ago
  26. 1e70de6 ui: fix keymap detection under Xwayland by Daniel P. Berrangé · 7 years ago
  27. 1458da9 sdl2: drop dead code by Gerd Hoffmann · 7 years ago
  28. e7824db sdl2: drop QEMU_KEY_BACKSPACE special case by Gerd Hoffmann · 7 years ago
  29. 3dd2ca5 sdl2: enable ctrl modifier keys for text consoles by Gerd Hoffmann · 7 years ago
  30. 34013c3 sdl2: track kbd modifier state unconditionally by Gerd Hoffmann · 7 years ago
  31. da024b1 ui: add ctrl modifier support to kbd_put_qcode_console() by Gerd Hoffmann · 7 years ago
  32. 991f366 sdl2: Remove unused epoxy include by Elie Tournier · 7 years ago
  33. 3788c7b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  34. 9588d67 console: minimal hotplug suport by Gerd Hoffmann · 7 years ago
  35. a5127bd ui/pixman: add qemu_drm_format_to_pixman() by Gerd Hoffmann · 7 years ago
  36. 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
  37. f771c54 qapi: Add device ID and head parameters to screendump by Thomas Huth · 7 years ago
  38. b153f90 spice: add cursor_dmabuf support by Gerd Hoffmann · 7 years ago
  39. cd2452b2 spice: add scanout_dmabuf support by Gerd Hoffmann · 7 years ago
  40. e181f8b spice: drop dprint() debug logging by Gerd Hoffmann · 7 years ago
  41. 2e5567c vnc: deal with surface NULL pointers by Gerd Hoffmann · 7 years ago
  42. f1bd313 ui/gtk-egl: add cursor_dmabuf support by Gerd Hoffmann · 7 years ago
  43. 70763fe ui/gtk-egl: add scanout_dmabuf support by Gerd Hoffmann · 7 years ago
  44. 4c70280 ui/gtk: use GtkGlArea on wayland only by Gerd Hoffmann · 7 years ago
  45. 2f92f37 ui/opengl: Makefile cleanup by Gerd Hoffmann · 7 years ago
  46. c923cbe ui/gtk: group gtk.mo declarations in Makefile by Gerd Hoffmann · 7 years ago
  47. 11c82b5 ui/gtk: make GtkGlArea usage a runtime option by Gerd Hoffmann · 7 years ago
  48. 1939ccd qio: non-default context for TLS handshake by Peter Xu · 7 years ago
  49. 4ee02f5 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' into staging by Peter Maydell · 7 years ago
  50. 96400a1 ui/sdl: build as module by Gerd Hoffmann · 7 years ago
  51. 2373f7d ui/curses: build as module by Gerd Hoffmann · 7 years ago
  52. e0fb129 ui/gtk: build as module by Gerd Hoffmann · 7 years ago
  53. 8781595 configure: add X11 vars to config-host.mak by Gerd Hoffmann · 7 years ago
  54. 61b4d9a console: add ui module loading support by Gerd Hoffmann · 7 years ago
  55. 898f9d4 console: add and use qemu_display_find_default by Gerd Hoffmann · 7 years ago
  56. 16ab0a7 egl-headless: switch over to new display registry by Gerd Hoffmann · 7 years ago
  57. b076661 curses: switch over to new display registry by Gerd Hoffmann · 7 years ago
  58. 5013b9e cocoa: switch over to new display registry by Gerd Hoffmann · 7 years ago
  59. 5ee1718 sdl: switch over to new display registry by Gerd Hoffmann · 7 years ago
  60. db71589 console: add qemu display registry, add gtk by Gerd Hoffmann · 7 years ago
  61. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
  62. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  63. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  64. abb4f2c keymap: consider modifier state when picking a mapping by Gerd Hoffmann · 7 years ago
  65. 23ad24e keymap: record multiple keysym -> keycode mappings by Gerd Hoffmann · 7 years ago
  66. 6b71ea1 keymap: numpad keysyms and keycodes are fixed by Gerd Hoffmann · 7 years ago
  67. d713e3f keymap: use glib hash for kbd_layout_t by Gerd Hoffmann · 7 years ago
  68. fe5fca9 keymap: make struct kbd_layout_t private to ui/keymaps.c by Gerd Hoffmann · 7 years ago
  69. 4112621 egl-helpers: add alpha channel to texture format by Gerd Hoffmann · 7 years ago
  70. b091692 egl-headless: cursor_dmabuf: handle NULL cursor by Gerd Hoffmann · 7 years ago
  71. 6e1f2cb console/opengl: split up dpy_gl_cursor ops by Gerd Hoffmann · 7 years ago
  72. afb92eb sdl2: fix hotkey keyup by Gerd Hoffmann · 7 years ago
  73. 63ad932 ui: Reorder vte terminal packing to avoid gtk3 warnings by Jan Kiszka · 7 years ago
  74. 767f9bf cocoa: use DisplayOptions by Gerd Hoffmann · 7 years ago
  75. 14f130f curses: use DisplayOptions by Gerd Hoffmann · 7 years ago
  76. 0d2dd9f egl-headless: use DisplayOptions by Gerd Hoffmann · 7 years ago
  77. fe91f36 sdl: use DisplayOptions by Gerd Hoffmann · 7 years ago
  78. 0c8d706 gtk: add and use DisplayOptions + DisplayGTK by Gerd Hoffmann · 7 years ago
  79. d50f09f ui: extend VNC trottling tracing to SASL codepaths by Daniel P. Berrangé · 7 years ago
  80. cf07065 ui: check VNC audio frequency limit at time of reading from client by Daniel P. Berrangé · 7 years ago
  81. 52c7c9d ui: avoid 'local_err' variable shadowing in VNC SASL auth by Daniel P. Berrangé · 7 years ago
  82. dffa1de ui: avoid risk of 32-bit int overflow in VNC buffer check by Daniel P. Berrangé · 7 years ago
  83. 8dfa306 sdl2: fix mouse grab by Gerd Hoffmann · 7 years ago
  84. 2ab858c sdl: restore optimized redraw by Anatoly Trosinenko · 7 years ago
  85. d49b87f vnc: fix segfault in closed connection handling by Klim Kireev · 7 years ago
  86. 577ce40 vnc: add qapi/error.h include to stubs by Gerd Hoffmann · 7 years ago
  87. f42fdb2 vnc: remove bogus object_unref on client socket by Daniel P. Berrangé · 7 years ago
  88. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  89. bbcad96 Drop superfluous includes of qapi/qmp/qjson.h by Markus Armbruster · 7 years ago
  90. bd006b9 Include qapi/qmp/qbool.h exactly where needed by Markus Armbruster · 7 years ago
  91. fc81fa1 Include qapi/qmp/qstring.h exactly where needed by Markus Armbruster · 7 years ago
  92. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  93. 47e6b29 Include qapi/qmp/qlist.h exactly where needed by Markus Armbruster · 7 years ago
  94. 6b67395 Eliminate qapi/qmp/types.h by Markus Armbruster · 7 years ago
  95. a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 7 years ago
  96. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  97. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  98. 637b047 vnc: use stubs for CONFIG_VNC=n dummy functions by Gerd Hoffmann · 7 years ago
  99. df25920 ui: update keycodemapdb to get py3 fixes by Daniel P. Berrange · 7 years ago
  100. 280b8da input: add missing JIS keys to virtio input by Miika S · 7 years ago