putty/unix
Simon Tatham c3dbd71f9d Aha, _that's_ why there was some unexplained space on the RHS of the
font selector: I had got the row and column counts in
gtk_table_new() back to front, so the space on the right was the
padding around five empty table columns! (And apparently a GtkTable
silently expands if you try to use rows that don't exist, which is
why I hadn't already noticed.)

Fixed that, and added some padding around the entire table. I think
my font selector is now finished, except for any bug fixes that come
up in testing.

[originally from svn r7954]
2008-03-29 14:54:55 +00:00
..
GTK2.TODO Richard B points out another thing for the overall GTK2 to-do list. 2008-03-29 13:55:51 +00:00
configure.ac
gtkcfg.c
gtkcols.c Commit Colin Watson's original GTK2 patch, exactly as mailed to me 2007-01-25 19:33:29 +00:00
gtkcols.h
gtkdlg.c Deal with the possibility of no valid font being selected at all 2008-03-29 14:21:25 +00:00
gtkfont.c Aha, _that's_ why there was some unexplained space on the RHS of the 2008-03-29 14:54:55 +00:00
gtkfont.h Unified font selector dialog box. _Extremely_ unfinished - there's a 2008-03-25 21:49:14 +00:00
gtkwin.c Implemented a Pango back end. GTK 2 PuTTY can now switch seamlessly 2008-03-22 18:11:17 +00:00
unix.h Add support for resetting the terminal modes on stderr to something sensible 2007-09-29 12:27:45 +00:00
ux_x11.c
uxagentc.c Set FD_CLOEXEC in a little convenience function that does the right thing 2006-12-09 15:44:31 +00:00
uxcfg.c Inhibit the Serial configuration panel in mid-session if the session 2006-08-29 09:18:09 +00:00
uxcons.c Add support for resetting the terminal modes on stderr to something sensible 2007-09-29 12:27:45 +00:00
uxgen.c
uxmisc.c Don't use C99 mid-block declarations and don't do arithmetic on void *. 2007-01-20 14:13:57 +00:00
uxnet.c Aha, _that's_ why I've been periodically getting blocking-write 2008-02-21 09:18:24 +00:00
uxnoise.c
uxplink.c More fixes to stdout and stderr. When the backlog on either clears, call 2007-10-02 21:43:53 +00:00
uxprint.c
uxproxy.c Remove the loops that close all open fds before running a 2007-01-14 13:44:07 +00:00
uxpterm.c Since r7265, a user could not launch a PuTTY session to a specific host by 2007-02-25 00:50:24 +00:00
uxpty.c As far as I can see (at least in NetBSD) O_NONBLOCK and FIONBIO are equivalent, 2007-10-02 21:07:52 +00:00
uxputty.c Rationalise access to, and content of, backends[] array. 2007-06-30 21:56:44 +00:00
uxsel.c Changed my mind about r7164. Instead of checking for zero flags 2007-01-26 20:00:32 +00:00
uxser.c Implement Marcin Bulandra's suggestion of only automatically updating the 2007-07-01 15:47:31 +00:00
uxsftp.c Shifts left and right by 32 were tripping a gcc warning (fatal with 2006-08-15 20:29:02 +00:00
uxsignal.c
uxstore.c For convenience of debugging, and perhaps some real convenience at 2008-03-22 12:01:16 +00:00
uxucs.c
xkeysym.c
xpmptcfg.c Tweak the icon script, and the generated icons, to more closely 2007-01-07 10:17:12 +00:00
xpmpterm.c Tweak the icon script, and the generated icons, to more closely 2007-01-07 10:17:12 +00:00
xpmpucfg.c Tweak the icon script, and the generated icons, to more closely 2007-01-07 10:17:12 +00:00
xpmputty.c Tweak the icon script, and the generated icons, to more closely 2007-01-07 10:17:12 +00:00