* Source/NSTableView.m: Add new private methods.

(-mouseDown:): Reorganize and don't track cells until dragging
        has been ruled out.
        * Source/NSCell.m (trackMouse:inRect:ofView:untilMouseUp:):
        Handle events no longer in the queue.
        * Source/GSDragView.m: Change NSLog to NSDebugLLog.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2006-11-01 09:50:00 +00:00
parent 1a7c5c309c
commit 3d20848a26
4 changed files with 178 additions and 131 deletions

View file

@ -756,7 +756,7 @@ static GSDragView *sharedDragView = nil;
break;
default:
NSLog(@"Internal: dropped NSAppKitDefined (%d) event", sub);
NSDebugLLog(@"NSDragging", @"dropped NSAppKitDefined (%d) event", sub);
break;
}
}