aboutsummaryrefslogtreecommitdiff
path: root/ui/curses.c
AgeCommit message (Expand)Author
2020-10-14curses: Fixes curses compiling errors.Yonggang Luo
2020-10-14curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingwYonggang Luo
2020-03-16ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé
2020-03-16ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé
2019-10-18curses: correctly pass the color pair to setcchar()Matthew Kilgore
2019-10-18curses: use the bit mask constants provided by cursesMatthew Kilgore
2019-08-21curses: assert get_wch return value is okayPaolo Bonzini
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-07ui/curses: Fix build with -m32Max Reitz
2019-05-17ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault
2019-05-17ui/curses: do not assume wchar_t contains unicodeSamuel Thibault
2019-04-12curses: fix wchar_t printf warningGerd Hoffmann
2019-03-18curses ui: add missing iconv_close callsSamuel Thibault
2019-03-18curses ui: always initialize all curses_line fieldsSamuel Thibault
2019-03-13curses: add option to specify VGA font encodingSamuel Thibault
2019-03-11curses: support wide inputSamuel Thibault
2019-03-11Reduce curses escdelay from 1s to 25msSamuel Thibault
2019-02-05keymap: fix keyup mappingsGerd Hoffmann
2019-02-05keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li
2018-03-05curses: switch over to new display registryGerd Hoffmann
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann
2018-02-20curses: use DisplayOptionsGerd Hoffmann
2017-09-29console: purge curses bits from console.hGerd Hoffmann
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil
2016-10-28curses: fix left/right arrow translationSamuel Thibault
2016-09-13ui/curses.c: Clean up nextchr logicPeter Maydell
2016-09-13ui/curses.c: Ensure we don't read off the end of curses2qemu arrayPeter Maydell
2016-02-04ui: Clean up includesPeter Maydell
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-16console: add qemu_console_is_*Gerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-08curses: Remove OpenBSD workaroundBrad Smith
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault
2010-07-26ui: move all ui components in ui/Corentin Chary