forked from cjwl/cocotron
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Hyatt
committed
Mar 17, 2019
1 parent
89ca94c
commit cdc0879
Showing
73 changed files
with
1,229 additions
and
361 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSClickGestureRecognizer.h> | ||
|
||
@implementation NSClickGestureRecognizer | ||
@end |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSCollectionViewFlowLayout.h> | ||
|
||
NSString *const NSCollectionElementKindSectionHeader = @"UICollectionElementKindSectionHeader"; | ||
NSString *const NSCollectionElementKindSectionFooter = @"UICollectionElementKindSectionFooter"; |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSCustomTouchBarItem.h> | ||
|
||
@implementation NSCustomTouchBarItem | ||
@end | ||
|
||
@implementation NSButtonGroupTouchBarItem | ||
@end |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSDraggingItem.h> | ||
|
||
@implementation NSDraggingImageComponent | ||
@end | ||
|
||
@implementation NSDraggingItem | ||
@end |
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 |
---|---|---|
@@ -1,41 +1,41 @@ | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <AppKit/AppKitDefines.h> | ||
#import <AppKit/AppKitExport.h> | ||
|
||
APPKIT_EXTERN NSExceptionName NSTextLineTooLongException; | ||
APPKIT_EXTERN NSExceptionName NSTextNoSelectionException; | ||
APPKIT_EXTERN NSExceptionName NSWordTablesWriteException; | ||
APPKIT_EXTERN NSExceptionName NSWordTablesReadException; | ||
APPKIT_EXTERN NSExceptionName NSTextReadException; | ||
APPKIT_EXTERN NSExceptionName NSTextWriteException; | ||
APPKIT_EXTERN NSExceptionName NSPasteboardCommunicationException; | ||
APPKIT_EXTERN NSExceptionName NSPrintingCommunicationException; | ||
APPKIT_EXTERN NSExceptionName NSAbortModalException; | ||
APPKIT_EXTERN NSExceptionName NSAbortPrintingException; | ||
APPKIT_EXTERN NSExceptionName NSIllegalSelectorException; | ||
APPKIT_EXTERN NSExceptionName NSAppKitVirtualMemoryException; | ||
APPKIT_EXTERN NSExceptionName NSBadRTFDirectiveException; | ||
APPKIT_EXTERN NSExceptionName NSBadRTFFontTableException; | ||
APPKIT_EXTERN NSExceptionName NSBadRTFStyleSheetException; | ||
APPKIT_EXTERN NSExceptionName NSTypedStreamVersionException; | ||
APPKIT_EXTERN NSExceptionName NSTIFFException; | ||
APPKIT_EXTERN NSExceptionName NSPrintPackageException; | ||
APPKIT_EXTERN NSExceptionName NSBadRTFColorTableException; | ||
APPKIT_EXTERN NSExceptionName NSDraggingException; | ||
APPKIT_EXTERN NSExceptionName NSColorListIOException; | ||
APPKIT_EXTERN NSExceptionName NSColorListNotEditableException; | ||
APPKIT_EXTERN NSExceptionName NSBadBitmapParametersException; | ||
APPKIT_EXTERN NSExceptionName NSWindowServerCommunicationException; | ||
APPKIT_EXTERN NSExceptionName NSFontUnavailableException; | ||
APPKIT_EXTERN NSExceptionName NSPPDIncludeNotFoundException; | ||
APPKIT_EXTERN NSExceptionName NSPPDParseException; | ||
APPKIT_EXTERN NSExceptionName NSPPDIncludeStackOverflowException; | ||
APPKIT_EXTERN NSExceptionName NSPPDIncludeStackUnderflowException; | ||
APPKIT_EXTERN NSExceptionName NSRTFPropertyStackOverflowException; | ||
APPKIT_EXTERN NSExceptionName NSAppKitIgnoredException; | ||
APPKIT_EXTERN NSExceptionName NSBadComparisonException; | ||
APPKIT_EXTERN NSExceptionName NSImageCacheException; | ||
APPKIT_EXTERN NSExceptionName NSNibLoadingException; | ||
APPKIT_EXTERN NSExceptionName NSBrowserIllegalDelegateException; | ||
APPKIT_EXTERN NSExceptionName NSAccessibilityException NS_DEPRECATED_MAC(10_1, 10_11); | ||
APPKIT_EXPORT NSExceptionName NSTextLineTooLongException; | ||
APPKIT_EXPORT NSExceptionName NSTextNoSelectionException; | ||
APPKIT_EXPORT NSExceptionName NSWordTablesWriteException; | ||
APPKIT_EXPORT NSExceptionName NSWordTablesReadException; | ||
APPKIT_EXPORT NSExceptionName NSTextReadException; | ||
APPKIT_EXPORT NSExceptionName NSTextWriteException; | ||
APPKIT_EXPORT NSExceptionName NSPasteboardCommunicationException; | ||
APPKIT_EXPORT NSExceptionName NSPrintingCommunicationException; | ||
APPKIT_EXPORT NSExceptionName NSAbortModalException; | ||
APPKIT_EXPORT NSExceptionName NSAbortPrintingException; | ||
APPKIT_EXPORT NSExceptionName NSIllegalSelectorException; | ||
APPKIT_EXPORT NSExceptionName NSAppKitVirtualMemoryException; | ||
APPKIT_EXPORT NSExceptionName NSBadRTFDirectiveException; | ||
APPKIT_EXPORT NSExceptionName NSBadRTFFontTableException; | ||
APPKIT_EXPORT NSExceptionName NSBadRTFStyleSheetException; | ||
APPKIT_EXPORT NSExceptionName NSTypedStreamVersionException; | ||
APPKIT_EXPORT NSExceptionName NSTIFFException; | ||
APPKIT_EXPORT NSExceptionName NSPrintPackageException; | ||
APPKIT_EXPORT NSExceptionName NSBadRTFColorTableException; | ||
APPKIT_EXPORT NSExceptionName NSDraggingException; | ||
APPKIT_EXPORT NSExceptionName NSColorListIOException; | ||
APPKIT_EXPORT NSExceptionName NSColorListNotEditableException; | ||
APPKIT_EXPORT NSExceptionName NSBadBitmapParametersException; | ||
APPKIT_EXPORT NSExceptionName NSWindowServerCommunicationException; | ||
APPKIT_EXPORT NSExceptionName NSFontUnavailableException; | ||
APPKIT_EXPORT NSExceptionName NSPPDIncludeNotFoundException; | ||
APPKIT_EXPORT NSExceptionName NSPPDParseException; | ||
APPKIT_EXPORT NSExceptionName NSPPDIncludeStackOverflowException; | ||
APPKIT_EXPORT NSExceptionName NSPPDIncludeStackUnderflowException; | ||
APPKIT_EXPORT NSExceptionName NSRTFPropertyStackOverflowException; | ||
APPKIT_EXPORT NSExceptionName NSAppKitIgnoredException; | ||
APPKIT_EXPORT NSExceptionName NSBadComparisonException; | ||
APPKIT_EXPORT NSExceptionName NSImageCacheException; | ||
APPKIT_EXPORT NSExceptionName NSNibLoadingException; | ||
APPKIT_EXPORT NSExceptionName NSBrowserIllegalDelegateException; | ||
APPKIT_EXPORT NSExceptionName NSAccessibilityException; | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSGestureRecognizer.h> | ||
|
||
@implementation NSGestureRecognizer | ||
@end |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSGroupTouchBarItem.h> | ||
|
||
@implementation NSGroupTouchBarItem | ||
@end |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSKeyBindingManager.h> | ||
|
||
@implementation NSKeyBindingManager | ||
@end |
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/* | ||
This file is part of Darling. | ||
Copyright (C) 2019 Lubos Dolezel | ||
Darling is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
Darling is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with Darling. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#import <AppKit/NSKeyValueBinding.h> | ||
|
||
NSString *const NSObservedObjectKey = @"NSObservedObject"; | ||
NSString *const NSObservedKeyPathKey = @"NSObservedKeyPath"; | ||
NSString *const NSOptionsKey = @"NSOptions"; | ||
|
||
NSString *const NSAnimateBinding = @"animate"; | ||
NSString *const NSContentArrayBinding = @"contentArray"; | ||
NSString *const NSContentBinding = @"content"; | ||
NSString *const NSContentObjectBinding = @"contentObject"; | ||
NSString *const NSContentObjectsBinding = @"contentObjects"; | ||
NSString *const NSContentSetBinding = @"contentSet"; | ||
NSString *const NSContentValuesBinding = @"contentValues"; | ||
NSString *const NSDoubleClickTargetBinding = @"doubleClickTarget"; | ||
NSString *const NSEnabledBinding = @"enabled"; | ||
NSString *const NSHiddenBinding = @"hidden"; | ||
NSString *const NSImageBinding = @"image"; | ||
NSString *const NSInsertsNullPlaceholderBindingOption = @"NSInsertsNullPlaceholder"; | ||
NSString *const NSSelectedIndexBinding = @"selectedIndex"; | ||
NSString *const NSSelectedObjectBinding = @"selectedObject"; | ||
NSString *const NSSelectedObjectsBinding = @"selectedObjects"; | ||
NSString *const NSSelectedTagBinding = @"selectedTag"; | ||
NSString *const NSSelectionIndexesBinding = @"selectionIndexes"; | ||
NSString *const NSTitleBinding = @"title"; | ||
NSString *const NSValidatesImmediatelyBindingOption = @"NSValidatesImmediately"; | ||
NSString *const NSValueBinding = @"value"; | ||
NSString *const NSVisibleBinding = @"visible"; | ||
|
||
NSString *const NSNullPlaceholderBindingOption = @"NSNullPlaceholder"; | ||
NSString *const NSNoSelectionPlaceholderBindingOption=@"NSNoSelectionPlaceholder"; | ||
NSString *const NSMultipleValuesPlaceholderBindingOption=@"NSMultipleValuesPlaceholder"; | ||
NSString *const NSCreatesSortDescriptorBindingOption=@"NSCreatesSortDescriptors"; | ||
NSString *const NSRaisesForNotApplicableKeysBindingOption=@"NSRaisesForNotApplicableKeys"; | ||
NSString *const NSAllowsEditingMultipleValuesSelectionBindingOption=@"NSAllowsEditingMultipleValuesSelection"; | ||
NSString *const NSValueTransformerNameBindingOption=@"NSValueTransformerName"; | ||
NSString *const NSValueTransformerBindingOption=@"NSValueTransformerBinding"; | ||
NSString *const NSConditionallySetsEnabledBindingOption=@"NSConditionallySetsEnabled"; | ||
NSString *const NSConditionallySetsEditableBindingOption=@"NSConditionallySetsEditable"; | ||
NSString *const NSContinuouslyUpdatesValueBindingOption=@"NSContinuouslyUpdatesValue"; | ||
NSString *const NSDisplayPatternBindingOption=@"NSDisplayPattern"; |
Oops, something went wrong.