diff options
author | Havoc Pennington <hp@src.gnome.org> | 2000-03-28 17:18:15 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-03-28 17:18:15 +0000 |
commit | cf9537d74d7abd9cb8b9123aa57a0c54debc435d (patch) | |
tree | 98f26fd1d4129bac3a1fded104478a5eafd5534f /TODO.xml | |
parent | 06aed5243730662a3a0d2cae92e1a692db928f78 (diff) | |
download | gtk+-cf9537d74d7abd9cb8b9123aa57a0c54debc435d.tar.gz |
Add stuff from Ettore
Diffstat (limited to 'TODO.xml')
-rw-r--r-- | TODO.xml | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -375,6 +375,17 @@ </entry> + <entry size="medium" status="0%" target="1.4"> + <title>GUI-editable means of user configuration</title> + <description> + <p> + Need to be able to set double click time, whether cursors + blink, etc., from a control panel type of deal. + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> + </section> <!-- Core --> <section> @@ -625,6 +636,49 @@ <contact>gtk-devel-list@redhat.com</contact> </entry> + <entry size="medium" status="0%" target="1.4"> + <title>Menu scroll</title> + <description> + <p> + When menus are bigger than the screen, allow scrolling + as on the Mac. + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> + + <entry size="medium" status="0%" target="1.4"> + <title>Toolbar/menubar wrap</title> + <description> + <p> + When toolbars and menubars are too wide, do some sort of + wrapping or drop-down deal. (See Windows/Mac apps for examples.) + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> + + <entry size="small" status="0%" target="1.4"> + <title>Blink cursor in GtkEntry</title> + <description> + <p> + Make the cursor optionally blink in GtkEntry. Beware, the entry code + is somewhat in flux; mail Owen and ask. + </p> + </description> + <contact>otaylor@redhat.com</contact> + </entry> + + <entry size="small" status="0%" target="1.4"> + <title>Don't highlight first menu item when menus come up</title> + <description> + <p> + Keep GtkMenu from prelighting the first menu item. + </p> + </description> + <contact>gtk-devel-list@redhat.com</contact> + </entry> + </section> <!-- GTK+ --> </todo> |