aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/DropZone.m
AgeCommit message (Collapse)Author
2020-10-10DropZone.m: If dropped file is not a directory, get dirname of fileTeddy Wing
2020-10-10DropZone: Only accept a single dragged file/folderTeddy Wing
Show an error message in a label in the drop zone if more than one is dropped.
2020-10-10DropZone.m: Require a directory to be draggedTeddy Wing
2020-10-10Add drag and drop areaTeddy 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