Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / settings.c
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-22 simonYikes - saving of Default Settings must have been broke...
2003-03-15 simonMissed a couple of the Unix-specific settings out of...
2003-03-06 simonRichard B's patch to push erased text into the scrollba...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 simonOf course, that cleanup I did earlier in which I ration...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-22 simonNext instalment of the Great Incompatible Defaults...
2003-01-18 benSupport for saving sessions on the Mac. This is slight...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-02 simonA couple of X forwarding fixes for Unix Plink. Firstly...
2002-12-30 benAdd an "open" command to the "file" (now "session"...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonStop proxying connections to localhost by default;...
2002-11-25 benMake the default font on Mac OS be Monaco 9 rather...
2002-11-19 benTentative merge of ben-mac-port (only dead for three...
2002-11-17 benApple's C compilers don't think that putting parenthese...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-28 simonCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-16 simonTemporarily change the default for cut-and-paste of...
2002-10-16 simonOops, forgot to add BoldFont to the settings module.
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonDeal with the warnings generated when passing a pointer...
2002-10-14 simonBell overload was working in principle, but wasn't...
2002-10-13 simonThe Great Defaults Change (and about time too)! SSH...
2002-10-10 simonStop hard-coding a nonstandard font. We now default...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-09-26 simonAdd a new SSH2 bug: some servers apparently claim to...
2002-09-08 simonIntroduce the Bugs control panel, for overriding PuTTY...
2002-03-27 simonUpdates to proxy support, both from me and from Justin...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
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 simonAdd the Features panel, allowing you to disable a bunch...
2001-12-29 simonAdd a configurable option to make Return in Telnet...
2001-12-29 simonJordan Russell's patch (again): a couple of registry...
2001-12-15 simonAdd the remote counterpart for the `local port forwardi...
2001-12-11 simonDisable username switching between SSH2 auth attempts...
2001-11-29 simonOops - check the _rest_ of the SSH2 DES patch back...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-29 simonMake keyboard-interactive authentication configurable...
2001-11-23 simonEnsure we ignore a hostname in Default Settings, if...
2001-11-13 simonModify a comment to try to remind myself that the ...
2001-11-07 simonImplement writing RTF to the clipboard (off by default...
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-17 simonWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 simonRevamp the window-resize behaviour UI so there are...
2001-09-18 simonReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 simonThree more patches from RDB: one to make Atomica work...
2001-09-13 simonChristopher Allene's patch for going full-screen on...
2001-09-07 simonPatch from RDB: in the case where the protocol read...
2001-09-07 simonJacob's patch to cause Shift to return to copy-and...
2001-09-05 simonUnicode cleanup phase 2: we now reintroduce the ability...
2001-08-28 simonFix various small compiler warnings, mostly unused...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 simonFiddle with the registry format so that backwards compa...
2001-08-25 simonJacob's patch for a drag-list to select SSH ciphers...
2001-08-12 simonFirst phase of Unicode polishing: replace the edit...
2001-08-08 simonSSH port forwarding! How cool is that?
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 patch to allow special keys (^C, ^Z, Delete...
2001-05-09 simonFrom RDB: telnet can now start up in passive mode,...
2001-05-09 simonWe can now save the protocol and port number in Default...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 simonThe bell overload times are now measured in millisecond...
2001-04-16 simonRoman Pompejus's patch to allow you to automatically...
2001-04-14 simonBell can now play an arbitrary sound file.
2001-04-13 simonNew improved bell handling. Choice between visual and...
2001-04-09 simonKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 simonWe can now configure the terminal's answerback string...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-12 simonFinally fixed the point/pixel confusion in font handlin...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-01 simonStop accidental subsystem attempts
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 simonKeepalives are now in seconds not minutes
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 simonAdd support for Always On Top. Patch due to Janes ...
2000-10-25 simonGaaah, I might have known. Split combined app cursor...
2000-10-24 simonAdd configurable option to disable application keypad...
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 simonPut back the code that ensures "Default Settings" is...
next