COMMITS
/ ui/curses.c August 19, 2022
P
ui/curses: Avoid dynamic stack allocation
Philippe Mathieu-Daudé committed
November 17, 2021
S
meson.build: Support ncurses on MacOS and OpenBSD
Stefan Weil committed
October 12, 2020
Y
curses: Fixes curses compiling errors.
Yonggang Luo committed
Y
curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw
Yonggang Luo committed
March 5, 2020
P
ui/curses: Move arrays to .heap to save 74KiB of .bss
Philippe Mathieu-Daudé committed
P
ui/curses: Make control_characters[] array const
Philippe Mathieu-Daudé committed
October 4, 2019
M
curses: correctly pass the color pair to setcchar()
Matthew Kilgore committed
M
curses: use the bit mask constants provided by curses
Matthew Kilgore committed
July 18, 2019
P
curses: assert get_wch return value is okay
Paolo Bonzini committed
May 23, 2019
M
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster committed
May 27, 2019
M
ui/curses: Fix build with -m32
Max Reitz committed
April 27, 2019
S
ui/curses: manipulate cchar_t with standard curses functions
Samuel Thibault committed
S
ui/curses: do not assume wchar_t contains unicode
Samuel Thibault committed
April 2, 2019
G
curses: fix wchar_t printf warning
Gerd Hoffmann committed
March 14, 2019
S
curses ui: add missing iconv_close calls
Samuel Thibault committed
March 15, 2019
S
curses ui: always initialize all curses_line fields
Samuel Thibault committed
March 11, 2019
S
curses: add option to specify VGA font encoding
Samuel Thibault committed
March 4, 2019
S
curses: support wide input
Samuel Thibault committed
March 3, 2019
S
Reduce curses escdelay from 1s to 25ms
Samuel Thibault committed
January 22, 2019
G
keymap: fix keyup mappings
Gerd Hoffmann committed
G
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann committed
October 17, 2018
F
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li committed
March 1, 2018
G
curses: switch over to new display registry
Gerd Hoffmann committed
February 22, 2018
G
keymap: consider modifier state when picking a mapping
Gerd Hoffmann committed
February 2, 2018
G
curses: use DisplayOptions
Gerd Hoffmann committed
September 27, 2017
G
console: purge curses bits from console.h
Gerd Hoffmann committed
November 19, 2016
S
curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)
Stefan Weil committed
October 15, 2016
S
curses: fix left/right arrow translation
Samuel Thibault committed
August 11, 2016
P
ui/curses.c: Clean up nextchr logic
Peter Maydell committed
P
ui/curses.c: Ensure we don't read off the end of curses2qemu array
Peter Maydell committed
January 29, 2016
P
ui: Clean up includes
Peter Maydell committed
November 29, 2015
O
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi committed
November 3, 2015
M
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
October 19, 2015
O
ui/curses: Support line graphics chars on -curses mode
OGAWA Hirofumi committed
O
ui/curses: Fix monitor color with -curses when 256 colors
OGAWA Hirofumi committed
May 28, 2014
G
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann committed
May 24, 2014
A
input (curses): mask keycodes to remove modifier bits
Andrew Oates committed
December 4, 2013
G
input: keyboard: switch curses ui to new core
Gerd Hoffmann committed
November 22, 2013
G
curses: fixup SIGWINCH handler mess
Gerd Hoffmann committed
April 23, 2013
G
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann committed
March 14, 2013
G
console: add qemu_console_is_*
Gerd Hoffmann committed
March 12, 2013
G
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann committed
March 1, 2013
G
console: zap displaystate from dcl callbacks
Gerd Hoffmann committed
November 13, 2012
G
console: fix displaychangelisteners interface
Gerd Hoffmann committed
December 17, 2012
P
softmmu: move include files to include/sysemu/
Paolo Bonzini committed
November 28, 2012
P
ui: move files to ui/ and include/ui/
Paolo Bonzini committed
November 19, 2012
B
curses: Remove OpenBSD workaround
Brad Smith committed
September 28, 2012
G
console: untangle gfx & txt updates
Gerd Hoffmann committed
August 21, 2011
A
Use glib memory allocation and free functions
Anthony Liguori committed
June 3, 2011
A
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond committed