diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-04-09 19:12:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-09 19:12:12 +0000 |
commit | 26df647a0f526f6c17ad2317b146e639e9917613 (patch) | |
tree | 43ba2f224c0ff1375f99f19d195e6fbf71c6de96 /TODO | |
parent | ad7dc0e87f66bc90c2d3a7453ecbf34abe0a17dc (diff) | |
download | gtk+-26df647a0f526f6c17ad2317b146e639e9917613.tar.gz |
(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
Thu Apr 9 14:24:35 1998 Owen Taylor <owt1@cornell.edu>
(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>)
* gtk/gtkcurve.c (gtk_curve_interpolate): Added a
missing g_free.
* gtk/gtkcurve.c (gtk_curve_graph_events): Limits
were off by one, resulting in writing past array
bounds. Removed some unused code.
* gdk/gdk.c (gdk_dnd_drag_begin): The event structure
used for gdk_event_put should be a GdkEvent, not a
subtype, since it will all be copied.
* gtk/gtkcolorsel.c: Added a unrealize handler that
unref's the GC's that were created.
* gtk/testgtk.c (clist_warning_test): ref and sink
child because it may never be added to anything.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -272,3 +272,6 @@ TODO AFTER GTK 1.0 every widget realization involves a XGetGeometry and a XGetWindowAttributes. And every GdkWindow destruction involves a XQueryTree. + + * Scrolled windows need to be smarter about when they size-request/allocate + their children.
\ No newline at end of file |