X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=unix%2FGTK2.TODO;h=f3caf82f70f9567fad55e2f1be46c06cdff29fdf;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=7eb2605ed9230ca5e8fd2e219441c3c4cea139b0;hpb=6d81ee9cc0e62cddf339b5e4030d5edeca192047;p=PuTTY.git diff --git a/unix/GTK2.TODO b/unix/GTK2.TODO index 7eb2605e..f3caf82f 100644 --- a/unix/GTK2.TODO +++ b/unix/GTK2.TODO @@ -1,7 +1,7 @@ TODO for PuTTY GTK2 port before merging back into main trunk code ----------------------------------------------------------------- -Items from Colin's original mail: +Things to do before deciding a merge is feasible: - Font handling is the biggie. Current problems with it: * The GTK2 font selection dialog only mentions client-side @@ -38,6 +38,13 @@ Items from Colin's original mail: - Uses of GtkList should be replaced with the non-deprecated GtkTreeView. -At point of merge: + - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if + it's worth switching to it from the current ad-hockery. + +Things to do once GTK2 development is complete: + + - Make sure we haven't broken GTK1. + +Things to do at point of actual merge: - Mention Colin in the website's licence page.