1. 20c1df5 Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request' into staging by Peter Maydell · 4 years, 8 months ago
  2. 1859518 ui: fix vc_chr_write call in text_console_do_init by Gerd Hoffmann · 4 years, 8 months ago
  3. 7aa12aa Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch by Thomas Huth · 4 years, 8 months ago
  4. b0c3cf9 cpu-throttle: new module, extracted from cpus.c by Claudio Fontana · 4 years, 8 months ago
  5. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  6. 552d7f4 qom: Crash more nicely on object_property_get_link() failure by Markus Armbruster · 4 years, 8 months ago
  7. b94b3c0 vnc: Plug minor memory leak in vnc_display_open() by Markus Armbruster · 4 years, 8 months ago
  8. 9261ef5 Clean up some calls to ignore Error objects the right way by Markus Armbruster · 4 years, 8 months ago
  9. 57a878e audio: Let capture_callback handler use const buffer argument by Philippe Mathieu-Daudé · 4 years, 10 months ago
  10. 7b23d12 ui: increase min required GTK version to 3.22.0 by Volker Rümelin · 4 years, 10 months ago
  11. 1454192 ui/gtk: use native keyboard scancodes on Windows by Volker Rümelin · 4 years, 10 months ago
  12. d3953bf ui/gtk: don't pass on win keys without keyboard grab by Volker Rümelin · 4 years, 10 months ago
  13. 20a37f2 ui/sdl2-input: use trace-events to debug key events by Volker Rümelin · 4 years, 10 months ago
  14. 7dafc67 ui/sdl2: start in full screen with grab enabled by Volker Rümelin · 4 years, 10 months ago
  15. 8304734 ui/sdl2: fix handling of AltGr key on Windows by Volker Rümelin · 4 years, 10 months ago
  16. fd7c1be ui/gtk: remove unused variable ignore_keys by Volker Rümelin · 4 years, 10 months ago
  17. 9ef99ec ui/gtk: remove unused code by Volker Rümelin · 4 years, 10 months ago
  18. 0c4b1a7 ui/gkt: release all keys on grab-broken-event by Volker Rümelin · 4 years, 10 months ago
  19. bd593d2 ui/gtk: fix handling of AltGr key on Windows by Volker Rümelin · 4 years, 10 months ago
  20. 2df9f57 ui/win32-kbd-hook: handle AltGr in a hook procedure by Volker Rümelin · 4 years, 10 months ago
  21. 2478b8e Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  22. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  23. 32ec983 ui/sdl2: fix segment fault caused by null pointer dereference by Changbin Du · 4 years, 10 months ago
  24. a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  25. 6e8a355 lockable: replaced locks with lock guard macros where appropriate by Daniel Brodsky · 5 years ago
  26. b3ac2b9 Compress lines for immediate return by Simran Singhal · 5 years ago
  27. 112c37a ui/input-linux: Do not ignore ioctl() return value by Philippe Mathieu-Daudé · 5 years ago
  28. 76c51fc ui/curses: Move arrays to .heap to save 74KiB of .bss by Philippe Mathieu-Daudé · 5 years ago
  29. 80e8c2e ui/curses: Make control_characters[] array const by Philippe Mathieu-Daudé · 5 years ago
  30. 836e1b3 qom/object: enable setter for uint types by Felipe Franciosi · 5 years ago
  31. 1879f24 ui/cocoa.m: Update documentation file and pathname by Peter Maydell · 5 years ago
  32. 2945342 ui/input-barrier: Remove superfluous semicolon by Philippe Mathieu-Daudé · 5 years ago
  33. fa4dcf5 qapi: Split control.json off misc.json by Kevin Wolf · 5 years ago
  34. 483644c ui/cocoa: Drop workarounds for pre-10.12 OSX by Peter Maydell · 5 years ago
  35. 9cfca0b ui/gtk: implement show-cursor option by Gerd Hoffmann · 5 years ago
  36. 3487da6 ui/cocoa: switch to new show-cursor option by Gerd Hoffmann · 5 years ago
  37. 86a088e ui/sdl: switch to new show-cursor option by Gerd Hoffmann · 5 years ago
  38. 7f4d96f ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not realized by Philippe Mathieu-Daudé · 5 years ago
  39. 31ab416 ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole by Philippe Mathieu-Daudé · 5 years ago
  40. a1e8853 ui/console: Display the 'none' backend in '-display help' by Philippe Mathieu-Daudé · 5 years ago
  41. 557ba0e vnc: prioritize ZRLE compression over ZLIB by Cameron Esfahani · 5 years ago
  42. 0780ec7 Revert "vnc: allow fall back to RAW encoding" by Gerd Hoffmann · 5 years ago
  43. 28b58f1 ui/gtk: Get display refresh rate with GDK version 3.22 or later by Philippe Mathieu-Daudé · 5 years ago
  44. c4c0092 display/gtk: get proper refreshrate by Nikola Pavlica · 5 years ago
  45. c388f40 ui: Print available display backends with '-display help' by Thomas Huth · 5 years ago
  46. 53a61ec screendump: use qemu_unlink() by Marc-André Lureau · 5 years ago
  47. c5f2bce screendump: replace FILE with QIOChannel and fix close()/qemu_close() by Marc-André Lureau · 5 years ago
  48. 46e5841 ppm-save: pass opened fd by Marc-André Lureau · 5 years ago
  49. 4d63162 console: add graphic_hw_update_done() by Marc-André Lureau · 10 years ago
  50. 34ab29c vnc: drop Error pointer indirection in vnc_client_io_error by Vladimir Sementsov-Ogievskiy · 5 years ago
  51. e468ffd glib: use portable g_setenv() by Marc-André Lureau · 5 years ago
  52. c55c974 ui/gtk: fix gettext message's charset. by yanminhui · 5 years ago
  53. 707f750 ui: fix keymap file search in input-barrier object by Laurent Vivier · 5 years ago
  54. 30f5a9d curses: correctly pass the color pair to setcchar() by Matthew Kilgore · 5 years ago
  55. cd54ea4 curses: use the bit mask constants provided by curses by Matthew Kilgore · 5 years ago
  56. dff742a ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina) by Hikaru Nishida · 5 years ago
  57. 6bf21f3 vnc: fix memory leak when vnc disconnect by Li Qiang · 6 years ago
  58. 6105683 ui: add an embedded Barrier client by Laurent Vivier · 5 years ago
  59. e1b3d47 vnc: fix websocket field in events by Gerd Hoffmann · 5 years ago
  60. d232923 ui/egl: fix framebuffer reads by Gerd Hoffmann · 5 years ago
  61. fc8135c socket: Add num connections to qio_net_listener_open_sync() by Juan Quintela · 6 years ago
  62. f54d432 build-sys: build ui-spice-app as a module by Marc-André Lureau · 6 years ago
  63. d86766a Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190822-pull-request' into staging by Peter Maydell · 6 years ago
  64. f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 6 years ago
  65. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  66. a923b47 input-linux: add shift+shift as a grab toggle by Niklas Haas · 6 years ago
  67. 68097ed curses: assert get_wch return value is okay by Paolo Bonzini · 6 years ago
  68. f0b9f36 audio: add audiodev property to vnc and wav_capture by Kővágó, Zoltán · 6 years ago
  69. ecd97e9 audio: basic support for multi backend audio by Kővágó, Zoltán · 6 years ago
  70. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  71. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  72. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  73. dc5e9ac Include qemu/queue.h slightly less by Markus Armbruster · 6 years ago
  74. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  75. 13d4ff0 trace: Do not include qom/cpu.h into generated trace.h by Markus Armbruster · 6 years ago
  76. 2ae16a6 Include generated QAPI headers less by Markus Armbruster · 6 years ago
  77. 5b8541c console: fix cell overflow by Gerd Hoffmann · 6 years ago
  78. 8e23e34 ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device by Chen Zhang · 6 years ago
  79. 2044dff ui/cocoa: Fix absolute input device grabbing issue on Mojave by Chen Zhang · 6 years ago
  80. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  81. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  82. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  83. 15ee0d9 egl-helpers: add modifier support to egl_dmabuf_import_texture() by Gerd Hoffmann · 6 years ago
  84. 5fc1fb6 egl-helpers: add modifier support to egl_get_fd_for_texture(). by Gerd Hoffmann · 6 years ago
  85. dc3c871 ui/curses: Fix build with -m32 by Max Reitz · 6 years ago
  86. cb0efb7 spice-app: fix running when !CONFIG_OPENGL by Marc-André Lureau · 6 years ago
  87. f7b2502 ui/vnc: Use gcrypto_random_bytes for start_auth_vnc by Richard Henderson · 6 years ago
  88. 4347e63 ui/vnc: Split out authentication_failed by Richard Henderson · 6 years ago
  89. 5fff13f kbd-state: fix autorepeat handling by Gerd Hoffmann · 6 years ago
  90. bfafa47 ui/console: Precautionary glBindTexture and surface->texture validation in surface_gl_update_texture by HOU Qiming · 6 years ago
  91. 962cf8f ui/curses: manipulate cchar_t with standard curses functions by Samuel Thibault · 6 years ago
  92. b7b664a ui/curses: do not assume wchar_t contains unicode by Samuel Thibault · 6 years ago
  93. e1be985 curses: fix wchar_t printf warning by Gerd Hoffmann · 6 years ago
  94. dec9776 trace-events: Fix attribution of trace points to source by Markus Armbruster · 6 years ago
  95. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  96. a9fda24 curses ui: add missing iconv_close calls by Samuel Thibault · 6 years ago
  97. a5489ae curses ui: always initialize all curses_line fields by Samuel Thibault · 6 years ago
  98. 18e845f vnc: fix unalignment access in tight_pack24 by Li Qiang · 6 years ago
  99. 85ce844 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' into staging by Peter Maydell · 6 years ago
  100. 2f8b7cd curses: add option to specify VGA font encoding by Samuel Thibault · 6 years ago