Skip to content

Commit

Permalink
Update to support arm64 architecture
Browse files Browse the repository at this point in the history
* 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
sonoisa committed Dec 12, 2020
1 parent 7f7ab1e commit 43a283f
Show file tree
Hide file tree
Showing 306 changed files with 2,386 additions and 5,732 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build/*
RegularExpression/oniguruma/intel
RegularExpression/oniguruma/universal
RegularExpression/oniguruma/x86_64
RegularExpression/oniguruma/arm64
*.xcworkspace*
*.xcuserdata*
.DS_Store?
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAFPCEscapeCharacterFormatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAFPCEscapeCharacterFormatter.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAFPCOptionButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAFPCOptionButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAdvancedFindPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FindPanel/Controllers/OgreAdvancedFindPanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions FindPanel/Controllers/OgreAdvancedFindPanelController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -196,6 +196,4 @@
- (BOOL)inSelectionScopeOption;
- (void)setInSelectionScopeOption:(BOOL)inSelectionScopeOption;

- (NSString*)version;

@end
Loading

0 comments on commit 43a283f

Please sign in to comment.