Add a help menu item to display the current print queue
[printdrop.git] / PrintDrop.xcodeproj /
2008-09-15 Robert Seseklibssh2 can't be built with gnu99, but we want PrintDro... 1.2
2008-09-15 Robert SesekUpdate -getUploadSafeName: to not fail with certain...
2008-08-26 Robert SesekAdding a help window that uses WebKit to display a...
2008-08-06 Robert SesekSwitching from NIB to XIB file formats
2008-08-06 Robert SesekSwitching to Sparkle for updates
2008-02-27 Robert SesekDefine a BLU_DEBUG so we can NSLog() the buffer in...
2008-02-27 Robert SesekAdding a Printers.plist file so that the printers aren...
2008-02-26 Robert SesekMake libssh2 target a dependency of PrintDrop
2008-02-26 Robert SesekAdd the build number, version number, and product name...
2008-02-26 Robert SesekRearranging the project files just for my own sanity
2008-02-26 Robert SesekWe now build libssh2 in Xcode and it's a much better...
2008-02-26 Robert SesekInstead of using NSGradient, just use a PNG image so...
2008-02-26 Robert SesekAfter much work, we can now link to libssh2.a
2008-02-26 Robert SesekCreate an AppController
2008-02-25 Robert SesekRenaming FileDropBoxView to DraggableImageView and...
2008-02-25 Robert SesekRenaming GradientBack to GradientBackView
2008-02-25 Robert SesekCreating an empty subclass of NSBox to handle file...
2008-02-25 Robert SesekAdding a gradient NSView subclass to draw the pretty...
2008-02-25 Robert SesekAdding an empty Xcode project