From 0152e0d6e2ebd7f81216b5526e5180bf16eb7649 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 28 Mar 2000 19:51:08 +0000 Subject: [PATCH] Add font selector, color selector --- TODO.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/TODO.xml b/TODO.xml index dc0c99b121..bb7b42a5e4 100644 --- a/TODO.xml +++ b/TODO.xml @@ -679,6 +679,32 @@ gtk-devel-list@redhat.com + + Integrate new color selector + +

+ There's a new color selector in CVS (module gnome-colorsel), + it needs to be folded in to GTK and any remaining issues resolved. + (This new selector is API-compatible with the old one, and + still called GtkColorSelector). +

+
+ gtk-devel-list@redhat.com +
+ + + Write new font selector + +

+ Pango introduces a new font handling system, + replacing the XLFD system. Need a font selector for this. + The XLFD selector should probably remain, for apps where + it makes sense (like gnome-terminal probably). +

+
+ gtk-devel-list@redhat.com +
+