- Contents of AppKit/ImageIO/ moved to AppKit/CoreGraphics.subproj/ for SWRender testing and easier sharing of classes
- CGImageSource usage added to SWRender
- Changed JPEG image source so it uses ivars instead of globals
- fixed/implemented some image/surface pixel formats
- Added NSIntegerMapKeyCallBacks
- Added variety of CGBitmapContext, CGImage, CGDataProvider, CGGeometry, CGPath, CGPattern, CGColor C interfaces to the .h's in ApplicationServices and underlying implementation in AppKit.
- Consolidated KGPath/VGPath more. Consolidated KGImage/KGSurface(VGImage) more into read-only and read-write images.
- Moved some KG classes from SWRender to AppKit
- SWRender overhaul to use the whole KG interface (context,color,path,etc.) directly using the C CoreGraphics interface and a common test template for both CG and KG using the C interface.
- Added axial shaders via CGShading/CGFunction interface
- Added clipping to path
- Added ApplicationServices project for header compatibility if you use CoreGraphics
- Fixed problem with nib connections which do not have : at end
- Fixed problem with system images not appearing in check boxes loaded from nib