Rationalise access to, and content of, backends[] array.
[u/mdw/putty] / windows / window.c
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-02-25 jacobSince r7265, a user could not launch a PuTTY session...
2007-02-18 jacobCtrl-Break now sends a Break signal (previously it...
2007-02-17 jacobUnbreak "Duplicate session" on Windows, in a similar...
2007-02-16 simonr7265 broke the legacy `putty @sessionname' constructio...
2007-02-10 simonAvoid launching a session from the Default Settings...
2007-01-26 simonKai Jourdan spotted a rather embarrassing double-free...
2007-01-24 simonThe direct link between the terminal and the back end via
2007-01-16 simonUpdate WINVER to 0x500 to avoid build failures from...
2007-01-16 jacobAt least, I have the technology to fix `beepind-win2k'.
2007-01-10 jacobAccording to Frank Dijcks, this cast makes OpenWatcom...
2007-01-09 simonGet rid of all the MSVC warnings.
2007-01-07 simonReinstate RDB's pending_netevent mechanism, which was...
2006-12-17 simonInitial support for HTML Help. All the ad-hoc help...
2006-11-18 simonReinstate as much of the Windows font-linking behaviour...
2006-09-21 simonFix breakage of `Restart Session' in r6802. When restar...
2006-08-29 simonThe Windows HANDLE type, despite being a `void *',...
2006-08-28 simonApparently MsgWaitForMultipleObjects doesn't always...
2006-08-28 simonMissed a couple of instances of cfg_launchable().
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-26 simonStart using notify_remote_exit() in the Windows front...
2006-08-25 simonNew piece of Windows infrastructure: winhandl.c takes...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-29 owenUpdate size when going from maximised to full screen.
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-25 jacobAlain Guibert points out that palette changes weren...
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 jacobOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 jacobUsers of Virtual Dimension are reporting that the ...
2006-01-27 jacobSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 owenDon't explicitly open the logfile on startup; it'll...
2006-01-11 owenConfigurable font quality on Windows. (Together with...
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-13 benFix 256-colours-match-xterm, based on 256colres.pl...
2005-08-10 jacobBen Rudiak-Gould points out that we should be using...
2005-06-09 jacob"SanskritFritz" points out that digits at the start...
2005-05-21 jacobUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-03-30 simonFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-23 jacobAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 jacobFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-21 jacobHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 jacobImprovement for IME font display from Hung-Te Lin.
2005-03-20 jacobAdd comments about default processing in DialogProc...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-17 simonHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-15 owenAdd protection against multiple Change Settings dialogues.
2005-03-08 jacobBen Hutchings reports that new PuTTY instances created...
2005-03-01 jacobUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 jacobAdd context help to a couple of message boxes. Unfortun...
2005-02-20 jacobChange "are you sure you want to close this window...
2005-02-16 jacobMinor reorganisations to WinHelp support. (Done as...
2005-02-15 jacobThe Windows host key dialogs now have a `Help' button...
2005-02-15 jacobAdd a couple of other sensible button defaults in Messa...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 simonStray // comments.
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-19 jacobRestore border around terminal to default background...
2004-12-19 jacobCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-11-29 owenNitpick, close bracket.
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonChanges in startup order to ensure any subsystem which...
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-16 simonNow that we have Subversion's file renaming ability...