| Commit message (Expand) | Author | Age | Files | Lines |
* | curses: Fixes curses compiling errors. | Yonggang Luo | 2020-10-14 | 1 | -2/+2 |
* | curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw | Yonggang Luo | 2020-10-14 | 1 | -5/+5 |
* | ui/curses: Move arrays to .heap to save 74KiB of .bss | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -2/+6 |
* | ui/curses: Make control_characters[] array const | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -1/+1 |
* | curses: correctly pass the color pair to setcchar() | Matthew Kilgore | 2019-10-18 | 1 | -1/+3 |
* | curses: use the bit mask constants provided by curses | Matthew Kilgore | 2019-10-18 | 1 | -2/+2 |
* | curses: assert get_wch return value is okay | Paolo Bonzini | 2019-08-21 | 1 | -0/+2 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | ui/curses: Fix build with -m32 | Max Reitz | 2019-06-07 | 1 | -4/+4 |
* | ui/curses: manipulate cchar_t with standard curses functions | Samuel Thibault | 2019-05-17 | 1 | -14/+29 |
* | ui/curses: do not assume wchar_t contains unicode | Samuel Thibault | 2019-05-17 | 1 | -57/+100 |
* | curses: fix wchar_t printf warning | Gerd Hoffmann | 2019-04-12 | 1 | -2/+2 |
* | curses ui: add missing iconv_close calls | Samuel Thibault | 2019-03-18 | 1 | -0/+6 |
* | curses ui: always initialize all curses_line fields | Samuel Thibault | 2019-03-18 | 1 | -3/+3 |
* | curses: add option to specify VGA font encoding | Samuel Thibault | 2019-03-13 | 1 | -47/+268 |
* | curses: support wide input | Samuel Thibault | 2019-03-11 | 1 | -14/+62 |
* | Reduce curses escdelay from 1s to 25ms | Samuel Thibault | 2019-03-11 | 1 | -1/+2 |
* | keymap: fix keyup mappings | Gerd Hoffmann | 2019-02-05 | 1 | -1/+1 |
* | keymap: pass full keyboard state to keysym2scancode | Gerd Hoffmann | 2019-02-05 | 1 | -1/+1 |
* | ui: Convert vnc_display_init(), init_keyboard_layout() to Error | Fei Li | 2018-10-19 | 1 | -3/+3 |
* | curses: switch over to new display registry | Gerd Hoffmann | 2018-03-05 | 1 | -1/+13 |
* | keymap: consider modifier state when picking a mapping | Gerd Hoffmann | 2018-02-22 | 1 | -1/+2 |
* | curses: use DisplayOptions | Gerd Hoffmann | 2018-02-20 | 1 | -1/+1 |
* | console: purge curses bits from console.h | Gerd Hoffmann | 2017-09-29 | 1 | -6/+21 |
* | curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) | Stefan Weil | 2017-01-10 | 1 | -1/+0 |
* | curses: fix left/right arrow translation | Samuel Thibault | 2016-10-28 | 1 | -2/+2 |
* | ui/curses.c: Clean up nextchr logic | Peter Maydell | 2016-09-13 | 1 | -11/+4 |
* | ui/curses.c: Ensure we don't read off the end of curses2qemu array | Peter Maydell | 2016-09-13 | 1 | -1/+4 |
* | ui: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi | 2016-01-08 | 1 | -3/+10 |
* | ui: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-11-06 | 1 | -1/+1 |
* | ui/curses: Support line graphics chars on -curses mode | OGAWA Hirofumi | 2015-11-03 | 1 | -0/+44 |
* | ui/curses: Fix monitor color with -curses when 256 colors | OGAWA Hirofumi | 2015-11-03 | 1 | -1/+6 |
* | input/curses: add kbd delay between keydown and keyup events | Gerd Hoffmann | 2014-06-04 | 1 | -0/+10 |
* | input (curses): mask keycodes to remove modifier bits | Andrew Oates | 2014-05-26 | 1 | -2/+2 |
* | input: keyboard: switch curses ui to new core | Gerd Hoffmann | 2014-03-05 | 1 | -22/+25 |
* | curses: fixup SIGWINCH handler mess | Gerd Hoffmann | 2013-11-26 | 1 | -16/+28 |
* | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann | 2013-04-25 | 1 | -1/+1 |
* | console: add qemu_console_is_* | Gerd Hoffmann | 2013-04-16 | 1 | -3/+4 |
* | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann | 2013-04-16 | 1 | -2/+2 |
* | console: zap displaystate from dcl callbacks | Gerd Hoffmann | 2013-03-18 | 1 | -6/+2 |
* | console: fix displaychangelisteners interface | Gerd Hoffmann | 2013-03-18 | 1 | -10/+22 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | curses: Remove OpenBSD workaround | Brad Smith | 2012-12-08 | 1 | -4/+0 |
* | console: untangle gfx & txt updates | Gerd Hoffmann | 2012-11-01 | 1 | -14/+7 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -1/+1 |
* | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 2011-06-08 | 1 | -1/+0 |
* | curses: Fix control-{@[\]^_} and ESC | Samuel Thibault | 2010-10-21 | 1 | -3/+6 |
* | ui: move all ui components in ui/ | Corentin Chary | 2010-07-27 | 1 | -0/+365 |