Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / window.c
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...
2001-10-31 simonRectangular-block selection. Enabled by Alt+drag, unles...
2001-10-28 simonFix the `SERIOUS NETWORK INTERNAL ERROR' oversight...
2001-10-23 simonAdd Jacob's patch for compiling without multimon.h.
2001-10-17 simonWez Furlong's patch to tidy up full-screen mode: make it
2001-10-12 simonRevamp the window-resize behaviour UI so there are...
2001-09-21 simonOngoing pastes were being abandoned on any key-down...
2001-09-19 simonFix pasting of newlines in local line editing mode...
2001-09-18 simonterminal.c's from_backend() no longer calls term_out...
2001-09-18 simonReintroduce Cyrillic Caps Lock mode, which was in 0...
2001-09-15 simonThree more patches from RDB: one to make Atomica work...
2001-09-13 simonChristopher Allene's patch for going full-screen on...
2001-09-07 simonPatch from RDB: fix the failure to display window-resiz...
2001-09-07 simonRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 simonRobert de Bath's `Patch.a_alt_key': clean up the handli...
2001-09-07 simonJacob's patch to cause Shift to return to copy-and...
2001-09-07 simonOops, fix that fix. TranslateKey can return <0 and...
2001-09-07 simonFix mouse hiding on keypresses, which was failing due...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-08-07 simonRemove the OSVERSIONINFOEX code because there's no...
2001-08-04 simonGlenn Maynard's patch completely disabled PuTTY{,tel...
2001-08-04 simonGlenn Maynard's IME patch
2001-08-04 simonSCO function key mode now affects the small keypad...
2001-05-19 simonAdd some spare SetForegroundWindow and SetActiveWindow...
2001-05-19 simonRDB: fix various UTF-8 glitches.
next