Major destabilisation, phase 1. In this phase I've moved (I think)
[u/mdw/putty] / terminal.c
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...
2001-10-23 simonBetter robustness in visual bell timeouts: handling...
2001-10-12 simonD'oh, trivial typo which was completely breaking log...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-18 simonterminal.c's from_backend() no longer calls term_out...
2001-09-18 simonFix flaky scrollbar update when scrollback was reset...
2001-09-18 simonSelection point movement on scroll should move selancho...
2001-09-15 simonThree more patches from RDB: one to make Atomica work...
2001-09-12 simonScrollback viewing position, and selection endpoints...
2001-09-09 simonRoman Pompejus's patch (heavily hacked) for parametric...
2001-09-08 simonJan Holmen Holsten's patch for drag-selects to scroll...
2001-09-07 simonRDB's session logging patch: due to some ghastly specia...
2001-09-07 simonJacob's patch to cause Shift to return to copy-and...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-06-23 simonRobert de Bath's implementation of ESC [ Z (backtab)
2001-05-21 simonOops - fixing the line-resizing segfault introduced...
2001-05-19 simonRDB: fix various UTF-8 glitches.
2001-05-19 simonSCO ACS patch from RDB. Apparently required for the...
2001-05-19 simonFix from RDB: patch up mis-aimed fallthroughs in a...
2001-05-19 simonTerminal fix from RDB: probably didn't mean to compare...
2001-05-19 simonSmall terminal fix from RDB: CSI 1 K should erase the...
2001-05-17 simonReinstate the Shift-Ins paste behaviour, which was...
2001-05-17 simonFix the line-resizing bug in scroll(). (Thanks to RDB...
2001-05-14 simonScrollbar was failing to update when no scrollback...
2001-05-13 simonFix the sense of posdiff(), causing the extend-selectio...
2001-05-13 simonGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-10 simonRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 simonFrom RDB: a few extra escape sequences seen in SCO...
2001-05-09 simonFix due to Robert de Bath: backspace should not cross...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-05-06 simonWez Furlong's patch to add xterm mouse reporting and...
2001-05-03 simonRemove diagnostics and attempt to work around VC compil...
2001-05-02 simonExtra diagnostics in the hope that we can track down...
2001-04-28 simonThe bell overload times are now measured in millisecond...
2001-04-28 simonRemove stray diagnostics. When will I learn?
2001-04-28 simonImplement lazy horizontal resizing of screen and scroll...
2001-04-28 simonArrange that explicit visual bells performed using...
2001-04-17 simonTwo more small bugs introduced by the B-tree reorg...
2001-04-17 simonFix alternate-screen bugs introduced by move to B-trees...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonTerminal now uses unsorted counted tree234 as its basic...
2001-04-13 simonOops - remove rogue debug messages!
2001-04-13 simonNew improved bell handling. Choice between visual and...
2001-04-11 simonJordan Russell's patch to match the PuTTY cursor blink...
2001-04-09 simonWe can now configure the terminal's answerback string...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-17 simonThe `wrapnext' variable now states whether we _would_...
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 simonDisable logging completely if the user selects Cancel...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2000-11-24 simonCorrect pointer types in new clipme function
2000-11-21 simonRon Kuris's "copy everything to clipboard" patch
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonThree new configurable options:
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-20 simonRemember to update scrollbar when scrollback is reset
2000-10-10 simonTurn off paste-as-poorman for line drawing chars until...
2000-10-10 simonScroll regions of two lines are allowed
2000-10-09 simonRobert de Bath's big patch:
2000-10-09 simonMiscellaneous fixes to try to make other compilers...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-09-25 simonAdd an invisible System Caret for blind-helper-software...
2000-09-11 simonYet another pedantic fix for scroll margin setting :-)
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-06-24 simonMake beep optional - thanks to Antal Novak
2000-06-05 simonHack to work around the rootshell.com xterm DoS problem...
2000-03-17 simonPatch to RDB's blinking cursor: make it configurable...
2000-03-17 simonRDB's patch. Oodles of new terminal functionality,...
2000-03-11 simonRobert de Bath's patch: ARG_DEFAULT is now zero because...
2000-03-11 simonRobert de Bath's patch: be a little more careful of...
2000-03-11 simonRobert de Bath's patch: sort out once and for all the...
1999-12-09 simonOops - that unscroll stuff was a little broken...
1999-11-30 simonTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 simonOops - fix total idiocies in applying that patch
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-09 simonAdded local-editing line discipline to make raw backend...
1999-11-08 simonOleg Panashchenko's Cyrillic support patch
next