]> asedeno.scripts.mit.edu Git - PuTTY.git/history - terminal.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / terminal.c
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...
2001-05-19 Simon TathamFix from RDB: patch up mis-aimed fallthroughs in a terminal
2001-05-19 Simon TathamTerminal fix from RDB: probably didn't mean to compare...
2001-05-19 Simon TathamSmall terminal fix from RDB: CSI 1 K should erase the...
2001-05-17 Simon TathamReinstate the Shift-Ins paste behaviour, which was...
2001-05-17 Simon TathamFix the line-resizing bug in scroll(). (Thanks to RDB...
2001-05-14 Simon TathamScrollbar was failing to update when no scrollback...
2001-05-13 Simon TathamFix the sense of posdiff(), causing the extend-selectio...
2001-05-13 Simon TathamGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a few extra escape sequences seen in SCO...
2001-05-09 Simon TathamFix due to Robert de Bath: backspace should not cross line
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-05-06 Simon TathamWez Furlong's patch to add xterm mouse reporting and...
2001-05-03 Simon TathamRemove diagnostics and attempt to work around VC compil...
2001-05-02 Simon TathamExtra diagnostics in the hope that we can track down...
2001-04-28 Simon TathamThe bell overload times are now measured in millisecond...
2001-04-28 Simon TathamRemove stray diagnostics. When will I learn?
2001-04-28 Simon TathamImplement lazy horizontal resizing of screen and scroll...
2001-04-28 Simon TathamArrange that explicit visual bells performed using...
2001-04-17 Simon TathamTwo more small bugs introduced by the B-tree reorg...
2001-04-17 Simon TathamFix alternate-screen bugs introduced by move to B-trees...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamTerminal now uses unsorted counted tree234 as its basic...
2001-04-13 Simon TathamOops - remove rogue debug messages!
2001-04-13 Simon TathamNew improved bell handling. Choice between visual and...
2001-04-11 Simon TathamJordan Russell's patch to match the PuTTY cursor blink...
2001-04-09 Simon TathamWe can now configure the terminal's answerback string...
2001-04-09 Simon TathamDefault handling of VT100 line drawing characters in...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-17 Simon TathamThe `wrapnext' variable now states whether we _would_...
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 Simon TathamDisable logging completely if the user selects Cancel...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2000-11-24 Simon TathamCorrect pointer types in new clipme function
2000-11-21 Simon TathamRon Kuris's "copy everything to clipboard" patch
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamThree new configurable options:
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-20 Simon TathamRemember to update scrollbar when scrollback is reset
2000-10-10 Simon TathamTurn off paste-as-poorman for line drawing chars until...
2000-10-10 Simon TathamScroll regions of two lines are allowed
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-09-25 Simon TathamAdd an invisible System Caret for blind-helper-software...
2000-09-11 Simon TathamYet another pedantic fix for scroll margin setting :-)
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-06-24 Simon TathamMake beep optional - thanks to Antal Novak
2000-06-05 Simon TathamHack to work around the rootshell.com xterm DoS problem...
2000-03-17 Simon TathamPatch to RDB's blinking cursor: make it configurable...
2000-03-17 Simon TathamRDB's patch. Oodles of new terminal functionality,...
2000-03-11 Simon TathamRobert de Bath's patch: ARG_DEFAULT is now zero because...
2000-03-11 Simon TathamRobert de Bath's patch: be a little more careful of...
2000-03-11 Simon TathamRobert de Bath's patch: sort out once and for all the...
1999-12-09 Simon TathamOops - that unscroll stuff was a little broken...
1999-11-30 Simon TathamTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 Simon TathamOops - fix total idiocies in applying that patch
1999-11-30 Simon TathamRobert de Bath's multi-purpose patch, slightly modified.
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...
1999-11-08 Simon TathamOleg Panashchenko's Cyrillic support patch
1999-07-07 Simon TathamFix misparse of ESC[?9r sequence; I must find out what...
1999-03-11 Simon TathamAllow CSI 0;0r to set default scroll region (previously...
1999-01-22 Simon TathamImprove drag select (dragging outside LHS doesn't now... 0.45
1999-01-15 Simon TathamAdd SSH don't-allocate-pty option, and corresponding...
1999-01-15 Simon TathamFix breakage in window redraw
1999-01-08 Simon TathamJohn Sullivan's patches plus more fixes:
1999-01-08 Simon TathamInitial checkin: beta 0.43