]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - terminal.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / terminal.c
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-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...
2004-12-22 Simon TathamIn my revamp of cursor handling I had assumed that...
2004-12-17 Simon TathamI _think_ I've just fixed `font-overflow'. term->dispte...
2004-12-17 Simon TathamDivide the do_paint() loop into several subloops. The...
2004-12-17 Simon TathamI had apparently broken wrapping of double-width charac...
2004-12-16 Jacob NevinsAbe Crabtree complains that flushing the log file as...
2004-12-01 Simon Tathamterm_bidi_cache_store() now has a need to distinguish...
2004-11-30 Simon TathamFix large memory leak introduced in the r4915 bidi changes.
2004-11-28 Simon TathamImplement xterm 256-colour mode.
2004-11-28 Simon TathamCursor position, selection highlights and mouse clicks...
2004-11-27 Simon TathamSlight improvement to cursor blink timing: since the...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-22 Simon TathamFix typo in term_size(), flagged by a Dr Watson log...
2004-11-09 Simon TathamDJSD requests a force-monochrome option for users who...
2004-10-16 Simon TathamFix bug in scrollback compression, which manifested...
2004-10-15 Simon TathamFix two memory leaks in the new code. (There's no point...
2004-10-15 Simon TathamAdd missing check_boundary() calls in destructive backs...
2004-10-15 Simon TathamA combining character on U+0020 SPACE stops it from being
2004-10-15 Simon TathamMark the trial decompress in every call to compressline...
2004-10-15 Simon TathamDon't forget to flush the bidi cache when the user...
2004-10-15 Simon TathamStore line widths in the bidi cache, so we don't fail...
2004-10-15 Simon TathamFix many bugs in resizeline().
2004-10-15 Simon TathamFix applying combining characters to double-width chara...
2004-10-15 Simon TathamFix Windows redraw problem on RH half of wrapped lines...
2004-10-15 Simon TathamI broke ordinary line wrapping as a result of retiring...
2004-10-15 Simon TathamFix cursor display on a combined character cell.
2004-10-15 Simon TathamMark cc_check() and all calls to it with the new
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamFix segfaults in terminal resizing, introduced by re...
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
2004-08-12 Jacob NevinsFlush the logfile reasonably frequently in `printable...
2004-07-20 Simon TathamWe shouldn't reference off the end of the display line...
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2004-03-10 Owen DunnMake `Copy all to Clipboard' copy all non-empty lines...
2004-01-17 Simon TathamVarious uninitialised-variable accesses picked up by...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-07-05 Owen DunnConsider bells as a display event.
2003-06-21 Ben HarrisImprove SCOANSI emulation: The colours that SGR 0...
next