summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-03-24 14:04:07 +0000
committerTim Janik <timj@src.gnome.org>1998-03-24 14:04:07 +0000
commitcb98231c7df0c2cd222aad83c0c2bf6a87206695 (patch)
treeaf6c583b82c8b9d08f16f480ce9b050c114b95e3 /ChangeLog.pre-2-2
parent36e83663cf3ee151953267cc0bc163ec3d3f4af6 (diff)
downloadgdk-pixbuf-cb98231c7df0c2cd222aad83c0c2bf6a87206695.tar.gz
implemented new flag shrink_on_detach (TRUE by default) which will cause
Tue Mar 24 14:59:50 1998 Tim Janik <timj@gtk.org> * gtk/gtkhandlebox.h: * gtk/gtkhandlebox.c: implemented new flag shrink_on_detach (TRUE by default) which will cause the handle boxes requisition to collapse in case the child is already detached. removed duplicate ChangeLog entry from owen.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-232
1 files changed, 7 insertions, 25 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index a5de8a8b6..dae03f77e 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,10 @@
+Tue Mar 24 14:59:50 1998 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkhandlebox.h:
+ * gtk/gtkhandlebox.c: implemented new flag shrink_on_detach (TRUE by
+ default) which will cause the handle boxes requisition to collapse in
+ case the child is already detached.
+
Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for
@@ -11,30 +18,6 @@ Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu>
to refer to gtk-config.
(From: johannes@nada.kth.se (Johannes Keukelaar))
-Mon Mar 23 18:19:42 1998 Owen Taylor <owt1@cornell.edu>
-
- * gtk/gtkmenu.c gtk/gtkmenushell.c: Instead of making
- an X grab when the button is released, grab immediately.
- This solves a problem where menus wouldn't pop down
- if the caller didn't have the BUTTON_RELEASE mask on
- their window, and and another where the X grab would
- be released prematurely.
-
- * gtk/gtklist.c gtk/gtktree.c: Do sanity checking on
- button presses to make sure they occurred in a child item.
- (From: "Damon Chaplin" <DAChaplin@email.msn.com>)
-
- * gtk/gtkmenushell.c: Do sanity checking on button
- press/releases. Handle button events on window widget
- descendents of menu items correctly.
-
- * gtk/gtkclist.c gtk/gtkbutton.c gtk/gtkviewport.c
- gtk/gtkeventbox.c:
-
- Make the window size allocated in _realize() match that
- in _size_allocate(). Take into account the border width
- in the draw() handler.
-
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
@@ -75,7 +58,6 @@ Mon Mar 23 18:19:42 1998 Owen Taylor <owt1@cornell.edu>
in _size_allocate(). Take into account the border width
in the draw() handler.
->>>>>>> 1.285
Mon Mar 23 15:26:25 1998 Tim Janik <timj@gtk.org>
* gtk/gtkentry.c (gtk_entry_append_text): check for text!=NULL.