Experimental Rlogin support, thanks to Delian Delchev. Local flow
[u/mdw/putty] / windlg.c
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 simonKeepalives are now in seconds not minutes
2001-01-17 simonTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 simonIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 simonEnable explicit changing of the window title after...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2001-01-07 simon`Change Settings' now behaves sensibly w.r.t. window...
2001-01-07 simonApply `getservbyname' to the Port Number field in case...
2001-01-07 simonMake the colour list failsafe. Patch due to Robert...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-11-21 simonPatch from Robert de Bath: blank the saved-session...
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-25 simonFix control ID bug causing rogue Appearance title bars...
2000-10-24 simonAdd configurable option to disable application keypad...
2000-10-24 simonRemove a rogue diagnostic
2000-10-24 simonAdd the Appearance panel and reorganise things a bit
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonThree new configurable options:
2000-10-20 simonRename "Stored Sessions" to "Saved Sessions" for consis...
2000-10-20 simonSome better IDC_* names for the controls on the Colours...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 simonImplement a much more visually appealing, but much...
2000-10-12 simonAdd a config option to emulate the HMAC bug in commerci...
2000-10-12 simonStop the SSH panel appearing in PuTTYtel
2000-10-10 simonTrivial bug with the function-key radio buttons
2000-10-10 simonNow when a saved session is loaded, its name appears...
2000-10-10 simonMove initialisation of the saved session box outside...
2000-10-10 simonRename IDC_FUNCTILDE from "VT400" to "ESC[n~" because...
2000-10-09 simonAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 simonWork around horrifyingly nonportable use of unions...
2000-10-09 simonAbandon the tab control in favour of a tree view
2000-10-09 simonRobert de Bath's big patch:
2000-10-09 simonRemove the hierarchical dialog structure
2000-10-06 simonFix sorting of saved sessions list box so Default Setti...
2000-10-06 simonStop throwing out the Connection panel during midsessio...
2000-10-06 simonCreate settings.c and move the load/save session code...
2000-10-06 simonMove omission of SSH protocol setting in PuTTYtel into...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 simonMistaken identity in sesssaver() was breaking saved...
2000-10-06 simonTighten up use of "static" throughout. Module-internal...
2000-10-06 simonLocalise control IDs in each dialog procedure, for...
2000-10-06 simonAdd LBS_STANDARD on saved session list box, so you...
2000-10-05 simonRevamp the auto-layout of PuTTY configuration box contr...
2000-10-02 simonAbility to specify a remote command in PuTTY proper
2000-10-02 simonAdd ability to configure the initial window title
2000-09-29 simonFix a very old bug nobody ever noticed: multiple About...
2000-09-28 simonWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 simonFinish creating the storage.h abstraction and winstore...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-25 simonImplement "putty -cleanup"
2000-09-22 simonEnable copying the Event Log
2000-09-22 simonMake the Event Log scroll down when more things appear...
2000-09-22 simonEnable better build-time flexibility over which WinSock...
2000-09-22 simonClosing the About box now returns focus to the config...
2000-09-22 simonSaved-session name box now persists over panel switches
2000-09-15 simonConfiguration option for agent forwarding
2000-09-11 simonAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-08 simonplink can now execute a specific command instead of...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-06-24 simonMake beep optional - thanks to Antal Novak
2000-06-23 simonFix subtle problem with scp protocol/port selection
2000-04-26 simonEnvironment settings were broken. Fix due to Andros...
2000-03-17 simonPatch to RDB's blinking cursor: make it configurable...
2000-03-17 simonRDB's patch: thanks to improvements in OEMANSI font...
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
1999-11-22 simonCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 simonAdd ISO-8859-2 / Win-1250 char set translation
1999-11-09 simonAdded local-editing line discipline to make raw backend...
1999-11-09 simonChanges from executor:
1999-11-08 simonAdd TIS authentication option
1999-11-08 simonOleg Panashchenko's Cyrillic support patch
1999-11-05 simonWarn-on-close is now configurable off
1999-11-01 simonMark Baker's raw-TCP back end (untested and experimenta...
1999-10-28 owenAdded saved sessions submenu from system menu.
1999-10-27 simonAdd the ability to do ssh by default: using -ssh comman...
1999-10-25 simonSingle-DES encryption, patch courtesy of Murphy Lam
1999-10-22 simonSilly error in loading Default Settings - reset port...
1999-07-20 simonJimen Ching's patches to remove compiler warnings
1999-07-16 simonRemove double close of registry key
1999-07-06 simonAdd encryption selection, and Blowfish as second option
1999-07-05 simonImprove error handling in registry code
1999-02-20 simonUse different window procedures for the About box and...
1999-02-18 simonUse SetCapture() to fix the problem with double-clicks...
1999-02-09 simonFix various segfaults and heap trashes. Thanks to Andre...
1999-02-09 simonAdded automatic version distinguishing code, to differe...
1999-01-15 simonAdd SSH don't-allocate-pty option, and corresponding...
1999-01-08 simonJohn Sullivan's patches plus more fixes:
1999-01-08 simonInitial checkin: beta 0.43