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