From 60f2e3c99d240b1b1e96a556e79fb8217ddcf20d Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Tue, 15 Jun 1999 09:30:34 +0000 Subject: [PATCH] dnd updates git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4408 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ee8f8e27..240c657cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Jun 15 9:00:00 1999 Richard Frith-Macdonald + + * Source/NSWindow.m: Handle dnd registration for the window by using + the window view (the superview of the content view). + * Source/NSView.m: Incorporate code for keeping track of dnd + registered views. Add support for notifying the graphics context + of changes to the types registered by views in each window. + * Source/GSDragManager.m: Removed - merged into NSView.m + * Source/NSGraphicsContext.m: Added dnd registration methods. + * Source/GNUmakefile: Removed GSDragManager. + * Headers/AppKit/GSDragManager.h: Removed + * Headers/AppKit/NSView.h: Added GSGetDragTypes() + * Headers/AppKit/NSGraphicsContext.h: Added dnd registration methods. + 1999-06-14 Michael Hanni * Model/GMAppKit.m: Minor adjustments for MacOS-X so nib2model