Run entire source base through GNU indent to tidy up the varying
[u/mdw/putty] / window.c
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 :-)
2000-09-11 simonSaner handling of WM_SYSCOMMAND:SC_KEYMENU to avoid...
2000-09-08 simonAdded a fourth application: plink, a command line conne...
2000-08-05 simontelnet:// URLs don't always have the //. (Incorrect...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-07-21 simonOops; telnet:// URLs can have a trailing slash
2000-07-21 simonEnable handling of telnet:// URLs on command line
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 simonSpelling fix to RDB's comments: fascist is spelled...
2000-03-17 simonRDB's patch:
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
2000-03-13 simonLet's spell '\t' as VK_TAB in that last patch, in fact...
2000-03-13 simonShift-Tab now sends ESC [ Z
2000-03-11 simonRobert de Bath's patch: be much more careful about...
2000-03-11 simonRobert de Bath's patch: a few more character translatio...
2000-03-11 simonRobert de Bath's patch: integrate line disciplines...
2000-03-08 simonFix some picky compiler warnings kindly provided by...
1999-12-21 simonDisable warn-on-close for inactive windows
1999-12-06 chrisAdded keyboard shortcuts on the system menu.
1999-11-30 simonTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-22 simonCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 simonFix potential segfault on malloc failure
next