diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-24 05:27:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-24 05:27:00 +0000 |
commit | 102b1de4b4e7939e9fe513ee929bc073eaa11741 (patch) | |
tree | 84f168aee1ac87870cc2ab9315090c02b4d3e54e /ChangeLog.pre-2-6 | |
parent | d362159181f550340709f46621e3da840cd5fb82 (diff) | |
download | gtk+-102b1de4b4e7939e9fe513ee929bc073eaa11741.tar.gz |
Use reversed arrow for menus ala Motif (and fix Options menus, which had X
Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for
menus ala Motif (and fix Options menus, which had X cursor
before), and show normal arrow when inside ComboBox.
* gtk/gtkfilesel.c: Various memory leaks removed, as
pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>
* docs/gtk_tut.sgml: Change compiling explaination
to refer to gtk-config.
(From: johannes@nada.kth.se (Johannes Keukelaar))
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f89fabbe56..a5de8a8b65 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,40 @@ +Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu> + + * gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for + menus ala Motif (and fix Options menus, which had X cursor + before), and show normal arrow when inside ComboBox. + + * gtk/gtkfilesel.c: Various memory leaks removed, as + pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se> + + * docs/gtk_tut.sgml: Change compiling explaination + 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 -> @@ -38,6 +75,7 @@ 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. |