]> asedeno.scripts.mit.edu Git - PuTTY.git/history - window.c
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / window.c
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...
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(...
next