summaryrefslogtreecommitdiff
path: root/pkg/osx/LauncherManager.m
AgeCommit message (Collapse)Author
2013-09-15Name OS X CMDLINE.game files as CMDLINE-game, so that they are notSimon Howard
considered as invalid file extensions. Subversion-branch: /branches/v2-branch Subversion-revision: 2656
2013-09-15Open appropriate CMDLINE file depending on the currently-selected game.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2655
2011-06-13Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2347
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
2011-05-08Allow IWAD files to be double-clicked in the finder to set the IWADSimon Howard
configuration. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2334
2011-05-07Rework OS X launcher package. Include documentation files within theSimon Howard
application bundle and add a help menu with links. Rework .dmg generation to generate a file with a "fancy" background image and overall nicer appearance. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2332
2011-02-24Make code changes to add Heretic/Hexen support to OS X launcher.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2277
2011-01-02Remove redundant package version label from top of OS X launcher window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2234
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