summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-107
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index f2896a6a6..b5f523549 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -50,30 +50,23 @@
to the gdk-ping message. Use the global _gdk_display instead of
calling gdk_display_get_default() or gdk_drawable_get_display()
which would return _gdk_display anyway.
-
(append_event, apply_filters, gdk_event_translate): Drop any
GdkDisplay parameter as we only have one display anyway. Use
_gdk_display where needed.
-
(gdk_event_apply_filters): Delete, move the code into its only
caller, apply_filters().
-
(generate_button_event): Factor out code from two places in
gdk_event_translate().
-
(gdk_event_translate): Call generate_button_event() in place of
inline code.
* gdk/win32/gdkevents-win32.c (generate_grab_broken_event): New
static function to generate and append the GDK_GRAB_BROKEN events.
-
(gdk_pointer_grab, gdk_keyboard_grab): Generate grab broken events
when overriding a grab inside the application, like in the X11
backend. Final bits of the fix for #107320, hopefully.
-
(print_event): Handle also GDK_SETTING, GDK_OWNER_CHANGE and
GDK_GRAB_BROKEN events.
-
(gdk_event_translate): Call generate_grab_broken_event() in place
of inline code.