diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-08-31 13:09:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-08-31 13:09:50 +0000 |
commit | d59481f4a7d0e9e4acf2ef71f3304a4f32e49ba4 (patch) | |
tree | 05a92bc56519f6f210084c5cca9e679aac62484d | |
parent | 10df9a0855395113934f8ae4592da50eafad4886 (diff) | |
download | pango-d59481f4a7d0e9e4acf2ef71f3304a4f32e49ba4.tar.gz |
add item about red squiggle underline to TODO.xml
-rw-r--r-- | TODO.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |