diff options
author | Richard Hult <richard@imendio.com> | 2006-07-20 08:06:54 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2006-07-20 08:06:54 +0000 |
commit | cb5f9e62e996e3720ddcefcfa29484854a04787e (patch) | |
tree | 3e6365c94ad7c3f54e7140bafa129f15374f82bf /ChangeLog | |
parent | 456b9fbc956a7a5adbb189363c6da49536414abd (diff) | |
download | gtk+-cb5f9e62e996e3720ddcefcfa29484854a04787e.tar.gz |
Append the event to the queue instead of using gdk_event_put.
2006-07-20 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c: (generate_grab_broken_event):
Append the event to the queue instead of using gdk_event_put.
(_gdk_quartz_get_mouse_window, find_current_keyboard_window):
Handle grabs.
(get_event_mask_from_ns_event, create_focus_event)
(convert_window_coordinates_to_root, find_window_for_event)
(gdk_event_translate): Improve readability (style changes).
(gdk_flush, gdk_display_sync, gdk_display_flush)
(gdk_event_send_client_message_for_display),
(gdk_screen_broadcast_client_message): Remove FIXMEs.
(gdk_screen_get_setting): Reindent.
Also move find_child_window_by_point to gdkwindow-quartz.c.
* gdk/quartz/gdkwindow-quartz.c:
(find_child_window_by_point_helper),
(_gdk_quartz_find_child_window_by_point): Move here from
gdkevents-quartz.c
(_gdk_windowing_window_get_pointer): Handle destroyed windows and
imlement the return value.
(_gdk_windowing_window_at_pointer): Implement.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2006-07-20 Richard Hult <richard@imendio.com> + + * gdk/quartz/gdkevents-quartz.c: (generate_grab_broken_event): + Append the event to the queue instead of using gdk_event_put. + (_gdk_quartz_get_mouse_window, find_current_keyboard_window): + Handle grabs. + (get_event_mask_from_ns_event, create_focus_event) + (convert_window_coordinates_to_root, find_window_for_event) + (gdk_event_translate): Improve readability (style changes). + (gdk_flush, gdk_display_sync, gdk_display_flush) + (gdk_event_send_client_message_for_display), + (gdk_screen_broadcast_client_message): Remove FIXMEs. + (gdk_screen_get_setting): Reindent. + Also move find_child_window_by_point to gdkwindow-quartz.c. + + * gdk/quartz/gdkwindow-quartz.c: + (find_child_window_by_point_helper), + (_gdk_quartz_find_child_window_by_point): Move here from + gdkevents-quartz.c + (_gdk_windowing_window_get_pointer): Handle destroyed windows and + imlement the return value. + (_gdk_windowing_window_at_pointer): Implement. + 2006-07-19 Richard Hult <richard@imendio.com> * gtk/gtkdnd-quartz.c (register_types): Reindent. |