1. ad39cf6 qapi: convert screendump by Luiz Capitulino · 13 years ago
  2. d709813 console: vga_hw_screen_dump_ptr: take Error argument by Luiz Capitulino · 13 years ago
  3. e4c8f00 qapi: convert sendkey by Amos Kong · 13 years ago
  4. 1048c88 monitor: move key_defs[] table and introduce two help functions by Amos Kong · 13 years ago
  5. cdbc19d console: add some trace events by Alon Levy · 13 years ago
  6. 45efb16 optimize screendump for the common non-switch case by Gerd Hoffmann · 13 years ago
  7. 1f51470 Revert "qemu-char: Print strerror message on failure" and deps by Markus Armbruster · 13 years ago
  8. 9ad5372 qapi: Convert expire_password by Luiz Capitulino · 13 years ago
  9. a6aa9d3 vnc: Simplify vnc_display_password() by Luiz Capitulino · 13 years ago
  10. 25e48c8 console: Drop unused prototypes by Luiz Capitulino · 13 years ago
  11. 2b54aa8 qapi: Convert query-vnc by Luiz Capitulino · 13 years ago
  12. df00bed curses: fix garbling when chtype != long by Devin J. Pohly · 14 years ago
  13. 1366108 Introduce a 'client_add' monitor command accepting an open FD by Daniel P. Berrange · 14 years ago
  14. 6e1db57 qemu-char: Print strerror message on failure by Kevin Wolf · 14 years ago
  15. 821601e Make VNC support optional by Jes Sorensen · 14 years ago
  16. ffe8b82 Consolidate DisplaySurface allocation in qemu_alloc_display() by Jes Sorensen · 14 years ago
  17. 1cd20f8 vnc: Fix password expiration through 'change vnc ""' (v2) by Anthony Liguori · 14 years ago
  18. 9ae19b6 Fix curses on big endian hosts by Aurelien Jarno · 14 years ago
  19. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  20. 46aaebf un-register kbd driver in case of USB kbd unplug. by Jes Sorensen · 15 years ago
  21. 254e595 cursor: add cursor functions. by Gerd Hoffmann · 15 years ago
  22. f6d20d0 Replace \0s with spaces before sending strings to curses. by Bernhard Kauer · 15 years ago
  23. 7e581fb Add notifier for mouse mode changes by Anthony Liguori · 15 years ago
  24. eb2e259 Add kbd_mouse_has_absolute() by Anthony Liguori · 15 years ago
  25. 6fef28e Rewrite mouse handlers to use QTAILQ and to have an activation function by Anthony Liguori · 15 years ago
  26. 03a23a8 kbd leds: infrastructure by Gerd Hoffmann · 15 years ago
  27. 98b5008 move default allocator to console.c by Paolo Bonzini · 15 years ago
  28. d96fd29 VNC: Convert do_info_vnc() to QObject by Luiz Capitulino · 15 years ago
  29. e78c48e monitor: Convert do_info_mice() to QObject by Luiz Capitulino · 15 years ago
  30. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  31. 99a0949 Get rid of _t suffix by malc · 15 years ago
  32. 6ea314d convert vc chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  33. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 16 years ago
  34. c18a2c3 sdl zooming by Stefano Stabellini · 16 years ago
  35. f92f8af Eliminate --disable-gfx-check and make VNC default when SDL not available by Anthony Liguori · 16 years ago
  36. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  37. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  38. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  39. bb5fc20 monitor: Rework modal password input (Jan Kiszka) by aliguori · 16 years ago
  40. 9dd442b monitor: Break out readline_show_prompt (Jan Kiszka) by aliguori · 16 years ago
  41. c0f4ce7 monitor: Rework early disk password inquiry (Jan Kiszka) by aliguori · 16 years ago
  42. 5368a42 Fix SDL on evdev hosts (Anthony Liguori) by aliguori · 16 years ago
  43. 90a1e3c vnc fixes and improvements (Stefano Stabellini) by aliguori · 16 years ago
  44. 0da2ea1 fix endianness problem sharing the videoram buffer by malc · 16 years ago
  45. 2796dae Fix character devices after DisplayState refactoring by aliguori · 16 years ago
  46. 3023f332 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  47. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  48. 8927bcf remove bgr (Stefano Stabellini) by aliguori · 16 years ago
  49. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  50. d8f4460 Allow the monitor to be suspended during non-blocking op by aliguori · 16 years ago
  51. c21bbcf Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. by balrog · 17 years ago
  52. 38334f7 Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann). by balrog · 17 years ago
  53. 472a397 add comment for DisplayState->idle by aurel32 · 17 years ago
  54. 7ed9eba move GUI_REFRESH_INTERVAL define from vl.c to console.h (Gerd Hoffmann) by aliguori · 17 years ago
  55. bcfad70 add DisplayState->idle (Samuel Thibault) by aliguori · 17 years ago
  56. 83ab795 Revert r4979 since it breaks the monitor by aliguori · 17 years ago
  57. 396f929 Ask password when encrypted disk image is used (Laurent Vivier) by aliguori · 17 years ago
  58. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  59. a5d7eb6 Add TSC2301 touchscreen & keypad controller. by balrog · 17 years ago
  60. f442e08 Slowdown SDL while minimized by aurel32 · 17 years ago
  61. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  62. 87ecb68 Break up vl.h. by pbrook · 17 years ago