diff options
author | Tor Lillqvist <tml@novell.com> | 2005-03-16 01:38:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-03-16 01:38:57 +0000 |
commit | df9768cf3a88a82d04c91c32dc2285d69ad4b02b (patch) | |
tree | bfa4cc7ccb8a7b8160a30f6a29aabccf9416234f /ChangeLog.pre-2-10 | |
parent | 1b2584a8acc380dc6723b5d76fc36ff279596a30 (diff) | |
download | gtk+-df9768cf3a88a82d04c91c32dc2285d69ad4b02b.tar.gz |
Print debugging output only if asked for, not always.
2005-03-16 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
debugging output only if asked for, not always.
* gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
debugging printout instead of +%d+%d. Misc other additions and
cosmetic improvements to debugging printouts. Use API_CALL() and
GDI_CALL() macros in more places.
* gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
gdk_window_move_resize): To detect child windows, check whether
the real parent is not the desktop window, instead of relying on
the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
de facto child windows.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7119276b35..252eaa3e6f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,20 @@ +2005-03-16 Tor Lillqvist <tml@novell.com> + + * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print + debugging output only if asked for, not always. + + * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in + debugging printout instead of +%d+%d. Misc other additions and + cosmetic improvements to debugging printouts. Use API_CALL() and + GDI_CALL() macros in more places. + + * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize, + gdk_window_move_resize): To detect child windows, check whether + the real parent is not the desktop window, instead of relying on + the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug + windows have a GDK window type GDK_WINDOW_FOREIGN, but are still + de facto child windows. + 2005-03-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an |