aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-18Add READMEHEADv1.0masterTeddy Wing
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-13AppDelegate.m: Terminate after window is closedTeddy Wing
2020-10-11Server: Ensure the process is terminated before starting a new oneTeddy Wing
2020-10-11MainMenu.xib: Don't resize the window when path is longTeddy Wing
2020-10-11Retab filesTeddy Wing
2020-10-11Server(stop): Use `NSTask terminate` instead of `interrupt`Teddy 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-10MainMenu.xib: Make folder path label small and boldTeddy Wing
2020-10-10Server(stop): Deallocate `_process`Teddy Wing
2020-10-10Open served URL in the default browserTeddy Wing
2020-10-10MainMenu.xib: Remove unused menusTeddy Wing
2020-10-10MainMenu.xib: Make URL label selectableTeddy Wing
2020-10-10StatusView.m: Hide the status section when "Stop" button is clickedTeddy 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
2020-10-10MainMenu.xib: Prevent resizing on main windowTeddy Wing
2020-10-10MainMenu.xib: Add a drop zone to the main windowTeddy Wing
2020-10-10Change deployment target to 10.6Teddy Wing
2020-10-10New Xcode 4.5.2 projectTeddy Wing