1. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
  2. 1c236ba qapi: Avoid unnecessary use of enum lookup table's sentinel by Markus Armbruster · 7 years ago
  3. 935b333 ui: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  4. 659c90e vnc: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  5. 5a3804d vnc: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  6. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 7 years ago
  7. 9f26f32 ui/vnc: fix leak of SocketAddress ** by Philippe Mathieu-Daudé · 7 years ago
  8. ef58430 ui: add pause key to linux_to_qcode by Gerd Hoffmann · 7 years ago
  9. 103dce8 ui: drop ac_search and ac_stop by Gerd Hoffmann · 7 years ago
  10. e92316a ui: correctly detect spice PAUSE scancode sequence by Daniel P. Berrange · 7 years ago
  11. 7c388db ps2: fix sending of PAUSE/BREAK scancodes by Daniel P. Berrange · 7 years ago
  12. 912092b ui: drop altgr and altgr_r QKeyCodes by Gerd Hoffmann · 7 years ago
  13. 37810e8 ui: add multimedia keys by Gerd Hoffmann · 7 years ago
  14. 9ade775 ui: update keymaps by Gerd Hoffmann · 7 years ago
  15. 606eb0c ui: move qemu_input_linux_to_qcode() by Gerd Hoffmann · 7 years ago
  16. d52a1a9 ui: add next and prior keysyms by Gerd Hoffmann · 7 years ago
  17. d3b0db6 vnc: Set default kbd delay to 10ms by Alexander Graf · 8 years ago
  18. e720624 ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under by John Arbuckle · 8 years ago
  19. e47ec1a ui/cocoa.m: add Speed menu by John Arbuckle · 8 years ago
  20. 85970a6 sdl2: add assert to make coverity happy by Gerd Hoffmann · 8 years ago
  21. 77b0359 input: Decrement queue count on kbd delay by Alexander Graf · 8 years ago
  22. d3b787f keymaps: add tracing by Gerd Hoffmann · 8 years ago
  23. 22a9e1f Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into staging by Peter Maydell · 8 years ago
  24. 84e3d07 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' into staging by Peter Maydell · 8 years ago
  25. 95e9200 ui: Remove inclusion of "hw/qdev.h" by Thomas Huth · 8 years ago
  26. 3f8f131 console: remove do_safe_dpy_refresh by Gerd Hoffmann · 8 years ago
  27. a4f113f gtk: use framebuffer helper functions. by Gerd Hoffmann · 8 years ago
  28. 371c4ef sdl2: use framebuffer helper functions. by Gerd Hoffmann · 8 years ago
  29. d8dc67e egl-headless: use framebuffer helper functions. by Gerd Hoffmann · 8 years ago
  30. 6fafc26 egl-helpers: add helpers to handle opengl framebuffers by Gerd Hoffmann · 8 years ago
  31. ad664c1 console: use get_uint() for "head" property by Marc-André Lureau · 8 years ago
  32. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  33. fe5c44f spice: don't enter opengl mode in case another UI provides opengl support by Gerd Hoffmann · 8 years ago
  34. bfefa6d spice: Use proper enum type for kbd led state by Jonathon Jongsma · 8 years ago
  35. af8862b Improve Cocoa modifier key handling by Ian McKellar via Qemu-devel · 8 years ago
  36. c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
  37. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  38. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  39. d0eda02 Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging by Stefan Hajnoczi · 8 years ago
  40. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  41. 371ec54 ui: egl-headless requires dmabuf support by Gerd Hoffmann · 8 years ago
  42. 7c9209e vnc: replace hweight_long() with ctpopl() by Cédric Le Goater · 8 years ago
  43. 761d0f9 vnc: simple clean up by Wei Qi · 8 years ago
  44. bb1599b opengl: add egl-headless display by Gerd Hoffmann · 8 years ago
  45. bc8c946 egl: explicitly ask for core context by Gerd Hoffmann · 8 years ago
  46. 151c8e6 egl-helpers: add missing error check by Gerd Hoffmann · 8 years ago
  47. e1913db egl-helpers: fix display init for x11 by Gerd Hoffmann · 8 years ago
  48. 9f728c7 egl-helpers: drop support for gles and debug logging by Gerd Hoffmann · 8 years ago
  49. d755def ui: input-linux: Add absolute event support by Philippe Voinov · 8 years ago
  50. 9cfa7ab ui: Support non-zero minimum values for absolute input axes by Philippe Voinov · 8 years ago
  51. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  52. dfd100f sockets: Rename SocketAddress to SocketAddressLegacy by Markus Armbruster · 8 years ago
  53. dd1559b Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging by Stefan Hajnoczi · 8 years ago
  54. 6361813 char: remove qemu_chr_be_generic_open by Marc-André Lureau · 8 years ago
  55. 05c6638 input: don't queue delay if paused by Marc-André Lureau · 8 years ago
  56. fa18f36 input: limit kbd queue depth by Gerd Hoffmann · 8 years ago
  57. 4ba967a ui/cocoa.m: Fix macOS 10.12 deprecation warnings by Brendan Shanks · 8 years ago
  58. e0665c3 console: add same displaychangelistener registration pre-condition by Marc-André Lureau · 8 years ago
  59. 6905b93 console: add same surface replace pre-condition by Marc-André Lureau · 8 years ago
  60. a6c7628 io vnc sockets: Clean up SocketAddressKind switches by Markus Armbruster · 8 years ago
  61. ca0b64e nbd sockets vnc: Mark problematic address family tests TODO by Markus Armbruster · 8 years ago
  62. fa03cb7 vnc: allow to connect with add_client when -vnc none by Marc-André Lureau · 8 years ago
  63. 1684907 Fix input-linux reading from device by Javier Celaya · 8 years ago
  64. 0491c22 Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-280317-1' into staging by Peter Maydell · 8 years ago
  65. 0096109 ui/console: use exclusive mechanism directly by Alex Bennée · 8 years ago
  66. 8539093 ui/console: ensure do_safe_dpy_refresh holds BQL by Alex Bennée · 8 years ago
  67. e5766eb vnc: fix reverse mode by Gerd Hoffmann · 8 years ago
  68. 8bce03e ui/egl-helpers: fix egl 1.5 display init by Gerd Hoffmann · 8 years ago
  69. cc720a5 add opengl_cflags to QEMU_CFLAGS by Gerd Hoffmann · 8 years ago
  70. 7bc4f08 vnc: fix a qio-channel leak by Marc-André Lureau · 8 years ago
  71. 8bb93c6 ui/console: ensure graphic updates don't race with TCG vCPUs by Alex Bennée · 8 years ago
  72. 50628d3 cirrus/vnc: zap bitblit support from console code. by Gerd Hoffmann · 8 years ago
  73. 5f26fcf ui/cocoa.m: add toast file support by Programmingkid · 8 years ago
  74. 2dc120b vnc: fix double free issues by Gerd Hoffmann · 8 years ago
  75. 8bf69b4 spice: add display & head options by Gerd Hoffmann · 8 years ago
  76. 857e479 ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboard by Daniel P. Berrange · 8 years ago
  77. 543a7a1 gtk-egl: add scanout_disable support by Gerd Hoffmann · 8 years ago
  78. db6cdfb sdl2: add scanout_disable support by Gerd Hoffmann · 8 years ago
  79. 46ffd0c spice: add scanout_disable support by Gerd Hoffmann · 8 years ago
  80. eaa92c7 console: add dpy_gl_scanout_disable by Gerd Hoffmann · 8 years ago
  81. f4c36bd console: rename dpy_gl_scanout to dpy_gl_scanout_texture by Gerd Hoffmann · 8 years ago
  82. 0ea1523 egl-helpers: Support newer MESA versions by Frediano Ziglio · 8 years ago
  83. 7b52550 spice: allow to specify drm rendernode by Marc-André Lureau · 8 years ago
  84. 396f935 ui: add ability to specify multiple VNC listen addresses by Daniel P. Berrange · 8 years ago
  85. 57a6d6d ui: let VNC server listen on all resolved IP addresses by Daniel P. Berrange · 8 years ago
  86. 8bd22f4 ui: extract code to connect/listen from vnc_display_open by Daniel P. Berrange · 8 years ago
  87. 275e0d6 ui: refactor code for populating SocketAddress from vnc_display_open by Daniel P. Berrange · 8 years ago
  88. 4ee74fa ui: refactor VncDisplay to allow multiple listening sockets by Daniel P. Berrange · 8 years ago
  89. 2a7e685 ui: fix reporting of VNC auth in query-vnc-servers by Daniel P. Berrange · 8 years ago
  90. 1b1aeb5 ui: fix regression handling bare 'websocket' option to -vnc by Daniel P. Berrange · 8 years ago
  91. 537848e vnc: do not disconnect on EAGAIN by Michael Tokarev · 8 years ago
  92. c3ff04b ui/vnc: Drop unused vnc_has_job() and vnc_jobs_clear() by Peter Maydell · 8 years ago
  93. 2d6752d Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' into staging by Peter Maydell · 8 years ago
  94. 3ef0c57 console: fix console resize by Gerd Hoffmann · 8 years ago
  95. 27b224a gtk: Hardcode LC_CTYPE as C.utf-8 by Kevin Wolf · 8 years ago
  96. 0b663b7 char: remove class kind field by Marc-André Lureau · 8 years ago
  97. 88cace9 char: get rid of CharDriver by Marc-André Lureau · 8 years ago
  98. eebe0b7 vnc: fix overflow in vnc_update_stats by Gerd Hoffmann · 8 years ago
  99. 51e0b65 spice: wakeup QXL worker to pick up mouse changes by Marc-André Lureau · 8 years ago
  100. 66f6b82 ui/gtk.c: add ctrl-alt-= support for zoom in acceleration by Ziyue Yang · 8 years ago