.. |
AppKit.h
|
* Headers/AppKit/AppKit.h: Add NSColorSpace.h. This fixes bug #34913.
|
2011-11-27 23:14:26 +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
|
Another qualifier for ARC mode.
|
2011-06-29 16:03:03 +00:00 |
NSApplication.h
|
NSAutoreleasePool* -> id in NSApplication.h, so the header can be used in ARC code (which prohibits explicit references to NSAutoreleasePool).
|
2011-11-25 20:27:39 +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
|
Rewrote NSBezierPath to allow subclasses.
|
2011-10-04 13:32:50 +00:00 |
NSBitmapImageRep.h
|
Fix clang compiler warnings as reported by Sebastian Reitenbach
|
2012-01-23 14:27:58 +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
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +00:00 |
NSButtonCell.h
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +00:00 |
NSCachedImageRep.h
|
* Source/NSCachedImageRep.m: Restore the implementation of -draw
|
2011-08-30 02:20:29 +00:00 |
NSCell.h
|
Fix clang compiler warnings as reported by Sebastian Reitenbach
|
2012-01-23 14:27:58 +00:00 |
NSClipView.h
|
Another bit of #include -> #import replacement.
|
2010-03-24 22:41:21 +00:00 |
NSColor.h
|
* Source/NSBitmapImageRep.m:
|
2011-10-26 00:21:57 +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
|
Make the same change in NSDrawer and also switch to CGFloat.
|
2011-12-17 20:29:09 +00:00 |
NSEPSImageRep.h
|
Another bit of #include -> #import replacement.
|
2010-03-24 22:41:21 +00:00 |
NSEvent.h
|
Fix AppKit headers to allow inclusion in ARC mode. Since ARC requires the non-fragile ABI, a better solution would be to simply not expose any of these ivars with the non-fragile ABI.
|
2011-06-29 15:39:45 +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
|
Patch by Julian Mayer.
|
2011-10-04 13:30:53 +00:00 |
NSGraphicsContext.h
|
* Source/NSBitmapImageRep.m:
|
2011-10-26 00:21:57 +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
|
2011-07-16 02:09:06 +00:00 |
NSImageCell.h
|
* Headers/AppKit/NSImageCell.h:
|
2011-11-11 23:10:15 +00:00 |
NSImageRep.h
|
* Headers/AppKit/NSImageRep.h: Add
|
2011-08-18 23:57:50 +00:00 |
NSImageView.h
|
* Headers/AppKit/NSImageView.h,
|
2012-01-18 21:03:37 +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
|
Patch by Julian Mayer.
|
2011-10-04 13:30:53 +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
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +00:00 |
NSLevelIndicatorCell.h
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +00:00 |
NSMatrix.h
|
Fix clang compiler warnings as reported by Sebastian Reitenbach
|
2012-01-23 14:27:58 +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
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +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
|
* Source/NSOpenPanel.m: Use the NSSavePanel _allowedFileTypes ivar
|
2011-09-07 07:46:28 +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
|
fix for C++ linkage
|
2011-10-04 05:50:57 +00:00 |
NSParagraphStyle.h
|
Some more #include -> #import replacement.
|
2010-03-28 21:36:19 +00:00 |
NSPasteboard.h
|
Patch by Julian Mayer.
|
2011-10-04 13:30:53 +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
|
* Source/NSPrinter.m:
|
2011-12-15 06:51:02 +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
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +00:00 |
NSSliderCell.h
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +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
|
Replace some occurences of int with NSInteger
|
2011-12-17 17:16:09 +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
|
* Headers/AppKit/NSTextView.h: Change _dragTargetLocation to NSUInteger
|
2011-12-15 18:37:19 +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
|
* Source/GSNibLoading.m:
|
2011-11-18 20:15:53 +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
|
* Headers/AppKit/NSView.h:
|
2011-07-07 23:16:02 +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 |