-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to support arm64 architecture
* Update XCode configuration and nib files * Set the default font size of the Find/Replace text view to 18pt * In darkmode, the text color will be automatically adjusted
- Loading branch information
Showing
306 changed files
with
2,386 additions
and
5,732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Feb 21 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2003-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2003-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Feb 21 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2003-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2003-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Sep 27 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2004-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2004-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Sep 27 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2004-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2004-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Jun 22 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2003-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2003-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Jun 22 2004 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2003-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2003-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* Creation Date: Sep 14 2003 | ||
* Author: Isao Sonobe <[email protected]> | ||
* Copyright: Copyright (c) 2003-2018 Isao Sonobe, All rights reserved. | ||
* Copyright: Copyright (c) 2003-2020 Isao Sonobe, All rights reserved. | ||
* License: OgreKit License | ||
* | ||
* Encoding: UTF8 | ||
|
@@ -109,7 +109,7 @@ | |
- (IBAction)toggleStyleOptions:(id)sender; | ||
|
||
/* delegate methods of OgreAdvancedFindPanel */ | ||
- (void)findPanelFlagsChanged:(unsigned)modifierFlags; | ||
- (void)findPanelFlagsChanged:(NSUInteger)modifierFlags; | ||
- (void)findPanelDidAddChildWindow:(NSWindow*)childWindow; | ||
- (void)findPanelDidRemoveChildWindow:(NSWindow*)childWindow; | ||
|
||
|
@@ -196,6 +196,4 @@ | |
- (BOOL)inSelectionScopeOption; | ||
- (void)setInSelectionScopeOption:(BOOL)inSelectionScopeOption; | ||
|
||
- (NSString*)version; | ||
|
||
@end |
Oops, something went wrong.