summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-06-28 05:24:00 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-28 05:24:00 +0000
commit796dc4b1d76e79ef3c4a95751c33aabf721bfc51 (patch)
treefe309e817946c5290c93724bbfe64c3cf345acb6 /ChangeLog.pre-2-4
parent8eaa071617f29f267bb0ffb05976fa5885dbf595 (diff)
downloadgdk-pixbuf-796dc4b1d76e79ef3c4a95751c33aabf721bfc51.tar.gz
new function for mapping a window without fooling with stacking order, but
2001-06-19 Havoc Pennington <hp@pobox.com> * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function for mapping a window without fooling with stacking order, but updating the "withdrawn" flag * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event filtering as soon as possible, moving move resize and wmspec_check handling after the event filter. Make default filter apply to all events, not just those with no GdkWindow wrapped around the X window. Fix a FIXME about how the window could be a pixmap using RTTI; this of course assumes GDK_IS_WINDOW() is optimized. Also, be robust against events not on a known GdkWindow. * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server, gdk_x11_ungrab_server): export reference-counted server grabs, so other people can grab server over a GDK function that also does so.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-420
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0ab82a215..0ce0065f0 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,23 @@
+2001-06-19 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
+ for mapping a window without fooling with stacking order, but
+ updating the "withdrawn" flag
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
+ filtering as soon as possible, moving move resize and wmspec_check
+ handling after the event filter. Make default filter apply to all
+ events, not just those with no GdkWindow wrapped around the X
+ window. Fix a FIXME about how the window could be a pixmap using
+ RTTI; this of course assumes GDK_IS_WINDOW() is optimized.
+
+ Also, be robust against events not on a known GdkWindow.
+
+ * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
+ gdk_x11_ungrab_server): export reference-counted server grabs, so
+ other people can grab server over a GDK function that also does
+ so.
+
Wed Jun 27 19:40:31 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c