New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / terminal.c
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...
2002-11-23 benFix a bug in scroll_display(): when the scrolled region...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-23 benBring in some of my scroll-optimisation stuff from...
2002-11-18 benWhen processing input, refer to CR and LF as \015 and...
2002-11-17 benChange a temporary buffer from unsigned chars to chars...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-10-28 simonterminal.c should call the frontend beep() routine...
2002-10-28 simonAnother deglobalisation bug: failed to initialise term...
2002-10-26 simonRetire another global in favour of adding a feature...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonThanks to Richard B for pointing out that xterm has...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonFixes to terminal.c to support blinking and visual...
2002-10-14 simonOnly engage a GTK idle function when absolutely necessa...
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 simonBegin destabilisation in the wake of 0.53! This checkin...
2002-03-09 simonANSI remote printer support. Raw mode only.
2002-03-09 simonWell, there was bound to be one I'd forgotten: the...
2002-03-06 simonOops. I wrote in the docs that no-remote-resize also...
2002-03-06 simonAdd the Features panel, allowing you to disable a bunch...
2002-03-02 simonThe `wrapnext' flag should be saved and restored with...
2002-03-01 simonfrom_backend() should always be called with len > 0...
2002-01-08 simonPatch from RDB: the ESC[8...t resize sequence and the...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-11-25 simonAdd support for most of the ESC[<low number>t sequences...
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-30 simonWord-by-word (double-click) selection now spans line...
2001-10-28 simonFix silly scrolling-vs-selection bug: if you selected...
next