Sign in
qemu
/
qemu
/
6ca080453ea403959ccde661030ca16264acc181
/
ui
/
curses.c
19c1b9f
keymap: fix keyup mappings
by Gerd Hoffmann
· 6 years ago
4ed26e1
keymap: pass full keyboard state to keysym2scancode
by Gerd Hoffmann
· 6 years ago
ab4f931
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
by Fei Li
· 6 years ago
b076661
curses: switch over to new display registry
by Gerd Hoffmann
· 7 years ago
abb4f2c
keymap: consider modifier state when picking a mapping
by Gerd Hoffmann
· 7 years ago
14f130f
curses: use DisplayOptions
by Gerd Hoffmann
· 7 years ago
e2f82e9
console: purge curses bits from console.h
by Gerd Hoffmann
· 7 years ago
f27ff81
curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)
by Stefan Weil
· 8 years ago
697783a
curses: fix left/right arrow translation
by Samuel Thibault
· 8 years ago
99a9ef4
ui/curses.c: Clean up nextchr logic
by Peter Maydell
· 8 years ago
bba4e1b
ui/curses.c: Ensure we don't read off the end of curses2qemu array
by Peter Maydell
· 8 years ago
e16f4c8
ui: Clean up includes
by Peter Maydell
· 9 years ago
4083733
ui/curses: Fix color attribute of monitor for curses
by OGAWA Hirofumi
· 9 years ago
fedf0d3
ui: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
e2368dc
ui/curses: Support line graphics chars on -curses mode
by OGAWA Hirofumi
· 9 years ago
615220d
ui/curses: Fix monitor color with -curses when 256 colors
by OGAWA Hirofumi
· 9 years ago
5a16566
input/curses: add kbd delay between keydown and keyup events
by Gerd Hoffmann
· 11 years ago
f5c0ab1
input (curses): mask keycodes to remove modifier bits
by Andrew Oates
· 11 years ago
cd10032
input: keyboard: switch curses ui to new core
by Gerd Hoffmann
· 11 years ago
032ac6f
curses: fixup SIGWINCH handler mess
by Gerd Hoffmann
· 11 years ago
5209089
console: zap ds arg from register_displaychangelistener
by Gerd Hoffmann
· 12 years ago
81c0d5a
console: add qemu_console_is_*
by Gerd Hoffmann
· 12 years ago
1dbfa00
console: rename vga_hw_*, add QemuConsole param
by Gerd Hoffmann
· 12 years ago
bc2ed97
console: zap displaystate from dcl callbacks
by Gerd Hoffmann
· 12 years ago
7c20b4a
console: fix displaychangelisteners interface
by Gerd Hoffmann
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
2aa1cb5
curses: Remove OpenBSD workaround
by Brad Smith
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 12 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
d03703c
curses: Fix control-{@[\]^_} and ESC
by Samuel Thibault
· 14 years ago
3e230dd
ui: move all ui components in ui/
by Corentin Chary
· 14 years ago
[Renamed from curses.c]
aaf12c2
Revert 'Fix build'
by Blue Swirl
· 15 years ago
2869548
Revert "Convert atexit users to exit_notifier"
by Anthony Liguori
· 15 years ago
80a1ab5
Fix build
by Blue Swirl
· 15 years ago
d7234f4
Convert atexit users to exit_notifier
by Anthony Liguori
· 15 years ago
44bb61c
Fix curses interaction with keymaps
by Samuel Thibault
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
e09fdfa
curses: save 250MB of memory
by Aurelien Jarno
· 15 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 15 years ago
7b5d76d
DisplayAllocator interface (Stefano Stabellini)
by aliguori
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
0483755
Refactor keymap code to avoid duplication ("Daniel P. Berrange")
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
68f0099
fix curses interface (Stefano Stabellini)
by aliguori
· 16 years ago
7d957bd
DisplayState interface change (Stefano Stabellini)
by aliguori
· 16 years ago
c21bbcf
Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's.
by balrog
· 16 years ago
5b08fc1
Handle terminating signals (Gerd Hoffmann)
by aliguori
· 16 years ago
128ab2f
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
by blueswir1
· 16 years ago
b1314cf
The non-ncurses curses doesn't have resize_term, so make resizing conditional.
by balrog
· 17 years ago
4d3b6f6
Add an ncurses UI.
by balrog
· 17 years ago