aboutsummaryrefslogtreecommitdiffstats
path: root/console.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-02Fix typo in console.c commentaurel321-1/+1
2008-07-19Force screen resize if no buffer set (Avi Kivity).balrog1-1/+2
2008-07-19Pretend to be the active console while a screendump takes place (Avi Kivity).balrog1-1/+6
2008-07-01Implement resolution switching in common console code.pbrook1-15/+20
2008-02-10Add an ncurses UI.balrog1-16/+97
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog1-8/+13
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-28/+28
2007-07-11New features for QEMU text console, by Stefan Weil.ths1-15/+46
2007-02-10Serial console improvements, by Stefan Weil.ths1-13/+12
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook1-18/+5
2007-01-16Improved console handling, thanks Stefan Weil.ths1-18/+155
2007-01-05Reinitialize monitor upon reconnect, by Anthony Liguori.ths1-0/+2
2006-07-14fixed LF interpretationbellard1-2/+4
2006-06-25avoid name conflictsbellard1-18/+18
2006-06-25send correctly long key sequences on slow terminals - fixes backspace handlingbellard1-24/+104
2006-04-09Allow multiple graphics devices.pbrook1-9/+66
2006-03-11Improved terminal emulation (Piotr Esden-Tempski).pbrook1-48/+268
2004-10-09monitor fixes (Johannes Schindelin)bellard1-1/+4
2004-08-01console focus supportbellard1-0/+17
2004-07-14virtual consolebellard1-0/+711