index
:
Drop-Serve
master
Start a static web server at a given folder location via drag-and-drop
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-10-18
Add README
HEAD
v1.0
master
Teddy Wing
2020-10-17
Add license (GNU GPLv3+)
Teddy Wing
2020-10-13
DropZone.m: Don't start server if more than one item is dragged in
Teddy Wing
2020-10-13
AppDelegate.m: Terminate after window is closed
Teddy Wing
2020-10-11
Server: Ensure the process is terminated before starting a new one
Teddy Wing
2020-10-11
MainMenu.xib: Don't resize the window when path is long
Teddy Wing
2020-10-11
Retab files
Teddy Wing
2020-10-11
Server(stop): Use `NSTask terminate` instead of `interrupt`
Teddy Wing
2020-10-10
Reduce sleep before opening page in browser to 0.5 seconds
Teddy Wing
2020-10-10
Sleep for one second before opening the served page in the browser
Teddy Wing
2020-10-10
MainMenu.xib: Make folder path label small and bold
Teddy Wing
2020-10-10
Server(stop): Deallocate `_process`
Teddy Wing
2020-10-10
Open served URL in the default browser
Teddy Wing
2020-10-10
MainMenu.xib: Remove unused menus
Teddy Wing
2020-10-10
MainMenu.xib: Make URL label selectable
Teddy Wing
2020-10-10
StatusView.m: Hide the status section when "Stop" button is clicked
Teddy Wing
2020-10-10
Add a label to the window to show server status
Teddy Wing
2020-10-10
Start a Python SimpleHTTPServer in dropped file directory
Teddy Wing
2020-10-10
DropZone: Exit drop handler if the dropped file doesn't exist
Teddy Wing
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
2020-10-10
DropZone.m: Require a directory to be dragged
Teddy Wing
2020-10-10
Add drag and drop area
Teddy Wing
2020-10-10
MainMenu.xib: Prevent resizing on main window
Teddy Wing
2020-10-10
MainMenu.xib: Add a drop zone to the main window
Teddy Wing
2020-10-10
Change deployment target to 10.6
Teddy Wing
2020-10-10
New Xcode 4.5.2 project
Teddy Wing