]> asedeno.scripts.mit.edu Git - PuTTY.git/history - window.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / window.c
2004-07-29 Simon TathamBack out the Arabeyes patch on a CVS branch, ready...
2004-07-25 Jacob NevinsAttempt to make Windows pointer hiding more robust...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-22 Simon TathamAt last! After much delay, much faffing back and forth...
2004-03-26 Jacob NevinsMore experimental hackery for `win-dead-keys'. Works...
2004-03-24 Jacob NevinsFix from Thomas Henlich for bug in dead key support...
2004-01-20 Simon TathamAlexey Savelyev's mkfiles.pl patch to support lcc-win32...
2004-01-20 Simon TathamJosh Hill's patch for full-screen mode on a multi-monit...
2003-12-16 Simon TathamAndy Hood points out that `#ifdef MONITOR_DEFAULTTONEAR...
2003-12-04 Jacob Nevinstweak for consistency with previous checkin
2003-12-03 Jacob NevinsFix from Michael Wardle in bell error message
2003-11-20 Simon TathamIntroduce a new mouse handling option, in which the...
2003-11-19 Simon TathamIntroduce a context menu which appears on Ctrl+rightcli...
2003-11-06 Jacob NevinsCosmetic fix from Daniel Fazekas: apparently we were...
2003-10-12 Simon TathamThe WinSock library is now loaded at run-time, which...
2003-09-03 Jacob NevinsImplement `default-colours' on Windows based loosely...
2003-08-21 Jacob NevinsFix for `slow-startup-printer': use PRINTER_INFO_4...
2003-06-28 Simon TathamSomeone pointed out that ^~ should generate the same...
2003-06-19 Jacob NevinsFix for `double-alt-keystrokes'. Thanks to Leonid Lisov...
2003-05-24 Simon TathamModified form of Jim Lucas's PC speaker patch. I don't like
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 Simon TathamColin's and my fixes to connection_fatal().
2003-04-28 Simon TathamAsynchronous agent requests on Windows. Actually, I...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-06 Simon TathamNow that we have `appname', make much wider use of it. In
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-25 Simon TathamFix minor breakage on Windows as a result of term_mouse...
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-16 Jacob NevinsStatements after declarations, dammit
2003-01-15 Jacob NevinsImplement Simon's suggestion of moving DEFAULT_PROTOCOL...
2003-01-15 Owen DunnUse set_icon and set_title rather than SetWindowText...
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-14 Owen DunnCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-13 Simon TathamOops - put the right `void *' in back->reconfig.
2003-01-13 Owen DunnMake ^/ do the same as ^_ (wish control-slash)
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe Unicode module no longer depends on `cfg', since...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon Tathamterm->cfg is now a full copy of the Config structure...
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2002-12-15 Jacob NevinsFixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-10-30 Simon TathamFurther deglobalisation: settings.c now has a more...
2002-10-26 Simon TathamRetire another global in favour of adding a feature to the
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-24 Simon TathamOops - repercussions of the close-on-exit stuff which...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-16 Simon TathamFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 Simon TathamBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-09-15 Simon TathamJordan Russell's mysterious workaround for an almost...
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...
next