Sort by Date
|
Sort by Title
|
Sort by Revision Type
|
Sort by Resource Type
|
Sorted by Topic
|
|
2008-04-08
|
2D Graphics Release Notes for Mac OS X v10.5
(HTML)
Update information on garbage collection.
|
Minor Change |
Release Note |
Carbon |
|
2008-01-04
|
AGL Changes for Mac OS X Leopard (v. 10.5)
(HTML)
First Version
|
First Version |
Technical Q&A |
Carbon |
|
2007-10-31
|
AGL Reference
(HTML)
(PDF)
Updated with three new functions.
|
Content Update |
Reference |
Carbon |
|
2008-04-08
|
Animation Overview
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Carbon |
|
2007-10-31
|
CGImageProperties Reference
(HTML)
(PDF)
New document that describes property constants for source and destination images.
|
First Version |
Reference |
Carbon |
|
2008-04-24
|
CIColorTracking
(HTML)
(DMG)
(ZIP)
More comments. Fixed some errors in the project.
|
Content Update |
Sample Code |
Carbon |
|
2007-10-31
|
Core Image Programming Guide
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Minor Change |
Guides |
Carbon |
|
2007-12-04
|
Display Manager Reference
(HTML)
(PDF)
Updated legacy document information.
|
Minor Change |
Reference |
Carbon |
|
2007-12-11
|
Font Manager Reference
(HTML)
(PDF)
Added deprecation and replacement technology information for functions deprecated in Mac OS X v10.4 and v10.5.
|
Minor Change |
Reference |
Carbon |
|
2008-04-08
|
Image Unit Tutorial
(HTML)
(PDF)
Corrected several technical errors in the code listings.
|
Minor Change |
Guides |
Carbon |
|
2007-09-27
|
MassiveImage
(HTML)
(DMG)
(ZIP)
Shows how to use a CGDataProvider to save a very large image with Image IO
|
First Version |
Sample Code |
Carbon |
|
2007-12-11
|
PDF Kit Programming Guide
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Guides |
Carbon |
|
2007-12-11
|
Quartz 2D Programming Guide
(HTML)
(PDF)
Revised text chapter and added a glossary.
|
Content Update |
Guides |
Carbon |
|
2007-10-31
|
Quartz Display Services Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Minor Change |
Reference |
Carbon |
|
2007-12-12
|
Requirements for Quartz GL
(HTML)
First Version
|
First Version |
Technical Q&A |
Carbon |
|
2007-11-01
|
Son of Grab
(HTML)
(DMG)
(ZIP)
Shows how to use the new CGWindow to get window images from the Window Server.
|
First Version |
Sample Code |
Carbon |
|
2008-04-08
|
Animation Overview
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Cocoa |
|
2007-10-31
|
Application Kit Framework Reference
(HTML)
(PDF)
Updated framework illustrations.
|
Content Update |
Reference |
Cocoa |
|
2007-11-06
|
BoingX
(HTML)
(DMG)
(ZIP)
Minor bug fix and cosmetic changes.
|
Minor Change |
Sample Code |
Cocoa |
|
2007-10-31
|
CAAnimation Class Reference
(HTML)
(PDF)
Describes the abstract class that manages the timing and pacing of an animation. First public release.
|
First Version |
Reference |
Cocoa |
|
2008-03-11
|
CAAnimationGroup Class Reference
(HTML)
(PDF)
Clarified that the animations grouped within a CAAnimationGroup do not get delegate messages, but that the group does.
|
Content Update |
Reference |
Cocoa |
|
2007-12-11
|
CAConstraintLayoutManager Class Reference
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Reference |
Cocoa |
|
2008-03-10
|
CALayer Class Reference
(HTML)
(PDF)
Corrected method signature for removeAnimationForKey:.
|
Minor Change |
Reference |
Cocoa |
|
2008-03-11
|
CAOpenGLLayer Class Reference
(HTML)
(PDF)
Clarified that copyCGLPixelFormatForDisplayMask:, copyCGLContextForPixelFormat:, releaseCGLContext:, and releaseCGLPixelFormat: should only be implemented, never called.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
CATextLayer Class Reference
(HTML)
(PDF)
Added description of the sub-pixel antialiasing limitations of CATextLayer rendering.
|
Minor Change |
Reference |
Cocoa |
|
2007-10-31
|
CATransition Class Reference
(HTML)
(PDF)
Describes the class that provides transition animations to layers. First public release.
|
First Version |
Reference |
Cocoa |
|
2008-04-24
|
CIColorTracking
(HTML)
(DMG)
(ZIP)
More comments. Fixed some errors in the project.
|
Content Update |
Sample Code |
Cocoa |
|
2007-12-11
|
CIFilter Class Reference
(HTML)
(PDF)
Added a filter category and updated filter attribute constants.
|
Minor Change |
Reference |
Cocoa |
|
2007-10-31
|
CIImage Class Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Content Update |
Reference |
Cocoa |
|
2007-10-31
|
Cocoa Drawing Guide
(HTML)
(PDF)
Updated the content for Mac OS X v10.5.
|
Content Update |
Guides |
Cocoa |
|
2007-11-02
|
CocoaSlides
(HTML)
(DMG)
(ZIP)
For 1.4: Fixed a memory leak in SlideshowView. Refactored the code that manages the "Slideshow" window into a separate SlideshowWindowController. Changed the Slideshow window to be closable, and fixed window size constraints. Removed prior Leopard seed workarounds that are no longer needed. Updated the included “Cells.qtz” Quartz Composition.
For 1.3: Replaced NSBezierPath rounded-rect category additions with use of the new NSBezierPath API. “LK” API references renamed to “CA”. Fixed SlideshowView's -transitionToImage: method to message through view's animator to invoke transitions added proper QC layer removal in AssetCollectionView's -setUsesQuartzCompositionBackground: method. Reimplemented NSImage category additions using the new NSBitmapImageRep -initWithCGImage: API.
|
Content Update |
Sample Code |
Cocoa |
|
2008-03-11
|
Core Animation Cookbook
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Cocoa |
|
2008-03-11
|
Core Animation Programming Guide
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Cocoa |
|
2007-09-26
|
Core Animation QuickTime Layer
(HTML)
(DMG)
(ZIP)
Shows the use of controls in a Layer over a Core Animation QTMovieLayer
|
First Version |
Sample Code |
Cocoa |
|
2007-10-31
|
Core Animation Reference Collection
(HTML)
(PDF)
Describes the Objective-C API for Core Animation. First public release.
|
First Version |
Reference |
Cocoa |
|
2007-10-31
|
Core Image Programming Guide
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Minor Change |
Guides |
Cocoa |
|
2007-12-19
|
GeekGameBoard
(HTML)
(DMG)
(ZIP)
Shows how to use Core Animation for the user interface of a board or card game.
|
First Version |
Sample Code |
Cocoa |
|
2007-12-19
|
How do I get the hexadecimal value of an NSColor object?
(HTML)
First Version
|
First Version |
Technical Q&A |
Cocoa |
|
2007-10-31
|
IKFilterBrowserPanel Class Reference
(HTML)
(PDF)
New document that describes the class that provides the panel contained in a filter browser.
|
First Version |
Reference |
Cocoa |
|
2008-04-08
|
IKImageView Class Reference
(HTML)
(PDF)
Added information to the delegate property.
|
Minor Change |
Reference |
Cocoa |
|
2007-10-31
|
IKPictureTaker Class Reference
(HTML)
(PDF)
New document that descibes the class that provides a panel for choosing images.
|
First Version |
Reference |
Cocoa |
|
2007-10-31
|
IKSlideshow Class Reference
(HTML)
(PDF)
New document that describes the class that encapsulates a data source and options for a slideshow.
|
First Version |
Reference |
Cocoa |
|
2007-12-04
|
Image Kit Programming Guide
(HTML)
(PDF)
Revised a figure and changed an instance variable name.
|
Minor Change |
Guides |
Cocoa |
|
2008-04-08
|
Image Unit Tutorial
(HTML)
(PDF)
Corrected several technical errors in the code listings.
|
Minor Change |
Guides |
Cocoa |
|
2008-01-24
|
ImageApp
(HTML)
(DMG)
(ZIP)
Fixed memory leaks. Upgraded project to Xcode 2.5.
|
Content Update |
Sample Code |
Cocoa |
|
2007-09-27
|
MassiveImage
(HTML)
(DMG)
(ZIP)
Shows how to use a CGDataProvider to save a very large image with Image IO
|
First Version |
Sample Code |
Cocoa |
|
2007-12-13
|
MyMovieFilter
(HTML)
(DMG)
(ZIP)
Demonstrates the QTKit QTMovieView delegate method willDisplayImage: to apply one of an array of CIFilters on a movie.
|
First Version |
Sample Code |
Cocoa |
|
2007-10-31
|
NSAnimation Class Reference
(HTML)
(PDF)
Updated for Mac OS v10.5. Corrected typos.
|
Content Update |
Reference |
Cocoa |
|
2007-10-31
|
NSImage Class Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5. Fixed a delegate method name.
|
Content Update |
Reference |
Cocoa |
|
2007-10-31
|
NSImageRep Class Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Minor Change |
Reference |
Cocoa |
|
2008-03-11
|
NSView Class Reference
(HTML)
(PDF)
Corrected information about the isOpaque method that's found in the discussion of the drawRect: method.
|
Minor Change |
Reference |
Cocoa |
|
2007-10-31
|
NSWindow Class Reference
(HTML)
(PDF)
Corrected typographical errors.
|
Minor Change |
Reference |
Cocoa |
|
2008-02-06
|
OpenGL Filter Basics Cocoa
(HTML)
(DMG)
(ZIP)
How to use Objective-C and MVC design patterns in installing and utilizing filters in an OpenGL rendering pipeline
|
First Version |
Sample Code |
Cocoa |
|
2007-12-11
|
PDF Kit Programming Guide
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Guides |
Cocoa |
|
2007-12-11
|
PDF Kit Reference Collection
(HTML)
(PDF)
Updated to include information on new classes and methods introduced in Mac OS X v10.5.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAction Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFActionGoTo Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFActionNamed Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFActionRemoteGoTo Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFActionResetForm Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFActionURL Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotation Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationButtonWidget Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationChoiceWidget Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationFreeText Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationLine Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationPopup Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationStamp Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationText Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFAnnotationTextWidget Class Reference
(HTML)
(PDF)
Added information on the relationship of text widgets with the same field name.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFDestination Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFDocument Class Reference
(HTML)
(PDF)
Added more information about attribute data types, and added information about how PDF viewing applications determine document size.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFOutline Class Reference
(HTML)
(PDF)
Added information about the retain status of PDFOutline child objects.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFPage Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFSelection Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFThumbnailView Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2007-12-11
|
PDFView Class Reference
(HTML)
(PDF)
Made minor corrections.
|
Minor Change |
Reference |
Cocoa |
|
2008-04-08
|
QCCompositionRenderer Protocol Reference
(HTML)
(PDF)
Fixed minor typographical error.
|
Minor Change |
Reference |
Cocoa |
|
2008-04-08
|
QCPlugIn Class Reference
(HTML)
(PDF)
Added information about the memory management model used for the create function.
|
Minor Change |
Reference |
Cocoa |
|
2008-03-11
|
QTKit Capture - Specifying Media Compression Settings
(HTML)
Editorial
|
Minor Change |
Technical Q&A |
Cocoa |
|
2007-12-11
|
Quartz Composer Custom Patch Programming Guide
(HTML)
(PDF)
Fixed a minor technical error.
|
Minor Change |
Guides |
Cocoa |
|
2007-12-12
|
Requirements for Quartz GL
(HTML)
First Version
|
First Version |
Technical Q&A |
Cocoa |
|
2007-11-01
|
Son of Grab
(HTML)
(DMG)
(ZIP)
Shows how to use the new CGWindow to get window images from the Window Server.
|
First Version |
Sample Code |
Cocoa |
|
2008-01-24
|
ImageApp
(HTML)
(DMG)
(ZIP)
Fixed memory leaks. Upgraded project to Xcode 2.5.
|
Content Update |
Sample Code |
ColorSync |
|
2007-10-26
|
Why isn't my ColorSync CMM recognized on Mac OS X 10.5?
(HTML)
First Version
|
First Version |
Technical Q&A |
ColorSync |
|
2008-04-08
|
2D Graphics Release Notes for Mac OS X v10.5
(HTML)
Update information on garbage collection.
|
Minor Change |
Release Note |
Games |
|
2008-01-04
|
AGL Changes for Mac OS X Leopard (v. 10.5)
(HTML)
First Version
|
First Version |
Technical Q&A |
Games |
|
2008-04-08
|
Animation Overview
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Games |
|
2008-04-24
|
CIColorTracking
(HTML)
(DMG)
(ZIP)
More comments. Fixed some errors in the project.
|
Content Update |
Sample Code |
Games |
|
2007-12-11
|
CIFilter Class Reference
(HTML)
(PDF)
Added a filter category and updated filter attribute constants.
|
Minor Change |
Reference |
Games |
|
2007-10-31
|
CIImage Class Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Content Update |
Reference |
Games |
|
2007-10-31
|
Core Image Programming Guide
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Minor Change |
Guides |
Games |
|
2007-12-19
|
GeekGameBoard
(HTML)
(DMG)
(ZIP)
Shows how to use Core Animation for the user interface of a board or card game.
|
First Version |
Sample Code |
Games |
|
2007-11-05
|
GLSL Showpiece Lite
(HTML)
(DMG)
(ZIP)
vImage Framework is now used for manipulating textures
Image I/O is now used to manipulate textures
|
Content Update |
Sample Code |
Games |
|
2008-04-08
|
Image Unit Tutorial
(HTML)
(PDF)
Corrected several technical errors in the code listings.
|
Minor Change |
Guides |
Games |
|
2007-09-27
|
MassiveImage
(HTML)
(DMG)
(ZIP)
Shows how to use a CGDataProvider to save a very large image with Image IO
|
First Version |
Sample Code |
Games |
|
2008-02-06
|
OpenGL Filter Basics Cocoa
(HTML)
(DMG)
(ZIP)
How to use Objective-C and MVC design patterns in installing and utilizing filters in an OpenGL rendering pipeline
|
First Version |
Sample Code |
Games |
|
2007-12-04
|
OpenGL Programming Guide for Mac OS X
(HTML)
(PDF)
Corrected minor typographical and technical errors.
|
Minor Change |
Guides |
Games |
|
2007-12-12
|
Requirements for Quartz GL
(HTML)
First Version
|
First Version |
Technical Q&A |
Games |
|
2007-10-31
|
Application Services Framework Reference
(HTML)
(PDF)
Added Core Printing. Removed Launch Services.
|
Content Update |
Reference |
General |