2007-01-25 19:56:05 +00:00
|
|
|
TODO for PuTTY GTK2 port before merging back into main trunk code
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
|
2007-01-27 17:21:06 +00:00
|
|
|
Things to do before deciding a merge is feasible:
|
2007-01-25 19:56:05 +00:00
|
|
|
|
2008-03-29 14:57:56 +00:00
|
|
|
- Although I'm still stubbornly _supporting_ X11 fonts alongside
|
|
|
|
Pango ones in defiance of standard GTK2 policy, it might be a
|
|
|
|
good idea to at least switch the default font to Pango's
|
|
|
|
Monospace 12, not least so that font aliases don't come up
|
|
|
|
selected by default. Then again, perhaps keeping fixed as the
|
|
|
|
default is more traditional. Hmm.
|
2007-01-25 19:56:05 +00:00
|
|
|
|
|
|
|
- gtkcols.c is currently a minimal-work GTK2 port of my original
|
|
|
|
GTK1 implementation. Someone should go through it and compare it
|
|
|
|
to a real GTK2 container class, to make sure there aren't any
|
|
|
|
large chunks we should have reimplemented and haven't, or indeed
|
|
|
|
that we shouldn't have reimplemented and have.
|
|
|
|
|
2007-01-27 17:21:06 +00:00
|
|
|
- Investigate the shortcut mechanism in GTK2's GtkLabel, and see if
|
|
|
|
it's worth switching to it from the current ad-hockery.
|
|
|
|
|
2008-03-29 13:55:51 +00:00
|
|
|
- Update the autoconf build. Richard B says he had to replace
|
|
|
|
AM_PATH_GTK([1.2.0],
|
|
|
|
with
|
|
|
|
AM_PATH_GTK_2_0([2.0.0],
|
|
|
|
+ also I'll need to detect early Pangoi and enable my magic
|
|
|
|
switches in gtkfont.c.
|
2008-03-29 14:57:56 +00:00
|
|
|
+ and I'll probably also want to detect GTK2 vs GTK1
|
|
|
|
automatically - _and_ provide a command line switch on
|
|
|
|
configure to select one manually.
|
2008-03-29 13:55:51 +00:00
|
|
|
|
2007-01-27 17:47:48 +00:00
|
|
|
Things to do once GTK2 development is complete:
|
|
|
|
|
|
|
|
- Make sure we haven't broken GTK1.
|
2008-04-02 14:48:06 +00:00
|
|
|
+ In particular, I know I _have_ broken GTK1 by taking out all
|
|
|
|
the GTK1-style list box code. Put it all back in under ifdefs,
|
|
|
|
which will be unpleasant but necessary.
|
2007-01-27 17:47:48 +00:00
|
|
|
|
2007-01-27 17:21:06 +00:00
|
|
|
Things to do at point of actual merge:
|
2007-01-25 19:56:05 +00:00
|
|
|
|
|
|
|
- Mention Colin in the website's licence page.
|