Mac OS X updates: Fixed typing in Mac print dialogs. Fixed endian issue so that printing from an Intel-based Mac no longer messes up colors. Added automatic scaling and orientation of image for Mac printing. Added menu items to Mac menu bar - New, Open, Save, Print, Page Setup, Undo, Redo. Use standard Mac arrow cursror rather than custom Tux Paint arrow cursor for more consistent look and feel.
This commit is contained in:
parent
0d7887897b
commit
9a8fc843d3
9 changed files with 388 additions and 137 deletions
13
macosx/English.lproj/SDLMain.nib/classes.nib
generated
13
macosx/English.lproj/SDLMain.nib/classes.nib
generated
|
|
@ -2,7 +2,18 @@
|
|||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
ACTIONS = {makeFullscreen = id; quit = id; };
|
||||
ACTIONS = {
|
||||
makeFullscreen = id;
|
||||
onHelp = id;
|
||||
onNew = id;
|
||||
onOpen = id;
|
||||
onPageSetup = id;
|
||||
onPrint = id;
|
||||
onQuit = id;
|
||||
onRedo = id;
|
||||
onSave = id;
|
||||
onUndo = id;
|
||||
};
|
||||
CLASS = SDLMain;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue