Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / terminal.c
2013-03-10 simonFix a bug in which terminal output received from the...
2013-01-23 simonPatch from Egmont Koblinger to implement two extended...
2012-12-17 simonAdd a bounds check in the word-by-word selection code...
2012-09-23 simonClip the 'lines' parameter to scroll() at the size...
2012-09-18 benTwo related changes to timing code:
2012-08-30 simonMemory leak fixes reported by Balazs Domjan.
2012-07-18 owenRemove term_key, which was intended to handle function...
2012-04-22 simonPatch from Robert de Bath to ifdef out the Windows...
2012-02-19 simonPatch from Matsui Nag to implement xterm's "bracketed...
2012-02-17 simonPatch from Yoshida Masato to fill in the missing pieces...
2011-10-02 simonWhile I'm crusading against arbitrary limits, here...
2011-09-13 simonIn term_init(), copy stuff out of the conf _before_...
2011-07-16 simonFix display of VT100 vertically-offset horizontal line...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2011-03-01 jacobAdd some "#ifdef OPTIMISE_SCROLL" scar tissue to placat...
2010-12-07 simonMore sensible (and also more idiomatic) bounds checking...
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-06 simonCentralise generation of the control sequences for...
2009-03-24 simonSupport in the cross-platform code for translating...
2009-01-11 benArguments to ctype functions are required to be either...
2008-12-20 jacob"Derek" reports that the DECSLPP report of window-size...
2008-12-20 jacobCosmetic: clarify that term->xterm_mouse is not boolean...
2008-03-07 simonFix a cursor positioning infelicity.
2007-10-27 jacobReset mouse reporting mode as part of resetting the...
2007-09-03 benSuggest another ttymode we could usefully set automatic...
2007-08-04 ben"CR implies LF" patch, based on one from Paul Coldrey.
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-09 simonGet rid of all the MSVC warnings.
2006-12-31 jacobPatch inspired by one from Daniel Silverstone in Debian...
2006-09-05 jacobCSI 3 J now clears the scrollback, as in xterm.
2006-08-15 simonEr, ahem. Other half of r6788. :-/
2006-08-15 simonAha! At long last I've managed to reproduce the intermi...
2006-06-11 jacobDo not send raw mouse events in the middle of a selecti...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-12 simonFix inadvertent O(N^2) loop within do_paint() which...
2006-02-20 simonAlain Guibert points out that ESC]P sequences were...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-19 jacobAt last, a fix for `large-clipboard-crash'.
2006-02-18 jacobPointer type correction in term_clrsb().
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-01-10 owenFix zero-rows-cols-crash
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-11-02 jacobWhen a userpass interaction has finished, make sure...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-08 simonFailed to call set_erase_char() after processing SCO...
2005-10-03 simonUTF-8 processing was discarding a valid character which...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-19 jacobPull out parsing of ^C style strings from the terminal...
2005-04-01 jacob#ifdef out expensive combining-character/scrollback...
2005-03-23 jacob`wcwidth-upgrade': upgrade to latest wcwidth.c from...
2005-03-22 jacobAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-03-06 jacobFix sense of test in previous checkin :)
2005-03-06 simonI'm sick and tired of the persistent reports of lineptr...
2005-02-19 benCorrect some comments based on feedback from Thomas...
2005-01-22 benExplicitly ignore SCI rather than translating it into...
2005-01-18 owenThe terminal reengineering of r4609 left an unused...
2004-12-22 simonIn my revamp of cursor handling I had assumed that...
2004-12-17 simonI _think_ I've just fixed `font-overflow'. term->dispte...
2004-12-17 simonDivide the do_paint() loop into several subloops. The...
2004-12-17 simonI had apparently broken wrapping of double-width charac...
2004-12-16 jacobAbe Crabtree complains that flushing the log file as...
2004-12-01 simonterm_bidi_cache_store() now has a need to distinguish...
2004-11-30 simonFix large memory leak introduced in the r4915 bidi...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-28 simonCursor position, selection highlights and mouse clicks...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-22 simonFix typo in term_size(), flagged by a Dr Watson log...
2004-11-09 simonDJSD requests a force-monochrome option for users who...
2004-10-16 simonFix bug in scrollback compression, which manifested...
2004-10-15 simonFix two memory leaks in the new code. (There's no point...
2004-10-15 simonAdd missing check_boundary() calls in destructive backs...
2004-10-15 simonA combining character on U+0020 SPACE stops it from...
2004-10-15 simonMark the trial decompress in every call to compressline...
2004-10-15 simonDon't forget to flush the bidi cache when the user...
2004-10-15 simonStore line widths in the bidi cache, so we don't fail...
2004-10-15 simonFix many bugs in resizeline().
2004-10-15 simonFix applying combining characters to double-width chara...
2004-10-15 simonFix Windows redraw problem on RH half of wrapped lines...
2004-10-15 simonI broke ordinary line wrapping as a result of retiring...
2004-10-15 simonFix cursor display on a combined character cell.
2004-10-15 simonMark cc_check() and all calls to it with the new
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonFix segfaults in terminal resizing, introduced by re...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-08-12 jacobFlush the logfile reasonably frequently in `printable...
2004-07-20 simonWe shouldn't reference off the end of the display line...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2004-03-10 owenMake `Copy all to Clipboard' copy all non-empty lines...
2004-01-17 simonVarious uninitialised-variable accesses picked up by...
2003-10-12 jacobRemove all the "assert(len>0)" which forbade zero-lengt...
2003-07-05 owenConsider bells as a display event.
2003-06-21 benImprove SCOANSI emulation: The colours that SGR 0...
2003-06-21 benAdd comments to case statements containing the mnemonic...
2003-06-15 benSupport for more SCO ANSI escape sequences:
2003-05-27 simonExperimental change in the behaviour of `disable altern...
2003-05-10 simonShould fix Debian bug #192674: another gcc complaint...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
next