summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-06 01:56:02 +0000
committerTim Janik <timj@src.gnome.org>1998-03-06 01:56:02 +0000
commit4a35f24c470096c2d4edd9bfd95acab4efd60709 (patch)
tree3ce1996cd70d866639cdc8320121ebbf1c5ea18f /TODO
parent47f7073e28604ef35081cc139d39ad60c2c17002 (diff)
downloadgdk-pixbuf-4a35f24c470096c2d4edd9bfd95acab4efd60709.tar.gz
minor todo updates that i'll hopefully get around at the weekend ;)
-timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6799ec7b6..ca64560fc 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,9 @@ TODO BEFORE GTK 1.0
-------------------
Bugs:
+ * pasting into a GtkEntry that already has a very long string,
+ causes the app to hang.
+
* Vertical scrollbar: the expose event looks hosed and is causing
quite a bit of flickering
Actually this affects both scrollbar implementation, you can best
@@ -64,6 +67,9 @@ Bugs:
* Force paned window handle to be kept on screen
Additions:
+ * widgets which are redrawn because of a gtk_widget_draw(,NULL) should
+ be removed from the redraw queue.
+
* 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.
@@ -236,4 +242,4 @@ TODO AFTER GTK 1.0
gtk_toolbar_insert_element
gtk_widget_dnd_data_set (should be guchar * with a copy?
shouldn't be there at all...)
- ??? GtkDrawingarea.draw_data \ No newline at end of file
+ ??? GtkDrawingarea.draw_data