Renaming FileDropBoxView to DraggableImageView and making the GradientBackView repain...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 25 Feb 2008 23:22:27 +0000 (18:22 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 25 Feb 2008 23:22:27 +0000 (18:22 -0500)
commit19174312395966feee6fb1f80364af6b6ab5283b
tree7f35cb567c10654ed856bc9f97bcccf4cc3ed78c
parentb2a635a7e8f7b7ee8e3b8a5d0546dd9b5418fdbd
Renaming FileDropBoxView to DraggableImageView and making the GradientBackView repaint completely each time.

The draggable view is now an NSImageView subclass that resides in the NSBox instead of subclassing NSBox and programatically creating an NSImageView (that we couldn't drag on because it wouldn't be the responder to the drag op).
English.lproj/MainMenu.nib/designable.nib
English.lproj/MainMenu.nib/keyedobjects.nib
PrintDrop.xcodeproj/project.pbxproj
Source/DraggableImageView.h [moved from Source/FileDropBoxView.h with 94% similarity]
Source/DraggableImageView.m [new file with mode: 0644]
Source/FileDropBoxView.m [deleted file]
Source/GradientBackView.m