1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/unix
Simon Tatham a3428ae953 Having created and used uxsel, it actually turns out to be
practically trivial to put all the pieces together and create a
working prototype of Unix PuTTY! It's missing a lot of things -
notably GUI request boxes for host keys and logfiles and so forth,
the Event Log, mid-session reconfiguration, session loading and
saving, sensible population of the character sets drop-down list and
probably other fiddly little things too - but it will put up a
config box and then create a GUI window containing an SSH connection
to the host you specified, so it's _basically_ there. Woo!

[originally from svn r3020]
2003-03-29 19:52:50 +00:00
..
.cvsignore Add a .cvsignore for the Unix subdir 2002-11-01 13:37:39 +00:00
gtkcols.c First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +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 Having created and used uxsel, it actually turns out to be 2003-03-29 19:52:50 +00:00
gtkpanel.c Various cosmetic fixes to the GTK config box: vertical alignment of 2003-03-22 17:00:06 +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 Having created and used uxsel, it actually turns out to be 2003-03-29 19:52:50 +00:00
ptermm.c Having created and used uxsel, it actually turns out to be 2003-03-29 19:52:50 +00:00
pty.c Having created and used uxsel, it actually turns out to be 2003-03-29 19:52:50 +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 pterm now uses the new uxsel module, so it's one step closer to 2003-03-29 18:30:14 +00:00
ux_x11.c Introduced wrapper macros snew(), snewn() and sresize() for the 2003-03-29 16:14:26 +00:00
uxagentc.c Introduced wrapper macros snew(), snewn() and sresize() for the 2003-03-29 16:14:26 +00:00
uxcfg.c Fixed accelerator clash in the Unix-specific config, since gtkdlg.c 2003-03-16 12:36:33 +00:00
uxcons.c Created new data types Filename' and FontSpec', intended to be 2003-02-01 12:54:40 +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 Added uxsel.c, into which I've moved those parts of the uxnet.c 2003-03-29 16:47:06 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c pterm now uses the new uxsel module, so it's one step closer to 2003-03-29 18:30:14 +00:00
uxprint.c Introduced wrapper macros snew(), snewn() and sresize() for the 2003-03-29 16:14:26 +00:00
uxputty.c Having created and used uxsel, it actually turns out to be 2003-03-29 19:52:50 +00:00
uxsel.c pterm now uses the new uxsel module, so it's one step closer to 2003-03-29 18:30:14 +00:00
uxstore.c Introduced wrapper macros snew(), snewn() and sresize() for the 2003-03-29 16:14:26 +00:00
uxucs.c Deglobalise the Unicode module. Despite all my grand plans, I've 2003-01-14 18:28:23 +00:00