58 Commits (bd3ba0d342318a61ce22721322c56205d5f3853c)

Author SHA1 Message Date
William Hu c7ac771ee7 ui/curses: Fix infinite loop on windows 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Brad Smith f8d3116fdd meson.build: Remove ncurses workaround for OpenBSD 1 year ago
Akihiko Odaki e99441a379 ui/curses: Do not use console_select() 2 years ago
Marc-André Lureau cc6ba2c6f5 ui/vc: rename kbd_put to qemu_text_console functions 3 years ago
Marc-André Lureau f5360a0d28 ui/vc: remove kbd_put_keysym() and update function calls 3 years ago
Philippe Mathieu-Daudé 2d5f4a713d ui/curses: Avoid dynamic stack allocation 4 years ago
Stefan Weil fbab8cc24d meson.build: Support ncurses on MacOS and OpenBSD 4 years ago
Yonggang Luo 65f5279761 curses: Fixes curses compiling errors. 6 years ago
Yonggang Luo 80d3ab61ad curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw 6 years ago
Philippe Mathieu-Daudé 76c51fc3af ui/curses: Move arrays to .heap to save 74KiB of .bss 6 years ago
Philippe Mathieu-Daudé 80e8c2ed1c ui/curses: Make control_characters[] array const 6 years ago
Matthew Kilgore 30f5a9dd7a curses: correctly pass the color pair to setcchar() 7 years ago
Matthew Kilgore cd54ea456d curses: use the bit mask constants provided by curses 7 years ago
Paolo Bonzini 68097ed5e5 curses: assert get_wch return value is okay 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Max Reitz dc3c871ae0 ui/curses: Fix build with -m32 7 years ago
Samuel Thibault 962cf8fd4f ui/curses: manipulate cchar_t with standard curses functions 7 years ago
Samuel Thibault b7b664a4fe ui/curses: do not assume wchar_t contains unicode 7 years ago
Gerd Hoffmann e1be98540e curses: fix wchar_t printf warning 7 years ago
Samuel Thibault a9fda24747 curses ui: add missing iconv_close calls 7 years ago
Samuel Thibault a5489ae5bb curses ui: always initialize all curses_line fields 7 years ago
Samuel Thibault 2f8b7cd587 curses: add option to specify VGA font encoding 7 years ago
Samuel Thibault 459a707ecc curses: support wide input 7 years ago
Samuel Thibault 633786fea7 Reduce curses escdelay from 1s to 25ms 7 years ago
Gerd Hoffmann 19c1b9fd3d keymap: fix keyup mappings 7 years ago
Gerd Hoffmann 4ed26e19d9 keymap: pass full keyboard state to keysym2scancode 7 years ago
Fei Li ab4f931e9f ui: Convert vnc_display_init(), init_keyboard_layout() to Error 8 years ago
Gerd Hoffmann b0766612d1 curses: switch over to new display registry 8 years ago
Gerd Hoffmann abb4f2c965 keymap: consider modifier state when picking a mapping 8 years ago
Gerd Hoffmann 14f130fad8 curses: use DisplayOptions 8 years ago
Gerd Hoffmann e2f82e924d console: purge curses bits from console.h 9 years ago
Stefan Weil f27ff81070 curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) 10 years ago
Samuel Thibault 697783a736 curses: fix left/right arrow translation 10 years ago
Peter Maydell 99a9ef44dc ui/curses.c: Clean up nextchr logic 10 years ago
Peter Maydell bba4e1b591 ui/curses.c: Ensure we don't read off the end of curses2qemu array 10 years ago
Peter Maydell e16f4c8770 ui: Clean up includes 10 years ago
OGAWA Hirofumi 4083733db5 ui/curses: Fix color attribute of monitor for curses 10 years ago
Markus Armbruster fedf0d35aa ui: Use g_new() & friends where that makes obvious sense 11 years ago
OGAWA Hirofumi e2368dc968 ui/curses: Support line graphics chars on -curses mode 11 years ago
OGAWA Hirofumi 615220ddaf ui/curses: Fix monitor color with -curses when 256 colors 11 years ago
Gerd Hoffmann 5a165668e7 input/curses: add kbd delay between keydown and keyup events 12 years ago
Andrew Oates f5c0ab1312 input (curses): mask keycodes to remove modifier bits 12 years ago
Gerd Hoffmann cd10032888 input: keyboard: switch curses ui to new core 13 years ago
Gerd Hoffmann 032ac6f8bf curses: fixup SIGWINCH handler mess 13 years ago
Gerd Hoffmann 5209089fcd console: zap ds arg from register_displaychangelistener 13 years ago
Gerd Hoffmann 81c0d5a662 console: add qemu_console_is_* 13 years ago
Gerd Hoffmann 1dbfa00503 console: rename vga_hw_*, add QemuConsole param 13 years ago
Gerd Hoffmann bc2ed9704f console: zap displaystate from dcl callbacks 13 years ago
Gerd Hoffmann 7c20b4a374 console: fix displaychangelisteners interface 14 years ago