]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Merge r9365 (bump version number to 0.62).
[PuTTY.git] / unix /
2008-03-29 Simon TathamDetect non-monospaced X fonts, and respond by drawing...
2008-03-29 Simon TathamAdd the rest of ASCII to the font preview window.
2008-03-29 Simon TathamWhen the user switches between fonts using the font...
2008-03-28 Simon TathamImprove the preview pane text.
2008-03-27 Simon TathamMove the font-preview updating code out into a separate...
2008-03-27 Simon TathamMore consistent handling of X11 font aliases: we now...
2008-03-26 Simon TathamTune the sorting of the style list box for X fonts.
2008-03-26 Simon TathamSort the styles of Pango font families into a sensible...
2008-03-26 Simon TathamAdd ifdefs for older versions of GTK2 and Pango. Unfort...
2008-03-26 Simon TathamPlacate optimiser.
2008-03-25 Simon TathamUnified font selector dialog box. _Extremely_ unfinishe...
2008-03-22 Simon TathamImplemented a Pango back end. GTK 2 PuTTY can now switc...
2008-03-22 Simon TathamMerge from trunk again (because I want the helpful...
2008-03-22 Simon TathamFor convenience of debugging, and perhaps some real...
2008-03-22 Simon TathamRefactor the font handling code: I've moved all the...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2008-03-09 Simon TathamUnder OS X Leopard, we seem not to consistently get...
2008-02-24 Jacob NevinsIt's a new year (and we've even made a code checkin).
2008-02-21 Simon TathamAha, _that's_ why I've been periodically getting blocki...
2007-11-28 Simon TathamDuplicate r7795 in uxnet.c.
2007-10-02 Ben HarrisMore fixes to stdout and stderr. When the backlog...
2007-10-02 Ben HarrisAs far as I can see (at least in NetBSD) O_NONBLOCK...
2007-09-30 Ben HarrisSet cfg.ssh_simple if there are no forwardings.
2007-09-30 Ben HarrisWhen writing session data to stdout or stderr, switch...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2007-09-24 Ben HarrisMy changes in r7738 (O_NONBLOCK for Unix Plink) were...
2007-09-24 Ben HarrisManifest constants are good. Introduce plink to STD...
2007-09-24 Ben Harrisstdout and stderr should be made O_NONBLOCK so that...
2007-07-01 Jacob NevinsImplement Marcin Bulandra's suggestion of only automati...
2007-06-30 Jacob NevinsRationalise access to, and content of, backends[] array.
2007-03-27 Simon TathamPatch from John Sullivan: process double-clicks in...
2007-03-19 Ben HarrisFix a stupid one-character typo that was breaking 256...
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-02-24 Simon TathamGareth pointed out yesterday that the Unix terminal...
2007-02-18 Jacob NevinsCtrl-Break now sends a Break signal (previously it...
2007-02-10 Simon TathamAvoid launching a session from the Default Settings...
2007-02-05 Simon TathamAhem; other half of r7232...
2007-02-05 Simon TathamWhen calling TIOCSCTTY, it helps to pass it an fd that...
2007-01-31 Simon TathamColin Watson has fixed the disgusting icons on GTK1...
2007-01-27 Simon TathamBetter not forget to make sure GTK1 doesn't break.
2007-01-27 Simon TathamMove the TODO items from the top of gtkdlg.c into the...
2007-01-26 Simon TathamChanged my mind about r7164. Instead of checking for...
2007-01-26 Simon TathamEr, whoops. Remove two lines from a previous attempt...
2007-01-26 Simon TathamCollapse tree view branches deeper than level 2, bringi...
2007-01-26 Simon TathamStop calling gdk_input_add() with a zero flags word...
2007-01-25 Simon TathamAnother TODO item. (There's always one.)
2007-01-25 Simon TathamBegin tracking a TODO list for this branch.
2007-01-25 Simon TathamA nasty GTK signal cascade was causing any edit box...
2007-01-25 Simon TathamFix the incorrect layout of the buttons at the bottom...
2007-01-25 Simon TathamAdd Colin to the licence. (I must remember to add him...
2007-01-25 Simon TathamCommit Colin Watson's original GTK2 patch, exactly...
2007-01-24 Simon TathamThe direct link between the terminal and the back end via
2007-01-20 Ben HarrisDon't use C99 mid-block declarations and don't do arith...
2007-01-16 Simon TathamAdd more ifdefs to make uxser.c compile on OS X.
2007-01-16 Simon TathamFold up the `SSH' branch of the treeview by default...
2007-01-14 Simon TathamRemove the loops that close all open fds before running a
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 Simon TathamTweak the icon script, and the generated icons, to...
2007-01-06 Simon TathamNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 Jacob NevinsIt's a new year.
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-12-29 Simon TathamColin Watson points out that there was no need for...
2006-12-09 Ben HarrisSet FD_CLOEXEC in a little convenience function that...
2006-11-23 Simon TathamI've just discovered that using the saved sessions...
2006-10-03 Simon TathamDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 Simon TathamIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-03 Simon TathamSupport for an alternative mechanism for displaying...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
2006-08-29 Simon TathamSupport for sending serial breaks, in both the Windows...
2006-08-29 Simon TathamInhibit the Serial configuration panel in mid-session...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-15 Simon TathamShifts left and right by 32 were tripping a gcc warning...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2006-05-12 Owen Dunnpty_init should put _something_ into realhost
2006-03-14 Jacob NevinsFix minor memory leak.
2006-03-12 Jacob NevinsEquivalent of r6583 window-border palette-change fix...
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-23 Simon TathamDo proper select-for-write on ptys. Currently, pasting a
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-02-11 Jacob NevinsFailure to connect to a Unix-domain socket could cause...
2006-01-08 Jacob NevinsIt's a new year.
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-09-21 Simon Tathamdlg_listbox_select() now scrolls the list box to ensure...
2005-09-14 Ben HarrisAIX 5.1 has <utmpx.h> but no updwtmpx(). Treat the...
2005-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-09-13 Ben HarrisThe ANSI-C constant FILENAME_MAX is ludicrously small...
2005-09-13 Ben HarrisSome hosts don't have TIOCSCTTY. Don't try to use...
2005-09-13 Ben HarrisA couple of places in sk_newlistener were using AF_INET...
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
next