Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2195:23d90a805259
[xemacs-hg @ 2004-07-31 12:03:05 by malcolmp]
Fix cases where GTK scrollbars are left in the middle of a frame.
author | malcolmp |
---|---|
date | Sat, 31 Jul 2004 12:03:05 +0000 |
parents | 95fee4a1420e |
children | 35540b6052a9 |
comparison
equal
deleted
inserted
replaced
2194:9b40b475f33f | 2195:23d90a805259 |
---|---|
1 2004-07-27 Malcolm Purvis <malcolmp@xemacs.org> | |
2 | |
3 * frame-gtk.c (gtk_make_frame_visible): | |
4 * frame-gtk.c (gtk_make_frame_invisible): Use map/unmap instead of | |
5 show/hide. This is what X uses and is prevents previously hidden | |
6 widgets from suddenly reappearing. | |
7 * gtk-xemacs.c (gtk_xemacs_paint): | |
8 * gtk-xemacs.c (gtk_xemacs_draw): | |
9 * gtk-xemacs.c (gtk_xemacs_expose): Only operate if the widget is | |
10 drawable. | |
11 * scrollbar-gtk.c (gtk_update_scrollbar_instance_status): Force | |
12 size and location changes so that they can be seen before the next | |
13 idle event. Without this rapid changes to scrollbar properties | |
14 are not seen. | |
15 | |
1 2004-07-07 Malcolm Purvis <malcolmp@xemacs.org> | 16 2004-07-07 Malcolm Purvis <malcolmp@xemacs.org> |
2 | 17 |
3 * console-gtk-impl.h: | 18 * console-gtk-impl.h: |
4 * console-gtk-impl.h (struct gtk_frame): | 19 * console-gtk-impl.h (struct gtk_frame): |
5 * console-gtk-impl.h (FRAME_GTK_WIDGET_INSTANCE_HASH_TABLE): | 20 * console-gtk-impl.h (FRAME_GTK_WIDGET_INSTANCE_HASH_TABLE): |