aboutsummaryrefslogtreecommitdiffstats
path: root/Drop Serve/DropZone.m
AgeCommit message (Expand)Author
2020-10-17Add license (GNU GPLv3+)Teddy Wing
2020-10-13DropZone.m: Don't start server if more than one item is dragged inTeddy Wing
2020-10-11Retab filesTeddy Wing
2020-10-10Reduce sleep before opening page in browser to 0.5 secondsTeddy Wing
2020-10-10Sleep for one second before opening the served page in the browserTeddy Wing
2020-10-10Open served URL in the default browserTeddy Wing
2020-10-10Add a label to the window to show server statusTeddy Wing
2020-10-10Start a Python SimpleHTTPServer in dropped file directoryTeddy Wing
2020-10-10DropZone: Exit drop handler if the dropped file doesn't existTeddy Wing
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
2020-10-10DropZone.m: Require a directory to be draggedTeddy Wing
2020-10-10Add drag and drop areaTeddy Wing