1. 19c1b9f keymap: fix keyup mappings by Gerd Hoffmann · 6 years ago
  2. 4ed26e1 keymap: pass full keyboard state to keysym2scancode by Gerd Hoffmann · 6 years ago
  3. ab4f931 ui: Convert vnc_display_init(), init_keyboard_layout() to Error by Fei Li · 6 years ago
  4. b076661 curses: switch over to new display registry by Gerd Hoffmann · 7 years ago
  5. abb4f2c keymap: consider modifier state when picking a mapping by Gerd Hoffmann · 7 years ago
  6. 14f130f curses: use DisplayOptions by Gerd Hoffmann · 7 years ago
  7. e2f82e9 console: purge curses bits from console.h by Gerd Hoffmann · 7 years ago
  8. f27ff81 curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) by Stefan Weil · 8 years ago
  9. 697783a curses: fix left/right arrow translation by Samuel Thibault · 8 years ago
  10. 99a9ef4 ui/curses.c: Clean up nextchr logic by Peter Maydell · 8 years ago
  11. bba4e1b ui/curses.c: Ensure we don't read off the end of curses2qemu array by Peter Maydell · 8 years ago
  12. e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
  13. 4083733 ui/curses: Fix color attribute of monitor for curses by OGAWA Hirofumi · 9 years ago
  14. fedf0d3 ui: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  15. e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
  16. 615220d ui/curses: Fix monitor color with -curses when 256 colors by OGAWA Hirofumi · 9 years ago
  17. 5a16566 input/curses: add kbd delay between keydown and keyup events by Gerd Hoffmann · 11 years ago
  18. f5c0ab1 input (curses): mask keycodes to remove modifier bits by Andrew Oates · 11 years ago
  19. cd10032 input: keyboard: switch curses ui to new core by Gerd Hoffmann · 11 years ago
  20. 032ac6f curses: fixup SIGWINCH handler mess by Gerd Hoffmann · 11 years ago
  21. 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
  22. 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
  23. 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
  24. bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
  25. 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
  26. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  27. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  28. 2aa1cb5 curses: Remove OpenBSD workaround by Brad Smith · 12 years ago
  29. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  30. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  31. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  32. d03703c curses: Fix control-{@[\]^_} and ESC by Samuel Thibault · 14 years ago
  33. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 14 years ago[Renamed from curses.c]
  34. aaf12c2 Revert 'Fix build' by Blue Swirl · 15 years ago
  35. 2869548 Revert "Convert atexit users to exit_notifier" by Anthony Liguori · 15 years ago
  36. 80a1ab5 Fix build by Blue Swirl · 15 years ago
  37. d7234f4 Convert atexit users to exit_notifier by Anthony Liguori · 15 years ago
  38. 44bb61c Fix curses interaction with keymaps by Samuel Thibault · 15 years ago
  39. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  40. 99a0949 Get rid of _t suffix by malc · 15 years ago
  41. e09fdfa curses: save 250MB of memory by Aurelien Jarno · 15 years ago
  42. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 15 years ago
  43. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  44. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  45. 0483755 Refactor keymap code to avoid duplication ("Daniel P. Berrange") by aliguori · 16 years ago
  46. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  47. 68f0099 fix curses interface (Stefano Stabellini) by aliguori · 16 years ago
  48. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  49. c21bbcf Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. by balrog · 16 years ago
  50. 5b08fc1 Handle terminating signals (Gerd Hoffmann) by aliguori · 16 years ago
  51. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 16 years ago
  52. b1314cf The non-ncurses curses doesn't have resize_term, so make resizing conditional. by balrog · 17 years ago
  53. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago