1. afa25c4 Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into staging by Peter Maydell · 10 years ago
  2. 169b713 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into staging by Peter Maydell · 10 years ago
  3. 060ab76 gtk: don't exit early in case gtk init fails by Gerd Hoffmann · 10 years ago
  4. 5a9259a spice: ui_info tweaks by Gerd Hoffmann · 10 years ago
  5. c6e4847 spice-display: fix segfault in qemu_spice_create_update by Gerd Hoffmann · 10 years ago
  6. 08d49df sdl2: fix crash in handle_windowevent() when restoring the screen size by Alberto Garcia · 10 years ago
  7. 71df1d8 QemuOpts: Convert qemu_opt_foreach() to Error by Markus Armbruster · 10 years ago
  8. 1640b20 QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  9. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  10. 42af3e3 ui/console: remove dpy_gfx_update_dirty by Paolo Bonzini · 10 years ago
  11. 2a90c45 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging by Peter Maydell · 10 years ago
  12. 9441aa2 Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into staging by Peter Maydell · 10 years ago
  13. 63c67b6 gtk: Replace gdk_cursor_new() by Max Reitz · 10 years ago
  14. 97edf3b gtk: add opengl support, using egl by Gerd Hoffmann · 10 years ago
  15. 7ced9e9 ui: add egl-helpers by Gerd Hoffmann · 10 years ago
  16. 33aa30c kbd: add brazil kbd keys to x11 evdev map by Gerd Hoffmann · 10 years ago
  17. b771f47 kbd: add brazil kbd keys to qemu by Gerd Hoffmann · 10 years ago
  18. 641381c spice: don't update mm_time when spice-server is stopped. by Gerd Hoffmann · 10 years ago
  19. bc11904 vnc: Tweak error when init fails by Cole Robinson · 10 years ago
  20. 3d00ac1 vnc: Don't assert if opening unix socket fails by Cole Robinson · 10 years ago
  21. 2b2c1a3 ui: remove check for failure of qemu_acl_init() by Daniel P. Berrange · 10 years ago
  22. 274c3b5 Strip brackets from vnc host by Ján Tomko · 10 years ago
  23. b4c6a11 ui/cocoa: Add console items to the View menu by Programmingkid · 10 years ago
  24. 8617989 ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants by Peter Maydell · 10 years ago
  25. 81801ae ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up by Peter Maydell · 10 years ago
  26. 2a4c8c5 ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate by Peter Maydell · 10 years ago
  27. de1aade ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int by Peter Maydell · 10 years ago
  28. 89424ff ui/cocoa: Remove compatibility ifdefs for OSX 10.4 by Peter Maydell · 10 years ago
  29. b63901d ui/cocoa: Drop tests for CGImageCreateWithImageInRect support by Peter Maydell · 10 years ago
  30. 43227af ui/cocoa: Make -full-screen option work on Mac OS X by Programmingkid · 10 years ago
  31. 5d1b2ee ui/cocoa: Fix several full screen issues on Mac OS X by Programmingkid · 10 years ago
  32. 1271f7f gtk: update mouse position in mouse_set() by Gerd Hoffmann · 11 years ago
  33. dc7ff34 gtk: create gtk.h by Gerd Hoffmann · 10 years ago
  34. 1301e51 gtk: add ui_info support by Gerd Hoffmann · 10 years ago
  35. b7fb49f console: add dpy_ui_info_supported by Gerd Hoffmann · 10 years ago
  36. cf1ecc8 console: delayed ui_info guest notification by Gerd Hoffmann · 10 years ago
  37. e444ea3 sdl2: Fix RGB555 by Max Reitz · 10 years ago
  38. 0b71a5d sdl2: add support for display rendering using opengl. by Gerd Hoffmann · 10 years ago
  39. 19dadfc sdl2: move SDL_* includes to sdl2.h by Gerd Hoffmann · 10 years ago
  40. cd2bc88 console-gl: add opengl rendering helper functions by Gerd Hoffmann · 10 years ago
  41. 985e1c9 opengl: add shader helper functions. by Gerd Hoffmann · 10 years ago
  42. dfbf272 input: remove unused mouse_handlers list by Emilio G. Cota · 10 years ago
  43. c9f88ce hw/display : remove 'struct' from 'typedef QXL struct' by Chih-Min Chao · 10 years ago
  44. 9425c00 ui/console : remove 'struct' from 'typedef struct' type by Chih-Min Chao · 10 years ago
  45. 4769a88 ui/vnc : remove 'struct' of 'typedef struct' by Chih-Min Chao · 10 years ago
  46. 494cb81 ui/vnc : fix coding style by Chih-Min Chao · 10 years ago
  47. 3d27b09 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging by Peter Maydell · 10 years ago
  48. 700cd85 spice: learn to hide cursor by Marc-André Lureau · 10 years ago
  49. dc8dcee spice: set pointer position on hotspot by Marc-André Lureau · 10 years ago
  50. d0df04a spice: fix mouse cursor position by Marc-André Lureau · 10 years ago
  51. c1d37cd spice: fix simple display on bigendian hosts by Gerd Hoffmann · 10 years ago
  52. 3b5704b monitor: Make client_migrate_info synchronous by Markus Armbruster · 10 years ago
  53. 1a01716 gtk: Avoid accel key leakage into guest on console switch by Jan Kiszka · 10 years ago
  54. 9d677e1 gtk: Fix VTE focus grabbing by Jan Kiszka · 10 years ago
  55. 779ce88 console/gtk: add qemu_console_get_label by Gerd Hoffmann · 10 years ago
  56. f8c223f gtk: bind to text terminal consoles too by Gerd Hoffmann · 11 years ago
  57. f98f43e gtk: handle switch_surface(NULL) properly by Gerd Hoffmann · 10 years ago
  58. 2cdb5e1 CVE-2015-1779: limit size of HTTP headers from websockets clients by Daniel P. Berrange · 10 years ago
  59. a2bebfd CVE-2015-1779: incrementally decode websocket frames by Daniel P. Berrange · 10 years ago
  60. 4cdfc93 gtk: do not call gtk_widget_get_window if drawing area is not initialized by Hervé Poussineau · 10 years ago
  61. 4a48aaa ui: ensure VNC websockets server checks the ACL if requested by Daniel P. Berrange · 10 years ago
  62. 7b45a00 ui: remove separate gnutls_session for websockets server by Daniel P. Berrange · 10 years ago
  63. 51941e4 ui: enforce TLS when using websockets server by Daniel P. Berrange · 10 years ago
  64. f9148c8 ui: fix setup of VNC websockets auth scheme with TLS by Daniel P. Berrange · 10 years ago
  65. 0dd72e1 ui: split setup of VNC auth scheme into separate method by Daniel P. Berrange · 10 years ago
  66. d169f04 ui: report error if user requests VNC option that is unsupported by Daniel P. Berrange · 10 years ago
  67. 153130c ui: replace printf() calls with VNC_DEBUG by Daniel P. Berrange · 10 years ago
  68. a2f45bc ui: remove unused 'wiremode' variable in VncState struct by Daniel P. Berrange · 10 years ago
  69. f3cf80e vnc: Fix QMP change not to use funky error class by Markus Armbruster · 10 years ago
  70. dea4635 Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into staging by Peter Maydell · 10 years ago
  71. d28d650 sdl: Fix crash when calling sdl_switch() with NULL surface by Benjamin Herrenschmidt · 11 years ago
  72. 5f5d82d sdl: Refresh debug statements by Benjamin Herrenschmidt · 11 years ago
  73. 81607cb vnc: fix segmentation fault when invalid vnc parameters are specified by Gonglei · 10 years ago
  74. b3c33f9 vnc: avoid possible file handler leak by Gonglei · 10 years ago
  75. f76b84a ui/console: fix OVERFLOW_BEFORE_WIDEN by Gonglei · 10 years ago
  76. 8c7d064 ui: fix regression in x509verify parameter for VNC server by Daniel P. Berrange · 10 years ago
  77. e556032 vnc: switch to inet_listen_opts by Gerd Hoffmann · 10 years ago
  78. fc5c3ff vnc: remove dead code by Gerd Hoffmann · 10 years ago
  79. bf7aa45 vnc: drop display+ws_display from VncDisplay by Gerd Hoffmann · 10 years ago
  80. 21025c2 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into staging by Peter Maydell · 10 years ago
  81. b57489c Fix crash when connecting to VNC through websocket by Jorge Acereda Maciá · 10 years ago
  82. 9634f4e vnc: set id at parse time not init time by Gerd Hoffmann · 10 years ago
  83. 09f4fbe qemu-char: add cyrillic characters 'numerosign' to VNC keysyms by Wang Xin · 10 years ago
  84. 0952605 ui/vnc: Remove vnc_stop_worker_thread() by Thomas Huth · 10 years ago
  85. b67072f ui: Removed unused functions by Thomas Huth · 10 years ago
  86. 68b459e Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging by Peter Maydell · 10 years ago
  87. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  88. 9e0ff75 vnc: fix coverity warning by Gerd Hoffmann · 10 years ago
  89. 0e7d6f6 ui/vnc: optimize full scanline updates by Peter Lieven · 10 years ago
  90. 2779672 vnc: introduce an wrapper for auto assign vnc id by Gonglei · 10 years ago
  91. a2c72de vnc: using bool type instead of int for QEMU_OPT_BOOL by Gonglei · 10 years ago
  92. e2a11d9 vnc: correct missing property about vnc_display by Gonglei · 10 years ago
  93. 88428b7 vnc: fix qemu crash when not configure vnc option by Gonglei · 10 years ago
  94. 4b3be73 vnc: g_realloc() can't fail, bury dead error handling by Markus Armbruster · 10 years ago
  95. adeecf1 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into staging by Peter Maydell · 10 years ago
  96. 4478aa7 monitor: add vnc websockets by Gerd Hoffmann · 10 years ago
  97. df88768 monitor: add query-vnc-servers command by Gerd Hoffmann · 10 years ago
  98. 2d29a43 vnc: factor out qmp_query_client_list by Gerd Hoffmann · 10 years ago
  99. e5f34cd vnc: track & limit connections by Gerd Hoffmann · 10 years ago
  100. 1d0d59f vnc: allow binding servers to qemu consoles by Gerd Hoffmann · 10 years ago