printdrop.git
16 years agoUse an NSArrayController and now we can have access to the dictionary!
Robert Sesek [Tue, 26 Feb 2008 00:48:19 +0000 (19:48 -0500)]
Use an NSArrayController and now we can have access to the dictionary!

16 years agoCreate an AppController
Robert Sesek [Tue, 26 Feb 2008 00:33:08 +0000 (19:33 -0500)]
Create an AppController

16 years agoSet the NIB window to be positioned in the center of the screen and replace "NewAppli...
Robert Sesek [Mon, 25 Feb 2008 23:32:14 +0000 (18:32 -0500)]
Set the NIB window to be positioned in the center of the screen and replace "NewApplication"

16 years agoRenaming FileDropBoxView to DraggableImageView and making the GradientBackView repain...
Robert Sesek [Mon, 25 Feb 2008 23:22:27 +0000 (18:22 -0500)]
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).

16 years agoRenaming GradientBack to GradientBackView
Robert Sesek [Mon, 25 Feb 2008 21:51:12 +0000 (16:51 -0500)]
Renaming GradientBack to GradientBackView

16 years agoCreating an empty subclass of NSBox to handle file drag-and-drop
Robert Sesek [Mon, 25 Feb 2008 21:49:37 +0000 (16:49 -0500)]
Creating an empty subclass of NSBox to handle file drag-and-drop

* English.lproj/MainMenu.nib: Set the custom subclass
* PrintDrop.xcodeproj: Project updates for the new source files
* Source/FileDropBoxView.h: New file
* Source/FileDropBoxView.m: New file

16 years agoAdding a gradient NSView subclass to draw the pretty gradient
Robert Sesek [Mon, 25 Feb 2008 21:45:00 +0000 (16:45 -0500)]
Adding a gradient NSView subclass to draw the pretty gradient

* English.lproj/MainMenu.nib: set the NSView subclass
* PrintDrop.xcodeproj: Project updates for the new source files
* Source/GradientBack.h: New file
* Source/GradientBack.m: New file

16 years agoLaying out the interface
Robert Sesek [Mon, 25 Feb 2008 21:35:41 +0000 (16:35 -0500)]
Laying out the interface

* English.lproj/MainMenu.nib

16 years agoAdding an empty Xcode project
Robert Sesek [Mon, 25 Feb 2008 21:27:36 +0000 (16:27 -0500)]
Adding an empty Xcode project