..
AppKit.h
new Files NSViewController.h and NSViewController.m. Fixes #29822
2010-05-31 03:46:35 +00:00
AppKitDefines.h
Removed all uses of @defs() from -gui, so it now compiles cleanly with the non-fragile ABI. All ivars that must be accessed from other classes are now wrapped in PACKAGE_SCOPE. With clang, this expands to @package, with GCC it expands to @public.
2010-03-27 00:01:03 +00:00
AppKitExceptions.h
Next bit of #include -> #import replacement.
2010-03-24 09:18:14 +00:00
DPSOperators.h
* Source/NSLayoutManager.m:
2011-05-26 03:55:55 +00:00
NSActionCell.h
Started cleanup of #includes.
2010-03-04 10:12:13 +00:00
NSAffineTransform.h
* Source/GSDragView.m (-init): Set the window background colour to clear.
2011-06-28 20:59:24 +00:00
NSAlert.h
Started cleanup of #includes.
2010-03-04 10:12:13 +00:00
NSAnimation.h
Next bit of #include -> #import replacement.
2010-03-24 09:18:14 +00:00
NSApplication.h
Applied changes in menuInWindow.patch
2011-01-16 00:32:54 +00:00
NSArrayController.h
Next bit of #include -> #import replacement.
2010-03-24 09:18:14 +00:00
NSAttributedString.h
NSTextView continuous spell checking
2011-03-12 07:45:14 +00:00
NSBezierPath.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSBitmapImageRep.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSBox.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSBrowser.h
Add method -scrollRowToVisible:inColumn: to NSBrowser.
2011-01-31 22:42:49 +00:00
NSBrowserCell.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSButton.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSButtonCell.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSCachedImageRep.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSCell.h
Change tag to NSInteger.
2010-03-23 21:26:24 +00:00
NSClipView.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSColor.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSColorList.h
Rename color (list) change notifications to match Cocoa (and OpenStep).
2011-01-15 19:28:24 +00:00
NSColorPanel.h
Rename color (list) change notifications to match Cocoa (and OpenStep).
2011-01-15 19:28:24 +00:00
NSColorPicker.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSColorPicking.h
Removed Protocol.h import to eliminate potential return type conflicts, between
2010-05-19 15:54:06 +00:00
NSColorSpace.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSColorWell.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSComboBox.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSComboBoxCell.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSControl.h
Add OSX 10.5 methods.
2011-05-21 22:18:22 +00:00
NSController.h
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
2010-03-25 09:11:50 +00:00
NSCursor.h
* Source/NSMatrix.m (_shiftModifier:): Use correct column index
2011-03-12 19:01:54 +00:00
NSCustomImageRep.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSDataLink.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSDataLinkManager.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSDataLinkPanel.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSDocument.h
Fix result type of an NSDocument method, which was incompatible with Cocoa.
2010-08-16 07:25:45 +00:00
NSDocumentController.h
Add an attribute to NSDocumentController to maintain the recent
2010-05-12 08:17:26 +00:00
NSDragging.h
Correct the definition of NSDragOperation and all its usages.
2010-12-22 16:16:14 +00:00
NSDrawer.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSEPSImageRep.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSEvent.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFileWrapper.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFont.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFontDescriptor.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFontManager.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFontPanel.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSForm.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSFormCell.h
Another bit of #include -> #import replacement.
2010-03-24 22:41:21 +00:00
NSGlyphGenerator.h
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
2010-03-25 09:11:50 +00:00
NSGradient.h
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
2010-03-25 09:11:50 +00:00
NSGraphics.h
* Headers/AppKit/NSGraphics.h: NSBeep() - Don't crash when a
2010-04-23 17:23:43 +00:00
NSGraphicsContext.h
* Source/NSLayoutManager.m:
2011-05-26 03:55:55 +00:00
NSHelpManager.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSHelpPanel.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSImage.h
* Source/NSImage.m: Implement -bestRepresentationForRect:context:hints:,
2011-06-14 19:00:23 +00:00
NSImageCell.h
* Headers/AppKit/NSImageCell.h:
2011-06-15 18:38:12 +00:00
NSImageRep.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSImageView.h
Clean up and addition of cut/copy/paste methods, based on code
2009-12-29 11:24:01 +00:00
NSInputManager.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSInputServer.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSInterfaceStyle.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSKeyValueBinding.h
Add a few key value bindings.
2011-06-11 12:01:59 +00:00
NSLayoutManager.h
gui: implement NSLayoutManager temporary attributes
2011-03-09 05:28:47 +00:00
NSLevelIndicator.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSLevelIndicatorCell.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMatrix.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMenu.h
Add a private name attribute to menus to identify special purpose
2010-05-12 09:02:25 +00:00
NSMenuItem.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMenuItemCell.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMenuView.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMovie.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSMovieView.h
Some more #include -> #import replacement.
2010-03-25 21:30:28 +00:00
NSNib.h
Use NSNibOwner instead of @"NSOwner". Remove the hard coded "gorm"
2010-03-30 07:54:04 +00:00
NSNibConnector.h
Clean up includes.
2010-03-20 14:09:02 +00:00
NSNibDeclarations.h
Revert library license version to 2 until applications can be converted
2008-06-10 04:01:49 +00:00
NSNibLoading.h
Clean up includes.
2010-03-20 14:09:02 +00:00
NSObjectController.h
Add loading of NIB to NSViewController.
2011-01-24 11:47:55 +00:00
NSOpenGL.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSOpenGLView.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSOpenPanel.h
Change all the runModal:... methods to return an NSInteger.
2011-06-19 20:44:24 +00:00
NSOutlineView.h
Correct declaration of data source methods and the implementation
2011-03-30 08:17:00 +00:00
NSPageLayout.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSPanel.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSParagraphStyle.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSPasteboard.h
Add return statement to avoid compiler warning.
2010-03-28 21:28:02 +00:00
NSPopUpButton.h
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
2010-03-25 09:11:50 +00:00
NSPopUpButtonCell.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSPrinter.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSPrintInfo.h
Add new MacOSX strings for NSPrintInfo.
2011-06-11 20:34:49 +00:00
NSPrintOperation.h
Some more #include -> #import replacement.
2010-03-28 21:36:19 +00:00
NSPrintPanel.h
* Headers/AppKit/NSPrintPanel.h: Add missing APPKIT_EXPORT for new strings.
2011-06-22 21:52:43 +00:00
NSProgressIndicator.h
Remove unused ivars found by static analyser.
2011-03-10 22:18:42 +00:00
NSResponder.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSRulerMarker.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSRulerView.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSavePanel.h
Change all the runModal:... methods to return an NSInteger.
2011-06-19 20:44:24 +00:00
NSScreen.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSScroller.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSScrollView.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSearchField.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSearchFieldCell.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSecureTextField.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSegmentedCell.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSegmentedControl.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSelection.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSShadow.h
Yet another bit of #include -> #import replacement. Replace includes of Foundation.h.
2010-03-25 09:11:50 +00:00
NSSlider.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSliderCell.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSound.h
* Headers/AppKit/NSSound.h: Import NSBundle.h for category declaration.
2010-04-09 09:04:42 +00:00
NSSpeechSynthesizer.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSpellChecker.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSpellProtocol.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSSpellServer.h
Revert library license version to 2 until applications can be converted
2008-06-10 04:01:49 +00:00
NSSplitView.h
Declare a few MacOSX 10.5 methods and make
2011-05-27 08:35:24 +00:00
NSStepper.h
Move stepper drawing code into GSTheme.
2009-11-09 13:01:48 +00:00
NSStepperCell.h
Move stepper drawing code into GSTheme.
2009-11-09 13:01:48 +00:00
NSStringDrawing.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTableColumn.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTableHeaderCell.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTableHeaderView.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTableView.h
Correct declaration of data source methods and the implementation
2011-03-30 08:17:00 +00:00
NSTabView.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTabViewItem.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSText.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTextAttachment.h
Yet another set of #include -> #import replacement.
2010-03-31 08:14:50 +00:00
NSTextContainer.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSTextField.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSTextFieldCell.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSTextList.h
Revert library license version to 2 until applications can be converted
2008-06-10 04:01:49 +00:00
NSTextStorage.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSTextTable.h
First attempt at implemtning these classes. Code mostly by Nikolaus
2009-12-19 22:35:06 +00:00
NSTextView.h
NSTextView continuous spell checking
2011-03-12 07:45:14 +00:00
NSTokenField.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSTokenFieldCell.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSToolbar.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSToolbarItem.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSToolbarItemGroup.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSUserDefaultsController.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSUserInterfaceValidation.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSView.h
* Source/GSDragView.m (-init): Set the window background colour to clear.
2011-06-28 20:59:24 +00:00
NSViewController.h
Add loading of NIB to NSViewController.
2011-01-24 11:47:55 +00:00
NSWindow.h
Add missing declaration of NSWindow -isZoomed to the header file.
2011-01-26 21:48:50 +00:00
NSWindowController.h
Final part of #include -> #import replacement in official headers.
2010-03-31 21:21:18 +00:00
NSWorkspace.h
Add a few MacOSX methods with dummy implementations.
2011-06-11 15:48:08 +00:00
PSOperators.h
Replace #include -> #import
2011-03-04 11:33:22 +00:00