]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows
Update size when going from maximised to full screen.
[PuTTY.git] / windows /
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-27 Jacob NevinsBatch of miscellaneous tweaks to the Windows installer:
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-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
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 DunnVC6 doesn't define LONG_PTR
2006-01-11 Owen DunnConfigurable font quality on Windows. (Together with...
2006-01-08 Jacob NevinsIt's a new year.
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-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-10-04 Jacob Nevins`win-versioninfo': all builds of all Windows binaries...
2005-08-10 Jacob NevinsBen Rudiak-Gould points out that we should be using...
2005-06-19 Ben HarrisMove comment about ECHO and LINE input modes to a more...
2005-06-09 Jacob Nevins"SanskritFritz" points out that digits at the start...
2005-05-21 Jacob NevinsAdd NO_MANIFESTS option to Windows build, as the manife...
2005-05-21 Jacob NevinsUse {Get,Set}WindowLongPtr() instead of {Get,Set}Window...
2005-05-20 Jacob NevinsMinor memory leak spotted by Mikhail Kruk.
2005-05-05 Jacob NevinsImplement `bypass-ssh2-userauth', since from correspond...
2005-04-22 Jacob NevinsStir in process ID at start.
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-18 Jacob NevinsAdd a comment describing `dummyitem' in prefslist and...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-11 Jacob NevinsRetire winctrls.c:multiedit() in favour of a new simple...
2005-04-09 Jacob NevinsAdd WS_VSCROLL style to drop-down non-combo boxes,...
2005-04-07 Jacob NevinsTone down canonical-name resolution when using getaddri...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-04-06 Jacob Nevins`xp-wont-run': Apparently my application-manifest trims...
2005-04-05 Simon TathamVersion number and other tweakings prior to the 0.58... 0.58
2005-04-01 Simon Tathamsk_address_is_local() was ignoring the possibility...
2005-03-30 Simon TathamFurther fix for lcc-win32. The PuTTY suite now compiles...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
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-22 Jacob NevinsAdd an option to use wcwidth_cjk() instead of wcwidth...
2005-03-21 Jacob NevinsHung-Te Lin spotted that the `multi-changesettings...
2005-03-21 Jacob NevinsTrim application manifests as much as MS' documentation...
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-18 Simon TathamAfter we thaw a frozen socket, we apparently need to...
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-11 Jacob NevinsRetire MINGW32_FIX. It was a fix for a blatant bug...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-08 Jacob NevinsBen Hutchings reports that new PuTTY instances created...
2005-03-02 Jacob NevinsMore confusing "(BYTE *) & val" style punctuation.
2005-03-02 Jacob Nevinsnit: confusing punctuation
2005-03-01 Jacob NevinsUpdate Inno Setup script. Tested with IS 5.0.8 on Win98...
2005-03-01 Jacob NevinsVC didn't like PATH_MAX. Use MAX_PATH instead. (This...
2005-03-01 Jacob NevinsAdd context help to a couple of message boxes. Unfortun...
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-03-01 Jacob NevinsMove the MessageBox-with-help function out into winutil...
2005-02-28 Jacob NevinsMake things other than Pageant use request_file(),...
2005-02-28 Jacob NevinsFix for `pageant-dirhandle': a new wrapper functions...
2005-02-27 Jacob NevinsMove SaneDialogBox()/SaneEndDialog() from winmisc.c...
2005-02-27 Jacob NevinsImprove Pageant's error reporting for private key load...
2005-02-27 Jacob NevinsImprovements to PuTTYgen error reporting:
2005-02-26 Jacob NevinsPull out the common compiler-specific workarounds and...
2005-02-26 Jacob NevinsWe weren't correctly discounting "." and ".." when...
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2005-02-21 Jacob NevinsAhem. Fix my hostkey dialog fix so that storing the...
2005-02-20 Jacob NevinsChange "are you sure you want to close this window...
2005-02-20 Jacob NevinsOn Windows, MessageBoxIndirect() was sometimes failing...
2005-02-20 Simon TathamBump version numbers. (Forgot to do this _before_ dropp...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
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 NevinsMartin Radford points out that the default action for...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-14 Jacob NevinsMartin Prikryl points out that we weren't always initia...
2005-02-07 Jacob NevinsPetri Kero pointed out a FreeLibrary() call that should...
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-11 Simon TathamServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-08 Simon TathamFor local and dynamic port forwardings (i.e. the ones...
2005-01-08 Simon TathamCleanups to sk_namelookup(). In particular, it now...
2005-01-02 Simon TathamIt's a new year!
2004-12-31 Simon TathamA couple of people have pointed out that the local variable
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-28 Simon TathamAbility to save in mid-session! Simplest possible resol...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 Jacob NevinsFix potential access of freed data (only if we couldn...
next