Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.
[u/mdw/putty] / window.c
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-22 simonAt last! After much delay, much faffing back and forth...
2004-03-26 jacobMore experimental hackery for `win-dead-keys'. Works...
2004-03-24 jacobFix from Thomas Henlich for bug in dead key support...
2004-01-20 simonAlexey Savelyev's mkfiles.pl patch to support lcc-win32...
2004-01-20 simonJosh Hill's patch for full-screen mode on a multi-monit...
2003-12-16 simonAndy Hood points out that `#ifdef MONITOR_DEFAULTTONEAR...
2003-12-04 jacobtweak for consistency with previous checkin
2003-12-03 jacobFix from Michael Wardle in bell error message
2003-11-20 simonIntroduce a new mouse handling option, in which the...
2003-11-19 simonIntroduce a context menu which appears on Ctrl+rightcli...
2003-11-06 jacobCosmetic fix from Daniel Fazekas: apparently we were...
2003-10-12 simonThe WinSock library is now loaded at run-time, which...
2003-09-03 jacobImplement `default-colours' on Windows based loosely...
2003-08-21 jacobFix for `slow-startup-printer': use PRINTER_INFO_4...
2003-06-28 simonSomeone pointed out that ^~ should generate the same...
2003-06-19 jacobFix for `double-alt-keystrokes'. Thanks to Leonid Lisov...
2003-05-24 simonModified form of Jim Lucas's PC speaker patch. I don...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 simonColin's and my fixes to connection_fatal().
2003-04-28 simonAsynchronous agent requests on Windows. Actually, I...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-06 simonNow that we have `appname', make much wider use of...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-25 simonFix minor breakage on Windows as a result of term_mouse...
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-16 jacobStatements after declarations, dammit
2003-01-15 jacobImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 owenUse set_icon and set_title rather than SetWindowText...
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-14 owenCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-13 simonOops - put the right `void *' in back->reconfig.
2003-01-13 owenMake ^/ do the same as ^_ (wish control-slash)
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe Unicode module no longer depends on `cfg', since...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2002-12-15 jacobFixing trivial warnings spotted by Mingw-2.0.0/gcc...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-20 simonFixes for more robust handling of command-line parse...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-10-30 simonFurther deglobalisation: settings.c now has a more...
2002-10-26 simonRetire another global in favour of adding a feature...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-24 simonOops - repercussions of the close-on-exit stuff which...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-16 simonFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-09-15 simonJordan Russell's mysterious workaround for an almost...
2002-08-06 simonPageant's command line handling now uses my new split_i...
2002-08-04 simonRevamp of command-line handling. Most command line...
2002-03-20 simonFix bug in the alternative code for -DNO_MULTIMON ...
2002-03-13 simonFix multi-monitor / full-screen problems and clean...
2002-03-13 simonRev 1.189 [r1517] of this file introduced a bug. While...
2002-03-09 simonWell, there was bound to be one I'd forgotten: the...
2002-03-06 simonAdd the Features panel, allowing you to disable a bunch...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2002-01-17 simonExperimental checkin: re-enable support for the static...
2002-01-08 simonPatch from RDB: the xterm move-window sequences now...
2002-01-08 simonPatch from RDB: make /DNO_MULTIMON (mentioned as a...
2001-12-29 simonJordan Russell's patch (3rd of several). We now don...
2001-12-29 simonJordan Russell's patch: only process mouse drags when...
2001-12-20 simonThis should fix the busy-wait problem with the IME.
2001-12-16 simonReplace the definition of WHEEL_DELTA which was removed...
2001-12-15 simonA contributor tells me that WM_MOUSEWHEEL is not suppor...
2001-12-15 simonReverse part of RDB's pedantic patch from rev 1.129...
2001-12-15 simonJaeyoun Chung's mysterious patch that apparently makes...
2001-12-14 simonRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 simonFixes to full-screen mode. There were various problems...
2001-12-11 simonFix compiler warnings
2001-12-07 simonFIFTH ATTEMPT at getting full-screen mode right. This...
2001-12-07 simonOwen's patch to allow PowerMenu (third-party transparen...
2001-12-06 simonIntegrate PuTTY and its help file. Now that's what...
2001-11-29 simonConfigurable TCP_NODELAY option on network connections
2001-11-29 simonSet up kbd_codepage at the start of the program, as...
2001-11-25 simonRDB's general resizing cleanup. He's put his favourite...
2001-11-25 simonAdd support for most of the ESC[<low number>t sequences...
2001-11-25 simonJacob's patch to make full-screen mode available even...
2001-11-24 simonGlenn Maynard's other IME fix
2001-11-23 simonGlenn Maynard's IMM cursor position fix
2001-11-21 simonMake sure we always unhide the mouse pointer when the...
2001-11-21 simonCtrl and Alt shouldn't reset the scrollback even if...
2001-11-08 simonWhoops - missed out a vital bit of RTF Unicode fallback...
2001-11-07 simonImplement writing RTF to the clipboard (off by default...
2001-11-04 simonRDB's fix to full-screen mode. Apparently sorts out...
next