Run entire source base through GNU indent to tidy up the varying
[u/mdw/putty] / windlg.c
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 simonAdd two more ghastly function key options. WE HAVE...
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 simonThe About box now contains a button that starts up...
2001-04-09 simonDefault handling of VT100 line drawing characters in...
2001-03-14 simonAES should have accelerator s, not a, to avoid a clash
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-02 simonJacob's fixes for the Event Log
2001-02-27 simonOops, that broke Telnet negotiation display. Fix tabsto...
2001-02-27 simonTimestamp every line of the Event Log. The primary...
2001-02-05 simonModifications to the new Close On Exit option:
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-02-05 simonVarious bug/warning fixes from Jacob
2001-02-01 simonShrink the keepalive-timeout box so the text beside...
2001-02-01 simonAvoid mallocing zero bytes in the event log Copy proces...
2001-01-26 simonJacob's patch to fix all the accelerators. AGAIN.
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 simonRoman Pompejus's suggestion: do sensible things with...
2001-01-23 simonRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 simonWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-22 simonJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
2001-01-22 simonAdd a title to the Tunnels panel
2001-01-22 simonTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 simonMake sure it's SSH, and not Rlogin, which gets omitted...
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...
next