]> asedeno.scripts.mit.edu Git - PuTTY.git/history - terminal.c
first pass
[PuTTY.git] / terminal.c
2016-11-17 Simon TathamMake ESC[3J (clear scrollback) a disableable escape...
2016-06-27 Simon Tathamclip_addchar: merge memory-management performance fix.
2016-06-27 Jeff WestfahlSpeed up clipboard copies.
2016-05-03 Simon TathamSend the IUTF8 terminal mode in SSH "pty-req"s.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisCheck the x argument to check_boundary() more carefully.
2015-10-28 Ben HarrisMore robust control sequence parameter handling.
2015-10-28 Ben HarrisFuzzable terminal emulator.
2015-10-27 Ben HarrisCheck the x argument to check_boundary() more carefully.
2015-10-27 Ben HarrisMore robust control sequence parameter handling.
2015-09-28 Simon TathamMake 'extend selection' mouse button work again.
2015-09-03 Simon TathamIgnore mouse events that didn't start with a click.
2015-09-02 Simon TathamFix assertion failure in xterm mouse tracking.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamDon't output negative numbers in the ESC[13t report.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-03-07 Simon TathamDon't output negative numbers in the ESC[13t report.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-07-24 Simon TathamTruncate all terminal lines when we clear scrollback.
2014-07-23 Simon TathamPreserve truncated parts of terminal lines after a resize.
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-01-25 Simon TathamDon't unconditionally reset scrollback on certain escap...
2013-11-25 Simon TathamFix interaction of insch() with selection highlights.
2013-09-15 Simon TathamRemove the timed part of the terminal paste mechanism.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-03-10 Simon TathamFix a bug in which terminal output received from the...
2013-01-23 Simon TathamPatch from Egmont Koblinger to implement two extended...
2012-12-17 Simon TathamAdd a bounds check in the word-by-word selection code...
2012-09-23 Simon TathamClip the 'lines' parameter to scroll() at the size...
2012-09-18 Ben HarrisTwo related changes to timing code:
2012-08-30 Simon TathamMemory leak fixes reported by Balazs Domjan.
2012-07-18 Owen DunnRemove term_key, which was intended to handle function...
2012-04-22 Simon TathamPatch from Robert de Bath to ifdef out the Windows...
2012-02-19 Simon TathamPatch from Matsui Nag to implement xterm's "bracketed...
2012-02-17 Simon TathamPatch from Yoshida Masato to fill in the missing pieces...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-09-13 Simon TathamIn term_init(), copy stuff out of the conf _before_ calling
2011-07-16 Simon TathamFix display of VT100 vertically-offset horizontal line...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-05-07 Simon TathamFixes (mostly from Colin Watson, a couple redone by...
2011-03-01 Jacob NevinsAdd some "#ifdef OPTIMISE_SCROLL" scar tissue to placat...
2010-12-07 Simon TathamMore sensible (and also more idiomatic) bounds checking...
2010-04-23 Simon TathamNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2009-03-24 Simon TathamSupport in the cross-platform code for translating...
2009-01-11 Ben HarrisArguments to ctype functions are required to be either...
2008-12-20 Jacob Nevins"Derek" reports that the DECSLPP report of window-size...
2008-12-20 Jacob NevinsCosmetic: clarify that term->xterm_mouse is not boolean...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2008-03-07 Simon TathamFix a cursor positioning infelicity.
2007-10-27 Jacob NevinsReset mouse reporting mode as part of resetting the...
2007-09-03 Ben HarrisSuggest another ttymode we could usefully set automatic...
2007-08-04 Ben Harris"CR implies LF" patch, based on one from Paul Coldrey.
2007-01-24 Simon TathamThe direct link between the terminal and the back end via
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2006-12-31 Jacob NevinsPatch inspired by one from Daniel Silverstone in Debian...
2006-09-05 Jacob NevinsCSI 3 J now clears the scrollback, as in xterm.
2006-08-15 Simon TathamEr, ahem. Other half of r6788. :-/
2006-08-15 Simon TathamAha! At long last I've managed to reproduce the intermi...
2006-06-11 Jacob NevinsDo not send raw mouse events in the middle of a selecti...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-03-12 Simon TathamFix inadvertent O(N^2) loop within do_paint() which I just
2006-02-20 Simon TathamAlain Guibert points out that ESC]P sequences were...
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-19 Jacob NevinsAt last, a fix for `large-clipboard-crash'.
2006-02-18 Jacob NevinsPointer type correction in term_clrsb().
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-01-10 Owen DunnFix zero-rows-cols-crash
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-11-02 Jacob NevinsWhen a userpass interaction has finished, make sure...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-08 Simon TathamFailed to call set_erase_char() after processing SCO...
2005-10-03 Simon TathamUTF-8 processing was discarding a valid character which...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-19 Jacob NevinsPull out parsing of ^C style strings from the terminal...
2005-04-01 Jacob Nevins#ifdef out expensive combining-character/scrollback...
2005-03-23 Jacob Nevins`wcwidth-upgrade': upgrade to latest wcwidth.c from...
2005-03-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-06 Jacob NevinsFix sense of test in previous checkin :)
2005-03-06 Simon TathamI'm sick and tired of the persistent reports of lineptr...
2005-02-19 Ben HarrisCorrect some comments based on feedback from Thomas Dickey.
2005-01-22 Ben HarrisExplicitly ignore SCI rather than translating it into...
2005-01-18 Owen DunnThe terminal reengineering of r4609 left an unused...
next