]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Initial commit of GSSAPI Kerberos support.
[PuTTY.git] / unix /
2008-08-10 Owen DunnInitial commit of GSSAPI Kerberos support.
2008-06-15 Jacob NevinsCosmetic: use `appname' in more places, so that Unix...
2008-06-11 Simon TathamWork around a bug in early versions of GTK (which I...
2008-06-10 Simon TathamManfred Schwarb points out that scroll wheel support...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-05-31 Simon TathamRe-jig the combo box handling ifdefs so that we can...
2008-05-31 Simon TathamOn some systems, strncpy is a macro, and putting prepro...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2008-04-14 Simon TathamOops; prevent further segfault during setup, which...
2008-04-14 Simon TathamPrevent assertion failure in the case where the user...
2008-04-13 Simon TathamJust noticed that selecting "client:Bitstream Vera...
2008-04-05 Simon TathamIn the new unified font handling, my strategy so far...
2008-04-05 Simon TathamEnsure the new `depth' and `treepath' structure fields...
2008-04-04 Simon Tathamgtk_combo_box_get_active_text didn't appear until GTK...
2008-04-04 Simon TathamFix the jarring change of window size on expanding...
2008-04-04 Simon TathamI apparently missed out a piece of code when doing...
2008-04-04 Simon TathamReinstate all the GTK1-specific code under ifdefs,...
2008-04-04 Simon TathamRename a structure field to avoid clashing with one...
2008-04-02 Simon TathamUpdate autoconf for GTK 2. We now check for both GTK2...
2008-04-02 Simon TathamAnother tedious chore off the to-do list. I've just...
2008-04-02 Simon TathamTODO update: I don't think it's worth switching to...
2008-04-02 Simon TathamEnable the display of server-side font aliases by defau...
2008-04-02 Simon TathamUpdate all the list box code in gtkdlg.c to use the...
2008-03-31 Simon TathamExplicit casts to placate OS X gcc's pedantic type...
2008-03-29 Simon TathamI give up. I can't work out what the purpose of the call to
2008-03-29 Simon TathamBe more picky than Pango when validating a Pango font...
2008-03-29 Simon TathamTODO updates.
2008-03-29 Simon TathamAha, _that's_ why there was some unexplained space...
2008-03-29 Simon TathamDeal with the possibility of no valid font being select...
2008-03-29 Simon TathamPrevent NULL-dereferencing segfaults when the font...
2008-03-29 Simon TathamRichard B points out another thing for the overall...
2008-03-29 Simon TathamCosmetic polishing.
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...
next