]> asedeno.scripts.mit.edu Git - PuTTY.git/history - window.c
Increase length limit on SSH1_MSG_DEBUG; 70 chars is short enough to
[PuTTY.git] / window.c
2002-08-06 Simon TathamPageant's command line handling now uses my new split_i...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-03-20 Simon TathamFix bug in the alternative code for -DNO_MULTIMON ...
2002-03-13 Simon TathamFix multi-monitor / full-screen problems and clean...
2002-03-13 Simon TathamRev 1.189 [r1517] of this file introduced a bug. While...
2002-03-09 Simon TathamWell, there was bound to be one I'd forgotten: the...
2002-03-06 Simon TathamAdd the Features panel, allowing you to disable a bunch...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-01-17 Simon TathamExperimental checkin: re-enable support for the static...
2002-01-08 Simon TathamPatch from RDB: the xterm move-window sequences now...
2002-01-08 Simon TathamPatch from RDB: make /DNO_MULTIMON (mentioned as a possible
2001-12-29 Simon TathamJordan Russell's patch (3rd of several). We now don...
2001-12-29 Simon TathamJordan Russell's patch: only process mouse drags when...
2001-12-20 Simon TathamThis should fix the busy-wait problem with the IME.
2001-12-16 Simon TathamReplace the definition of WHEEL_DELTA which was removed...
2001-12-15 Simon TathamA contributor tells me that WM_MOUSEWHEEL is not suppor...
2001-12-15 Simon TathamReverse part of RDB's pedantic patch from rev 1.129...
2001-12-15 Simon TathamJaeyoun Chung's mysterious patch that apparently makes...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 Simon TathamFixes to full-screen mode. There were various problems...
2001-12-11 Simon TathamFix compiler warnings
2001-12-07 Simon TathamFIFTH ATTEMPT at getting full-screen mode right. This...
2001-12-07 Simon TathamOwen's patch to allow PowerMenu (third-party transparen...
2001-12-06 Simon TathamIntegrate PuTTY and its help file. Now that's what...
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-29 Simon TathamSet up kbd_codepage at the start of the program, as...
2001-11-25 Simon TathamRDB's general resizing cleanup. He's put his favourite...
2001-11-25 Simon TathamAdd support for most of the ESC[<low number>t sequences...
2001-11-25 Simon TathamJacob's patch to make full-screen mode available even...
2001-11-24 Simon TathamGlenn Maynard's other IME fix
2001-11-23 Simon TathamGlenn Maynard's IMM cursor position fix
2001-11-21 Simon TathamMake sure we always unhide the mouse pointer when the...
2001-11-21 Simon TathamCtrl and Alt shouldn't reset the scrollback even if...
2001-11-08 Simon TathamWhoops - missed out a vital bit of RTF Unicode fallback...
2001-11-07 Simon TathamImplement writing RTF to the clipboard (off by default...
2001-11-04 Simon TathamRDB's fix to full-screen mode. Apparently sorts out...
2001-10-31 Simon TathamRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-28 Simon TathamFix the `SERIOUS NETWORK INTERNAL ERROR' oversight...
2001-10-23 Simon TathamAdd Jacob's patch for compiling without multimon.h.
2001-10-17 Simon TathamWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 Simon TathamRevamp the window-resize behaviour UI so there are...
2001-09-21 Simon TathamOngoing pastes were being abandoned on any key-down...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-18 Simon Tathamterminal.c's from_backend() no longer calls term_out...
2001-09-18 Simon TathamReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 Simon TathamThree more patches from RDB: one to make Atomica work...
2001-09-13 Simon TathamChristopher Allene's patch for going full-screen on...
2001-09-07 Simon TathamPatch from RDB: fix the failure to display window-resiz...
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 Simon TathamRobert de Bath's `Patch.a_alt_key': clean up the handli...
2001-09-07 Simon TathamJacob's patch to cause Shift to return to copy-and...
2001-09-07 Simon TathamOops, fix that fix. TranslateKey can return <0 and...
2001-09-07 Simon TathamFix mouse hiding on keypresses, which was failing due...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-08-07 Simon TathamRemove the OSVERSIONINFOEX code because there's no...
2001-08-04 Simon TathamGlenn Maynard's patch completely disabled PuTTY{,tel...
2001-08-04 Simon TathamGlenn Maynard's IME patch
2001-08-04 Simon TathamSCO function key mode now affects the small keypad...
2001-05-19 Simon TathamAdd some spare SetForegroundWindow and SetActiveWindow...
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
2001-05-17 Simon TathamReinstate the Shift-Ins paste behaviour, which was...
2001-05-13 Simon TathamFix wrong button codes in WM_MOUSEMOVE.
2001-05-13 Simon TathamGlenn Maynard's patch (as adapted by Jacob) for taskbar...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-13 Simon TathamTrim leading whitespace off the hostname if it's there.
2001-05-13 Simon TathamDefine WM_MOUSEWHEEL (to 0x20A) if it's not defined...
2001-05-13 Simon TathamFix the SCO function keys, which weren't quite right.
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-09 Simon TathamFrom RDB: according to VT manuals, application cursor...
2001-05-09 Simon TathamRDB's alternative way to interpret the window size...
2001-05-06 Simon TathamFix de Bath's last-ditch bell overload
2001-05-06 Simon TathamStrip off and ignore `:port' on the end of a hostname.
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-05-06 Simon TathamWez Furlong's patch to add xterm mouse reporting and...
2001-04-28 Simon TathamReduce out-of-focus timer interval to 2 seconds so...
2001-04-28 Simon TathamAdd Jordan Russell's patch for a sunken-edge border...
2001-04-28 Simon TathamOnly update the system caret when we have the focus...
2001-04-16 Simon TathamInclude <mmsystem.h> and winmm.lib for PlaySound.
2001-04-16 Simon TathamPut back Robert de Bath's second level of bell overload...
2001-04-16 Simon TathamQuote the hostname in the `unable to connect' box so...
2001-04-16 Simon TathamAdd two more ghastly function key options. WE HAVE...
2001-04-16 Simon TathamRoman Pompejus's patch to allow you to automatically select
2001-04-16 Simon TathamSmall keyboard patches from Robert de Bath. Should...
2001-04-14 Simon TathamBell can now play an arbitrary sound file.
2001-04-13 Simon TathamNew improved bell handling. Choice between visual and...
2001-04-09 Simon TathamKeyboard handling patch from RDB: the Windows Applicati...
2001-04-09 Simon TathamDon't assume OEM fonts have a space in position 255...
2001-03-12 Simon TathamFinally fixed the point/pixel confusion in font handlin...
2001-03-02 Simon TathamFix problem with pointer hiding
2001-02-05 Simon TathamJacob's patch to improve Close On Exit behaviour
2001-01-29 Simon TathamPrevent "Connection closed" message box from appearing...
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...
next