]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windlg.c
Rethink the whole line discipline architecture. Instead of having
[PuTTY.git] / windlg.c
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-24 Simon TathamAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 Simon TathamRoman Pompejus's suggestion: do sensible things with...
2001-01-23 Simon TathamRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 Simon TathamWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-22 Simon TathamJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
2001-01-22 Simon TathamAdd a title to the Tunnels panel
2001-01-22 Simon TathamTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 Simon TathamMake sure it's SSH, and not Rlogin, which gets omitted...
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
2001-01-17 Simon TathamTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 Simon TathamEnable explicit changing of the window title after...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2001-01-07 Simon Tatham`Change Settings' now behaves sensibly w.r.t. window size.
2001-01-07 Simon TathamApply `getservbyname' to the Port Number field in case it's
2001-01-07 Simon TathamMake the colour list failsafe. Patch due to Robert de Bath
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-11-21 Simon TathamPatch from Robert de Bath: blank the saved-session...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 Simon TathamAdd support for Always On Top. Patch due to Janes ...
2000-10-25 Simon TathamGaaah, I might have known. Split combined app cursor...
2000-10-25 Simon TathamFix control ID bug causing rogue Appearance title bars...
2000-10-24 Simon TathamAdd configurable option to disable application keypad...
2000-10-24 Simon TathamRemove a rogue diagnostic
2000-10-24 Simon TathamAdd the Appearance panel and reorganise things a bit
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 TathamRename "Stored Sessions" to "Saved Sessions" for consis...
2000-10-20 Simon TathamSome better IDC_* names for the controls on the Colours...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 Simon TathamImplement a much more visually appealing, but much...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-12 Simon TathamStop the SSH panel appearing in PuTTYtel
2000-10-10 Simon TathamTrivial bug with the function-key radio buttons
2000-10-10 Simon TathamNow when a saved session is loaded, its name appears in the
2000-10-10 Simon TathamMove initialisation of the saved session box outside...
2000-10-10 Simon TathamRename IDC_FUNCTILDE from "VT400" to "ESC[n~" because...
2000-10-09 Simon TathamAdd ISO8859-2 / CP852 translation courtesy of Jaromir...
2000-10-09 Simon TathamWork around horrifyingly nonportable use of unions...
2000-10-09 Simon TathamAbandon the tab control in favour of a tree view
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-09 Simon TathamRemove the hierarchical dialog structure
2000-10-06 Simon TathamFix sorting of saved sessions list box so Default Setti...
2000-10-06 Simon TathamStop throwing out the Connection panel during midsessio...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamMove omission of SSH protocol setting in PuTTYtel into...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 Simon TathamMistaken identity in sesssaver() was breaking saved...
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-06 Simon TathamLocalise control IDs in each dialog procedure, for...
2000-10-06 Simon TathamAdd LBS_STANDARD on saved session list box, so you...
2000-10-05 Simon TathamRevamp the auto-layout of PuTTY configuration box contr...
2000-10-02 Simon TathamAbility to specify a remote command in PuTTY proper
2000-10-02 Simon TathamAdd ability to configure the initial window title
2000-09-29 Simon TathamFix a very old bug nobody ever noticed: multiple About...
2000-09-28 Simon TathamWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 Simon TathamFinish creating the storage.h abstraction and winstore...
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-25 Simon TathamImplement "putty -cleanup"
2000-09-22 Simon TathamEnable copying the Event Log
2000-09-22 Simon TathamMake the Event Log scroll down when more things appear...
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamClosing the About box now returns focus to the config...
2000-09-22 Simon TathamSaved-session name box now persists over panel switches
2000-09-15 Simon TathamConfiguration option for agent forwarding
2000-09-11 Simon TathamAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-08 Simon Tathamplink can now execute a specific command instead of...
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
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-23 Simon TathamFix subtle problem with scp protocol/port selection
2000-04-26 Simon TathamEnvironment settings were broken. Fix due to Andros Tantas
2000-03-17 Simon TathamPatch to RDB's blinking cursor: make it configurable...
2000-03-17 Simon TathamRDB's patch: thanks to improvements in OEMANSI font...
2000-03-15 Simon TathamFirst stab at the ability to compile puttytel.exe,...
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 Simon TathamAdd ISO-8859-2 / Win-1250 char set translation
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...
1999-11-09 Simon TathamChanges from executor:
1999-11-08 Simon TathamAdd TIS authentication option
1999-11-08 Simon TathamOleg Panashchenko's Cyrillic support patch
1999-11-05 Simon TathamWarn-on-close is now configurable off
1999-11-01 Simon TathamMark Baker's raw-TCP back end (untested and experimenta...
1999-10-28 Owen DunnAdded saved sessions submenu from system menu.
1999-10-27 Simon TathamAdd the ability to do ssh by default: using -ssh comman...
1999-10-25 Simon TathamSingle-DES encryption, patch courtesy of Murphy Lam
1999-10-22 Simon TathamSilly error in loading Default Settings - reset port...
1999-07-20 Simon TathamJimen Ching's patches to remove compiler warnings
1999-07-16 Simon TathamRemove double close of registry key
1999-07-06 Simon TathamAdd encryption selection, and Blowfish as second option
1999-07-05 Simon TathamImprove error handling in registry code
1999-02-20 Simon TathamUse different window procedures for the About box and...
1999-02-18 Simon TathamUse SetCapture() to fix the problem with double-clicks...
1999-02-09 Simon TathamFix various segfaults and heap trashes. Thanks to Andre...
1999-02-09 Simon TathamAdded automatic version distinguishing code, to differe...
1999-01-15 Simon TathamAdd SSH don't-allocate-pty option, and corresponding...
next