summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2000-03-28 19:51:08 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-03-28 19:51:08 +0000
commit0152e0d6e2ebd7f81216b5526e5180bf16eb7649 (patch)
tree22c399593d866858a0324d286f6699024a09161f
parentcf9537d74d7abd9cb8b9123aa57a0c54debc435d (diff)
downloadgdk-pixbuf-0152e0d6e2ebd7f81216b5526e5180bf16eb7649.tar.gz
Add font selector, color selector
-rw-r--r--TODO.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO.xml b/TODO.xml
index dc0c99b12..bb7b42a5e 100644
--- a/TODO.xml
+++ b/TODO.xml
@@ -679,6 +679,32 @@
<contact>gtk-devel-list@redhat.com</contact>
</entry>
+ <entry size="small" status="0%" target="1.4">
+ <title>Integrate new color selector</title>
+ <description>
+ <p>
+ 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).
+ </p>
+ </description>
+ <contact>gtk-devel-list@redhat.com</contact>
+ </entry>
+
+ <entry size="medium" status="0%" target="1.4">
+ <title>Write new font selector</title>
+ <description>
+ <p>
+ 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).
+ </p>
+ </description>
+ <contact>gtk-devel-list@redhat.com</contact>
+ </entry>
+
</section> <!-- GTK+ -->
</todo>