Extensive changes that _should_ fix the socket buffering problems,
[u/mdw/putty] / window.c
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-08-07 simonRemove the OSVERSIONINFOEX code because there's no...
2001-08-04 simonGlenn Maynard's patch completely disabled PuTTY{,tel...
2001-08-04 simonGlenn Maynard's IME patch
2001-08-04 simonSCO function key mode now affects the small keypad...
2001-05-19 simonAdd some spare SetForegroundWindow and SetActiveWindow...
2001-05-19 simonRDB: fix various UTF-8 glitches.
2001-05-17 simonReinstate the Shift-Ins paste behaviour, which was...
2001-05-13 simonFix wrong button codes in WM_MOUSEMOVE.
2001-05-13 simonGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-13 simonTrim leading whitespace off the hostname if it's there.
2001-05-13 simonDefine WM_MOUSEWHEEL (to 0x20A) if it's not defined...
2001-05-13 simonFix the SCO function keys, which weren't quite right.
2001-05-10 simonRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 simonFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-09 simonFrom RDB: according to VT manuals, application cursor...
2001-05-09 simonRDB's alternative way to interpret the window size...
2001-05-06 simonFix de Bath's last-ditch bell overload
2001-05-06 simonStrip off and ignore `:port' on the end of a hostname.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-05-06 simonWez Furlong's patch to add xterm mouse reporting and...
2001-04-28 simonReduce out-of-focus timer interval to 2 seconds so...
2001-04-28 simonAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 simonOnly update the system caret when we have the focus...
2001-04-16 simonInclude <mmsystem.h> and winmm.lib for PlaySound.
2001-04-16 simonPut back Robert de Bath's second level of bell overload...
2001-04-16 simonQuote the hostname in the `unable to connect' box so...
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-16 simonSmall keyboard patches from Robert de Bath. Should...
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 simonDon't assume OEM fonts have a space in position 255...
2001-03-12 simonFinally fixed the point/pixel confusion in font handlin...
2001-03-02 simonFix problem with pointer hiding
2001-02-05 simonJacob's patch to improve Close On Exit behaviour
2001-01-29 simonPrevent "Connection closed" message box from appearing...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-23 simonRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-22 simonAbility to hide the mouse pointer on a keypress a la...
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 simonFix for spurious Space getting sent when alt_space...
2001-01-07 simonKestutis Kupciunas's Lithuanian-friendliness patch...
2001-01-07 simonImproved session logging courtesy of Roman Pompejus
2001-01-07 simonSquelch some spurious resize events.
2001-01-07 simonOops - that do-we-need-to-resize-window check failed...
2001-01-07 simonFix the System Caret so it really is invisible, and...
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 simonAltGr should now work again even when Compose key disabled
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-11-21 simonRon Kuris's "copy everything to clipboard" patch
2000-11-21 simonPatch from Robert de Bath: increase timer resolution.
2000-11-07 simonSoftware invocation of the System menu now pops up...
2000-10-30 simonFix side-effect of Always On Top patch: any reconfiguri...
2000-10-30 simonReset compose state to zero when PuTTY window gains...
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-24 simonAdd configurable option to disable application keypad...
2000-10-24 simonAdd a couple of ellipses in system menu
2000-10-24 simonFix miscellaneous compiler warnings. Thanks to Jacob...
2000-10-23 simonImproved entropy gathering.
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-21 simonThree new configurable options:
2000-10-20 simonChinese support patch from zmx@cdpa.nsysu.edu.tw
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-20 simonTrim trailing whitespace off saved session names on...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 simonImplement a much more visually appealing, but much...
2000-10-11 simonAdd UNE 10053 to the cleartext ones
2000-10-09 simonRobert de Bath's big patch:
2000-10-09 simonMiscellaneous fixes to try to make other compilers...
2000-10-07 simonAlt-Enter was fouling up on Win95; added explicit handler
2000-10-06 simonCreate settings.c and move the load/save session code...
2000-10-06 simonAdd a parameter to write_clip() so that windlg.c need...
2000-10-02 simonAdd ability to configure the initial window title
2000-09-29 simonOops - remove ugly debugging test pattern in cursor
2000-09-29 simonTry to improve the caret usage
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-25 simonAdd an invisible System Caret for blind-helper-software...
2000-09-25 simonImplement "putty -cleanup"
2000-09-25 simonRobert de Bath has a better alternative to revs 1.47...
2000-09-25 simonEnable PuTTY command line to deal with "user@host"...
2000-09-22 simonAvoid rapid-fire resize events during NT opaque drags
2000-09-22 simonEveryone's favourite trivial change: Shift-Ins now...
2000-09-22 simonEnable better build-time flexibility over which WinSock...
2000-09-22 simonBug fix: line discipline selection is not enabled until...
2000-09-22 simonPrevent network errors from summarily closing the windo...
2000-09-22 simonNum Lock shouldn't send anything in non-app-keypad...
2000-09-22 simonWork around the missing underline in some fonts
2000-09-21 simonMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-20 simonEnsure backend netevent handlers are never reentered -
2000-09-11 simonOops - remove diagnostics :-)
next