]> asedeno.scripts.mit.edu Git - PuTTY.git/history - window.c
Rethink the whole line discipline architecture. Instead of having
[PuTTY.git] / window.c
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-23 Simon TathamRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
2001-01-17 Simon TathamTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-08 Simon TathamEnable explicit changing of the window title after...
2001-01-07 Simon TathamFix for spurious Space getting sent when alt_space...
2001-01-07 Simon TathamKestutis Kupciunas's Lithuanian-friendliness patch...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
2001-01-07 Simon TathamSquelch some spurious resize events.
2001-01-07 Simon TathamOops - that do-we-need-to-resize-window check failed...
2001-01-07 Simon TathamFix the System Caret so it really is invisible, and...
2001-01-07 Simon Tatham`Change Settings' now behaves sensibly w.r.t. window size.
2001-01-07 Simon TathamApply `getservbyname' to the Port Number field in case it's
2001-01-07 Simon TathamAltGr should now work again even when Compose key disabled
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-11-21 Simon TathamRon Kuris's "copy everything to clipboard" patch
2000-11-21 Simon TathamPatch from Robert de Bath: increase timer resolution.
2000-11-07 Simon TathamSoftware invocation of the System menu now pops up...
2000-10-30 Simon TathamFix side-effect of Always On Top patch: any reconfiguri...
2000-10-30 Simon TathamReset compose state to zero when PuTTY window gains focus
2000-10-27 Simon TathamAdd support for Always On Top. Patch due to Janes ...
2000-10-25 Simon TathamGaaah, I might have known. Split combined app cursor...
2000-10-24 Simon TathamAdd configurable option to disable application keypad...
2000-10-24 Simon TathamAdd a couple of ellipses in system menu
2000-10-24 Simon TathamFix miscellaneous compiler warnings. Thanks to Jacob Nevins
2000-10-23 Simon TathamImproved entropy gathering.
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamThree new configurable options:
2000-10-20 Simon TathamChinese support patch from zmx@cdpa.nsysu.edu.tw
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-20 Simon TathamTrim trailing whitespace off saved session names on...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-12 Simon TathamImplement a much more visually appealing, but much...
2000-10-11 Simon TathamAdd UNE 10053 to the cleartext ones
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-10-07 Simon TathamAlt-Enter was fouling up on Win95; added explicit handler
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-02 Simon TathamAdd ability to configure the initial window title
2000-09-29 Simon TathamOops - remove ugly debugging test pattern in cursor
2000-09-29 Simon TathamTry to improve the caret usage
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-25 Simon TathamAdd an invisible System Caret for blind-helper-software...
2000-09-25 Simon TathamImplement "putty -cleanup"
2000-09-25 Simon TathamRobert de Bath has a better alternative to revs 1.47...
2000-09-25 Simon TathamEnable PuTTY command line to deal with "user@host" format
2000-09-22 Simon TathamAvoid rapid-fire resize events during NT opaque drags
2000-09-22 Simon TathamEveryone's favourite trivial change: Shift-Ins now pastes
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-22 Simon TathamNum Lock shouldn't send anything in non-app-keypad mode
2000-09-22 Simon TathamWork around the missing underline in some fonts
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-20 Simon TathamEnsure backend netevent handlers are never reentered -
2000-09-11 Simon TathamOops - remove diagnostics :-)
2000-09-11 Simon TathamSaner handling of WM_SYSCOMMAND:SC_KEYMENU to avoid...
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-08-05 Simon Tathamtelnet:// URLs don't always have the //. (Incorrect...
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-07-21 Simon TathamOops; telnet:// URLs can have a trailing slash
2000-07-21 Simon TathamEnable handling of telnet:// URLs on command line
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-17 Simon TathamSpelling fix to RDB's comments: fascist is spelled thus :-)
2000-03-17 Simon TathamRDB's patch:
2000-03-15 Simon TathamFirst stab at the ability to compile puttytel.exe,...
2000-03-13 Simon TathamLet's spell '\t' as VK_TAB in that last patch, in fact...
2000-03-13 Simon TathamShift-Tab now sends ESC [ Z
2000-03-11 Simon TathamRobert de Bath's patch: be much more careful about...
2000-03-11 Simon TathamRobert de Bath's patch: a few more character translatio...
2000-03-11 Simon TathamRobert de Bath's patch: integrate line disciplines...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
1999-12-21 Simon TathamDisable warn-on-close for inactive windows
1999-12-06 Chris EmersonAdded keyboard shortcuts on the system menu.
1999-11-30 Simon TathamTurn #ifdef LOG into a command-line option for debuggin...
1999-11-30 Simon TathamRobert de Bath's multi-purpose patch, slightly modified.
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 Simon TathamFix potential segfault on malloc failure
1999-11-09 Simon TathamShould be able to switch line disciplines mid-session
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...
1999-11-09 Simon TathamOops - Shift-PgUp/PgDn conflicted with NetHack mode
1999-11-09 Simon TathamChanges from executor:
1999-11-08 Simon TathamClean up sizetip patch: remove separate header file...
1999-11-08 Simon TathamOleg Panashchenko's Cyrillic support patch
1999-11-05 Simon TathamWarn-on-close is now configurable off
1999-11-04 Simon TathamPrompt before summarily closing a session
1999-11-03 Simon TathamJohn Sullivan's sizetip patch - experimental
1999-11-01 Simon TathamFix potential buffer overrun in new saved-session menu
1999-11-01 Simon TathamMark Baker's raw-TCP back end (untested and experimenta...
1999-10-28 Simon TathamStop putting meaning in bottom four bits of WM_SYSCOMMA...
1999-10-28 Owen DunnAdded saved sessions submenu from system menu.
1999-10-27 Simon TathamAdd the ability to do ssh by default: using -ssh comman...
1999-09-20 Owen DunnChanged default title bar format to host.name - PuTTY
1999-07-20 Simon TathamJimen Ching's patches to remove compiler warnings
1999-07-05 Simon TathamPut that ReleaseCapture call just _before_ return,...
1999-03-23 Simon TathamChange default mouse pointer to an I-beam
1999-03-12 Simon TathamAdd AltGr support at last! Thanks to <andre@via.ecp...
next