darling-cocotron/Foundation
Christopher Lloyd 0c666b973e - added more enums to NSStringEncoding
- implemented cStringUsingEncoding:NSUnicodeStringEncoding
- removed NSNullTerminatedUnicodeFromString and replaced with cStringUsingEncoding:NSUnicodeStringEncoding
- switched KGPDFContext to use KGFont instead of KTFont, added KGFont method for advances and recoding
2009-06-30 21:49:50 +00:00
..
English.lproj Original 2006-12-22 04:41:44 +00:00
Foundation.xcodeproj renamed platform_win32 directories to platform_windows 2009-06-25 19:33:25 +00:00
NSArray CF warning cleanup. fixed case on -[NSMutableArray exchangeObjectAtIndex:withObjectAtIndex:] 2009-06-10 20:55:23 +00:00
NSAttributedString - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSAutoreleasePool - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSCharacterSet More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSConnection More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSData - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSDate More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSDecimal More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSDictionary - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSException - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSHTTPCookie - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSIndexSet More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSKeyedArchiving - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +00:00
NSKeyValueCoding - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSLock Issue #308 fix by Glenn Ganz for NSRecursiveLock headers 2009-06-18 13:53:41 +00:00
NSMetadata - Renamed&Moved the NSXML* classes into NSPropertyList/NSOldXML*. These are being replaced by classes that adhere to the API documentation but are still needed to read plists while the new classes are being worked on. 2007-03-19 02:52:21 +00:00
NSNetService More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSNotification Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation 2009-04-07 00:17:26 +00:00
NSNotificationCenter - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSNotificationQueue More NS(U)Integer conversion, missing va_end's 2009-05-21 15:44:14 +00:00
NSNumber -Issue #294 fix suggested by Markus Hitter, removal of string/number/array creation short-circuiting 2009-05-25 00:43:08 +00:00
NSObject moved platform specific code into platform_ directories 2009-06-25 13:07:08 +00:00
NSOperation - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSPortNameServer More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSPredicate More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSPropertyList - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSRunLoop - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSScanner - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSSet More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSStream More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSString - added more enums to NSStringEncoding 2009-06-30 21:49:50 +00:00
NSStringsFileFormat More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSThread - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSTimer -Issue #294 fix suggested by Markus Hitter, removal of string/number/array creation short-circuiting 2009-05-25 00:43:08 +00:00
NSTimeZone - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSUndoManager More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSURL - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSUserDefaults - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSValue - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSValueTransformer Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation 2009-04-07 00:17:26 +00:00
NSZone - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
objc renamed platform_win32 directories to platform_windows 2009-06-25 19:33:25 +00:00
platform_bsd Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
platform_darwin More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
platform_linux Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
platform_posix Issue #297 patch by Markus Hitter, NSTask cleanup and setter/getter implementation 2009-06-05 15:37:58 +00:00
platform_solaris Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
platform_windows - added more enums to NSStringEncoding 2009-06-30 21:49:50 +00:00
xml More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
Foundation.h - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
FoundationErrors.h - nil and Nil defined as 0 instead of ((Class)0) and ((id)0) 2009-03-26 03:18:11 +00:00
Info.plist - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSAffineTransform.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSAffineTransform.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSArchiver.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSArchiver.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSAssertionHandler.h - John Engelhart's NSAssertionHandler implementation, NSObjCRuntime fixes, NSZone NS*Integer fixes, Darwin virtual memory functions 2008-04-06 00:24:57 +00:00
NSAssertionHandler.m - John Engelhart's NSAssertionHandler implementation, NSObjCRuntime fixes, NSZone NS*Integer fixes, Darwin virtual memory functions 2008-04-06 00:24:57 +00:00
NSBundle.h - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSBundle.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSByteOrder.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSByteOrder.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSClassDescription.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSClassDescription.m - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSCoder.h - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +00:00
NSCoder.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +00:00
NSConcreteDirectoryEnumerator.h - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSConcreteDirectoryEnumerator.m - Issue #114 patch by steph...@sente.ch, fixes for compiler warnings 2008-05-15 14:00:27 +00:00
NSDebug.h NSFileWrapper - Dirk Theisen has contributed an initial NSFileWrapper implementation. Thanks Dirk! 2007-01-17 04:23:24 +00:00
NSDebug.m - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSDirectoryEnumerator.h - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSDirectoryEnumerator.m - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSDistributedLock.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSDistributedLock.m - Renamed&Moved the NSXML* classes into NSPropertyList/NSOldXML*. These are being replaced by classes that adhere to the API documentation but are still needed to read plists while the new classes are being worked on. 2007-03-19 02:52:21 +00:00
NSDistributedNotificationCenter.h Unit tests are back, this time without any BSD code. 2008-04-18 13:27:16 +00:00
NSDistributedNotificationCenter.m - KGFont renamed KGFontState in preparation for KGFont/KGFontState cleanup 2008-12-02 15:08:25 +00:00
NSEnumerator.h - NSLock tryLock, lockBeforeDate: implementation for Windows 2008-04-06 17:03:54 +00:00
NSEnumerator.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSError.h Issue #181, NSDocumentController presentError: implementation by Steve Nicholson 2009-02-03 16:49:02 +00:00
NSError.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSFileManager.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSFileManager.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSFormatter.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSFormatter.m - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSGeometry.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSGeometry.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHashTable.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHashTable.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHost.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSHost.m - Issue #76 fix, implementation of -[NSHost name] 2008-05-01 03:29:21 +00:00
NSIndexPath.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSIndexPath.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSInvocation.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSInvocation.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSLocale.h - Rolf Jansen's NSLocale improvements 2008-02-08 03:51:09 +00:00
NSLocale.m assorted stuff: 2008-05-13 17:23:00 +00:00
NSMapTable.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMapTable.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMethodSignature.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMethodSignature.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSNull.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSNull.m - made descriptionWithLocale:indent: slightly more sensible 2008-12-09 12:19:43 +00:00
NSNumberFormatter.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSNumberFormatter.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSObjCRuntime.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSObjCRuntime.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSPipe.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPipe.m - Fixed exception/crash problem in -[NSObjectToObservers postNotification:] 2008-11-11 03:36:57 +00:00
NSPlatform.h Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
NSPlatform.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSProcessInfo.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSProcessInfo.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSProxy.h - Issue #84 fix in NSDocumentController, NSDocumentController was referring to a NSMenu's itemArray while the array was changing due to KVC & -[NSMenu _setItemArray:] 2008-04-23 17:52:06 +00:00
NSProxy.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSRange.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSRange.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSSortDescriptor.h - Added Johannes Fortmann's NSNibBindingConnector, Binders.zip changes into AppKit/binders/ and KVO fixes 2007-04-10 16:31:07 +00:00
NSSortDescriptor.m + Johannes Fortmann's patch: 2007-05-14 13:15:31 +00:00
NSTask.h Issue #297 patch by Markus Hitter, NSTask cleanup and setter/getter implementation 2009-06-05 15:37:58 +00:00
NSTask.m Issue #297 patch by Markus Hitter, NSTask cleanup and setter/getter implementation 2009-06-05 15:37:58 +00:00
NSUnarchiver.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSUnarchiver.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00