summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-10-10 01:55:09 +0000
committerTim Janik <timj@src.gnome.org>1998-10-10 01:55:09 +0000
commit357c50b14ed672559582e44b9ea1547497ca2e3b (patch)
tree35372550087e0da154c91d81f8d35288742b89a4 /TODO
parent922d7fd0ae22fb62d8aaae2b7210362a1e1bae31 (diff)
downloadgdk-pixbuf-357c50b14ed672559582e44b9ea1547497ca2e3b.tar.gz
take the left, right, top and bottom attach arguments as mandatory and
Sat Oct 10 03:37:50 1998 Tim Janik <timj@gtk.org> * gtk/gtktable.c (gtk_table_set_child_arg): take the left, right, top and bottom attach arguments as mandatory and readjust the table size and opposing edge accordingly if required. this way the order in which the arguments are set doesn't matter.
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 12 insertions, 8 deletions
diff --git a/TODO b/TODO
index 53589a842..563a52c89 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,19 @@ Bugs:
* Widget redrawing when the window resizes sometimes messes up.
GtkLabels sometimes redraw without clearing up the underlying background on
window resizes.
+
+ * Change bitfields to guints from enums, or vice versa?
+
+ * MappingNotify events produce warnings.
+
+ * gtk_widget_set_uposition can't handle negative x,y coordinates!
+
+ * the type system (gtktypeutils.c) has to handle creations of fundamental
+ types seperatedly from derived types, so we don't screw foreign
+ fundamental types with an already extensively increased seqno.
+ * Expose events aren't being generated correctly for DND demo
+
* delay dnd settings to take effect once a widget is realized, this is
to avoid force realizations. i think this goes along with owens dnd
changes?
@@ -35,14 +47,6 @@ Bugs:
segfault in malloc
-timj
- * Change bitfields to guints from enums, or vice versa?
-
- * Expose events aren't being generated correctly for DND demo
-
- * MappingNotify events produce warnings.
-
- * gtk_widget_set_uposition can't handle negative x,y coordinates!
-
Additions:
* implement keyboard navigation in menus