Reinstate a piece of code accidentally removed in r9214, where Windows
[u/mdw/putty] / windows / window.c
2013-08-04 simonReinstate a piece of code accidentally removed in r9214...
2013-07-22 simonIncrease FONT_MAXNO from 0x2f to 0x40, to ensure the...
2013-07-22 simonCorrect an inequality sign causing the bounds check...
2013-07-22 simonAnother big batch of memory leak fixes, again mostly...
2013-07-20 simonSwitch to translating keystrokes using ToUnicodeEx...
2013-07-19 simonAdd a nonfatal() function everywhere, to be used for...
2012-12-04 simonPatch from Hideki Eiraku to make PuTTY call GetScrollIn...
2012-10-10 simonA user points out that we should free the 'hProcess...
2012-10-02 simonSumudu Fernando points out that in the big r9214 destab...
2012-09-18 benTwo related changes to timing code:
2012-06-09 simonIntroduce a third setting for the 'bold as colour'...
2012-05-13 simonFix from Robert de Bath which reorders the Windows...
2012-05-13 simonBug fix from Robert de Bath: since lpDx_maybe is always...
2012-04-22 simonPatch from Robert de Bath to ifdef out the Windows...
2012-02-17 simonPatch from Yoshida Masato to fill in the missing pieces...
2012-02-05 simonWM_SIZE/SIZE_MAXIMIZED can show up even during an inter...
2011-10-01 simonChange the semantics of 'FontSpec' so that it's a dynam...
2011-09-13 simonRevamp of EOF handling in all network connections,...
2011-07-20 simonFix 'Duplicate Session' on Windows, broken during the...
2011-07-18 simonReinstate a missing invocation of the FONT_QUALITY...
2011-07-17 jacobFix a typo in r9214 that plausibly explains a resizing...
2011-07-15 jacobWhen doing manual underlining, underline the text in...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-03-02 simonSet the 'must_close_session' flag at the end of close_s...
2010-12-30 simonStop general_textout() from trying to slice up the...
2010-12-29 simonRationalise the mechanism in do_text_internal for provi...
2010-12-29 jacobMove some not-compiled-in debug code somewhere more...
2010-12-29 simonFix segfault in general_textout with variable-pitch...
2010-12-29 simonSupport for using variable-pitch fonts for the terminal...
2010-12-29 simonThou shalt not suffer a misplaced apostrophe to live.
2010-12-27 simonFix resize handling when enabling and disabling full...
2010-12-23 simonSupport for Windows 7 jump lists (right-click on a...
2010-12-23 simonThe special treatment of Alt-resize (to cause resizing...
2010-12-23 simonAnother fix to yesterday's window-resizing revamp:...
2010-12-22 simonPay attention to the width and height provided in WM_SI...
2010-12-22 simonReorganise handling of WM_SIZE to fix two generality...
2010-09-13 simonCreate, and use for all loads of system DLLs, a wrapper...
2010-07-30 jacobA comment typo fix I've had lying around for a while.
2010-04-23 simonNew SSH bug flag, for 'can't handle SSH2_MSG_IGNORE...
2010-03-06 simonCentralise generation of the control sequences for...
2009-11-08 jacobUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2009-09-27 jacobRemove is_shift_pressed() -- it's not been used since...
2009-09-13 jacobIf there are no saved sessions, put a grayed "(No sessi...
2009-08-15 jacobKeep the state of the "Full Screen" menu item on the...
2009-01-21 simonDon't call ReleaseCapture() on any mouse-button-up...
2009-01-09 simonWeaken the assertion in general_textout(). It was faili...
2009-01-06 jacobRemove a couple of unused variables.
2008-12-29 jacobr8338 broke pasting with Shift-Ins and from the context...
2008-12-20 jacob"Derek" points out that reporting of wheel event coordi...
2008-11-28 simonMove the code that reads the Windows clipboard into...
2008-09-14 simonSome Windows keymaps, it turns out, don't translate...
2007-07-01 jacobRemove port number validation from Windows PuTTY -...
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:
next