summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-04-03 23:06:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-03 23:06:26 +0000
commit740b70ea0c1bcdb5943b85ed0bba434f73f9a292 (patch)
tree9e32d7229e84151236f43b724bfbeedb986c3fd3 /ChangeLog.pre-2-6
parent4268cd73121f176167714807595c7b58dee2ec3b (diff)
downloadgtk+-740b70ea0c1bcdb5943b85ed0bba434f73f9a292.tar.gz
changes to follow
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-641
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0b74cbb382..68d2a5052c 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,44 @@
+Fri Apr 3 17:14:55 1998 Owen Taylor <owt1@cornell.edu>
+
+ * glib/testglib.c: Removed literal german from strings
+ to appease SGI compiler.
+
+ * gdk/gdk.c: More extensive debugging output
+
+ * gtk/gtkalignment.c gtk/gtkbutton.c gtk/gtkcheckbutton.c
+ gtk/gtkclist.c gtk/gtkeventbox.c gtk/gtkhandlebox.c
+ gtk/gtk[hv]box.c gtk/gtk[hv]paned.c gtk/gtklist.c
+ gtk/gtkmenu.c gtk/gtkmenubar.c gtk/gtkmenuitem.c
+ gtk/gtknotebook.c gtk/gtktable.c gtk/gtktree.c
+ gtk/gtktreeitem.c gtk/gtkviewport.c
+
+ Avoid assigning negative values to unsigned allocation.width and
+ height
+
+ * gtk/gtkwindow.c:
+
+ Instead of realizing the widget, then size allocating, (resulting
+ in XMoveResizeWindows for all children, do the size allocation
+ first, then realize.
+
+ In gtk_real_window_move_resize, combine move and resize
+ into a single GDK/X call when possible.
+
+ * gtk/gtkclist.c gtk/gtkdrawingarea.c:
+
+ Remove assumption that the widget will be size allocated _after_
+ it is realized.
+
+ * gtk/gtklist.c (gtk_list_motion_notify): Removed useless
+ debugging message.
+
+Wed Apr 1 21:51:37 1998 Owen Taylor <owt1@cornell.edu>
+
+ * gtk/gtkmain.c: return NULL for gtk_get_event_widget (NULL)
+
+ * gtk/gtkentry.c: New algorithm to get more normal behavior
+ with scroll_offset when changing fonts.
+
Thu Apr 2 17:30:04 BST 1998 Tony Gale <gale@gtk.org>
* examples/gtkdial/Makefile,