| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-10 | DropZone.m: If dropped file is not a directory, get dirname of file | Teddy Wing | |
| 2020-10-10 | DropZone: Only accept a single dragged file/folder | Teddy Wing | |
| Show an error message in a label in the drop zone if more than one is dropped. | |||
| 2020-10-10 | DropZone.m: Require a directory to be dragged | Teddy Wing | |
| 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 | |||
