]> Pileus Git - ~andy/gtk/commitdiff
Cosmetic change to my last entry.
authorTor Lillqvist <tml@src.gnome.org>
Sat, 30 Jul 2005 05:54:55 +0000 (05:54 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 30 Jul 2005 05:54:55 +0000 (05:54 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8

index f2896a6a6916dfbf6b4a1842da93b4db414887a4..b5f523549478434ec139027a9f477b8b39ba5ade 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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.
        
index f2896a6a6916dfbf6b4a1842da93b4db414887a4..b5f523549478434ec139027a9f477b8b39ba5ade 100644 (file)
        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.
        
index f2896a6a6916dfbf6b4a1842da93b4db414887a4..b5f523549478434ec139027a9f477b8b39ba5ade 100644 (file)
        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.