index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
curses.c
Age
Commit message (
Expand
)
Author
2019-02-05
keymap: fix keyup mappings
Gerd Hoffmann
2019-02-05
keymap: pass full keyboard state to keysym2scancode
Gerd Hoffmann
2018-10-19
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
2018-03-05
curses: switch over to new display registry
Gerd Hoffmann
2018-02-22
keymap: consider modifier state when picking a mapping
Gerd Hoffmann
2018-02-20
curses: use DisplayOptions
Gerd Hoffmann
2017-09-29
console: purge curses bits from console.h
Gerd Hoffmann
2017-01-10
curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)
Stefan Weil
2016-10-28
curses: fix left/right arrow translation
Samuel Thibault
2016-09-13
ui/curses.c: Clean up nextchr logic
Peter Maydell
2016-09-13
ui/curses.c: Ensure we don't read off the end of curses2qemu array
Peter Maydell
2016-02-04
ui: Clean up includes
Peter Maydell
2016-01-08
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
2015-11-06
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-03
ui/curses: Support line graphics chars on -curses mode
OGAWA Hirofumi
2015-11-03
ui/curses: Fix monitor color with -curses when 256 colors
OGAWA Hirofumi
2014-06-04
input/curses: add kbd delay between keydown and keyup events
Gerd Hoffmann
2014-05-26
input (curses): mask keycodes to remove modifier bits
Andrew Oates
2014-03-05
input: keyboard: switch curses ui to new core
Gerd Hoffmann
2013-11-25
curses: fixup SIGWINCH handler mess
Gerd Hoffmann
2013-04-25
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-16
console: add qemu_console_is_*
Gerd Hoffmann
2013-04-16
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-03-18
console: zap displaystate from dcl callbacks
Gerd Hoffmann
2013-03-18
console: fix displaychangelisteners interface
Gerd Hoffmann
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-08
curses: Remove OpenBSD workaround
Brad Smith
2012-11-01
console: untangle gfx & txt updates
Gerd Hoffmann
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2010-10-21
curses: Fix control-{@[\]^_} and ESC
Samuel Thibault
2010-07-26
ui: move all ui components in ui/
Corentin Chary