diff options
author | Havoc Pennington <hp@src.gnome.org> | 2000-03-28 19:51:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-03-28 19:51:08 +0000 |
commit | 0152e0d6e2ebd7f81216b5526e5180bf16eb7649 (patch) | |
tree | 22c399593d866858a0324d286f6699024a09161f /TODO.xml | |
parent | cf9537d74d7abd9cb8b9123aa57a0c54debc435d (diff) | |
download | gtk+-0152e0d6e2ebd7f81216b5526e5180bf16eb7649.tar.gz |
Add font selector, color selector
Diffstat (limited to 'TODO.xml')
-rw-r--r-- | TODO.xml | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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> |