darling-cocotron/Foundation/NSKeyValueCoding
Christopher Lloyd a73db3310f - 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)
- new experimental AppKit-MacOS-i386 target which sits on Apple's Foundation, ApplicationServices (not operational). Header&api usage fixes to clean this up.
- Redid NSBezierPath so it doesn't rely on private Cocotron CoreGraphics API.
- Change the NSRaise macros/functions to be inline so AppKit can just include it instead of depending on them in Foundation since they aren't present in OSX.
- split NSRaiseException() into it's own Foundation private header and removed use from AppKit.
- changed use of NSRangeEntries so AppKit can embed it on MacOS
- switched NSOutlineView use of NSInt*CallBacks to NSInteger*CallBacks
- added CGPDFContext and CGDataConsumer
2009-06-05 03:16:46 +00:00
..
NSArray+KVC.m - 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
NSDictionary+KVC.m assorted stuff: 2008-05-13 17:23:00 +00:00
NSKeyValueCoding.h - made descriptionWithLocale:indent: slightly more sensible 2008-12-09 12:19:43 +00:00
NSKeyValueCoding.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
NSKeyValueObserving-Private.h - made descriptionWithLocale:indent: slightly more sensible 2008-12-09 12:19:43 +00:00
NSKeyValueObserving.h More NS(U)Integer conversion, missing va_end's 2009-05-21 15:44:14 +00:00
NSKeyValueObserving.m More NS(U)Integer conversion, missing va_end's 2009-05-21 15:44:14 +00:00
NSKVCMutableArray.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
NSKVCMutableArray.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
NSString+KVCAdditions.h - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSString+KVCAdditions.m - first take on NSDictionaryController 2008-12-03 11:51:16 +00:00