From 4a35f24c470096c2d4edd9bfd95acab4efd60709 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 6 Mar 1998 01:56:02 +0000 Subject: [PATCH] minor todo updates that i'll hopefully get around at the weekend ;) -timj --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6799ec7b69..ca64560fcb 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