Revision: 24072
http://sourceforge.net/p/bibdesk/svn/24072
Author: hofman
Date: 2019-07-22 20:34:01 +0000 (Mon, 22 Jul 2019)
Log Message:
-----------
use BDSK prefix for category names
Modified Paths:
--------------
trunk/bibdesk/BDSKCompatibility.h
trunk/bibdesk/BDSKDocumentController.m
trunk/bibdesk/BDSKFontWell.m
trunk/bibdesk/BDSKPreviewer.m
trunk/bibdesk/NSColor_BDSKExtensions.m
Modified: trunk/bibdesk/BDSKCompatibility.h
===================================================================
--- trunk/bibdesk/BDSKCompatibility.h 2019-07-22 20:28:06 UTC (rev 24071)
+++ trunk/bibdesk/BDSKCompatibility.h 2019-07-22 20:34:01 UTC (rev 24072)
@@ -104,7 +104,7 @@
NSWindowTitleHidden = 1,
};
-@interface NSWindow (SKYosemiteDeclarations)
+@interface NSWindow (BDSKYosemiteDeclarations)
- (NSWindowTitleVisibility)titleVisibility;
- (void)setTitleVisibility:(NSWindowTitleVisibility)flag;
@end
@@ -140,12 +140,12 @@
NSWindowTabbingModeDisallowed
};
-@interface NSWindow (SKSierraDeclarations)
+@interface NSWindow (BDSKSierraDeclarations)
- (NSWindowTabbingMode)tabbingMode;
- (void)setTabbingMode:(NSWindowTabbingMode)mode;
@end
-@interface NSOutlineView (SKSierraDeclarations)
+@interface NSOutlineView (BDSKSierraDeclarations)
- (BOOL)stronglyReferencesItems;
- (void)setStronglyReferencesItems:(BOOL)flag;
@end
Modified: trunk/bibdesk/BDSKDocumentController.m
===================================================================
--- trunk/bibdesk/BDSKDocumentController.m 2019-07-22 20:28:06 UTC (rev
24071)
+++ trunk/bibdesk/BDSKDocumentController.m 2019-07-22 20:34:01 UTC (rev
24072)
@@ -84,7 +84,7 @@
- (void)beginOpenPanel:(NSOpenPanel *)openPanel forTypes:(NSArray *)types
completionHandler:(void (^)(NSInteger result))completionHandler;
@end
-@interface NSDocumentController (SKSierraDeclarations)
+@interface NSDocumentController (BDSKSierraDeclarations)
- (IBAction)newWindowForTab:(id)sender;
@end
Modified: trunk/bibdesk/BDSKFontWell.m
===================================================================
--- trunk/bibdesk/BDSKFontWell.m 2019-07-22 20:28:06 UTC (rev 24071)
+++ trunk/bibdesk/BDSKFontWell.m 2019-07-22 20:34:01 UTC (rev 24072)
@@ -55,7 +55,7 @@
#define TARGET_KEY @"target"
-@interface BDSKFontWell (SKPrivate)
+@interface BDSKFontWell (BDSKPrivate)
- (void)changeActive:(id)sender;
- (void)fontChanged;
@end
Modified: trunk/bibdesk/BDSKPreviewer.m
===================================================================
--- trunk/bibdesk/BDSKPreviewer.m 2019-07-22 20:28:06 UTC (rev 24071)
+++ trunk/bibdesk/BDSKPreviewer.m 2019-07-22 20:34:01 UTC (rev 24072)
@@ -68,7 +68,7 @@
NSWindowStyleMaskFullSizeContentView = 1 << 15;
};
-@interface NSWindow (SKYosemiteDeclarations)
+@interface NSWindow (BDSKYosemiteDeclarations)
- (NSRect)contentLayoutRect;
@end
Modified: trunk/bibdesk/NSColor_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSColor_BDSKExtensions.m 2019-07-22 20:28:06 UTC (rev
24071)
+++ trunk/bibdesk/NSColor_BDSKExtensions.m 2019-07-22 20:34:01 UTC (rev
24072)
@@ -62,11 +62,11 @@
#elif SDK_BEFORE(10_14)
-@interface NSAppearance (SKMojaveExtensions)
+@interface NSAppearance (BDSKMojaveDeclarations)
- (NSString *)bestMatchFromAppearancesWithNames:(NSArray *)names;
@end
-@interface NSApplication (SKMojaveExtensions) <NSAppearanceCustomization>
+@interface NSApplication (BDSKMojaveDeclarations) <NSAppearanceCustomization>
@end
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit