summaryrefslogtreecommitdiff
path: root/TODO.xml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-08-31 13:09:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-08-31 13:09:50 +0000
commitd59481f4a7d0e9e4acf2ef71f3304a4f32e49ba4 (patch)
tree05a92bc56519f6f210084c5cca9e679aac62484d /TODO.xml
parent10df9a0855395113934f8ae4592da50eafad4886 (diff)
downloadpango-d59481f4a7d0e9e4acf2ef71f3304a4f32e49ba4.tar.gz
add item about red squiggle underline to TODO.xml
Diffstat (limited to 'TODO.xml')
-rw-r--r--TODO.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.xml b/TODO.xml
index 45f423c3..6dbbb078 100644
--- a/TODO.xml
+++ b/TODO.xml
@@ -196,6 +196,20 @@
</description>
<contact>gtk-i18n-list@gnome.org</contact>
</entry>
+ <entry size="small" status="0%" target="1.0?">
+ <title>Error indicator underline</title>
+ <description>
+ It might be interesting to add an error-indicator underline
+ type. (A red squiggle, as seen for auto-spell
+ checking in products like Microsoft Word.) This would
+ mean adding <code>PANGO_UNDERLINE_ERROR</code> to
+ the <code>PangoUnderline</code> enumeration, and then
+ adding the code to draw it to the various renderers
+ for PangoLayout. (Rendering happens in three places now -
+ pangox.c, gtk+/gtk/gtktextdisplay.c gtk+/gdk/gdkpango.c.)
+ </description>
+ <contact>gtk-i18n-list@gnome.org</contact>
+ </entry>
<entry size="medium" status="0%" target="1.0?">
<title>Deal with proper change notification for PangoContext</title>
<description>