AppKit Changes for Objective-C
AppKit
AppKitDefines.h
Added #def APPKIT_SWIFT_SDK_EPOCH_AT_LEAST
NSAccessibility.h
NSAccessibilityConstants.h
NSAccessibilityProtocols.h
Declaration | Readonly | |
---|---|---|
From | - (id)accessibilityFocusedUIElement | -- |
To | @property(readonly, strong) id accessibilityFocusedUIElement | yes |
NSAffineTransform.h
Declaration | |
---|---|
From | - (NSBezierPath *)transformBezierPath:(NSBezierPath *)aPath |
To | - (NSBezierPath *)transformBezierPath:(NSBezierPath *)path |
NSAlert.h
Added NSAlert(NSAlertDeprecated)
Added NSAlertStyleCritical
Added NSAlertStyleWarning
Added NSCriticalAlertStyle
Added NSWarningAlertStyle
Modified NSAlert.delegate
Declaration | |
---|---|
From | @property(assign) id<NSAlertDelegate> delegate |
To | @property(weak) id<NSAlertDelegate> delegate |
NSAnimation.h
Designated Initializer | |
---|---|
From | -- |
To | yes |
Modified NSAnimation.runLoopModesForAnimating
Declaration | |
---|---|
From | @property(readonly, copy) NSArray<NSString *> *runLoopModesForAnimating |
To | @property(readonly, copy) NSArray<NSRunLoopMode> *runLoopModesForAnimating |
NSAppearance.h
Added #def NS_APPEARANCE_DECLARES_DESIGNATED_INITIALIZERS
NSApplication.h
Declaration | |
---|---|
From | - (void)addWindowsItem:(NSWindow *)win title:(NSString *)aString filename:(BOOL)isFilename |
To | - (void)addWindowsItem:(NSWindow *)win title:(NSString *)string filename:(BOOL)isFilename |
Declaration | |
---|---|
From | - (NSModalSession)beginModalSessionForWindow:(NSWindow *)theWindow |
To | - (NSModalSession)beginModalSessionForWindow:(NSWindow *)window |
Declaration | |
---|---|
From | - (NSModalSession)beginModalSessionForWindow:(NSWindow *)theWindow relativeToWindow:(NSWindow *)docWindow |
To | - (NSModalSession)beginModalSessionForWindow:(NSWindow *)window relativeToWindow:(NSWindow *)docWindow |
Declaration | |
---|---|
From | - (void)changeWindowsItem:(NSWindow *)win title:(NSString *)aString filename:(BOOL)isFilename |
To | - (void)changeWindowsItem:(NSWindow *)win title:(NSString *)string filename:(BOOL)isFilename |
Modified NSApplication.context
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Declaration | |
---|---|
From | - (void)discardEventsMatchingMask:(NSUInteger)mask beforeEvent:(NSEvent *)lastEvent |
To | - (void)discardEventsMatchingMask:(NSEventMask)mask beforeEvent:(NSEvent *)lastEvent |
Declaration | Deprecation | |
---|---|---|
From | - (NSWindow *)makeWindowsPerform:(SEL)aSelector inOrder:(BOOL)flag | -- |
To | - (NSWindow *)makeWindowsPerform:(SEL)selector inOrder:(BOOL)flag | OS X 10.12 |
Declaration | |
---|---|
From | - (NSEvent *)nextEventMatchingMask:(NSUInteger)mask untilDate:(NSDate *)expiration inMode:(NSString *)mode dequeue:(BOOL)deqFlag |
To | - (NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag |
Modified -[NSApplication reportException:]
Declaration | |
---|---|
From | - (void)reportException:(NSException *)theException |
To | - (void)reportException:(NSException *)exception |
Modified -[NSApplication runModalForWindow:]
Declaration | |
---|---|
From | - (NSInteger)runModalForWindow:(NSWindow *)theWindow |
To | - (NSInteger)runModalForWindow:(NSWindow *)window |
Declaration | |
---|---|
From | - (NSInteger)runModalForWindow:(NSWindow *)theWindow relativeToWindow:(NSWindow *)docWindow |
To | - (NSInteger)runModalForWindow:(NSWindow *)window relativeToWindow:(NSWindow *)docWindow |
Modified -[NSApplication sendAction:to:from:]
Declaration | |
---|---|
From | - (BOOL)sendAction:(SEL)theAction to:(id)theTarget from:(id)sender |
To | - (BOOL)sendAction:(SEL)action to:(id)target from:(id)sender |
Modified -[NSApplication sendEvent:]
Declaration | |
---|---|
From | - (void)sendEvent:(NSEvent *)theEvent |
To | - (void)sendEvent:(NSEvent *)event |
Modified -[NSApplication targetForAction:]
Declaration | |
---|---|
From | - (id)targetForAction:(SEL)theAction |
To | - (id)targetForAction:(SEL)action |
Declaration | |
---|---|
From | - (id)targetForAction:(SEL)theAction to:(id)theTarget from:(id)sender |
To | - (id)targetForAction:(SEL)action to:(id)target from:(id)sender |
Modified -[NSApplication tryToPerform:with:]
Declaration | |
---|---|
From | - (BOOL)tryToPerform:(SEL)anAction with:(id)anObject |
To | - (BOOL)tryToPerform:(SEL)action with:(id)object |
NSBitmapImageRep.h
Removed NS16BitBigEndianBitmapFormat
Removed NS16BitLittleEndianBitmapFormat
Removed NS32BitBigEndianBitmapFormat
Removed NS32BitLittleEndianBitmapFormat
Removed NSAlphaFirstBitmapFormat
Removed NSBMPFileType
Removed NSGIFFileType
Removed NSJPEG2000FileType
Removed NSJPEGFileType
Removed NSPNGFileType
Removed NSTIFFFileType
Added NSAlphaFirstBitmapFormat
Added NSBitmapFormatAlphaFirst
Added NSBitmapImageFileTypeBMP
Added NSBitmapImageFileTypeGIF
Added NSBitmapImageFileTypePNG
Added NSBMPFileType
Added NSGIFFileType
Added NSJPEG2000FileType
Added NSJPEGFileType
Added NSPNGFileType
Added NSTIFFFileType
NSBrowser.h
Declaration | |
---|---|
From | - (void)drawTitleOfColumn:(NSInteger)column inRect:(NSRect)aRect |
To | - (void)drawTitleOfColumn:(NSInteger)column inRect:(NSRect)rect |
Declaration | |
---|---|
From | - (void)editItemAtIndexPath:(NSIndexPath *)indexPath withEvent:(NSEvent *)theEvent select:(BOOL)select |
To | - (void)editItemAtIndexPath:(NSIndexPath *)indexPath withEvent:(NSEvent *)event select:(BOOL)select |
Modified -[NSBrowser setTitle:ofColumn:]
Declaration | |
---|---|
From | - (void)setTitle:(NSString *)aString ofColumn:(NSInteger)column |
To | - (void)setTitle:(NSString *)string ofColumn:(NSInteger)column |
NSBrowserCell.h
NSButton.h
Modified NSButton.keyEquivalentModifierMask
Declaration | |
---|---|
From | @property NSUInteger keyEquivalentModifierMask |
To | @property NSEventModifierFlags keyEquivalentModifierMask |
Modified -[NSButton setButtonType:]
Declaration | |
---|---|
From | - (void)setButtonType:(NSButtonType)aType |
To | - (void)setButtonType:(NSButtonType)type |
NSButtonCell.h
Removed NSAcceleratorButton
Removed NSButtonCell(NSKeyboardUI)
Removed NSCircularBezelStyle
Removed NSDisclosureBezelStyle
Removed NSHelpButtonBezelStyle
Removed NSInlineBezelStyle
Removed NSMomentaryChangeButton
Removed NSMomentaryLight
Removed NSMomentaryLightButton
Removed NSMomentaryPushButton
Removed NSMomentaryPushInButton
Removed NSMultiLevelAcceleratorButton
Removed NSOnOffButton
Removed NSPushOnPushOffButton
Removed NSRadioButton
Removed NSRecessedBezelStyle
Removed NSRegularSquareBezelStyle
Removed NSRoundedBezelStyle
Removed NSRoundedDisclosureBezelStyle
Removed NSRoundRectBezelStyle
Removed NSShadowlessSquareBezelStyle
Removed NSSmallIconButtonBezelStyle
Removed NSSmallSquareBezelStyle
Removed NSSwitchButton
Removed NSTexturedRoundedBezelStyle
Removed NSTexturedSquareBezelStyle
Removed NSThickerSquareBezelStyle
Removed NSThickSquareBezelStyle
Removed NSToggleButton
Added NSAcceleratorButton
Added NSBezelStyleCircular
Added NSBezelStyleDisclosure
Added NSBezelStyleHelpButton
Added NSBezelStyleInline
Added NSBezelStyleRecessed
Added NSBezelStyleRounded
Added NSBezelStyleRoundRect
Added NSBezelStyleSmallSquare
Added NSButtonCell(NSDeprecated)
Added NSButtonTypeAccelerator
Added NSButtonTypeOnOff
Added NSButtonTypeRadio
Added NSButtonTypeSwitch
Added NSButtonTypeToggle
Added NSCircularBezelStyle
Added NSDisclosureBezelStyle
Added NSHelpButtonBezelStyle
Added NSInlineBezelStyle
Added NSMomentaryChangeButton
Added NSMomentaryLight
Added NSMomentaryLightButton
Added NSMomentaryPushButton
Added NSMomentaryPushInButton
Added NSOnOffButton
Added NSPushOnPushOffButton
Added NSRadioButton
Added NSRecessedBezelStyle
Added NSRoundedBezelStyle
Added NSRoundRectBezelStyle
Added NSSmallSquareBezelStyle
Added NSSwitchButton
Added NSThickSquareBezelStyle
Added NSToggleButton
Modified NSButtonCell.gradientType
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Declaration | |
---|---|
From | @property NSUInteger keyEquivalentModifierMask |
To | @property NSEventModifierFlags keyEquivalentModifierMask |
Modified -[NSButtonCell setButtonType:]
Declaration | |
---|---|
From | - (void)setButtonType:(NSButtonType)aType |
To | - (void)setButtonType:(NSButtonType)type |
Modified NSGradientConcaveStrong
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSGradientConcaveWeak
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSGradientConvexStrong
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSGradientConvexWeak
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSGradientNone
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
NSCell.h
Added -[NSCell init]
Added -[NSCell initWithCoder:]
Added NSControlSizeMini
Added NSControlSizeRegular
Added NSControlSizeSmall
Added NSImageLeading
Added NSImageTrailing
Added NSMiniControlSize
Added NSRegularControlSize
Added NSSmallControlSize
Modified -[NSCell calcDrawInfo:]
Declaration | |
---|---|
From | - (void)calcDrawInfo:(NSRect)aRect |
To | - (void)calcDrawInfo:(NSRect)rect |
Modified -[NSCell cellAttribute:]
Declaration | |
---|---|
From | - (NSInteger)cellAttribute:(NSCellAttribute)aParameter |
To | - (NSInteger)cellAttribute:(NSCellAttribute)parameter |
Modified -[NSCell cellSizeForBounds:]
Declaration | |
---|---|
From | - (NSSize)cellSizeForBounds:(NSRect)aRect |
To | - (NSSize)cellSizeForBounds:(NSRect)rect |
Modified -[NSCell drawingRectForBounds:]
Declaration | |
---|---|
From | - (NSRect)drawingRectForBounds:(NSRect)theRect |
To | - (NSRect)drawingRectForBounds:(NSRect)rect |
Declaration | |
---|---|
From | - (void)editWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject event:(NSEvent *)theEvent |
To | - (void)editWithFrame:(NSRect)rect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)delegate event:(NSEvent *)event |
Modified -[NSCell fieldEditorForView:]
Declaration | |
---|---|
From | - (NSTextView *)fieldEditorForView:(NSView *)aControlView |
To | - (NSTextView *)fieldEditorForView:(NSView *)controlView |
Modified -[NSCell imageRectForBounds:]
Declaration | |
---|---|
From | - (NSRect)imageRectForBounds:(NSRect)theRect |
To | - (NSRect)imageRectForBounds:(NSRect)rect |
Modified -[NSCell initImageCell:]
Designated Initializer | |
---|---|
From | -- |
To | yes |
Modified -[NSCell initTextCell:]
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initTextCell:(NSString *)aString | -- |
To | - (instancetype)initTextCell:(NSString *)string | yes |
Modified -[NSCell isEntryAcceptable:]
Declaration | |
---|---|
From | - (BOOL)isEntryAcceptable:(NSString *)aString |
To | - (BOOL)isEntryAcceptable:(NSString *)string |
Declaration | |
---|---|
From | - (void)selectWithFrame:(NSRect)aRect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)anObject start:(NSInteger)selStart length:(NSInteger)selLength |
To | - (void)selectWithFrame:(NSRect)rect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(id)delegate start:(NSInteger)selStart length:(NSInteger)selLength |
Modified -[NSCell sendActionOn:]
Declaration | |
---|---|
From | - (NSInteger)sendActionOn:(NSInteger)mask |
To | - (NSInteger)sendActionOn:(NSEventMask)mask |
Modified -[NSCell setCellAttribute:to:]
Declaration | |
---|---|
From | - (void)setCellAttribute:(NSCellAttribute)aParameter to:(NSInteger)value |
To | - (void)setCellAttribute:(NSCellAttribute)parameter to:(NSInteger)value |
Modified -[NSCell setEntryType:]
Declaration | |
---|---|
From | - (void)setEntryType:(NSInteger)aType |
To | - (void)setEntryType:(NSInteger)type |
Modified -[NSCell titleRectForBounds:]
Declaration | |
---|---|
From | - (NSRect)titleRectForBounds:(NSRect)theRect |
To | - (NSRect)titleRectForBounds:(NSRect)rect |
Declaration | |
---|---|
From | - (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(NSView *)controlView untilMouseUp:(BOOL)flag |
To | - (BOOL)trackMouse:(NSEvent *)event inRect:(NSRect)cellFrame ofView:(NSView *)controlView untilMouseUp:(BOOL)flag |
NSClipView.h
Modified -[NSClipView autoscroll:]
Declaration | |
---|---|
From | - (BOOL)autoscroll:(NSEvent *)theEvent |
To | - (BOOL)autoscroll:(NSEvent *)event |
Modified NSClipView.documentView
Declaration | |
---|---|
From | @property(assign) id documentView |
To | @property(assign) __kindof NSView *documentView |
Modified -[NSView reflectScrolledClipView:]
Declaration | |
---|---|
From | - (void)reflectScrolledClipView:(NSClipView *)aClipView |
To | - (void)reflectScrolledClipView:(NSClipView *)clipView |
Modified -[NSView scrollClipView:toPoint:]
Declaration | |
---|---|
From | - (void)scrollClipView:(NSClipView *)aClipView toPoint:(NSPoint)aPoint |
To | - (void)scrollClipView:(NSClipView *)clipView toPoint:(NSPoint)point |
NSCollectionView.h
Declaration | |
---|---|
From | @property(strong) NSCollectionViewLayout *collectionViewLayout |
To | @property(strong) __kindof NSCollectionViewLayout *collectionViewLayout |
Modified NSCollectionView.delegate
Declaration | |
---|---|
From | @property(assign) id<NSCollectionViewDelegate> delegate |
To | @property(weak) id<NSCollectionViewDelegate> delegate |
NSCollectionViewFlowLayout.h
NSColor.h
Added NSColor.alternateSelectedControlColor
Added NSColor.alternateSelectedControlTextColor
Added NSColor.blackColor
Added NSColor.blueColor
Added NSColor.brownColor
Added NSColor.clearColor
Added NSColor.controlAlternatingRowBackgroundColors
Added NSColor.controlBackgroundColor
Added NSColor.controlColor
Added NSColor.controlDarkShadowColor
Added NSColor.controlHighlightColor
Added NSColor.controlLightHighlightColor
Added NSColor.controlShadowColor
Added NSColor.controlTextColor
Added NSColor.currentControlTint
Added NSColor.cyanColor
Added NSColor.darkGrayColor
Added NSColor.disabledControlTextColor
Added NSColor.grayColor
Added NSColor.greenColor
Added NSColor.gridColor
Added NSColor.headerColor
Added NSColor.headerTextColor
Added NSColor.highlightColor
Added NSColor.ignoresAlpha
Added NSColor.keyboardFocusIndicatorColor
Added NSColor.knobColor
Added NSColor.labelColor
Added NSColor.lightGrayColor
Added NSColor.magentaColor
Added NSColor.orangeColor
Added NSColor.purpleColor
Added NSColor.quaternaryLabelColor
Added NSColor.redColor
Added NSColor.scrollBarColor
Added NSColor.secondaryLabelColor
Added NSColor.secondarySelectedControlColor
Added NSColor.selectedControlColor
Added NSColor.selectedControlTextColor
Added NSColor.selectedKnobColor
Added NSColor.selectedMenuItemColor
Added NSColor.selectedMenuItemTextColor
Added NSColor.selectedTextBackgroundColor
Added NSColor.selectedTextColor
Added NSColor.shadowColor
Added NSColor.tertiaryLabelColor
Added NSColor.textBackgroundColor
Added NSColor.textColor
Added NSColor.underPageBackgroundColor
Added NSColor.whiteColor
Added NSColor.windowBackgroundColor
Added NSColor.windowFrameColor
Added NSColor.windowFrameTextColor
Added NSColor.yellowColor
Added #def NSCOLOR_USE_CLASS_PROPERTIES
Modified +[NSColor setIgnoresAlpha:]
Declaration | |
---|---|
From | + (void)setIgnoresAlpha:(BOOL)flag |
To | + (void)setIgnoresAlpha:(BOOL)ignoresAlpha |
NSColorList.h
NSColorPanel.h
Removed NSCMYKModeColorPanel
Removed NSColorListModeColorPanel
Removed NSCrayonModeColorPanel
Removed NSCustomPaletteModeColorPanel
Removed NSGrayModeColorPanel
Removed NSHSBModeColorPanel
Removed NSNoModeColorPanel
Removed NSRGBModeColorPanel
Removed NSWheelModeColorPanel
Added NSCMYKModeColorPanel
Added NSColorPanelModeCMYK
Added NSColorPanelModeCrayon
Added NSColorPanelModeGray
Added NSColorPanelModeHSB
Added NSColorPanelModeNone
Added NSColorPanelModeRGB
Added NSColorPanelModeWheel
Added NSCrayonModeColorPanel
Added NSGrayModeColorPanel
Added NSHSBModeColorPanel
Added NSNoModeColorPanel
Added NSRGBModeColorPanel
Added NSWheelModeColorPanel
Declaration | |
---|---|
From | + (BOOL)dragColor:(NSColor *)color withEvent:(NSEvent *)theEvent fromView:(NSView *)sourceView |
To | + (BOOL)dragColor:(NSColor *)color withEvent:(NSEvent *)event fromView:(NSView *)sourceView |
Modified -[NSColorPanel setAction:]
Declaration | |
---|---|
From | - (void)setAction:(SEL)aSelector |
To | - (void)setAction:(SEL)selector |
Modified -[NSColorPanel setTarget:]
Declaration | |
---|---|
From | - (void)setTarget:(id)anObject |
To | - (void)setTarget:(id)target |
NSColorSpace.h
Removed NSCMYKColorSpaceModel
Removed NSDeviceNColorSpaceModel
Removed NSGrayColorSpaceModel
Removed NSIndexedColorSpaceModel
Removed NSLABColorSpaceModel
Removed NSPatternColorSpaceModel
Removed NSRGBColorSpaceModel
Removed NSUnknownColorSpaceModel
Added NSColorSpace.adobeRGB1998ColorSpace
Added NSColorSpace.deviceCMYKColorSpace
Added NSColorSpace.deviceGrayColorSpace
Added NSColorSpace.deviceRGBColorSpace
Added NSColorSpace.displayP3ColorSpace
Added NSColorSpace.extendedGenericGamma22GrayColorSpace
Added NSColorSpace.extendedSRGBColorSpace
Added NSColorSpace.genericCMYKColorSpace
Added NSColorSpace.genericGamma22GrayColorSpace
Added NSColorSpace.genericGrayColorSpace
Added NSColorSpace.genericRGBColorSpace
Added NSColorSpace.sRGBColorSpace
Added NSCMYKColorSpaceModel
Added #def NSCOLORSPACE_USE_CLASS_PROPERTIES
Added NSColorSpaceModelCMYK
Added NSColorSpaceModelDeviceN
Added NSColorSpaceModelGray
Added NSColorSpaceModelIndexed
Added NSColorSpaceModelLAB
Added NSColorSpaceModelRGB
Added NSColorSpaceModelUnknown
Added NSDeviceNColorSpaceModel
Added NSGrayColorSpaceModel
Added NSIndexedColorSpaceModel
Added NSLABColorSpaceModel
Added NSPatternColorSpaceModel
Added NSRGBColorSpaceModel
Added NSUnknownColorSpaceModel
NSComboBox.h
Removed -[NSComboBox setDelegate:]
Modified NSComboBox.delegate
Declaration | |
---|---|
From | - (id<NSComboBoxDelegate>)delegate |
To | @property(assign) id<NSComboBoxDelegate> delegate |
Declaration | |
---|---|
From | - (NSString *)comboBox:(NSComboBox *)aComboBox completedString:(NSString *)string |
To | - (NSString *)comboBox:(NSComboBox *)comboBox completedString:(NSString *)string |
Declaration | |
---|---|
From | - (NSUInteger)comboBox:(NSComboBox *)aComboBox indexOfItemWithStringValue:(NSString *)string |
To | - (NSUInteger)comboBox:(NSComboBox *)comboBox indexOfItemWithStringValue:(NSString *)string |
Declaration | |
---|---|
From | - (id)comboBox:(NSComboBox *)aComboBox objectValueForItemAtIndex:(NSInteger)index |
To | - (id)comboBox:(NSComboBox *)comboBox objectValueForItemAtIndex:(NSInteger)index |
Declaration | |
---|---|
From | - (NSInteger)numberOfItemsInComboBox:(NSComboBox *)aComboBox |
To | - (NSInteger)numberOfItemsInComboBox:(NSComboBox *)comboBox |
NSComboBoxCell.h
Declaration | |
---|---|
From | - (NSString *)comboBoxCell:(NSComboBoxCell *)aComboBoxCell completedString:(NSString *)uncompletedString |
To | - (NSString *)comboBoxCell:(NSComboBoxCell *)comboBoxCell completedString:(NSString *)uncompletedString |
Declaration | |
---|---|
From | - (NSUInteger)comboBoxCell:(NSComboBoxCell *)aComboBoxCell indexOfItemWithStringValue:(NSString *)string |
To | - (NSUInteger)comboBoxCell:(NSComboBoxCell *)comboBoxCell indexOfItemWithStringValue:(NSString *)string |
Declaration | |
---|---|
From | - (id)comboBoxCell:(NSComboBoxCell *)aComboBoxCell objectValueForItemAtIndex:(NSInteger)index |
To | - (id)comboBoxCell:(NSComboBoxCell *)comboBoxCell objectValueForItemAtIndex:(NSInteger)index |
NSControl.h
Modified -[NSControl drawCell:]
Declaration | |
---|---|
From | - (void)drawCell:(NSCell *)aCell |
To | - (void)drawCell:(NSCell *)cell |
Modified -[NSControl drawCellInside:]
Declaration | |
---|---|
From | - (void)drawCellInside:(NSCell *)aCell |
To | - (void)drawCellInside:(NSCell *)cell |
Declaration | |
---|---|
From | - (void)editWithFrame:(NSRect)aRect editor:(NSText *)textObj delegate:(id)anObject event:(NSEvent *)theEvent |
To | - (void)editWithFrame:(NSRect)rect editor:(NSText *)textObj delegate:(id)delegate event:(NSEvent *)event |
Modified -[NSControl mouseDown:]
Declaration | |
---|---|
From | - (void)mouseDown:(NSEvent *)theEvent |
To | - (void)mouseDown:(NSEvent *)event |
Modified -[NSControl selectCell:]
Declaration | |
---|---|
From | - (void)selectCell:(NSCell *)aCell |
To | - (void)selectCell:(NSCell *)cell |
Declaration | |
---|---|
From | - (void)selectWithFrame:(NSRect)aRect editor:(NSText *)textObj delegate:(id)anObject start:(NSInteger)selStart length:(NSInteger)selLength |
To | - (void)selectWithFrame:(NSRect)rect editor:(NSText *)textObj delegate:(id)delegate start:(NSInteger)selStart length:(NSInteger)selLength |
Modified -[NSControl sendAction:to:]
Declaration | |
---|---|
From | - (BOOL)sendAction:(SEL)theAction to:(id)theTarget |
To | - (BOOL)sendAction:(SEL)action to:(id)target |
Modified -[NSControl sendActionOn:]
Declaration | |
---|---|
From | - (NSInteger)sendActionOn:(NSInteger)mask |
To | - (NSInteger)sendActionOn:(NSEventMask)mask |
Modified -[NSControl updateCell:]
Declaration | |
---|---|
From | - (void)updateCell:(NSCell *)aCell |
To | - (void)updateCell:(NSCell *)cell |
Modified -[NSControl updateCellInside:]
Declaration | |
---|---|
From | - (void)updateCellInside:(NSCell *)aCell |
To | - (void)updateCellInside:(NSCell *)cell |
NSCursor.h
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified -[NSCursor initWithImage:hotSpot:]
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithImage:(NSImage *)newImage hotSpot:(NSPoint)aPoint | -- |
To | - (instancetype)initWithImage:(NSImage *)newImage hotSpot:(NSPoint)point | yes |
Modified -[NSCursor mouseEntered:]
Declaration | |
---|---|
From | - (void)mouseEntered:(NSEvent *)theEvent |
To | - (void)mouseEntered:(NSEvent *)event |
Modified -[NSCursor mouseExited:]
Declaration | |
---|---|
From | - (void)mouseExited:(NSEvent *)theEvent |
To | - (void)mouseExited:(NSEvent *)event |
NSCustomImageRep.h
Declaration | |
---|---|
From | - (instancetype)initWithDrawSelector:(SEL)aMethod delegate:(id)anObject |
To | - (instancetype)initWithDrawSelector:(SEL)selector delegate:(id)delegate |
NSDatePickerCell.h
Declaration | |
---|---|
From | - (void)datePickerCell:(NSDatePickerCell *)aDatePickerCell validateProposedDateValue:(NSDate * _Nonnull *)proposedDateValue timeInterval:(NSTimeInterval *)proposedTimeInterval |
To | - (void)datePickerCell:(NSDatePickerCell *)datePickerCell validateProposedDateValue:(NSDate * _Nonnull *)proposedDateValue timeInterval:(NSTimeInterval *)proposedTimeInterval |
NSDocument.h
Modified NSDocument.displayName
Declaration | Readonly | |
---|---|---|
From | @property(readonly, copy) NSString *displayName | yes |
To | @property(copy) NSString *displayName | -- |
Declaration | |
---|---|
From | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)anItem |
To | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item |
NSDocumentController.h
Declaration | |
---|---|
From | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)anItem |
To | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item |
NSDraggingItem.h
Designated Initializer | |
---|---|
From | -- |
To | yes |
Designated Initializer | |
---|---|
From | -- |
To | yes |
NSEvent.h
Removed NSAlphaShiftKeyMask
Removed NSAlternateKeyMask
Removed NSAnyEventMask
Removed NSAppKitDefined
Removed NSAppKitDefinedMask
Removed NSApplicationActivatedEventType
Removed NSApplicationDefined
Removed NSApplicationDefinedMask
Removed NSAWTEventType
Removed NSCommandKeyMask
Removed NSControlKeyMask
Removed NSCursorPointingDevice
Removed NSCursorUpdate
Removed NSCursorUpdateMask
Removed NSEraserPointingDevice
Removed NSFlagsChanged
Removed NSFlagsChangedMask
Removed NSFunctionKeyMask
Removed NSHelpKeyMask
Removed NSKeyDown
Removed NSKeyDownMask
Removed NSKeyUp
Removed NSKeyUpMask
Removed NSLeftMouseDown
Removed NSLeftMouseDownMask
Removed NSLeftMouseDragged
Removed NSLeftMouseDraggedMask
Removed NSLeftMouseUp
Removed NSLeftMouseUpMask
Removed NSMouseEntered
Removed NSMouseEnteredMask
Removed NSMouseEventSubtype
Removed NSMouseExited
Removed NSMouseExitedMask
Removed NSMouseMoved
Removed NSMouseMovedMask
Removed NSNumericPadKeyMask
Removed NSOtherMouseDown
Removed NSOtherMouseDownMask
Removed NSOtherMouseDragged
Removed NSOtherMouseDraggedMask
Removed NSOtherMouseUp
Removed NSOtherMouseUpMask
Removed NSPenLowerSideMask
Removed NSPenPointingDevice
Removed NSPenTipMask
Removed NSPenUpperSideMask
Removed NSPeriodic
Removed NSPeriodicMask
Removed NSPowerOffEventType
Removed NSRightMouseDown
Removed NSRightMouseDownMask
Removed NSRightMouseDragged
Removed NSRightMouseDraggedMask
Removed NSRightMouseUp
Removed NSRightMouseUpMask
Removed NSScreenChangedEventType
Removed NSScrollWheel
Removed NSScrollWheelMask
Removed NSShiftKeyMask
Removed NSSystemDefined
Removed NSSystemDefinedMask
Removed NSTabletPoint
Removed NSTabletPointEventSubtype
Removed NSTabletPointMask
Removed NSTabletProximity
Removed NSTabletProximityEventSubtype
Removed NSTabletProximityMask
Removed NSTouchEventSubtype
Removed NSUnknownPointingDevice
Removed NSWindowExposedEventType
Removed NSWindowMovedEventType
Added NSAlphaShiftKeyMask
Added NSAlternateKeyMask
Added NSAnyEventMask
Added NSAppKitDefined
Added NSAppKitDefinedMask
Added NSApplicationDefined
Added NSApplicationDefinedMask
Added NSAWTEventType
Added NSCommandKeyMask
Added NSControlKeyMask
Added NSCursorPointingDevice
Added NSCursorUpdate
Added NSCursorUpdateMask
Added NSEraserPointingDevice
Added NSEventButtonMaskPenTip
Added NSEventMaskAny
Added NSEventMaskAppKitDefined
Added NSEventMaskCursorUpdate
Added NSEventMaskFlagsChanged
Added NSEventMaskKeyDown
Added NSEventMaskKeyUp
Added NSEventMaskLeftMouseDown
Added NSEventMaskLeftMouseUp
Added NSEventMaskMouseEntered
Added NSEventMaskMouseExited
Added NSEventMaskMouseMoved
Added NSEventMaskOtherMouseUp
Added NSEventMaskPeriodic
Added NSEventMaskRightMouseUp
Added NSEventMaskScrollWheel
Added NSEventMaskSystemDefined
Added NSEventMaskTabletPoint
Added NSEventModifierFlagHelp
Added NSEventModifierFlagShift
Added NSEventSubtypeMouseEvent
Added NSEventSubtypePowerOff
Added NSEventSubtypeTouch
Added NSEventTypeAppKitDefined
Added NSEventTypeCursorUpdate
Added NSEventTypeFlagsChanged
Added NSEventTypeKeyDown
Added NSEventTypeKeyUp
Added NSEventTypeLeftMouseDown
Added NSEventTypeLeftMouseUp
Added NSEventTypeMouseEntered
Added NSEventTypeMouseExited
Added NSEventTypeMouseMoved
Added NSEventTypeOtherMouseUp
Added NSEventTypePeriodic
Added NSEventTypeRightMouseUp
Added NSEventTypeScrollWheel
Added NSEventTypeSystemDefined
Added NSEventTypeTabletPoint
Added NSFlagsChanged
Added NSFlagsChangedMask
Added NSFunctionKeyMask
Added NSHelpKeyMask
Added NSKeyDown
Added NSKeyDownMask
Added NSKeyUp
Added NSKeyUpMask
Added NSLeftMouseDown
Added NSLeftMouseDownMask
Added NSLeftMouseDragged
Added NSLeftMouseDraggedMask
Added NSLeftMouseUp
Added NSLeftMouseUpMask
Added NSMouseEntered
Added NSMouseEnteredMask
Added NSMouseEventSubtype
Added NSMouseExited
Added NSMouseExitedMask
Added NSMouseMoved
Added NSMouseMovedMask
Added NSNumericPadKeyMask
Added NSOtherMouseDown
Added NSOtherMouseDownMask
Added NSOtherMouseDragged
Added NSOtherMouseDraggedMask
Added NSOtherMouseUp
Added NSOtherMouseUpMask
Added NSPenLowerSideMask
Added NSPenPointingDevice
Added NSPenTipMask
Added NSPenUpperSideMask
Added NSPeriodic
Added NSPeriodicMask
Added NSPointingDeviceTypePen
Added NSPowerOffEventType
Added NSRightMouseDown
Added NSRightMouseDownMask
Added NSRightMouseDragged
Added NSRightMouseDraggedMask
Added NSRightMouseUp
Added NSRightMouseUpMask
Added NSScreenChangedEventType
Added NSScrollWheel
Added NSScrollWheelMask
Added NSShiftKeyMask
Added NSSystemDefined
Added NSSystemDefinedMask
Added NSTabletPoint
Added NSTabletPointMask
Added NSTabletProximity
Added NSTabletProximityMask
Added NSTouchEventSubtype
Added NSUnknownPointingDevice
Added NSWindowExposedEventType
Added NSWindowMovedEventType
Modified NSEvent.context
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Declaration | |
---|---|
From | + (NSEvent *)enterExitEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)context eventNumber:(NSInteger)eNum trackingNumber:(NSInteger)tNum userData:(void *)data |
To | + (NSEvent *)enterExitEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)unusedPassNil eventNumber:(NSInteger)eNum trackingNumber:(NSInteger)tNum userData:(void *)data |
Declaration | |
---|---|
From | + (NSEvent *)keyEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)context characters:(NSString *)keys charactersIgnoringModifiers:(NSString *)ukeys isARepeat:(BOOL)flag keyCode:(unsigned short)code |
To | + (NSEvent *)keyEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)unusedPassNil characters:(NSString *)keys charactersIgnoringModifiers:(NSString *)ukeys isARepeat:(BOOL)flag keyCode:(unsigned short)code |
Declaration | |
---|---|
From | + (NSEvent *)mouseEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)context eventNumber:(NSInteger)eNum clickCount:(NSInteger)cNum pressure:(float)pressure |
To | + (NSEvent *)mouseEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)unusedPassNil eventNumber:(NSInteger)eNum clickCount:(NSInteger)cNum pressure:(float)pressure |
Declaration | |
---|---|
From | + (NSEvent *)otherEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)context subtype:(short)subtype data1:(NSInteger)d1 data2:(NSInteger)d2 |
To | + (NSEvent *)otherEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(NSGraphicsContext *)unusedPassNil subtype:(short)subtype data1:(NSInteger)d1 data2:(NSInteger)d2 |
NSFilePromiseProvider.h (Added)
Added NSFilePromiseProvider
NSFilePromiseReceiver.h (Added)
NSFont.h
Modified -[NSFont advancementForGlyph:]
Declaration | |
---|---|
From | - (NSSize)advancementForGlyph:(NSGlyph)ag |
To | - (NSSize)advancementForGlyph:(NSGlyph)glyph |
Modified -[NSFont boundingRectForGlyph:]
Declaration | |
---|---|
From | - (NSRect)boundingRectForGlyph:(NSGlyph)aGlyph |
To | - (NSRect)boundingRectForGlyph:(NSGlyph)glyph |
Modified -[NSFont glyphIsEncoded:]
Declaration | |
---|---|
From | - (BOOL)glyphIsEncoded:(NSGlyph)aGlyph |
To | - (BOOL)glyphIsEncoded:(NSGlyph)glyph |
Modified -[NSFont glyphWithName:]
Declaration | |
---|---|
From | - (NSGlyph)glyphWithName:(NSString *)aName |
To | - (NSGlyph)glyphWithName:(NSString *)name |
Modified -[NSFont positionOfGlyph:forCharacter:struckOverRect:]
Declaration | |
---|---|
From | - (NSPoint)positionOfGlyph:(NSGlyph)aGlyph forCharacter:(unichar)aChar struckOverRect:(NSRect)aRect |
To | - (NSPoint)positionOfGlyph:(NSGlyph)glyph forCharacter:(unichar)character struckOverRect:(NSRect)rect |
Modified -[NSFont positionOfGlyph:precededByGlyph:isNominal:]
Declaration | |
---|---|
From | - (NSPoint)positionOfGlyph:(NSGlyph)curGlyph precededByGlyph:(NSGlyph)prevGlyph isNominal:(BOOL *)nominal |
To | - (NSPoint)positionOfGlyph:(NSGlyph)glyph precededByGlyph:(NSGlyph)prevGlyph isNominal:(BOOL *)nominal |
Modified -[NSFont positionOfGlyph:struckOverGlyph:metricsExist:]
Declaration | |
---|---|
From | - (NSPoint)positionOfGlyph:(NSGlyph)curGlyph struckOverGlyph:(NSGlyph)prevGlyph metricsExist:(BOOL *)exist |
To | - (NSPoint)positionOfGlyph:(NSGlyph)glyph struckOverGlyph:(NSGlyph)prevGlyph metricsExist:(BOOL *)exist |
Modified -[NSFont positionOfGlyph:struckOverRect:metricsExist:]
Declaration | |
---|---|
From | - (NSPoint)positionOfGlyph:(NSGlyph)aGlyph struckOverRect:(NSRect)aRect metricsExist:(BOOL *)exist |
To | - (NSPoint)positionOfGlyph:(NSGlyph)glyph struckOverRect:(NSRect)rect metricsExist:(BOOL *)exist |
Modified +[NSFont setUserFixedPitchFont:]
Declaration | |
---|---|
From | + (void)setUserFixedPitchFont:(NSFont *)aFont |
To | + (void)setUserFixedPitchFont:(NSFont *)font |
Modified +[NSFont setUserFont:]
Declaration | |
---|---|
From | + (void)setUserFont:(NSFont *)aFont |
To | + (void)setUserFont:(NSFont *)font |
NSFontDescriptor.h
Modified -[NSFontDescriptor objectForKey:]
Declaration | |
---|---|
From | - (id)objectForKey:(NSString *)anAttribute |
To | - (id)objectForKey:(NSString *)attribute |
NSForm.h
Modified -[NSForm indexOfCellWithTag:]
Declaration | |
---|---|
From | - (NSInteger)indexOfCellWithTag:(NSInteger)aTag |
To | - (NSInteger)indexOfCellWithTag:(NSInteger)tag |
NSFormCell.h
Modified -[NSFormCell initTextCell:]
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initTextCell:(NSString *)aString | -- |
To | - (instancetype)initTextCell:(NSString *)string | yes |
Modified -[NSFormCell titleWidth:]
Declaration | |
---|---|
From | - (CGFloat)titleWidth:(NSSize)aSize |
To | - (CGFloat)titleWidth:(NSSize)size |
NSGlyphInfo.h
Declaration | |
---|---|
From | + (NSGlyphInfo *)glyphInfoWithCharacterIdentifier:(NSUInteger)cid collection:(NSCharacterCollection)characterCollection baseString:(NSString *)theString |
To | + (NSGlyphInfo *)glyphInfoWithCharacterIdentifier:(NSUInteger)cid collection:(NSCharacterCollection)characterCollection baseString:(NSString *)string |
Declaration | |
---|---|
From | + (NSGlyphInfo *)glyphInfoWithGlyph:(NSGlyph)glyph forFont:(NSFont *)font baseString:(NSString *)theString |
To | + (NSGlyphInfo *)glyphInfoWithGlyph:(NSGlyph)glyph forFont:(NSFont *)font baseString:(NSString *)string |
Declaration | |
---|---|
From | + (NSGlyphInfo *)glyphInfoWithGlyphName:(NSString *)glyphName forFont:(NSFont *)font baseString:(NSString *)theString |
To | + (NSGlyphInfo *)glyphInfoWithGlyphName:(NSString *)glyphName forFont:(NSFont *)font baseString:(NSString *)string |
NSGradient.h
NSGraphics.h
Removed NSCompositeClear
Removed NSCompositeColor
Removed NSCompositeColorBurn
Removed NSCompositeColorDodge
Removed NSCompositeCopy
Removed NSCompositeDarken
Removed NSCompositeDestinationAtop
Removed NSCompositeDestinationIn
Removed NSCompositeDestinationOut
Removed NSCompositeDestinationOver
Removed NSCompositeDifference
Removed NSCompositeExclusion
Removed NSCompositeHardLight
Removed NSCompositeHighlight
Removed NSCompositeHue
Removed NSCompositeLighten
Removed NSCompositeLuminosity
Removed NSCompositeMultiply
Removed NSCompositeOverlay
Removed NSCompositePlusDarker
Removed NSCompositePlusLighter
Removed NSCompositeSaturation
Removed NSCompositeScreen
Removed NSCompositeSoftLight
Removed NSCompositeSourceAtop
Removed NSCompositeSourceIn
Removed NSCompositeSourceOut
Removed NSCompositeSourceOver
Removed NSCompositeXOR
Added NSCompositeClear
Added NSCompositeColor
Added NSCompositeColorBurn
Added NSCompositeColorDodge
Added NSCompositeCopy
Added NSCompositeDarken
Added NSCompositeDestinationIn
Added NSCompositeDifference
Added NSCompositeExclusion
Added NSCompositeHardLight
Added NSCompositeHighlight
Added NSCompositeHue
Added NSCompositeLighten
Added NSCompositeLuminosity
Added NSCompositeMultiply
Added NSCompositeOverlay
Added NSCompositePlusDarker
Added NSCompositePlusLighter
Added NSCompositeSaturation
Added NSCompositeScreen
Added NSCompositeSoftLight
Added NSCompositeSourceAtop
Added NSCompositeSourceIn
Added NSCompositeSourceOut
Added NSCompositeSourceOver
Added NSCompositeXOR
Added NSDisplayGamut
Added NSDisplayGamutP3
Added NSDisplayGamutSRGB
Modified NSDottedFrameRect()
Declaration | |
---|---|
From | void NSDottedFrameRect ( NSRect aRect ); |
To | void NSDottedFrameRect ( NSRect rect ); |
Modified NSDrawButton()
Declaration | |
---|---|
From | void NSDrawButton ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawButton ( NSRect rect, NSRect clipRect ); |
Modified NSDrawDarkBezel()
Declaration | |
---|---|
From | void NSDrawDarkBezel ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawDarkBezel ( NSRect rect, NSRect clipRect ); |
Modified NSDrawGrayBezel()
Declaration | |
---|---|
From | void NSDrawGrayBezel ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawGrayBezel ( NSRect rect, NSRect clipRect ); |
Modified NSDrawGroove()
Declaration | |
---|---|
From | void NSDrawGroove ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawGroove ( NSRect rect, NSRect clipRect ); |
Modified NSDrawLightBezel()
Declaration | |
---|---|
From | void NSDrawLightBezel ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawLightBezel ( NSRect rect, NSRect clipRect ); |
Modified NSDrawWhiteBezel()
Declaration | |
---|---|
From | void NSDrawWhiteBezel ( NSRect aRect, NSRect clipRect ); |
To | void NSDrawWhiteBezel ( NSRect rect, NSRect clipRect ); |
Modified NSDrawWindowBackground()
Declaration | |
---|---|
From | void NSDrawWindowBackground ( NSRect aRect ); |
To | void NSDrawWindowBackground ( NSRect rect ); |
Modified NSEraseRect()
Declaration | |
---|---|
From | void NSEraseRect ( NSRect aRect ); |
To | void NSEraseRect ( NSRect rect ); |
Modified NSFrameRect()
Declaration | |
---|---|
From | void NSFrameRect ( NSRect aRect ); |
To | void NSFrameRect ( NSRect rect ); |
Modified NSFrameRectWithWidth()
Declaration | |
---|---|
From | void NSFrameRectWithWidth ( NSRect aRect, CGFloat frameWidth ); |
To | void NSFrameRectWithWidth ( NSRect rect, CGFloat frameWidth ); |
Modified NSFrameRectWithWidthUsingOperation()
Declaration | |
---|---|
From | void NSFrameRectWithWidthUsingOperation ( NSRect aRect, CGFloat frameWidth, NSCompositingOperation op ); |
To | void NSFrameRectWithWidthUsingOperation ( NSRect rect, CGFloat frameWidth, NSCompositingOperation op ); |
Modified NSHighlightRect()
Declaration | |
---|---|
From | void NSHighlightRect ( NSRect aRect ); |
To | void NSHighlightRect ( NSRect rect ); |
Modified NSRectClip()
Declaration | |
---|---|
From | void NSRectClip ( NSRect aRect ); |
To | void NSRectClip ( NSRect rect ); |
Modified NSRectFill()
Declaration | |
---|---|
From | void NSRectFill ( NSRect aRect ); |
To | void NSRectFill ( NSRect rect ); |
Modified NSRectFillUsingOperation()
Declaration | |
---|---|
From | void NSRectFillUsingOperation ( NSRect aRect, NSCompositingOperation op ); |
To | void NSRectFillUsingOperation ( NSRect rect, NSCompositingOperation op ); |
NSGridView.h (Added)
Added NSGridCell
Added NSGridCell.column
Added NSGridCell.contentView
Added NSGridCell.row
Added NSGridCell.rowAlignment
Added NSGridCell.xPlacement
Added NSGridCell.yPlacement
Added NSGridColumn
Added NSGridColumn.gridView
Added NSGridColumn.hidden
Added NSGridColumn.width
Added NSGridColumn.xPlacement
Added NSGridRow
Added NSGridRow.bottomPadding
Added NSGridRow.gridView
Added NSGridRow.height
Added NSGridRow.hidden
Added NSGridRow.numberOfCells
Added NSGridRow.rowAlignment
Added NSGridRow.topPadding
Added NSGridRow.yPlacement
Added NSGridView
Added NSGridView.columnSpacing
Added NSGridView.numberOfRows
Added NSGridView.rowAlignment
Added NSGridView.rowSpacing
Added NSGridView.xPlacement
Added NSGridView.yPlacement
Added NSGridCellPlacement
Added NSGridCellPlacementFill
Added NSGridCellPlacementNone
Added NSGridCellPlacementTop
Added NSGridRowAlignment
Added NSGridRowAlignmentNone
Added NSGridViewSizeForContent
NSImage.h
Added #def NS_IMAGE_DECLARES_DESIGNATED_INITIALIZERS
Modified -[NSImage dissolveToPoint:fraction:]
Declaration | |
---|---|
From | - (void)dissolveToPoint:(NSPoint)point fraction:(CGFloat)aFloat |
To | - (void)dissolveToPoint:(NSPoint)point fraction:(CGFloat)fraction |
Declaration | |
---|---|
From | - (void)dissolveToPoint:(NSPoint)point fromRect:(NSRect)rect fraction:(CGFloat)aFloat |
To | - (void)dissolveToPoint:(NSPoint)point fromRect:(NSRect)rect fraction:(CGFloat)fraction |
Modified -[NSImage initWithSize:]
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithSize:(NSSize)aSize | -- |
To | - (instancetype)initWithSize:(NSSize)size | yes |
Declaration | |
---|---|
From | - (NSData *)TIFFRepresentationUsingCompression:(NSTIFFCompression)comp factor:(float)aFloat |
To | - (NSData *)TIFFRepresentationUsingCompression:(NSTIFFCompression)comp factor:(float)factor |
Declaration | |
---|---|
From | - (NSImage *)imageDidNotDraw:(NSImage *)sender inRect:(NSRect)aRect |
To | - (NSImage *)imageDidNotDraw:(NSImage *)sender inRect:(NSRect)rect |
NSImageRep.h
NSImageView.h
Added NSImageView(NSImageViewConvenience)
NSInputManager.h
Modified -[NSInputManager handleMouseEvent:]
Declaration | |
---|---|
From | - (BOOL)handleMouseEvent:(NSEvent *)theMouseEvent |
To | - (BOOL)handleMouseEvent:(NSEvent *)mouseEvent |
Declaration | |
---|---|
From | - (NSAttributedString *)attributedSubstringFromRange:(NSRange)theRange |
To | - (NSAttributedString *)attributedSubstringFromRange:(NSRange)range |
Declaration | |
---|---|
From | - (NSUInteger)characterIndexForPoint:(NSPoint)thePoint |
To | - (NSUInteger)characterIndexForPoint:(NSPoint)point |
Modified -[NSTextInput doCommandBySelector:]
Declaration | |
---|---|
From | - (void)doCommandBySelector:(SEL)aSelector |
To | - (void)doCommandBySelector:(SEL)selector |
Declaration | |
---|---|
From | - (NSRect)firstRectForCharacterRange:(NSRange)theRange |
To | - (NSRect)firstRectForCharacterRange:(NSRange)range |
Modified -[NSTextInput insertText:]
Declaration | |
---|---|
From | - (void)insertText:(id)aString |
To | - (void)insertText:(id)string |
Declaration | |
---|---|
From | - (void)setMarkedText:(id)aString selectedRange:(NSRange)selRange |
To | - (void)setMarkedText:(id)string selectedRange:(NSRange)selRange |
NSInputServer.h
Declaration | |
---|---|
From | - (id)initWithDelegate:(id)aDelegate name:(NSString *)name |
To | - (id)initWithDelegate:(id)delegate name:(NSString *)name |
Declaration | |
---|---|
From | - (BOOL)mouseDownOnCharacterIndex:(NSUInteger)theIndex atCoordinate:(NSPoint)thePoint withModifier:(NSUInteger)theFlags client:(id)sender |
To | - (BOOL)mouseDownOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(id)sender |
Modified -[NSInputServerMouseTracker mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:]
Declaration | |
---|---|
From | - (BOOL)mouseDraggedOnCharacterIndex:(NSUInteger)theIndex atCoordinate:(NSPoint)thePoint withModifier:(NSUInteger)theFlags client:(id)sender |
To | - (BOOL)mouseDraggedOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(id)sender |
Declaration | |
---|---|
From | - (void)mouseUpOnCharacterIndex:(NSUInteger)theIndex atCoordinate:(NSPoint)thePoint withModifier:(NSUInteger)theFlags client:(id)sender |
To | - (void)mouseUpOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(id)sender |
Declaration | |
---|---|
From | - (void)doCommandBySelector:(SEL)aSelector client:(id)sender |
To | - (void)doCommandBySelector:(SEL)selector client:(id)sender |
Declaration | |
---|---|
From | - (void)insertText:(id)aString client:(id)sender |
To | - (void)insertText:(id)string client:(id)sender |
NSKeyValueBinding.h
Declaration | |
---|---|
From | - (NSArray<NSAttributeDescription *> *)optionDescriptionsForBinding:(NSString *)aBinding |
To | - (NSArray<NSAttributeDescription *> *)optionDescriptionsForBinding:(NSString *)binding |
NSLayoutAnchor.h
NSLayoutConstraint.h
NSLayoutGuide.h
NSMatrix.h
Modified -[NSMatrix acceptsFirstMouse:]
Declaration | |
---|---|
From | - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent |
To | - (BOOL)acceptsFirstMouse:(NSEvent *)event |
Modified -[NSMatrix cellWithTag:]
Declaration | |
---|---|
From | - (__kindof NSCell *)cellWithTag:(NSInteger)anInt |
To | - (__kindof NSCell *)cellWithTag:(NSInteger)tag |
Modified -[NSMatrix getRow:column:forPoint:]
Declaration | |
---|---|
From | - (BOOL)getRow:(NSInteger *)row column:(NSInteger *)col forPoint:(NSPoint)aPoint |
To | - (BOOL)getRow:(NSInteger *)row column:(NSInteger *)col forPoint:(NSPoint)point |
Modified -[NSMatrix getRow:column:ofCell:]
Declaration | |
---|---|
From | - (BOOL)getRow:(NSInteger *)row column:(NSInteger *)col ofCell:(NSCell *)aCell |
To | - (BOOL)getRow:(NSInteger *)row column:(NSInteger *)col ofCell:(NSCell *)cell |
Declaration | |
---|---|
From | - (instancetype)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode cellClass:(Class)factoryId numberOfRows:(NSInteger)rowsHigh numberOfColumns:(NSInteger)colsWide |
To | - (instancetype)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)mode cellClass:(Class)factoryId numberOfRows:(NSInteger)rowsHigh numberOfColumns:(NSInteger)colsWide |
Declaration | |
---|---|
From | - (instancetype)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)aMode prototype:(NSCell *)aCell numberOfRows:(NSInteger)rowsHigh numberOfColumns:(NSInteger)colsWide |
To | - (instancetype)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)mode prototype:(NSCell *)cell numberOfRows:(NSInteger)rowsHigh numberOfColumns:(NSInteger)colsWide |
Modified -[NSMatrix mouseDown:]
Declaration | |
---|---|
From | - (void)mouseDown:(NSEvent *)theEvent |
To | - (void)mouseDown:(NSEvent *)event |
Modified -[NSMatrix performKeyEquivalent:]
Declaration | |
---|---|
From | - (BOOL)performKeyEquivalent:(NSEvent *)theEvent |
To | - (BOOL)performKeyEquivalent:(NSEvent *)event |
Modified -[NSMatrix selectCellWithTag:]
Declaration | |
---|---|
From | - (BOOL)selectCellWithTag:(NSInteger)anInt |
To | - (BOOL)selectCellWithTag:(NSInteger)tag |
Declaration | |
---|---|
From | - (void)sendAction:(SEL)aSelector to:(id)anObject forAllCells:(BOOL)flag |
To | - (void)sendAction:(SEL)selector to:(id)object forAllCells:(BOOL)flag |
NSMenu.h
Added -[NSMenu initWithCoder:]
Modified NSMenu
Protocols | |
---|---|
From | NSCoding, NSCopying |
To | NSAccessibility, NSAccessibilityElement, NSCoding, NSCopying, NSUserInterfaceItemIdentification |
Declaration | |
---|---|
From | - (NSMenuItem *)addItemWithTitle:(NSString *)aString action:(SEL)aSelector keyEquivalent:(NSString *)charCode |
To | - (NSMenuItem *)addItemWithTitle:(NSString *)string action:(SEL)selector keyEquivalent:(NSString *)charCode |
Modified NSMenu.delegate
Declaration | |
---|---|
From | @property(assign) id<NSMenuDelegate> delegate |
To | @property(weak) id<NSMenuDelegate> delegate |
Modified -[NSMenu indexOfItemWithTag:]
Declaration | |
---|---|
From | - (NSInteger)indexOfItemWithTag:(NSInteger)aTag |
To | - (NSInteger)indexOfItemWithTag:(NSInteger)tag |
Modified -[NSMenu indexOfItemWithTitle:]
Declaration | |
---|---|
From | - (NSInteger)indexOfItemWithTitle:(NSString *)aTitle |
To | - (NSInteger)indexOfItemWithTitle:(NSString *)title |
Modified -[NSMenu initWithTitle:]
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithTitle:(NSString *)aTitle | -- |
To | - (instancetype)initWithTitle:(NSString *)title | yes |
Declaration | |
---|---|
From | - (NSMenuItem *)insertItemWithTitle:(NSString *)aString action:(SEL)aSelector keyEquivalent:(NSString *)charCode atIndex:(NSInteger)index |
To | - (NSMenuItem *)insertItemWithTitle:(NSString *)string action:(SEL)selector keyEquivalent:(NSString *)charCode atIndex:(NSInteger)index |
Modified -[NSMenu itemWithTitle:]
Declaration | |
---|---|
From | - (NSMenuItem *)itemWithTitle:(NSString *)aTitle |
To | - (NSMenuItem *)itemWithTitle:(NSString *)title |
Modified -[NSMenu locationForSubmenu:]
Declaration | |
---|---|
From | - (NSPoint)locationForSubmenu:(NSMenu *)aSubmenu |
To | - (NSPoint)locationForSubmenu:(NSMenu *)submenu |
Modified -[NSMenu performKeyEquivalent:]
Declaration | |
---|---|
From | - (BOOL)performKeyEquivalent:(NSEvent *)theEvent |
To | - (BOOL)performKeyEquivalent:(NSEvent *)event |
Modified +[NSMenu setMenuZone:]
Declaration | |
---|---|
From | + (void)setMenuZone:(NSZone *)aZone |
To | + (void)setMenuZone:(NSZone *)zone |
Modified -[NSMenu setSubmenu:forItem:]
Declaration | |
---|---|
From | - (void)setSubmenu:(NSMenu *)aMenu forItem:(NSMenuItem *)anItem |
To | - (void)setSubmenu:(NSMenu *)menu forItem:(NSMenuItem *)item |
NSMenuItem.h
Modified NSMenuItem
Protocols | |
---|---|
From | NSCoding, NSCopying, NSValidatedUserInterfaceItem |
To | NSAccessibility, NSAccessibilityElement, NSCoding, NSCopying, NSUserInterfaceItemIdentification, NSValidatedUserInterfaceItem |
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithTitle:(NSString *)aString action:(SEL)aSelector keyEquivalent:(NSString *)charCode | -- |
To | - (instancetype)initWithTitle:(NSString *)string action:(SEL)selector keyEquivalent:(NSString *)charCode | yes |
Modified NSMenuItem.keyEquivalentModifierMask
Declaration | |
---|---|
From | @property NSUInteger keyEquivalentModifierMask |
To | @property NSEventModifierFlags keyEquivalentModifierMask |
NSMenuItemCell.h
NSMenuView.h
Modified -[NSMenuView locationForSubmenu:]
Declaration | |
---|---|
From | - (NSPoint)locationForSubmenu:(NSMenu *)aSubmenu |
To | - (NSPoint)locationForSubmenu:(NSMenu *)submenu |
NSOpenGL.h
Removed NSOpenGLCPCurrentRendererID
Removed NSOpenGLCPGPUFragmentProcessing
Removed NSOpenGLCPGPUVertexProcessing
Removed NSOpenGLCPHasDrawable
Removed NSOpenGLCPMPSwapsInFlight
Removed NSOpenGLCPRasterizationEnable
Removed NSOpenGLCPReclaimResources
Removed NSOpenGLCPStateValidation
Removed NSOpenGLCPSurfaceBackingSize
Removed NSOpenGLCPSurfaceOpacity
Removed NSOpenGLCPSurfaceOrder
Removed NSOpenGLCPSurfaceSurfaceVolatile
Removed NSOpenGLCPSwapInterval
Removed NSOpenGLCPSwapRectangle
Removed NSOpenGLCPSwapRectangleEnable
Added #def NS_OPENGL_PIXEL_FORMAT_DECLARES_DESIGNATED_INITIALIZERS
Added NSOpenGLCPHasDrawable
Added NSOpenGLCPSurfaceOpacity
Added NSOpenGLCPSurfaceOrder
Added NSOpenGLCPSwapInterval
Added NSOpenGLCPSwapRectangle
NSOutlineView.h
Removed -[NSOutlineView setDataSource:]
Removed -[NSOutlineView setDelegate:]
Modified NSOutlineView.dataSource
Declaration | |
---|---|
From | - (id<NSOutlineViewDataSource>)dataSource |
To | @property(weak) id<NSOutlineViewDataSource> dataSource |
Modified NSOutlineView.delegate
Declaration | |
---|---|
From | - (id<NSOutlineViewDelegate>)delegate |
To | @property(weak) id<NSOutlineViewDelegate> delegate |
NSPanel.h
Removed NSDocModalWindowMask
Removed NSHUDWindowMask
Removed NSNonactivatingPanelMask
Removed NSUtilityWindowMask
NSParagraphStyle.h
NSPasteboard.h
NSPopover.h
Modified NSPopover.delegate
Declaration | |
---|---|
From | @property(assign) IBOutlet id<NSPopoverDelegate> delegate |
To | @property(weak) IBOutlet id<NSPopoverDelegate> delegate |
NSPopUpButton.h
Modified -[NSPopUpButton setTitle:]
Declaration | |
---|---|
From | - (void)setTitle:(NSString *)aString |
To | - (void)setTitle:(NSString *)string |
NSPopUpButtonCell.h
Designated Initializer | |
---|---|
From | -- |
To | yes |
Modified -[NSPopUpButtonCell setTitle:]
Declaration | |
---|---|
From | - (void)setTitle:(NSString *)aString |
To | - (void)setTitle:(NSString *)string |
NSPrintInfo.h
Added -[NSPrintInfo init]
NSResponder.h
Added NSResponder(NSWindowTabbing)
Modified -[NSResponder doCommandBySelector:]
Declaration | |
---|---|
From | - (void)doCommandBySelector:(SEL)aSelector |
To | - (void)doCommandBySelector:(SEL)selector |
Modified -[NSResponder flagsChanged:]
Declaration | |
---|---|
From | - (void)flagsChanged:(NSEvent *)theEvent |
To | - (void)flagsChanged:(NSEvent *)event |
Modified -[NSResponder keyDown:]
Declaration | |
---|---|
From | - (void)keyDown:(NSEvent *)theEvent |
To | - (void)keyDown:(NSEvent *)event |
Modified -[NSResponder keyUp:]
Declaration | |
---|---|
From | - (void)keyUp:(NSEvent *)theEvent |
To | - (void)keyUp:(NSEvent *)event |
Modified -[NSResponder mouseDown:]
Declaration | |
---|---|
From | - (void)mouseDown:(NSEvent *)theEvent |
To | - (void)mouseDown:(NSEvent *)event |
Modified -[NSResponder mouseDragged:]
Declaration | |
---|---|
From | - (void)mouseDragged:(NSEvent *)theEvent |
To | - (void)mouseDragged:(NSEvent *)event |
Modified -[NSResponder mouseEntered:]
Declaration | |
---|---|
From | - (void)mouseEntered:(NSEvent *)theEvent |
To | - (void)mouseEntered:(NSEvent *)event |
Modified -[NSResponder mouseExited:]
Declaration | |
---|---|
From | - (void)mouseExited:(NSEvent *)theEvent |
To | - (void)mouseExited:(NSEvent *)event |
Modified -[NSResponder mouseMoved:]
Declaration | |
---|---|
From | - (void)mouseMoved:(NSEvent *)theEvent |
To | - (void)mouseMoved:(NSEvent *)event |
Modified -[NSResponder mouseUp:]
Declaration | |
---|---|
From | - (void)mouseUp:(NSEvent *)theEvent |
To | - (void)mouseUp:(NSEvent *)event |
Modified -[NSResponder otherMouseDown:]
Declaration | |
---|---|
From | - (void)otherMouseDown:(NSEvent *)theEvent |
To | - (void)otherMouseDown:(NSEvent *)event |
Modified -[NSResponder otherMouseDragged:]
Declaration | |
---|---|
From | - (void)otherMouseDragged:(NSEvent *)theEvent |
To | - (void)otherMouseDragged:(NSEvent *)event |
Modified -[NSResponder otherMouseUp:]
Declaration | |
---|---|
From | - (void)otherMouseUp:(NSEvent *)theEvent |
To | - (void)otherMouseUp:(NSEvent *)event |
Modified -[NSResponder performKeyEquivalent:]
Declaration | |
---|---|
From | - (BOOL)performKeyEquivalent:(NSEvent *)theEvent |
To | - (BOOL)performKeyEquivalent:(NSEvent *)event |
Modified -[NSResponder performMnemonic:]
Declaration | |
---|---|
From | - (BOOL)performMnemonic:(NSString *)theString |
To | - (BOOL)performMnemonic:(NSString *)string |
Modified -[NSResponder rightMouseDown:]
Declaration | |
---|---|
From | - (void)rightMouseDown:(NSEvent *)theEvent |
To | - (void)rightMouseDown:(NSEvent *)event |
Modified -[NSResponder rightMouseDragged:]
Declaration | |
---|---|
From | - (void)rightMouseDragged:(NSEvent *)theEvent |
To | - (void)rightMouseDragged:(NSEvent *)event |
Modified -[NSResponder rightMouseUp:]
Declaration | |
---|---|
From | - (void)rightMouseUp:(NSEvent *)theEvent |
To | - (void)rightMouseUp:(NSEvent *)event |
Modified -[NSResponder scrollWheel:]
Declaration | |
---|---|
From | - (void)scrollWheel:(NSEvent *)theEvent |
To | - (void)scrollWheel:(NSEvent *)event |
Declaration | |
---|---|
From | - (BOOL)shouldBeTreatedAsInkEvent:(NSEvent *)theEvent |
To | - (BOOL)shouldBeTreatedAsInkEvent:(NSEvent *)event |
Modified -[NSResponder tabletPoint:]
Declaration | |
---|---|
From | - (void)tabletPoint:(NSEvent *)theEvent |
To | - (void)tabletPoint:(NSEvent *)event |
Modified -[NSResponder tabletProximity:]
Declaration | |
---|---|
From | - (void)tabletProximity:(NSEvent *)theEvent |
To | - (void)tabletProximity:(NSEvent *)event |
Modified -[NSResponder tryToPerform:with:]
Declaration | |
---|---|
From | - (BOOL)tryToPerform:(SEL)anAction with:(id)anObject |
To | - (BOOL)tryToPerform:(SEL)action with:(id)object |
NSRulerMarker.h
Designated Initializer | |
---|---|
From | -- |
To | yes |
NSRulerView.h
Designated Initializer | |
---|---|
From | -- |
To | yes |
Declaration | |
---|---|
From | - (CGFloat)rulerView:(NSRulerView *)ruler locationForPoint:(NSPoint)aPoint |
To | - (CGFloat)rulerView:(NSRulerView *)ruler locationForPoint:(NSPoint)point |
Declaration | |
---|---|
From | - (NSPoint)rulerView:(NSRulerView *)ruler pointForLocation:(CGFloat)aPoint |
To | - (NSPoint)rulerView:(NSRulerView *)ruler pointForLocation:(CGFloat)point |
NSScreen.h
Declaration | |
---|---|
From | - (NSRect)backingAlignedRect:(NSRect)aRect options:(NSAlignmentOptions)options |
To | - (NSRect)backingAlignedRect:(NSRect)rect options:(NSAlignmentOptions)options |
Modified -[NSScreen convertRectFromBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromBacking:(NSRect)aRect |
To | - (NSRect)convertRectFromBacking:(NSRect)rect |
Modified -[NSScreen convertRectToBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectToBacking:(NSRect)aRect |
To | - (NSRect)convertRectToBacking:(NSRect)rect |
NSScroller.h
Declaration | |
---|---|
From | - (void)setFloatValue:(float)aFloat knobProportion:(CGFloat)proportion |
To | - (void)setFloatValue:(float)value knobProportion:(CGFloat)proportion |
Modified -[NSScroller testPart:]
Declaration | |
---|---|
From | - (NSScrollerPart)testPart:(NSPoint)thePoint |
To | - (NSScrollerPart)testPart:(NSPoint)point |
Modified -[NSScroller trackKnob:]
Declaration | |
---|---|
From | - (void)trackKnob:(NSEvent *)theEvent |
To | - (void)trackKnob:(NSEvent *)event |
Modified -[NSScroller trackScrollButtons:]
Declaration | |
---|---|
From | - (void)trackScrollButtons:(NSEvent *)theEvent |
To | - (void)trackScrollButtons:(NSEvent *)event |
NSScrollView.h
Modified +[NSScrollView contentSizeForFrameSize:hasHorizontalScroller:hasVerticalScroller:borderType:]
Declaration | |
---|---|
From | + (NSSize)contentSizeForFrameSize:(NSSize)fSize hasHorizontalScroller:(BOOL)hFlag hasVerticalScroller:(BOOL)vFlag borderType:(NSBorderType)aType |
To | + (NSSize)contentSizeForFrameSize:(NSSize)fSize hasHorizontalScroller:(BOOL)hFlag hasVerticalScroller:(BOOL)vFlag borderType:(NSBorderType)type |
Declaration | |
---|---|
From | + (NSSize)contentSizeForFrameSize:(NSSize)fSize horizontalScrollerClass:(Class)horizontalScrollerClass verticalScrollerClass:(Class)verticalScrollerClass borderType:(NSBorderType)aType controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle |
To | + (NSSize)contentSizeForFrameSize:(NSSize)fSize horizontalScrollerClass:(Class)horizontalScrollerClass verticalScrollerClass:(Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle |
Modified NSScrollView.documentView
Declaration | |
---|---|
From | @property(assign) id documentView |
To | @property(assign) __kindof NSView *documentView |
Modified +[NSScrollView frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:]
Declaration | |
---|---|
From | + (NSSize)frameSizeForContentSize:(NSSize)cSize hasHorizontalScroller:(BOOL)hFlag hasVerticalScroller:(BOOL)vFlag borderType:(NSBorderType)aType |
To | + (NSSize)frameSizeForContentSize:(NSSize)cSize hasHorizontalScroller:(BOOL)hFlag hasVerticalScroller:(BOOL)vFlag borderType:(NSBorderType)type |
Declaration | |
---|---|
From | + (NSSize)frameSizeForContentSize:(NSSize)cSize horizontalScrollerClass:(Class)horizontalScrollerClass verticalScrollerClass:(Class)verticalScrollerClass borderType:(NSBorderType)aType controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle |
To | + (NSSize)frameSizeForContentSize:(NSSize)cSize horizontalScrollerClass:(Class)horizontalScrollerClass verticalScrollerClass:(Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle |
Modified -[NSScrollView scrollWheel:]
Declaration | |
---|---|
From | - (void)scrollWheel:(NSEvent *)theEvent |
To | - (void)scrollWheel:(NSEvent *)event |
NSSearchFieldCell.h
NSSegmentedControl.h
Added NSSegmentedControl(NSSegmentedControlConvenience)
NSSharingService.h
Added #def NS_SHARING_SERVICE_DELEGATE_TRANSITION_IMAGE_FOR_SHARE_ITEM_DECLARES_NULLABILITY
Added NSItemProvider(NSCloudKitSharing)
NSSlider.h
Added NSSlider(NSSliderConvenience)
Added NSSlider(NSSliderDeprecated)
Added NSSlider(NSSliderVerticalGetter)
Modified -[NSSlider acceptsFirstMouse:]
Declaration | |
---|---|
From | - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent |
To | - (BOOL)acceptsFirstMouse:(NSEvent *)event |
Modified -[NSSlider setKnobThickness:]
Declaration | |
---|---|
From | - (void)setKnobThickness:(CGFloat)aFloat |
To | - (void)setKnobThickness:(CGFloat)thickness |
Modified -[NSSlider setTitle:]
Declaration | |
---|---|
From | - (void)setTitle:(NSString *)aString |
To | - (void)setTitle:(NSString *)string |
Modified -[NSSlider setTitleCell:]
Declaration | |
---|---|
From | - (void)setTitleCell:(NSCell *)aCell |
To | - (void)setTitleCell:(NSCell *)cell |
Modified NSSlider.vertical
Declaration | Readonly | |
---|---|---|
From | @property(getter=isVertical, readonly) NSInteger vertical | yes |
To | @property(readwrite, getter=isVertical) BOOL vertical | -- |
NSSliderCell.h
Removed NSCircularSlider
Removed NSLinearSlider
Removed NSTickMarkAbove
Removed NSTickMarkBelow
Removed NSTickMarkLeft
Removed NSTickMarkRight
Added NSCircularSlider
Added NSLinearSlider
Added NSSliderCell(NSDeprecated)
Added NSSliderCell(NSSliderCellVerticalGetter)
Added NSSliderTypeCircular
Added NSSliderTypeLinear
Added NSTickMarkAbove
Added NSTickMarkBelow
Added NSTickMarkLeft
Added NSTickMarkPositionAbove
Added NSTickMarkPositionBelow
Added NSTickMarkRight
Declaration | |
---|---|
From | - (void)drawBarInside:(NSRect)aRect flipped:(BOOL)flipped |
To | - (void)drawBarInside:(NSRect)rect flipped:(BOOL)flipped |
Modified -[NSSliderCell setKnobThickness:]
Declaration | |
---|---|
From | - (void)setKnobThickness:(CGFloat)aFloat |
To | - (void)setKnobThickness:(CGFloat)thickness |
Modified -[NSSliderCell setTitle:]
Declaration | |
---|---|
From | - (void)setTitle:(NSString *)aString |
To | - (void)setTitle:(NSString *)string |
Modified -[NSSliderCell setTitleCell:]
Declaration | |
---|---|
From | - (void)setTitleCell:(NSCell *)aCell |
To | - (void)setTitleCell:(NSCell *)cell |
Modified NSSliderCell.vertical
Declaration | Readonly | |
---|---|---|
From | @property(getter=isVertical, readonly) NSInteger vertical | yes |
To | @property(readwrite, getter=isVertical) BOOL vertical | -- |
NSSound.h
Declaration | |
---|---|
From | - (void)sound:(NSSound *)sound didFinishPlaying:(BOOL)aBool |
To | - (void)sound:(NSSound *)sound didFinishPlaying:(BOOL)flag |
NSSpellChecker.h
Added +[NSSpellChecker isAutomaticCapitalizationEnabled]
Added +[NSSpellChecker isAutomaticPeriodSubstitutionEnabled]
Declaration | |
---|---|
From | - (void)setWordFieldStringValue:(NSString *)aString |
To | - (void)setWordFieldStringValue:(NSString *)string |
NSSplitView.h
Modified NSSplitView.delegate
Declaration | |
---|---|
From | @property(assign) id<NSSplitViewDelegate> delegate |
To | @property(weak) id<NSSplitViewDelegate> delegate |
NSSplitViewController.h
Modified NSSplitViewItem
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.behavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.canCollapse
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.collapseBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.collapsed
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.holdingPriority
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.maximumThickness
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.minimumThickness
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.springLoaded
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.viewController
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorContentList
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorDefault
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorSidebar
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemCollapseBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemUnspecifiedDimension
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
NSSplitViewItem.h (Added)
Modified NSSplitViewItem
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.behavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.canCollapse
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.collapseBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.collapsed
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.holdingPriority
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.maximumThickness
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.minimumThickness
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.springLoaded
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItem.viewController
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorContentList
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorDefault
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemBehaviorSidebar
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemCollapseBehavior
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
Modified NSSplitViewItemUnspecifiedDimension
Header | |
---|---|
From | AppKit/NSSplitViewController.h |
To | AppKit/NSSplitViewItem.h |
NSStackView.h
Removed NSStackView(NSStackViewArrangedSubviews)
Added NSStackView(NSStackViewGravityAreas)
Modified -[NSStackView addView:inGravity:]
Declaration | |
---|---|
From | - (void)addView:(NSView *)aView inGravity:(NSStackViewGravity)gravity |
To | - (void)addView:(NSView *)view inGravity:(NSStackViewGravity)gravity |
Declaration | |
---|---|
From | - (CGFloat)customSpacingAfterView:(NSView *)aView |
To | - (CGFloat)customSpacingAfterView:(NSView *)view |
Modified NSStackView.delegate
Declaration | |
---|---|
From | @property(assign) id<NSStackViewDelegate> delegate |
To | @property(weak) id<NSStackViewDelegate> delegate |
Declaration | |
---|---|
From | - (void)insertView:(NSView *)aView atIndex:(NSUInteger)index inGravity:(NSStackViewGravity)gravity |
To | - (void)insertView:(NSView *)view atIndex:(NSUInteger)index inGravity:(NSStackViewGravity)gravity |
Modified -[NSStackView removeView:]
Declaration | |
---|---|
From | - (void)removeView:(NSView *)aView |
To | - (void)removeView:(NSView *)view |
Declaration | |
---|---|
From | - (void)setCustomSpacing:(CGFloat)spacing afterView:(NSView *)aView |
To | - (void)setCustomSpacing:(CGFloat)spacing afterView:(NSView *)view |
Declaration | |
---|---|
From | - (void)setVisibilityPriority:(NSStackViewVisibilityPriority)priority forView:(NSView *)aView |
To | - (void)setVisibilityPriority:(NSStackViewVisibilityPriority)priority forView:(NSView *)view |
Declaration | |
---|---|
From | - (NSStackViewVisibilityPriority)visibilityPriorityForView:(NSView *)aView |
To | - (NSStackViewVisibilityPriority)visibilityPriorityForView:(NSView *)view |
NSStatusItem.h
Modified -[NSStatusItem sendActionOn:]
Declaration | |
---|---|
From | - (NSInteger)sendActionOn:(NSInteger)mask |
To | - (NSInteger)sendActionOn:(NSEventMask)mask |
NSTableColumn.h
NSTableHeaderCell.h
Declaration | |
---|---|
From | - (NSRect)sortIndicatorRectForBounds:(NSRect)theRect |
To | - (NSRect)sortIndicatorRectForBounds:(NSRect)rect |
NSTableView.h
Removed -[NSTableView setDataSource:]
Removed -[NSTableView setDelegate:]
Modified NSTableView.dataSource
Declaration | |
---|---|
From | - (id<NSTableViewDataSource>)dataSource |
To | @property(weak) id<NSTableViewDataSource> dataSource |
Modified NSTableView.delegate
Declaration | |
---|---|
From | - (id<NSTableViewDelegate>)delegate |
To | @property(weak) id<NSTableViewDelegate> delegate |
Declaration | |
---|---|
From | - (void)editColumn:(NSInteger)column row:(NSInteger)row withEvent:(NSEvent *)theEvent select:(BOOL)select |
To | - (void)editColumn:(NSInteger)column row:(NSInteger)row withEvent:(NSEvent *)event select:(BOOL)select |
Declaration | |
---|---|
From | - (void)setIndicatorImage:(NSImage *)anImage inTableColumn:(NSTableColumn *)tableColumn |
To | - (void)setIndicatorImage:(NSImage *)image inTableColumn:(NSTableColumn *)tableColumn |
NSTableViewRowAction.h
NSTabView.h
Added NSTabView.tabPosition
Added NSTabPosition
Added NSTabPositionBottom
Added NSTabPositionLeft
Added NSTabPositionNone
Added NSTabPositionRight
Added NSTabPositionTop
Added NSTabViewBorderType
Added NSTabViewBorderTypeBezel
Added NSTabViewBorderTypeLine
Added NSTabViewBorderTypeNone
NSText.h
Declaration | |
---|---|
From | - (void)replaceCharactersInRange:(NSRange)range withString:(NSString *)aString |
To | - (void)replaceCharactersInRange:(NSRange)range withString:(NSString *)string |
Modified NSCenterTextAlignment
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSJustifiedTextAlignment
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSLeftTextAlignment
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSNaturalTextAlignment
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
Modified NSRightTextAlignment
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
NSTextContainer.h
Modified NSTextContainer.textView
Declaration | |
---|---|
From | @property(strong) NSTextView *textView |
To | @property(weak) NSTextView *textView |
NSTextField.h
Added NSTextField(NSTextFieldConvenience)
NSTextFieldCell.h
NSTextFinder.h
NSTextInputClient.h
Declaration | |
---|---|
From | - (NSAttributedString *)attributedSubstringForProposedRange:(NSRange)aRange actualRange:(NSRangePointer)actualRange |
To | - (NSAttributedString *)attributedSubstringForProposedRange:(NSRange)range actualRange:(NSRangePointer)actualRange |
Declaration | |
---|---|
From | - (NSUInteger)characterIndexForPoint:(NSPoint)aPoint |
To | - (NSUInteger)characterIndexForPoint:(NSPoint)point |
Declaration | |
---|---|
From | - (void)doCommandBySelector:(SEL)aSelector |
To | - (void)doCommandBySelector:(SEL)selector |
Declaration | |
---|---|
From | - (NSRect)firstRectForCharacterRange:(NSRange)aRange actualRange:(NSRangePointer)actualRange |
To | - (NSRect)firstRectForCharacterRange:(NSRange)range actualRange:(NSRangePointer)actualRange |
Declaration | |
---|---|
From | - (CGFloat)fractionOfDistanceThroughGlyphForPoint:(NSPoint)aPoint |
To | - (CGFloat)fractionOfDistanceThroughGlyphForPoint:(NSPoint)point |
Declaration | |
---|---|
From | - (void)insertText:(id)aString replacementRange:(NSRange)replacementRange |
To | - (void)insertText:(id)string replacementRange:(NSRange)replacementRange |
Declaration | |
---|---|
From | - (void)setMarkedText:(id)aString selectedRange:(NSRange)selectedRange replacementRange:(NSRange)replacementRange |
To | - (void)setMarkedText:(id)string selectedRange:(NSRange)selectedRange replacementRange:(NSRange)replacementRange |
NSTextInputContext.h
Modified -[NSTextInputContext handleEvent:]
Declaration | |
---|---|
From | - (BOOL)handleEvent:(NSEvent *)theEvent |
To | - (BOOL)handleEvent:(NSEvent *)event |
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithClient:(id<NSTextInputClient>)theClient | -- |
To | - (instancetype)initWithClient:(id<NSTextInputClient>)client | yes |
NSTextTable.h
Modified -[NSTextBlock init]
Designated Initializer | |
---|---|
From | -- |
To | yes |
Designated Initializer | |
---|---|
From | -- |
To | yes |
NSTextView.h
Added +[NSTextView stronglyReferencesTextStorage]
Added NSTextView.stronglyReferencesTextStorage
Modified -[NSTextView setLayoutOrientation:]
Declaration | |
---|---|
From | - (void)setLayoutOrientation:(NSTextLayoutOrientation)theOrientation |
To | - (void)setLayoutOrientation:(NSTextLayoutOrientation)orientation |
NSTitlebarAccessoryViewController.h
Modified NSTitlebarAccessoryViewController
Protocols | |
---|---|
From | -- |
To | NSAnimatablePropertyContainer, NSAnimationDelegate |
NSTokenField.h
Removed -[NSTokenField setDelegate:]
Modified NSTokenField.delegate
Declaration | |
---|---|
From | - (id<NSTokenFieldDelegate>)delegate |
To | @property(assign) id<NSTokenFieldDelegate> delegate |
NSToolbarItem.h
Added NSCloudSharingValidation
Modified -[NSObject validateToolbarItem:]
Declaration | |
---|---|
From | - (BOOL)validateToolbarItem:(NSToolbarItem *)theItem |
To | - (BOOL)validateToolbarItem:(NSToolbarItem *)item |
NSTypesetter.h
Declaration | |
---|---|
From | + (id)sharedSystemTypesetterForBehavior:(NSTypesetterBehavior)theBehavior |
To | + (id)sharedSystemTypesetterForBehavior:(NSTypesetterBehavior)behavior |
NSUserInterfaceValidation.h
Declaration | |
---|---|
From | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)anItem |
To | - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item |
Modified NSValidatedUserInterfaceItem.action
Declaration | Readonly | |
---|---|---|
From | - (SEL)action | -- |
To | @property(readonly) SEL action | yes |
Modified NSValidatedUserInterfaceItem.tag
Declaration | Readonly | |
---|---|---|
From | - (NSInteger)tag | -- |
To | @property(readonly) NSInteger tag | yes |
NSView.h
Modified -[NSView acceptsFirstMouse:]
Declaration | |
---|---|
From | - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent |
To | - (BOOL)acceptsFirstMouse:(NSEvent *)event |
Modified -[NSView addCursorRect:cursor:]
Declaration | |
---|---|
From | - (void)addCursorRect:(NSRect)aRect cursor:(NSCursor *)anObj |
To | - (void)addCursorRect:(NSRect)rect cursor:(NSCursor *)object |
Modified -[NSView addSubview:]
Declaration | |
---|---|
From | - (void)addSubview:(NSView *)aView |
To | - (void)addSubview:(NSView *)view |
Declaration | |
---|---|
From | - (void)addSubview:(NSView *)aView positioned:(NSWindowOrderingMode)place relativeTo:(NSView *)otherView |
To | - (void)addSubview:(NSView *)view positioned:(NSWindowOrderingMode)place relativeTo:(NSView *)otherView |
Declaration | |
---|---|
From | - (NSToolTipTag)addToolTipRect:(NSRect)aRect owner:(id)anObject userData:(void *)data |
To | - (NSToolTipTag)addToolTipRect:(NSRect)rect owner:(id)owner userData:(void *)data |
Declaration | |
---|---|
From | - (NSTrackingRectTag)addTrackingRect:(NSRect)aRect owner:(id)anObject userData:(void *)data assumeInside:(BOOL)flag |
To | - (NSTrackingRectTag)addTrackingRect:(NSRect)rect owner:(id)owner userData:(void *)data assumeInside:(BOOL)flag |
Modified -[NSView ancestorSharedWithView:]
Declaration | |
---|---|
From | - (NSView *)ancestorSharedWithView:(NSView *)aView |
To | - (NSView *)ancestorSharedWithView:(NSView *)view |
Modified -[NSView autoscroll:]
Declaration | |
---|---|
From | - (BOOL)autoscroll:(NSEvent *)theEvent |
To | - (BOOL)autoscroll:(NSEvent *)event |
Declaration | |
---|---|
From | - (NSRect)backingAlignedRect:(NSRect)aRect options:(NSAlignmentOptions)options |
To | - (NSRect)backingAlignedRect:(NSRect)rect options:(NSAlignmentOptions)options |
Declaration | |
---|---|
From | - (void)beginPageInRect:(NSRect)aRect atPlacement:(NSPoint)location |
To | - (void)beginPageInRect:(NSRect)rect atPlacement:(NSPoint)location |
Modified -[NSView centerScanRect:]
Declaration | |
---|---|
From | - (NSRect)centerScanRect:(NSRect)aRect |
To | - (NSRect)centerScanRect:(NSRect)rect |
Modified -[NSView convertPoint:fromView:]
Declaration | |
---|---|
From | - (NSPoint)convertPoint:(NSPoint)aPoint fromView:(NSView *)aView |
To | - (NSPoint)convertPoint:(NSPoint)point fromView:(NSView *)view |
Modified -[NSView convertPoint:toView:]
Declaration | |
---|---|
From | - (NSPoint)convertPoint:(NSPoint)aPoint toView:(NSView *)aView |
To | - (NSPoint)convertPoint:(NSPoint)point toView:(NSView *)view |
Modified -[NSView convertPointFromBacking:]
Declaration | |
---|---|
From | - (NSPoint)convertPointFromBacking:(NSPoint)aPoint |
To | - (NSPoint)convertPointFromBacking:(NSPoint)point |
Modified -[NSView convertPointFromBase:]
Declaration | |
---|---|
From | - (NSPoint)convertPointFromBase:(NSPoint)aPoint |
To | - (NSPoint)convertPointFromBase:(NSPoint)point |
Modified -[NSView convertPointFromLayer:]
Declaration | |
---|---|
From | - (NSPoint)convertPointFromLayer:(NSPoint)aPoint |
To | - (NSPoint)convertPointFromLayer:(NSPoint)point |
Modified -[NSView convertPointToBacking:]
Declaration | |
---|---|
From | - (NSPoint)convertPointToBacking:(NSPoint)aPoint |
To | - (NSPoint)convertPointToBacking:(NSPoint)point |
Modified -[NSView convertPointToBase:]
Declaration | |
---|---|
From | - (NSPoint)convertPointToBase:(NSPoint)aPoint |
To | - (NSPoint)convertPointToBase:(NSPoint)point |
Modified -[NSView convertPointToLayer:]
Declaration | |
---|---|
From | - (NSPoint)convertPointToLayer:(NSPoint)aPoint |
To | - (NSPoint)convertPointToLayer:(NSPoint)point |
Modified -[NSView convertRect:fromView:]
Declaration | |
---|---|
From | - (NSRect)convertRect:(NSRect)aRect fromView:(NSView *)aView |
To | - (NSRect)convertRect:(NSRect)rect fromView:(NSView *)view |
Modified -[NSView convertRect:toView:]
Declaration | |
---|---|
From | - (NSRect)convertRect:(NSRect)aRect toView:(NSView *)aView |
To | - (NSRect)convertRect:(NSRect)rect toView:(NSView *)view |
Modified -[NSView convertRectFromBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromBacking:(NSRect)aRect |
To | - (NSRect)convertRectFromBacking:(NSRect)rect |
Modified -[NSView convertRectFromBase:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromBase:(NSRect)aRect |
To | - (NSRect)convertRectFromBase:(NSRect)rect |
Modified -[NSView convertRectFromLayer:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromLayer:(NSRect)aRect |
To | - (NSRect)convertRectFromLayer:(NSRect)rect |
Modified -[NSView convertRectToBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectToBacking:(NSRect)aRect |
To | - (NSRect)convertRectToBacking:(NSRect)rect |
Modified -[NSView convertRectToBase:]
Declaration | |
---|---|
From | - (NSRect)convertRectToBase:(NSRect)aRect |
To | - (NSRect)convertRectToBase:(NSRect)rect |
Modified -[NSView convertRectToLayer:]
Declaration | |
---|---|
From | - (NSRect)convertRectToLayer:(NSRect)aRect |
To | - (NSRect)convertRectToLayer:(NSRect)rect |
Modified -[NSView convertSize:fromView:]
Declaration | |
---|---|
From | - (NSSize)convertSize:(NSSize)aSize fromView:(NSView *)aView |
To | - (NSSize)convertSize:(NSSize)size fromView:(NSView *)view |
Modified -[NSView convertSize:toView:]
Declaration | |
---|---|
From | - (NSSize)convertSize:(NSSize)aSize toView:(NSView *)aView |
To | - (NSSize)convertSize:(NSSize)size toView:(NSView *)view |
Modified -[NSView convertSizeFromBacking:]
Declaration | |
---|---|
From | - (NSSize)convertSizeFromBacking:(NSSize)aSize |
To | - (NSSize)convertSizeFromBacking:(NSSize)size |
Modified -[NSView convertSizeFromBase:]
Declaration | |
---|---|
From | - (NSSize)convertSizeFromBase:(NSSize)aSize |
To | - (NSSize)convertSizeFromBase:(NSSize)size |
Modified -[NSView convertSizeFromLayer:]
Declaration | |
---|---|
From | - (NSSize)convertSizeFromLayer:(NSSize)aSize |
To | - (NSSize)convertSizeFromLayer:(NSSize)size |
Modified -[NSView convertSizeToBacking:]
Declaration | |
---|---|
From | - (NSSize)convertSizeToBacking:(NSSize)aSize |
To | - (NSSize)convertSizeToBacking:(NSSize)size |
Modified -[NSView convertSizeToBase:]
Declaration | |
---|---|
From | - (NSSize)convertSizeToBase:(NSSize)aSize |
To | - (NSSize)convertSizeToBase:(NSSize)size |
Modified -[NSView convertSizeToLayer:]
Declaration | |
---|---|
From | - (NSSize)convertSizeToLayer:(NSSize)aSize |
To | - (NSSize)convertSizeToLayer:(NSSize)size |
Declaration | |
---|---|
From | - (void)displayRectIgnoringOpacity:(NSRect)aRect inContext:(NSGraphicsContext *)context |
To | - (void)displayRectIgnoringOpacity:(NSRect)rect inContext:(NSGraphicsContext *)context |
Declaration | |
---|---|
From | - (BOOL)dragFile:(NSString *)filename fromRect:(NSRect)rect slideBack:(BOOL)aFlag event:(NSEvent *)event |
To | - (BOOL)dragFile:(NSString *)filename fromRect:(NSRect)rect slideBack:(BOOL)flag event:(NSEvent *)event |
Declaration | |
---|---|
From | - (void)dragImage:(NSImage *)anImage at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag |
To | - (void)dragImage:(NSImage *)image at:(NSPoint)viewLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag |
Declaration | |
---|---|
From | - (BOOL)dragPromisedFilesOfTypes:(NSArray<NSString *> *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)aFlag event:(NSEvent *)event |
To | - (BOOL)dragPromisedFilesOfTypes:(NSArray<NSString *> *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)flag event:(NSEvent *)event |
Modified -[NSView hitTest:]
Declaration | |
---|---|
From | - (NSView *)hitTest:(NSPoint)aPoint |
To | - (NSView *)hitTest:(NSPoint)point |
Modified -[NSView isDescendantOf:]
Declaration | |
---|---|
From | - (BOOL)isDescendantOf:(NSView *)aView |
To | - (BOOL)isDescendantOf:(NSView *)view |
Modified -[NSView locationOfPrintRect:]
Declaration | |
---|---|
From | - (NSPoint)locationOfPrintRect:(NSRect)aRect |
To | - (NSPoint)locationOfPrintRect:(NSRect)rect |
Modified -[NSView mouse:inRect:]
Declaration | |
---|---|
From | - (BOOL)mouse:(NSPoint)aPoint inRect:(NSRect)aRect |
To | - (BOOL)mouse:(NSPoint)point inRect:(NSRect)rect |
Modified -[NSView needsToDrawRect:]
Declaration | |
---|---|
From | - (BOOL)needsToDrawRect:(NSRect)aRect |
To | - (BOOL)needsToDrawRect:(NSRect)rect |
Modified -[NSView performKeyEquivalent:]
Declaration | |
---|---|
From | - (BOOL)performKeyEquivalent:(NSEvent *)theEvent |
To | - (BOOL)performKeyEquivalent:(NSEvent *)event |
Modified -[NSView performMnemonic:]
Declaration | |
---|---|
From | - (BOOL)performMnemonic:(NSString *)theString |
To | - (BOOL)performMnemonic:(NSString *)string |
Modified -[NSView removeCursorRect:cursor:]
Declaration | |
---|---|
From | - (void)removeCursorRect:(NSRect)aRect cursor:(NSCursor *)anObj |
To | - (void)removeCursorRect:(NSRect)rect cursor:(NSCursor *)object |
Modified -[NSView scrollPoint:]
Declaration | |
---|---|
From | - (void)scrollPoint:(NSPoint)aPoint |
To | - (void)scrollPoint:(NSPoint)point |
Modified -[NSView scrollRect:by:]
Declaration | |
---|---|
From | - (void)scrollRect:(NSRect)aRect by:(NSSize)delta |
To | - (void)scrollRect:(NSRect)rect by:(NSSize)delta |
Modified -[NSView scrollRectToVisible:]
Declaration | |
---|---|
From | - (BOOL)scrollRectToVisible:(NSRect)aRect |
To | - (BOOL)scrollRectToVisible:(NSRect)rect |
Declaration | |
---|---|
From | - (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent *)theEvent |
To | - (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent *)event |
Modified -[NSView viewWithTag:]
Declaration | |
---|---|
From | - (__kindof NSView *)viewWithTag:(NSInteger)aTag |
To | - (__kindof NSView *)viewWithTag:(NSInteger)tag |
NSViewController.h
Declaration | |
---|---|
From | @property(readonly, assign) NSArray<__kindof NSViewController *> *presentedViewControllers |
To | @property(readonly) NSArray<__kindof NSViewController *> *presentedViewControllers |
NSVisualEffectView.h
NSWindow.h
Removed -[NSWindow setStyleMask:]
Removed NSBorderlessWindowMask
Removed NSClosableWindowMask
Removed NSFullScreenWindowMask
Removed NSFullSizeContentViewWindowMask
Removed NSMiniaturizableWindowMask
Removed NSResizableWindowMask
Removed NSTexturedBackgroundWindowMask
Removed NSTitledWindowMask
Removed NSWindow(NSKeyboardUI)
Removed NSWindow(NSToolbarSupport)
Added +[NSWindow setAllowsAutomaticWindowTabbing:]
Added NSWindow.tabbedWindows
Added NSWindow.tabbingMode
Added NSBorderlessWindowMask
Added NSClosableWindowMask
Added NSDocModalWindowMask
Added NSFullScreenWindowMask
Added NSHUDWindowMask
Added NSNonactivatingPanelMask
Added NSResizableWindowMask
Added NSTitledWindowMask
Added NSUtilityWindowMask
Added NSWindow(NSCursorRect)
Added NSWindow(NSEvent)
Added #def NSWINDOW_TRACK_EVENTS_DECLARES_NULLABILITY
Added NSWindowStyleMask
Added NSWindowStyleMaskTitled
Added NSWindowTabbingMode
Declaration | |
---|---|
From | - (NSRect)backingAlignedRect:(NSRect)aRect options:(NSAlignmentOptions)options |
To | - (NSRect)backingAlignedRect:(NSRect)rect options:(NSAlignmentOptions)options |
Modified -[NSWindow cacheImageInRect:]
Declaration | |
---|---|
From | - (void)cacheImageInRect:(NSRect)aRect |
To | - (void)cacheImageInRect:(NSRect)rect |
Declaration | |
---|---|
From | + (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)aStyle |
To | + (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSWindowStyleMask)style |
Modified -[NSWindow convertBaseToScreen:]
Declaration | |
---|---|
From | - (NSPoint)convertBaseToScreen:(NSPoint)aPoint |
To | - (NSPoint)convertBaseToScreen:(NSPoint)point |
Modified -[NSWindow convertRectFromBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromBacking:(NSRect)aRect |
To | - (NSRect)convertRectFromBacking:(NSRect)rect |
Modified -[NSWindow convertRectFromScreen:]
Declaration | |
---|---|
From | - (NSRect)convertRectFromScreen:(NSRect)aRect |
To | - (NSRect)convertRectFromScreen:(NSRect)rect |
Modified -[NSWindow convertRectToBacking:]
Declaration | |
---|---|
From | - (NSRect)convertRectToBacking:(NSRect)aRect |
To | - (NSRect)convertRectToBacking:(NSRect)rect |
Modified -[NSWindow convertRectToScreen:]
Declaration | |
---|---|
From | - (NSRect)convertRectToScreen:(NSRect)aRect |
To | - (NSRect)convertRectToScreen:(NSRect)rect |
Modified -[NSWindow convertScreenToBase:]
Declaration | |
---|---|
From | - (NSPoint)convertScreenToBase:(NSPoint)aPoint |
To | - (NSPoint)convertScreenToBase:(NSPoint)point |
Declaration | |
---|---|
From | - (void)discardEventsMatchingMask:(NSUInteger)mask beforeEvent:(NSEvent *)lastEvent |
To | - (void)discardEventsMatchingMask:(NSEventMask)mask beforeEvent:(NSEvent *)lastEvent |
Declaration | |
---|---|
From | - (void)dragImage:(NSImage *)anImage at:(NSPoint)baseLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag |
To | - (void)dragImage:(NSImage *)image at:(NSPoint)baseLocation offset:(NSSize)initialOffset event:(NSEvent *)event pasteboard:(NSPasteboard *)pboard source:(id)sourceObj slideBack:(BOOL)slideFlag |
Modified -[NSWindow endEditingFor:]
Declaration | |
---|---|
From | - (void)endEditingFor:(id)anObject |
To | - (void)endEditingFor:(id)object |
Modified -[NSWindow fieldEditor:forObject:]
Declaration | |
---|---|
From | - (NSText *)fieldEditor:(BOOL)createFlag forObject:(id)anObject |
To | - (NSText *)fieldEditor:(BOOL)createFlag forObject:(id)object |
Declaration | |
---|---|
From | + (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSUInteger)aStyle |
To | + (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSWindowStyleMask)style |
Declaration | Designated Initializer | |
---|---|---|
From | - (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag | -- |
To | - (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSWindowStyleMask)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag | yes |
Declaration | |
---|---|
From | - (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag screen:(NSScreen *)screen |
To | - (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSWindowStyleMask)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag screen:(NSScreen *)screen |
Declaration | |
---|---|
From | - (void)invalidateCursorRectsForView:(NSView *)aView |
To | - (void)invalidateCursorRectsForView:(NSView *)view |
Modified -[NSWindow keyDown:]
Declaration | |
---|---|
From | - (void)keyDown:(NSEvent *)theEvent |
To | - (void)keyDown:(NSEvent *)event |
Modified -[NSWindow makeFirstResponder:]
Declaration | |
---|---|
From | - (BOOL)makeFirstResponder:(NSResponder *)aResponder |
To | - (BOOL)makeFirstResponder:(NSResponder *)responder |
Declaration | |
---|---|
From | + (CGFloat)minFrameWidthWithTitle:(NSString *)aTitle styleMask:(NSUInteger)aStyle |
To | + (CGFloat)minFrameWidthWithTitle:(NSString *)title styleMask:(NSWindowStyleMask)style |
Modified -[NSWindow nextEventMatchingMask:]
Declaration | |
---|---|
From | - (NSEvent *)nextEventMatchingMask:(NSUInteger)mask |
To | - (NSEvent *)nextEventMatchingMask:(NSEventMask)mask |
Declaration | |
---|---|
From | - (NSEvent *)nextEventMatchingMask:(NSUInteger)mask untilDate:(NSDate *)expiration inMode:(NSString *)mode dequeue:(BOOL)deqFlag |
To | - (NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag |
Declaration | |
---|---|
From | - (void)selectKeyViewFollowingView:(NSView *)aView |
To | - (void)selectKeyViewFollowingView:(NSView *)view |
Declaration | |
---|---|
From | - (void)selectKeyViewPrecedingView:(NSView *)aView |
To | - (void)selectKeyViewPrecedingView:(NSView *)view |
Modified -[NSWindow sendEvent:]
Declaration | |
---|---|
From | - (void)sendEvent:(NSEvent *)theEvent |
To | - (void)sendEvent:(NSEvent *)event |
Modified -[NSWindow setContentSize:]
Declaration | |
---|---|
From | - (void)setContentSize:(NSSize)aSize |
To | - (void)setContentSize:(NSSize)size |
Modified -[NSWindow setFrameOrigin:]
Declaration | |
---|---|
From | - (void)setFrameOrigin:(NSPoint)aPoint |
To | - (void)setFrameOrigin:(NSPoint)point |
Modified -[NSWindow setFrameTopLeftPoint:]
Declaration | |
---|---|
From | - (void)setFrameTopLeftPoint:(NSPoint)aPoint |
To | - (void)setFrameTopLeftPoint:(NSPoint)point |
Declaration | |
---|---|
From | + (NSButton *)standardWindowButton:(NSWindowButton)b forStyleMask:(NSUInteger)styleMask |
To | + (NSButton *)standardWindowButton:(NSWindowButton)b forStyleMask:(NSWindowStyleMask)styleMask |
Modified NSWindow.styleMask
Declaration | |
---|---|
From | @property NSUInteger styleMask |
To | @property NSWindowStyleMask styleMask |
Modified -[NSWindow tryToPerform:with:]
Declaration | |
---|---|
From | - (BOOL)tryToPerform:(SEL)anAction with:(id)anObject |
To | - (BOOL)tryToPerform:(SEL)action with:(id)object |
Modified NSWindowFullScreenButton
Deprecation | |
---|---|
From | -- |
To | OS X 10.12 |
NSWorkspace.h
Declaration | |
---|---|
From | - (BOOL)openFile:(NSString *)fullPath fromImage:(NSImage *)anImage at:(NSPoint)point inView:(NSView *)aView |
To | - (BOOL)openFile:(NSString *)fullPath fromImage:(NSImage *)image at:(NSPoint)point inView:(NSView *)view |