summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-08 03:32:05 +0000
committerTim Janik <timj@src.gnome.org>1998-03-08 03:32:05 +0000
commit5fa1bfcf45f3789b3023d610765f8b18db022da3 (patch)
treea48565456daefdf771613d9b969b44c562b85fa9 /TODO
parent76d01a826ca213bcd1b7ee71acdf687de9c9d7f0 (diff)
downloadgdk-pixbuf-5fa1bfcf45f3789b3023d610765f8b18db022da3.tar.gz
applied a bunch of patches and removed all the printfs that
raster left over. -timj
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 5 insertions, 10 deletions
diff --git a/TODO b/TODO
index 658055a2d..d8a0649db 100644
--- a/TODO
+++ b/TODO
@@ -9,17 +9,12 @@ Bugs:
quite a bit of flickering
Actually this affects both scrollbar implementation, you can best
tell if you run the application with --sync (timj)
-
- * remove gtk_tree_item_idle_hack from gtktreeitem.c.
* signal parameters don't seem to get refreshed on recursive invokations
of GTK_NO_RECURSE signals, which causes the restarted emissions to loose
their actual point, i.e. parameter changes on the restarted emission,
needs further investigation.
- * the GtkText widget needs to be fixed, that means no segfaults, full editing
- facilities, omit the background pixmap for now.
-
* Widget redrawing when the window resizes sometimes messes up.
GtkLabels sometimes redraw without clearing up the underlying background on
window resizes.
@@ -70,9 +65,9 @@ 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.
+ * 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.
* implement gtk_default_draw_oval
@@ -86,7 +81,7 @@ Additions:
* GtkToolTips:
allocate GtkTooltipsData from memchunks
- look into incorporation of old/gtk-dairiki-971208-[01].patch.gz
+ look into incorporation of outdated/gtk-dairiki-971208-[01].patch.gz
* Make widget attributes configurable after the widget is created (timj).
@@ -115,7 +110,7 @@ TODO AFTER GTK 1.0
* Entry should have a password mode (and it should show stars
for user feedback).
- * More dialogs? Print, GtkFontSelector, maybe others...
+ * More dialogs: Print, GtkFontSelector, maybe others...
* Multiple document interface (MDI)?