]> asedeno.scripts.mit.edu Git - PuTTY.git/history - terminal.c
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / terminal.c
2004-10-24 Simon TathamBack out Arabic on the 0.56 branch (patch precisely...
2004-10-24 Simon TathamI've started an 0.56 release branch from just before...
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...
2003-06-21 Ben HarrisAdd comments to case statements containing the mnemonic...
2003-06-15 Ben HarrisSupport for more SCO ANSI escape sequences:
2003-05-27 Simon TathamExperimental change in the behaviour of `disable altern...
2003-05-10 Simon TathamShould fix Debian bug #192674: another gcc complaint about
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-12 Simon TathamMid-session BCE reconfiguration wasn't taking effect...
2003-04-12 Simon TathamDisable window title reporting by default, since it...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-11 Simon Tatham`Copy All' ought to de-highlight any existing selection...
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-29 Simon TathamFix off-by-one in selection update while scrolling...
2003-03-27 Ben HarrisDECCOLM fix, take 2. It turns out that my last fix...
2003-03-26 Ben HarrisRevert last change. It seems to cause crashes when...
2003-03-26 Ben HarrisDECCOLM should clear the screen and home the cursor...
2003-03-07 Simon TathamRichard B's patch for resize behaviour. The scrollback...
2003-03-06 Simon TathamRichard B's patch to push erased text into the scrollba...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Ben HarrisMake save_scroll() static.
2003-02-01 Simon TathamFix the gcc warnings in this module (since we now seem...
2003-02-01 Ben HarrisRichard's lazy-scrolling patch. This builds up scroll...
2003-01-30 Simon TathamYet more fallout from the 16-colour changes. I think...
2003-01-28 Simon TathamAhem, and restore the missing & from that checkin. Arrgh.
2003-01-28 Simon TathamOh, _that's_ why that `if' had the sense it did. Good...
2003-01-28 Ben HarrisSecurity fascists might claim that logging every keypre...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Simon TathamBlinking text was broken on pterm. This should fix it.
2003-01-27 Ben HarrisFirst attempt at a platform-independent keyboard handle...
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-12 Simon Tathamterm->cfg is now a full copy of the Config structure...
2003-01-08 Simon TathamWe just got mailed a Dr Watson log which suggests I...
2003-01-02 Simon TathamCJK cleanups. Correct handling when the cursor is cover...
2002-12-31 Simon TathamSCO ACS part 2 (ESC[12m) apparently puts the top half...
2002-12-29 Ben HarrisPut prototypes for the functions exported by wcwidth...
2002-12-29 Ben HarrisMake resizeline() and lineptr() static and give them...
2002-12-18 Simon TathamPlacate a trivial compiler warning.
2002-11-29 Ben HarrisImprove support for non-colour displays by adding a...
2002-11-23 Ben HarrisFix a bug in scroll_display(): when the scrolled region...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-23 Ben HarrisBring in some of my scroll-optimisation stuff from...
2002-11-18 Ben HarrisWhen processing input, refer to CR and LF as \015 and...
2002-11-17 Ben HarrisChange a temporary buffer from unsigned chars to chars...
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-10-28 Simon Tathamterminal.c should call the frontend beep() routine...
2002-10-28 Simon TathamAnother deglobalisation bug: failed to initialise term...
2002-10-26 Simon TathamRetire another global in favour of adding a feature to the
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamThanks to Richard B for pointing out that xterm has...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-16 Simon TathamOops - check in leftovers from yesterday's development...
2002-10-15 Simon TathamFixes to terminal.c to support blinking and visual...
2002-10-14 Simon TathamOnly engage a GTK idle function when absolutely necessa...
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Simon TathamBegin destabilisation in the wake of 0.53! This checkin...
2002-03-09 Simon TathamANSI remote printer support. Raw mode only.
2002-03-09 Simon TathamWell, there was bound to be one I'd forgotten: the...
2002-03-06 Simon TathamOops. I wrote in the docs that no-remote-resize also...
2002-03-06 Simon TathamAdd the Features panel, allowing you to disable a bunch...
2002-03-02 Simon TathamThe `wrapnext' flag should be saved and restored with...
2002-03-01 Simon Tathamfrom_backend() should always be called with len > 0...
2002-01-08 Simon TathamPatch from RDB: the ESC[8...t resize sequence and the...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-11-25 Simon TathamAdd support for most of the ESC[<low number>t sequences...
2001-10-31 Simon TathamRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-30 Simon TathamWord-by-word (double-click) selection now spans line...
2001-10-28 Simon TathamFix silly scrolling-vs-selection bug: if you selected...
2001-10-23 Simon TathamBetter robustness in visual bell timeouts: handling...
2001-10-12 Simon TathamD'oh, trivial typo which was completely breaking log...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-18 Simon Tathamterminal.c's from_backend() no longer calls term_out...
2001-09-18 Simon TathamFix flaky scrollbar update when scrollback was reset...
2001-09-18 Simon TathamSelection point movement on scroll should move selancho...
2001-09-15 Simon TathamThree more patches from RDB: one to make Atomica work...
2001-09-12 Simon TathamScrollback viewing position, and selection endpoints...
2001-09-09 Simon TathamRoman Pompejus's patch (heavily hacked) for parametric...
2001-09-08 Simon TathamJan Holmen Holsten's patch for drag-selects to scroll...
2001-09-07 Simon TathamRDB's session logging patch: due to some ghastly specia...
2001-09-07 Simon TathamJacob's patch to cause Shift to return to copy-and...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-06-23 Simon TathamRobert de Bath's implementation of ESC [ Z (backtab)
2001-05-21 Simon TathamOops - fixing the line-resizing segfault introduced a new
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
2001-05-19 Simon TathamSCO ACS patch from RDB. Apparently required for the...
next