diff options
author | Tim Janik <timj@src.gnome.org> | 1998-03-06 01:56:02 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-06 01:56:02 +0000 |
commit | 4a35f24c470096c2d4edd9bfd95acab4efd60709 (patch) | |
tree | 3ce1996cd70d866639cdc8320121ebbf1c5ea18f | |
parent | 47f7073e28604ef35081cc139d39ad60c2c17002 (diff) | |
download | gdk-pixbuf-4a35f24c470096c2d4edd9bfd95acab4efd60709.tar.gz |
minor todo updates that i'll hopefully get around at the weekend ;)
-timj
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |