X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2FGTK2.TODO;h=f3caf82f70f9567fad55e2f1be46c06cdff29fdf;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=be34c96b969d5059c9ae981d22fff1a0fbf79d75;hpb=5d3306f98d986ec42cae0c22b0dd82626e63ecb9;p=PuTTY.git diff --git a/unix/GTK2.TODO b/unix/GTK2.TODO index be34c96b..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,16 +38,13 @@ Items from Colin's original mail: - Uses of GtkList should be replaced with the non-deprecated GtkTreeView. -Other items: + - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if + it's worth switching to it from the current ad-hockery. - - The host key security alert dialog box is coming up the right - size but totally blank! Find out why and fix it. +Things to do once GTK2 development is complete: - - Since Colin's patch was originally prepared I committed r7117 - (fold up treeview branches at depth 2 or greater), and this is - not currently replicated in the GTK2 version of the treeview - code. It should be. + - Make sure we haven't broken GTK1. -At point of merge: +Things to do at point of actual merge: - Mention Colin in the website's licence page.