1. cb47dc9 sdl2/opengl: add opengl context and scanout support by Gerd Hoffmann · 10 years ago
  2. 4083733 ui/curses: Fix color attribute of monitor for curses by OGAWA Hirofumi · 9 years ago
  3. ee31299 replay: recording of the user input by Pavel Dovgalyuk · 9 years ago
  4. e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
  5. 68145e1 qemu-char: convert spice backend to data-driven creation by Paolo Bonzini · 9 years ago
  6. 925a040 gtk/opengl: add opengl context and scanout support (GtkGLArea) by Gerd Hoffmann · 10 years ago
  7. 4782aeb gtk/opengl: add opengl context and scanout support (egl) by Gerd Hoffmann · 10 years ago
  8. 6c18744 opengl: add egl-context.[ch] helpers by Gerd Hoffmann · 10 years ago
  9. 06020b9 ui/console: add opengl context and scanout support interfaces. by Gerd Hoffmann · 11 years ago
  10. c046d82 shaders: initialize vertexes once by Gerd Hoffmann · 10 years ago
  11. c8f3f17 gtk: avoid redefining _WIN32_WINNT macro by Daniel P. Berrange · 9 years ago
  12. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  13. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  14. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  15. 42af3e3 ui/console: remove dpy_gfx_update_dirty by Paolo Bonzini · 10 years ago
  16. 97edf3b gtk: add opengl support, using egl by Gerd Hoffmann · 10 years ago
  17. 7ced9e9 ui: add egl-helpers by Gerd Hoffmann · 10 years ago
  18. 896e1a0 ui: shader.h protect against double inclusion by Gerd Hoffmann · 10 years ago
  19. dcf3002 ui: use libexpoxy by Gerd Hoffmann · 10 years ago
  20. dc7ff34 gtk: create gtk.h by Gerd Hoffmann · 10 years ago
  21. b7fb49f console: add dpy_ui_info_supported by Gerd Hoffmann · 10 years ago
  22. e444ea3 sdl2: Fix RGB555 by Max Reitz · 10 years ago
  23. 0b71a5d sdl2: add support for display rendering using opengl. by Gerd Hoffmann · 10 years ago
  24. 19dadfc sdl2: move SDL_* includes to sdl2.h by Gerd Hoffmann · 10 years ago
  25. cd2bc88 console-gl: add opengl rendering helper functions by Gerd Hoffmann · 10 years ago
  26. 985e1c9 opengl: add shader helper functions. by Gerd Hoffmann · 10 years ago
  27. 3d27b09 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging by Peter Maydell · 10 years ago
  28. dc8dcee spice: set pointer position on hotspot by Marc-André Lureau · 10 years ago
  29. c1d37cd spice: fix simple display on bigendian hosts by Gerd Hoffmann · 10 years ago
  30. 3b5704b monitor: Make client_migrate_info synchronous by Markus Armbruster · 10 years ago
  31. 779ce88 console/gtk: add qemu_console_get_label by Gerd Hoffmann · 10 years ago
  32. 43db7c3 pixman: add a bunch of PIXMAN_BE_* defines for 32bpp by Gerd Hoffmann · 10 years ago
  33. 21025c2 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into staging by Peter Maydell · 10 years ago
  34. 9634f4e vnc: set id at parse time not init time by Gerd Hoffmann · 10 years ago
  35. b67072f ui: Removed unused functions by Thomas Huth · 10 years ago
  36. 68b459e Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging by Peter Maydell · 10 years ago
  37. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  38. 08d15d6 hmp: Clean up declarations for long-gone info handlers by Markus Armbruster · 10 years ago
  39. 2779672 vnc: introduce an wrapper for auto assign vnc id by Gonglei · 10 years ago
  40. cfa9bb2 qmp hmp: Improve error messages when SPICE is not in use by Markus Armbruster · 10 years ago
  41. b25d81b qmp hmp: Factor out common "using spice" test by Markus Armbruster · 10 years ago
  42. 4db1462 vnc: switch to QemuOpts, allow multiple servers by Gerd Hoffmann · 10 years ago
  43. 14f7143 vnc: remove unused DisplayState parameter, add id instead. by Gerd Hoffmann · 10 years ago
  44. 877417d ui/sdl2: Support shared surface for more pixman formats by Gerd Hoffmann · 10 years ago
  45. 8cd996f ui/pixman: add qemu_pixman_check_format by Gerd Hoffmann · 10 years ago
  46. 49743df ui: Add dpy_gfx_check_format() to check backend shared surface support by Benjamin Herrenschmidt · 11 years ago
  47. c95f390 Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into staging by Peter Maydell · 10 years ago
  48. 62959ff sdl2: move sdl2_2d_refresh to sdl2-2d.c by Gerd Hoffmann · 10 years ago
  49. 63ed490 sdl2: factor out sdl2_poll_events by Gerd Hoffmann · 10 years ago
  50. 0d01b7c sdl2: add+use sdl2_2d_redraw function. by Gerd Hoffmann · 10 years ago
  51. 2c3056f sdl2: move sdl_switch to sdl2-2d.c by Gerd Hoffmann · 10 years ago
  52. f1ddebd sdl2: move sdl_update to new sdl2-2d.c by Gerd Hoffmann · 10 years ago
  53. 8fc1a3f sdl2: move keyboard input code to new sdl2-input.c by Gerd Hoffmann · 10 years ago
  54. 5d0fe65 sdl2: rename sdl2_state to sdl2_console, move to header file by Gerd Hoffmann · 10 years ago
  55. 0b2824e spice: use bottom half instead of refresh timer for cursor updates by Gerd Hoffmann · 10 years ago
  56. 1c1f949 console: add graphic_console_set_hwops by Gerd Hoffmann · 10 years ago
  57. 77bfcf2 console: Remove unused QEMU_BIG_ENDIAN_FLAG by Benjamin Herrenschmidt · 11 years ago
  58. 43c7d8b console: add qemu_pixman_linebuf_copy by Gerd Hoffmann · 11 years ago
  59. 4c38762 console: add dpy_gfx_update_dirty by Gerd Hoffmann · 11 years ago
  60. a77549b console: add qemu_create_displaysurface_guestmem by Gerd Hoffmann · 11 years ago
  61. 30f1e66 console: stop using PixelFormat by Gerd Hoffmann · 11 years ago
  62. 1527a25 console: add qemu_default_pixman_format by Gerd Hoffmann · 11 years ago
  63. a93a3af console: add qemu_pixelformat_from_pixman by Gerd Hoffmann · 11 years ago
  64. 3840f84 console: move chardev declarations to sysemu/char.h by Michael S. Tsirkin · 11 years ago
  65. 5643fc0 spice: add mouse cursor support by Gerd Hoffmann · 11 years ago
  66. be1a717 input: add support for kbd delays by Gerd Hoffmann · 11 years ago
  67. bdef972 console: add kbd_put_string_console by Gerd Hoffmann · 11 years ago
  68. 50ef467 console: add kbd_put_qcode_console by Gerd Hoffmann · 11 years ago
  69. 53651ec Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging by Peter Maydell · 11 years ago
  70. 6f5943c input: bind devices and input routing by Gerd Hoffmann · 11 years ago
  71. 11c7fa7 input: add qemu_input_key_number_to_qcode by Gerd Hoffmann · 11 years ago
  72. 3f9a6e8 console: add kbd_put_keysym_console by Gerd Hoffmann · 11 years ago
  73. 528728f input: add qemu_input_handler_deactivate by Gerd Hoffmann · 11 years ago
  74. 02aa76c input: key mapping helpers by Gerd Hoffmann · 11 years ago
  75. 881249c gtk: Allow to activate grab-on-hover from the command line by Jan Kiszka · 11 years ago
  76. 6f90f3d console: add QemuUIInfo by Gerd Hoffmann · 11 years ago
  77. 5643706 console: add head to index to qemu consoles. by Gerd Hoffmann · 11 years ago
  78. 5c07d00 input: remove index_from_keycode (no users) by Gerd Hoffmann · 11 years ago
  79. 4a33f45 input: move mouse mode notifier to new core by Gerd Hoffmann · 11 years ago
  80. 4798648 input-legacy: remove kbd_mouse_event by Gerd Hoffmann · 11 years ago
  81. 2d0755d input-legacy: remove kbd_mouse_is_absolute by Gerd Hoffmann · 11 years ago
  82. 16b0ecd input-legacy: remove kbd_mouse_has_absolute by Gerd Hoffmann · 11 years ago
  83. faecd95 input-legacy: remove kbd_put_keycode by Gerd Hoffmann · 11 years ago
  84. 21bae11 input: mouse: switch cocoa ui to new core by Gerd Hoffmann · 11 years ago
  85. 502c8db input: mouse: add qemu_input_is_absolute() by Gerd Hoffmann · 11 years ago
  86. 4357940 input: mouse: add helpers functions to core by Gerd Hoffmann · 11 years ago
  87. 6567147 input: keyboard: add helper functions to core by Gerd Hoffmann · 11 years ago
  88. c8b405b input: add core bits of the new input layer by Gerd Hoffmann · 11 years ago
  89. d4c8533 console: export QemuConsole index,width,height by Gerd Hoffmann · 11 years ago
  90. f7d4805 include: add missing config-host.h include by Marc-André Lureau · 11 years ago
  91. ac86048 trace: Remove trace.h from console.h (less dependencies) by Stefan Weil · 11 years ago
  92. 9fa0328 spice: fix multihead support by Gerd Hoffmann · 11 years ago
  93. 58ae52a spice: fix display initialization by Gerd Hoffmann · 12 years ago
  94. 2c8cf54 vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client by Michael Tokarev · 12 years ago
  95. 787ba4f gtk: implement -full-screen by Peter Wu · 12 years ago
  96. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  97. 14a9364 console: add qemu_console_lookup_by_device by Gerd Hoffmann · 12 years ago
  98. aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
  99. 95be066 console: qom-ify QemuConsole by Gerd Hoffmann · 12 years ago
  100. 5a37532 input: introduce keyboard handler list by Gerd Hoffmann · 12 years ago