Sprinkle some header comments in various files in an attempt to explain what
[u/mdw/putty] / terminal.c
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...
2003-04-12 simonMid-session BCE reconfiguration wasn't taking effect...
2003-04-12 simonDisable window title reporting by default, since it...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-29 simonFix off-by-one in selection update while scrolling...
2003-03-27 benDECCOLM fix, take 2. It turns out that my last fix...
2003-03-26 benRevert last change. It seems to cause crashes when...
2003-03-26 benDECCOLM should clear the screen and home the cursor...
2003-03-07 simonRichard B's patch for resize behaviour. The scrollback...
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 benMake save_scroll() static.
2003-02-01 simonFix the gcc warnings in this module (since we now seem...
2003-02-01 benRichard's lazy-scrolling patch. This builds up scroll...
2003-01-30 simonYet more fallout from the 16-colour changes. I think...
2003-01-28 simonAhem, and restore the missing & from that checkin....
2003-01-28 simonOh, _that's_ why that `if' had the sense it did. Good...
2003-01-28 benSecurity fascists might claim that logging every keypre...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonBlinking text was broken on pterm. This should fix it.
2003-01-27 benFirst attempt at a platform-independent keyboard handle...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2003-01-08 simonWe just got mailed a Dr Watson log which suggests I...
2003-01-02 simonCJK cleanups. Correct handling when the cursor is cover...
2002-12-31 simonSCO ACS part 2 (ESC[12m) apparently puts the top half...
2002-12-29 benPut prototypes for the functions exported by wcwidth...
2002-12-29 benMake resizeline() and lineptr() static and give them...
2002-12-18 simonPlacate a trivial compiler warning.
2002-11-29 benImprove support for non-colour displays by adding a...
next