summaryrefslogtreecommitdiff
path: root/pkg/osx/LauncherManager.m
AgeCommit message (Collapse)Author
2010-01-30Set launch button as default button, so that it is possible to launchSimon Howard
the game by pressing return. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1834
2010-01-23Add menu item to launcher to open a terminal window that can be used toSimon Howard
start the game. Add missing 'edit' menu. Set svn:ignore property for osx directory. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1824
2010-01-15Don't open the configuration window when the launcher is first run;Simon Howard
display an error message if the user tries to launch the game without an IWAD selected. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1817
2010-01-15Center the launcher window and config window on startup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1815
2010-01-11Insert new files into the command line at the correct location, allowingSimon Howard
multiple files to be opened at once. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1803
2010-01-11When launching a file from the finder, add the new file into the commandSimon Howard
line at the appropriate position in the command line string. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1802
2010-01-09Clear existing arguments when adding a file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1795
2010-01-09Add file to command line when opened; add link from AppController toSimon Howard
LauncherManager. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1794
2010-01-09Initial code to identify file type by extension and add file to commandSimon Howard
line. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1793
2010-01-04Import OS X launcher code to trunk.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1784