summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-03-11 14:09:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-03-11 14:09:13 +0000
commite029e0014d65bfb26787fbcf91fa4e7b5d267396 (patch)
treeb6317f32edb24b40a711da340e8a3690d894b485 /ChangeLog
parent4d407a73cf5d4ffcdc190f5d24a83458cfd69770 (diff)
downloadgtk+-e029e0014d65bfb26787fbcf91fa4e7b5d267396.tar.gz
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
2009-03-11 Tor Lillqvist <tml@iki.fi> Bug 573067 - Intra-app dnd of text behavior on Windows is wrong * gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion): The default action should be move, not copy. Tweak how the GdkDragAction fields in GdkDragContexts are changed. Seems to help the problem. Add more debugging printout for --gdk-debug=dnd to many functions. * gdk/win32/gdkmain-win32.c * gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string) (_gdk_win32_drag_action_to_string): New functions for use in debugging printouts. svn path=/trunk/; revision=22522
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 483e771f9d..c45f5ef09f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2009-03-11 Tor Lillqvist <tml@iki.fi>
+ Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
+
+ * gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
+ The default action should be move, not copy. Tweak how the
+ GdkDragAction fields in GdkDragContexts are changed. Seems to help
+ the problem.
+
+ Add more debugging printout for --gdk-debug=dnd to many functions.
+
+ * gdk/win32/gdkmain-win32.c
+ * gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
+ (_gdk_win32_drag_action_to_string): New functions for use in
+ debugging printouts.
+
+2009-03-11 Tor Lillqvist <tml@iki.fi>
+
* gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
printout changes. Hacking on the OLE2_DND code, which still
doesn't work, though, and is not normally compiled.