]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/window.c
Initial support for HTML Help. All the ad-hoc help-file finding code
[PuTTY.git] / windows / window.c
2006-12-17 Simon TathamInitial support for HTML Help. All the ad-hoc help...
2006-11-18 Simon TathamReinstate as much of the Windows font-linking behaviour...
2006-09-21 Simon TathamFix breakage of `Restart Session' in r6802. When restar...
2006-08-29 Simon TathamThe Windows HANDLE type, despite being a `void *',...
2006-08-28 Simon TathamApparently MsgWaitForMultipleObjects doesn't always...
2006-08-28 Simon TathamMissed a couple of instances of cfg_launchable().
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-26 Simon TathamStart using notify_remote_exit() in the Windows front...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-03-29 Owen DunnUpdate size when going from maximised to full screen.
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-25 Jacob NevinsAlain Guibert points out that palette changes weren...
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-02-10 Jacob NevinsOops. Since r6546, old "Special Commands" menus weren...
2006-02-09 Jacob NevinsUsers of Virtual Dimension are reporting that the ...
2006-01-27 Jacob NevinsSomewhat gruesome tweak to use SetClassLongPtr where...
2006-01-25 Owen DunnDon't explicitly open the logfile on startup; it'll...
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-06-09 Jacob Nevins"SanskritFritz" points out that digits at the start...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-30 Simon TathamFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-23 Jacob NevinsAnother fix from Hung-Te Lin; apparently in some IMEs...
2005-03-22 Jacob NevinsFix my fix (r5539) to the `multi-changesettings-crash...
2005-03-21 Jacob NevinsHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 Jacob NevinsImprovement for IME font display from Hung-Te Lin.
2005-03-20 Jacob NevinsAdd comments about default processing in DialogProc...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-17 Simon TathamHung-Te Lin's fix for intermittent WM_PAINT problems.
2005-03-15 Owen DunnAdd protection against multiple Change Settings dialogues.
2005-03-08 Jacob NevinsBen Hutchings reports that new PuTTY instances created...
2005-03-01 Jacob NevinsUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 Jacob NevinsAdd context help to a couple of message boxes. Unfortun...
2005-02-20 Jacob NevinsChange "are you sure you want to close this window...
2005-02-16 Jacob NevinsMinor reorganisations to WinHelp support. (Done as...
2005-02-15 Jacob NevinsThe Windows host key dialogs now have a `Help' button...
2005-02-15 Jacob NevinsAdd a couple of other sensible button defaults in Messa...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamStray // comments.
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-19 Jacob NevinsRestore border around terminal to default background...
2004-12-19 Jacob NevinsCorrect number of configurable colours (NCFGCOLOURS...
2004-12-19 Jacob NevinsFix line cursor colours (fallout from `256-colours...
2004-11-29 Owen DunnNitpick, close bracket.
2004-11-28 Simon TathamImplement xterm 256-colour mode.
2004-11-27 Simon TathamChanges in startup order to ensure any subsystem which...
2004-11-27 Simon TathamSlight improvement to cursor blink timing: since the...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...