summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-04-14 01:09:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-14 01:09:25 +0000
commit52f719521ae43ed2183298e0e133a721d1683c9f (patch)
tree62c0df2def7f1dca5fe6d3575163b9c7ce0656b6 /TODO
parent5c67089e7d33f1b0ea4d789878679489bffe265c (diff)
downloadgdk-pixbuf-52f719521ae43ed2183298e0e133a721d1683c9f.tar.gz
Minor additions and fixes
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 454150c60..c14e8ef3b 100644
--- a/TODO
+++ b/TODO
@@ -195,12 +195,17 @@ Additions:
involves a XQueryTree.
* Scrolled windows need to be smarter about when they size-request/allocate
- their children.
+ their children. In particular, we should not be queuing the resizes
+ on the toplevel window, but on the Viewport.
* Should all the default handlers really return FALSE? This can
cause confusing presses to be sent to containers that actually
want to get events on themselves.
+ * Fix block_resize, disable_resize.
+
+ * Buttons's should derive from Bin's. (GTK 2.0 change, breaks
+ lots of stuff)
Text/Edit widget: