Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / console.c
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoriDisplayAllocator interface (Stefano Stabellini)
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-26 aliguorivnc fixes and improvements (Stefano Stabellini)
2009-01-23 malcfix endianness problem sharing the videoram buffer
2009-01-21 aliguorire-fix screendump (Stefano Stabellini)
2009-01-21 aliguorifix curses interface (Stefano Stabellini)
2009-01-21 pbrookCoalesce virtual console screen updates.
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aurel32console: remove trailing spaces
2009-01-16 aliguoriSquash warnings in console.c
2009-01-16 aliguoriRemove assumption about a single graphic console.
2009-01-16 aliguoriFix character devices after DisplayState refactoring
2009-01-16 blueswir1Fix warnings
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriDisplayState interface change (Stefano Stabellini)
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-09-24 balrogReintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE...
2008-09-24 balrogDon't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
2008-09-02 aurel32Fix typo in console.c comment
2008-07-19 balrogForce screen resize if no buffer set (Avi Kivity).
2008-07-19 balrogPretend to be the active console while a screendump...
2008-07-01 pbrookImplement resolution switching in common console code.
2008-02-10 balrogAdd an ncurses UI.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-30 balrogMiscellaneous VNC related fixes from Xen forwarded...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-02-10 thsSerial console improvements, by Stefan Weil.
2007-01-27 pbrookRearrange char event handlers to fix CHR_EVENT_RESET.
2007-01-16 thsImproved console handling, thanks Stefan Weil.
2007-01-05 thsReinitialize monitor upon reconnect, by Anthony Liguori.
2006-07-14 bellardfixed LF interpretation
2006-06-25 bellardavoid name conflicts
2006-06-25 bellardsend correctly long key sequences on slow terminals...
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-11 pbrookImproved terminal emulation (Piotr Esden-Tempski).
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-08-01 bellardconsole focus support
2004-07-14 bellardvirtual console