1. e99441a ui/curses: Do not use console_select() by Akihiko Odaki · 12 months ago
  2. cc6ba2c ui/vc: rename kbd_put to qemu_text_console functions by Marc-André Lureau · 1 year, 6 months ago
  3. f5360a0 ui/vc: remove kbd_put_keysym() and update function calls by Marc-André Lureau · 1 year, 6 months ago
  4. 2d5f4a7 ui/curses: Avoid dynamic stack allocation by Philippe Mathieu-Daudé · 2 years, 6 months ago
  5. fbab8cc meson.build: Support ncurses on MacOS and OpenBSD by Stefan Weil · 3 years, 3 months ago
  6. 65f5279 curses: Fixes curses compiling errors. by Yonggang Luo · 4 years, 5 months ago
  7. 80d3ab6 curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw by Yonggang Luo · 4 years, 5 months ago
  8. 76c51fc ui/curses: Move arrays to .heap to save 74KiB of .bss by Philippe Mathieu-Daudé · 5 years ago
  9. 80e8c2e ui/curses: Make control_characters[] array const by Philippe Mathieu-Daudé · 5 years ago
  10. 30f5a9d curses: correctly pass the color pair to setcchar() by Matthew Kilgore · 5 years ago
  11. cd54ea4 curses: use the bit mask constants provided by curses by Matthew Kilgore · 5 years ago
  12. 68097ed curses: assert get_wch return value is okay by Paolo Bonzini · 6 years ago
  13. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  14. dc3c871 ui/curses: Fix build with -m32 by Max Reitz · 6 years ago
  15. 962cf8f ui/curses: manipulate cchar_t with standard curses functions by Samuel Thibault · 6 years ago
  16. b7b664a ui/curses: do not assume wchar_t contains unicode by Samuel Thibault · 6 years ago
  17. e1be985 curses: fix wchar_t printf warning by Gerd Hoffmann · 6 years ago
  18. a9fda24 curses ui: add missing iconv_close calls by Samuel Thibault · 6 years ago
  19. a5489ae curses ui: always initialize all curses_line fields by Samuel Thibault · 6 years ago
  20. 2f8b7cd curses: add option to specify VGA font encoding by Samuel Thibault · 6 years ago
  21. 459a707 curses: support wide input by Samuel Thibault · 6 years ago
  22. 633786f Reduce curses escdelay from 1s to 25ms by Samuel Thibault · 6 years ago
  23. 19c1b9f keymap: fix keyup mappings by Gerd Hoffmann · 6 years ago
  24. 4ed26e1 keymap: pass full keyboard state to keysym2scancode by Gerd Hoffmann · 6 years ago
  25. ab4f931 ui: Convert vnc_display_init(), init_keyboard_layout() to Error by Fei Li · 6 years ago
  26. b076661 curses: switch over to new display registry by Gerd Hoffmann · 7 years ago
  27. abb4f2c keymap: consider modifier state when picking a mapping by Gerd Hoffmann · 7 years ago
  28. 14f130f curses: use DisplayOptions by Gerd Hoffmann · 7 years ago
  29. e2f82e9 console: purge curses bits from console.h by Gerd Hoffmann · 7 years ago
  30. f27ff81 curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) by Stefan Weil · 8 years ago
  31. 697783a curses: fix left/right arrow translation by Samuel Thibault · 8 years ago
  32. 99a9ef4 ui/curses.c: Clean up nextchr logic by Peter Maydell · 9 years ago
  33. bba4e1b ui/curses.c: Ensure we don't read off the end of curses2qemu array by Peter Maydell · 9 years ago
  34. e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
  35. 4083733 ui/curses: Fix color attribute of monitor for curses by OGAWA Hirofumi · 9 years ago
  36. fedf0d3 ui: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  37. e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
  38. 615220d ui/curses: Fix monitor color with -curses when 256 colors by OGAWA Hirofumi · 9 years ago
  39. 5a16566 input/curses: add kbd delay between keydown and keyup events by Gerd Hoffmann · 11 years ago
  40. f5c0ab1 input (curses): mask keycodes to remove modifier bits by Andrew Oates · 11 years ago
  41. cd10032 input: keyboard: switch curses ui to new core by Gerd Hoffmann · 11 years ago
  42. 032ac6f curses: fixup SIGWINCH handler mess by Gerd Hoffmann · 11 years ago
  43. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  44. 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
  45. 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
  46. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  47. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  48. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  49. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  50. 2aa1cb5 curses: Remove OpenBSD workaround by Brad Smith · 12 years ago
  51. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  52. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  53. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  54. d03703c curses: Fix control-{@[\]^_} and ESC by Samuel Thibault · 14 years ago
  55. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from curses.c]
  56. aaf12c2 Revert 'Fix build' by Blue Swirl · 15 years ago
  57. 2869548 Revert "Convert atexit users to exit_notifier" by Anthony Liguori · 15 years ago
  58. 80a1ab5 Fix build by Blue Swirl · 15 years ago
  59. d7234f4 Convert atexit users to exit_notifier by Anthony Liguori · 15 years ago
  60. 44bb61c Fix curses interaction with keymaps by Samuel Thibault · 15 years ago
  61. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  62. 99a0949 Get rid of _t suffix by malc · 15 years ago
  63. e09fdfa curses: save 250MB of memory by Aurelien Jarno · 15 years ago
  64. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  65. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  66. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  67. 0483755 Refactor keymap code to avoid duplication ("Daniel P. Berrange") by aliguori · 16 years ago
  68. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  69. 68f0099 fix curses interface (Stefano Stabellini) by aliguori · 16 years ago
  70. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  71. c21bbcf Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. by balrog · 16 years ago
  72. 5b08fc1 Handle terminating signals (Gerd Hoffmann) by aliguori · 17 years ago
  73. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  74. b1314cf The non-ncurses curses doesn't have resize_term, so make resizing conditional. by balrog · 17 years ago
  75. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago