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 df85003ea5 First stab at a GTK layout engine. It's missing all sorts of stuff
(list boxes are particularly conspicuously absent), it has no event
handling at all, and it isn't in any way integrated into pterm - you
have to build it specially using the test stubs in gtkdlg.c. But
what there is so far seems to work plausibly well, so it's a start.
Rather than browbeat the existing GTK container/layout widgets into
doing what I wanted, I decided to implement two subclasses of
GtkContainer myself, which implement precisely the layout model
assumed by the config box specification; this has the rather cool
consequence that the box can be resized and will maintain the same
layout at all times that it would have had if initially created at
that size.

[originally from svn r2931]
2003-03-13 19:52:28 +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 First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
gtkpanel.c First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +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 Richard B's patch to add WINDOWID support to pterm. 2003-03-06 12:57:37 +00:00
pty.c Richard B's patch to add WINDOWID support to pterm. 2003-03-06 12:57:37 +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 First stab at a GTK layout engine. It's missing all sorts of stuff 2003-03-13 19:52:28 +00:00
ux_x11.c Hack around an oddity in X display names and xauth. 2003-01-11 09:46:50 +00:00
uxagentc.c Implement access to the SSH agent. This ought to make agent 2002-11-01 12:55:13 +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 proxy.c now no longer refers to `cfg'. Instead, each of the three 2003-01-12 15:26:10 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c Oops, Ben is quite right about the rather appalling design of 2003-02-01 17:24:27 +00:00
uxprint.c printer_start_job shouldn't need to refer to cfg.printer, since it's 2003-01-12 14:50:34 +00:00
uxstore.c Never pass a `char' to a ctype function. I had relied on gcc -Wall 2003-03-11 09:30:31 +00:00
uxucs.c Deglobalise the Unicode module. Despite all my grand plans, I've 2003-01-14 18:28:23 +00:00