1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/unix
Simon Tatham 88e0914f91 Aha, _that's_ why the icon title didn't work properly in pterm:
gtk_window_set_title() overwrote both titles at once. Icon title is
now working properly under X, and since X was the reason for the
whole icon/window title separation _anyway_ they default to being
separate.

[originally from svn r3144]
2003-04-26 13:55:47 +00:00
..
.cvsignore Further .cvsignore updates. 2003-04-02 09:14:38 +00:00
gtkcols.c Fix a _very_ subtle segfault in my two GTK container classes: the 2003-03-31 11:22:06 +00:00
gtkcols.h First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
gtkdlg.c Unix makefile now uses -O2, which massively cuts down key exchange 2003-04-23 13:48:09 +00:00
gtkpanel.c Unix makefile now uses -O2, which massively cuts down key exchange 2003-04-23 13:48:09 +00:00
gtkpanel.h First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
plink.1 Largely-placeholder man page for Plink, for the sake of not 2002-11-20 19:49:59 +00:00
pterm.1 Proper support for using the font's own character encoding. If we 2003-01-01 22:25:25 +00:00
pterm.c Aha, _that's_ why the icon title didn't work properly in pterm: 2003-04-26 13:55:47 +00:00
ptermm.c Support for New Session, Duplicate Session and the Saved Sessions 2003-04-12 17:37:15 +00:00
pty.c Close On Exit and Warn On Close fixes: (a) pty_reconfig needs to 2003-04-12 08:27:03 +00:00
signal.c RJK's general signal-handling robustness patch. Should fix the weird 2002-11-02 14:35:57 +00:00
unix.h Implement Warn On Close. 2003-04-11 18:15:47 +00:00
ux_x11.c Unix makefile now uses -O2, which massively cuts down key exchange 2003-04-23 13:48:09 +00:00
uxagentc.c Introduced wrapper macros snew(), snewn() and sresize() for the 2003-03-29 16:14:26 +00:00
uxcfg.c Minor improvements to subsidiary window placement; with any luck the 2003-04-10 08:53:43 +00:00
uxcons.c Turned the old `Telnet Command' System-submenu into a more general 2003-04-04 20:21:05 +00:00
uxmisc.c Reorganisation of misc.c: Minefield has moved out to winmisc.c, and 2003-03-06 13:24:02 +00:00
uxnet.c Missed out a couple of uxsel_tell() which were hanging forwarded X 2003-04-18 09:00:37 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c Dynamic port forwarding by means of a local SOCKS server. Fully 2003-04-05 11:45:21 +00:00
uxprint.c Unix can't sensibly enumerate printers (since they're defined as 2003-04-05 16:12:52 +00:00
uxputty.c Support for New Session, Duplicate Session and the Saved Sessions 2003-04-12 17:37:15 +00:00
uxsel.c Minor improvements to subsidiary window placement; with any luck the 2003-04-10 08:53:43 +00:00
uxstore.c Saving of Default Settings under Unix was broken, because mungestr() 2003-04-11 17:42:52 +00:00
uxucs.c Fixed the printing and charset combo boxes in Unix PuTTY. (The 2003-04-05 16:36:11 +00:00