summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorStefan Jeske <stefan@src.gnome.org>1998-06-16 07:39:06 +0000
committerStefan Jeske <stefan@src.gnome.org>1998-06-16 07:39:06 +0000
commit673c79d7d1b67a2592984807e2c42dac64f45ff0 (patch)
tree5a2934ee64571b053e317c7fbc560f3357a8e87d /TODO
parent742d01908f754f9473e6a7993276c3aee060d1ec (diff)
downloadgdk-pixbuf-673c79d7d1b67a2592984807e2c42dac64f45ff0.tar.gz
TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d6d810c98..a734ed3cc 100644
--- a/TODO
+++ b/TODO
@@ -48,6 +48,10 @@ Bugs:
* Expose events aren't being generated correctly for DND demo
Additions:
+ * implement keyboard navigation in menus
+
+ * focus handling for GtkOptionMenu (needs the previous)
+
* GScanner: it might be good to ues stdio and getch() instead of 1-character
reads. so one can take advantage of buffering. Currently each read() takes
a separate syscall.