| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-10 | Start a Python SimpleHTTPServer in dropped file directory | Teddy Wing | |
| When a file or directory is dropped on the drop zone, start a Python SimpleHTTPServer from that directory. Ensure the server is terminated when the Drop Serve application quits. | |||
| 2020-10-10 | Add drag and drop area | Teddy Wing | |
| Allow dragging and dropping files. Based on: - https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/DragandDrop/Tasks/acceptingdrags.html#//apple_ref/doc/uid/20000993-BABHHIHC - https://developer.apple.com/library/archive/samplecode/CocoaDragAndDrop/Introduction/Intro.html#//apple_ref/doc/uid/DTS10000384-Intro-DontLinkElementID_2 | |||
| 2020-10-10 | Change deployment target to 10.6 | Teddy Wing | |
| 2020-10-10 | New Xcode 4.5.2 project | Teddy Wing | |
