1. 43f420f console: Hook QemuConsoles into qom tree by Gerd Hoffmann · 12 years ago
  2. f087553 gtk: add support for surface conversion by Gerd Hoffmann · 12 years ago
  3. 9fbbf0d Merge remote-tracking branch 'spice/spice.v71' into staging by Anthony Liguori · 12 years ago
  4. 5ad24e5 spice: Add -spice disable-agent-file-transfer cmdline option (rhbz#961850) by Hans de Goede · 12 years ago
  5. 2c8cf54 vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client by Michael Tokarev · 12 years ago
  6. 030b4b7 gtk: Fix compiler warning (GTK 3 deprecated function) by Stefan Weil · 12 years ago
  7. 4efeabb create qemu_openpty_raw() helper function and move it to a separate file by Michael Tokarev · 12 years ago
  8. 787ba4f gtk: implement -full-screen by Peter Wu · 12 years ago
  9. bd5c51e qemu-char: don't issue CHR_EVENT_OPEN in a BH by Michael Roth · 12 years ago
  10. f7da9c1 gtk: use better icon by Anthony Liguori · 12 years ago
  11. 1713924 gtk: don't use g_object_unref on GdkCursor by Anthony Liguori · 12 years ago
  12. 41686a9 gtk: don't resize window when enabling scaling by Anthony Liguori · 12 years ago
  13. 2ba9de6 cocoa: Avoid deprecated NSOpenPanel beginSheetForDirectory by Peter Maydell · 12 years ago
  14. 8bb3f1e cocoa: Avoid deprecated NSOpenPanel filename method by Peter Maydell · 12 years ago
  15. 42a5dfe cocoa: Avoid deprecated CPS* functions by Peter Maydell · 12 years ago
  16. 6e657e6 cocoa: Fix leaks of NSScreen and NSConcreteMapTable by Peter Maydell · 12 years ago
  17. b2d1674 ui/input.c: replace magic numbers with macros by Amos Kong · 12 years ago
  18. 1483adc vnc: Make ledstate comparison before modifiers updated by Lei Li · 12 years ago
  19. 7791dba portability: pty.h is glibc-specific by Paolo Bonzini · 12 years ago
  20. b087143 ui/gtk.c: do not use gdk_display_warp_pointer when GTK ver >3.0 by Igor Mitsyanko · 12 years ago
  21. 0057a0d TLS support for VNC Websockets by Tim Hardeck · 12 years ago
  22. e7b2aac vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE by Lei Li · 12 years ago
  23. ab99e5c vnc: Support for LED state extension by Lei Li · 12 years ago
  24. 96f3d17 vnc: Add SCROLL lock key to kbd_leds by Lei Li · 12 years ago
  25. bf9b255 gtk: refactor menu creation by Anthony Liguori · 12 years ago
  26. d3002b0 console: add dummy surface for guests without graphic card by Gerd Hoffmann · 12 years ago
  27. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  28. cdd5b93 console: switch ppm_save to qemu_open by Gerd Hoffmann · 12 years ago
  29. 14a9364 console: add qemu_console_lookup_by_device by Gerd Hoffmann · 12 years ago
  30. aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
  31. 95be066 console: qom-ify QemuConsole by Gerd Hoffmann · 12 years ago
  32. 5a37532 input: introduce keyboard handler list by Gerd Hoffmann · 12 years ago
  33. 72711ef input: make QEMUPutLEDEntry + QEMUPutMouseEntry private by Gerd Hoffmann · 12 years ago
  34. 571253d ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3 by Ozan Çağlayan · 12 years ago
  35. d639498 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  36. 68c0aa6 ui/cocoa.m: Fix recent compile breakage by Peter Maydell · 12 years ago
  37. 153d02e monitor: fix the wrong order of releasing keys by Amos Kong · 12 years ago
  38. e6f53fd Fix warnings suppressors to honor --disable-werror by Markus Armbruster · 12 years ago
  39. 9697f5d gtk: custom cursor support by Gerd Hoffmann · 12 years ago
  40. 284d1c6 console: allow pinning displaychangelisteners to consoles by Gerd Hoffmann · 12 years ago
  41. 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
  42. dea1b0b xen: re-enable refresh interval reporting for xenfb by Gerd Hoffmann · 12 years ago
  43. 0f7b286 console: gui timer fixes by Gerd Hoffmann · 12 years ago
  44. 380cd05 console: add GraphicHwOps by Gerd Hoffmann · 12 years ago
  45. 27be558 console: make DisplayState private to console.c by Gerd Hoffmann · 12 years ago
  46. 98a9ad9 console: move gui_update+gui_setup_refresh from vl.c into console.c by Gerd Hoffmann · 12 years ago
  47. 36671fb console: zap g_width + g_height by Gerd Hoffmann · 12 years ago
  48. 2c62f08 console: simplify screendump by Gerd Hoffmann · 12 years ago
  49. 321f048 console: give each QemuConsole its own DisplaySurface by Gerd Hoffmann · 12 years ago
  50. 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
  51. 64840c6 console: displaystate init revamp by Gerd Hoffmann · 12 years ago
  52. 437fe10 console: add trace events by Gerd Hoffmann · 12 years ago
  53. e27bd65 console: switch color_table_rgb to pixman_color_t by Gerd Hoffmann · 12 years ago
  54. 7d6ba01 console: use pixman for font rendering by Gerd Hoffmann · 12 years ago
  55. 68db6dc console: use pixman for fill+blit by Gerd Hoffmann · 12 years ago
  56. b762795 pixman: render vgafont glyphs into pixman images by Gerd Hoffmann · 12 years ago
  57. 867c538 pixman: add qemu_pixman_color() by Gerd Hoffmann · 12 years ago
  58. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  59. 162cbbd Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  60. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  61. d819cdc ui/gtk: Set QEMU window icon by Stefan Weil · 12 years ago
  62. d8da9ee gtk: make more messages translatable by Aurelien Jarno · 12 years ago
  63. fee204f qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open by Hans de Goede · 12 years ago
  64. 6db253c gtk: Release modifier when graphic console loses keyboard focus by Jan Kiszka · 12 years ago
  65. 8510d91 ui/cocoa.m: Fix compile failures introduced by recent console changes by Peter Maydell · 12 years ago
  66. 1562e53 console: remove ds_get_* helper functions by Gerd Hoffmann · 12 years ago
  67. cf6f054 console: zap color_table by Gerd Hoffmann · 12 years ago
  68. c78f713 console: stop using DisplayState in gfx hardware emulation by Gerd Hoffmann · 12 years ago
  69. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  70. 5e00d3a cocoa: stop using DisplayState by Gerd Hoffmann · 12 years ago
  71. 71874c1 spice: stop using DisplayState by Gerd Hoffmann · 12 years ago
  72. 8db9bae sdl: stop using DisplayState by Gerd Hoffmann · 12 years ago
  73. d39fa6d vnc: stop using DisplayState by Gerd Hoffmann · 12 years ago
  74. 9d9801c gtk: stop using DisplayState by Gerd Hoffmann · 12 years ago
  75. c12aeb8 console: rework DisplaySurface handling [dcl/ui side] by Gerd Hoffmann · 12 years ago
  76. da229ef console: rework DisplaySurface handling [vga emu side] by Gerd Hoffmann · 12 years ago
  77. 468dfd6 sdl: drop dead code by Gerd Hoffmann · 12 years ago
  78. 9c80a31 spice: zap sdpy global by Gerd Hoffmann · 12 years ago
  79. 21ef45d console: kill DisplayState->opaque by Gerd Hoffmann · 12 years ago
  80. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  81. 702ec69 chardev: add vc support to qapi by Gerd Hoffmann · 12 years ago
  82. 01f45d9 qemu-char: move text console init to console.c by Anthony Liguori · 12 years ago
  83. bc0477c Add compat for GDK_KEY_XXX symbols by Daniel P. Berrange · 12 years ago
  84. ef6413a Add compat macro for gtk_widget_get_realized by Daniel P. Berrange · 12 years ago
  85. 0d20664 Ensure x_keymap.o is built when GTK is enabled by Daniel P. Berrange · 12 years ago
  86. fe43bca Replace expose-event handler with draw handler in GTK3 by Daniel P. Berrange · 12 years ago
  87. 1ed76b5 Conditionalize use of gtk_widget_size_request by Daniel P. Berrange · 12 years ago
  88. 8906de7 Conditionalize use of gdk_display_warp_pointer by Daniel P. Berrange · 12 years ago
  89. 530daf8 Replace gtk_menu_append with gtk_menu_shell_append by Daniel P. Berrange · 12 years ago
  90. 51572ab Remove use of GtkVBox in GTK3 by Daniel P. Berrange · 12 years ago
  91. 2a05485 Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab by Daniel P. Berrange · 12 years ago
  92. 655199d Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab by Daniel P. Berrange · 12 years ago
  93. 66962f1 Remove use of gdk_drawable_get_{screen, display} by Daniel P. Berrange · 12 years ago
  94. cba6883 Add compat for gdk_drawable_get_size on GTK3 by Daniel P. Berrange · 12 years ago
  95. 30e8f22 gtk: Rename File to Machine menu and add pause, reset and power down items by Jan Kiszka · 12 years ago
  96. 1040928 ui/gtk: Use menu item from stock for full screen by Stefan Weil · 12 years ago
  97. 28d2e5b ui/gtk: Support versions of VTE before 0.26 by Stefan Weil · 12 years ago
  98. c95e308 Reenable -Wstrict-prototypes by Kevin Wolf · 12 years ago
  99. 3f58ead ui/gtk: Fix build (missing include for setlocale) by Stefan Weil · 12 years ago
  100. 73d4dc7 gtk: suppress accelerators from the File menu when grab is active by Anthony Liguori · 12 years ago