Sorted by Date
|
Sort by Title
|
Sort by Revision Type
|
Sort by Resource Type
|
Sort by Topic
|
|
2008-08-27
|
Getting the pixel data from a CGImage object
(HTML)
Updated to refer to CGDataProviderCopyData(), available as of Mac OS X 10.5.
|
Content Update |
Technical Q&As |
Games, Graphics & Imaging |
|
2008-08-08
|
Gathering all PostScript Printer Descriptions (PPDs)
(HTML)
Note that this issue has been resolved for Mac OS X 10.5
|
Minor Change |
Technical Q&As |
Printing |
|
2008-08-08
|
Registering and unregistering for sleep and wake notifications
(HTML)
Added information about forced/idle sleep, how to receive sleep/wake notification in Cocoa, and expanded IOKit sample to include wake messages and IOPMAssert.
|
Content Update |
Technical Q&As |
Resource Management |
|
2008-08-08
|
Requirements for Quartz GL
(HTML)
Document the QuartzGLEnable property list key and HIWindowSetBackingLocation(). Fixed typos.
|
Content Update |
Technical Q&As |
Games, Graphics & Imaging, Performance, User Experience |
|
2008-08-08
|
Using QTPixelBufferContextCreate with NewMovieFromProperties
(HTML)
Editorial
|
Minor Change |
Technical Q&As |
QuickTime |
|
2008-08-06
|
Mac OS X Code Signing In Depth
(HTML)
First Version
|
First Version |
Technical Notes |
Security |
|
2008-07-11
|
File System Overview
(HTML)
(PDF)
Revised information about initial file permissions.
|
Minor Change |
Guides |
File Management |
|
2008-07-11
|
Locales Programming Guide
(HTML)
(PDF)
Updated a code example showing how to retrieve weekday symbols.
|
Minor Change |
Guides |
Internationalization |
|
2008-07-08
|
Audio Queue Services Reference
(HTML)
(PDF)
|
Content Update |
Reference |
Audio |
|
2008-07-08
|
Xcode Project Management Guide
(HTML)
(PDF)
New document that provides practical descriptions of the major development tasks developers perform with Xcode.
|
First Version |
Guides |
Tools |
|
2008-06-19
|
Debugging with GDB
(HTML)
|
Content Update |
Guides |
Tools |
|
2008-06-09
|
Apple Human Interface Guidelines
(HTML)
(PDF)
Fixed minor errors.
|
Minor Change |
Guides |
Design Guidelines, User Experience |
|
2008-06-09
|
Core Image Kernel Language Reference
(HTML)
(PDF)
Updated for Mac OS X v10.5.
|
Content Update |
Reference |
Graphics & Imaging |
|
2008-06-09
|
Core Image Programming Guide
(HTML)
(PDF)
Added details on coordinate spaces.
|
Minor Change |
Guides |
Graphics & Imaging |
|
2008-06-09
|
Core Text Programming Guide
(HTML)
(PDF)
Revised Figure 1-3 "Text layout data flow" to show that a CGPath object is provided in the creation of a CTFrame object.
|
Minor Change |
Guides |
Text & Fonts |
|
2008-06-09
|
Image Unit Tutorial
(HTML)
(PDF)
Updated the table of input parameters to kernel routines.
|
Minor Change |
Guides |
Graphics & Imaging |
|
2008-06-09
|
vDSP One-Dimensional Fast Fourier Transforms Reference
(HTML)
(PDF)
Improved discussion section and added return type information for vDSP_create_fftsetup and vDSP_create_fftsetupD.
|
Minor Change |
Reference |
Performance |
|
2008-06-06
|
SpotlightFortunes
(HTML)
(DMG)
(ZIP)
Demonstrates how to provision a Spotlight importer plug-in for a custom UTI, and how to use a NSMetadataQuery with bindings to display live query results in a table view.
|
First Version |
Sample Code |
File Management |
|
2008-06-05
|
Xcode Quick Tour Guide for Mac OS X
(HTML)
(PDF)
Made minor updates to several chapters. Changed the title from "Xcode Quick Tour Guide."
|
Minor Change |
Guides |
Tools |
|
2008-06-03
|
Getting a Packet Trace
(HTML)
( )
Streamlined product descriptions and reorganized the Miscellaneous notes. Restructured entire document and added additional packages. Added additional Hub/Switch information.
|
Minor Change |
Technical Q&As |
Internet & Web, Networking |
|
2008-05-27
|
Xcode Overview
(HTML)
(PDF)
( )
( )
New document that describes the Xcode IDE and its major components, and provides and overview of the development process.
|
First Version |
Guides |
Tools |
|
2008-05-22
|
Xcode Workspace Guide
(HTML)
(PDF)
New document that provides an overview of the Xcode workspace, and shows how to use its components and features.
|
First Version |
Guides |
Tools |
|
2008-05-15
|
AlbumToSlideshow
(HTML)
(DMG)
(ZIP)
Adds the resizing of images to fit in the generated XML sequence and allows for multiple albums with the same name.
|
Content Update |
Sample Code |
Core Foundation |
|
2008-05-09
|
WhackedTV
(HTML)
(DMG)
(ZIP)
Fixed two bugs: (1) "Select Output Format" in the audio dialog failed with error -206 if the source audio were set to 20 or 24 bits on an Intel Mac. The source format is 24-bits aligned low in 32-bits. WhackedTV was setting this as the default output format. But QuickTime movies can only contain packed samples. Added a utility function to conform the output format for movie-safety. (2) Began preferring the kQTSGAudioPropertyID_CodecSpecificSettingsArray property to the kQTSGAudioPropertyID_MagicCookie property. See QuickTimeComponents.h for an explanation of the differences between these properties, and why CodecSpecificSettingsArray should always be preferred over MagicCookie.
|
Content Update |
Sample Code |
QuickTime |
|
2008-05-07
|
HID Config Save
(HTML)
(DMG)
(ZIP)
Updated for new Leopard HID Manager APIs.
|
Content Update |
Sample Code |
Games |
|
2008-05-07
|
SampleScannerApp
(HTML)
(DMG)
(ZIP)
This project implements a simple client accessing an ICA scanning device.
|
First Version |
Sample Code |
Graphics & Imaging |
|
2008-05-02
|
Xcode Unit Testing Guide
(HTML)
(PDF)
Updated for Xcode 3.0.
|
Minor Change |
Guides |
Design Guidelines |
|
2008-04-24
|
CIColorTracking
(HTML)
(DMG)
(ZIP)
More comments. Fixed some errors in the project.
|
Content Update |
Sample Code |
Graphics & Imaging |
|
2008-04-24
|
Scripting Additions for Mac OS X
(HTML)
( )
Add sample project.
|
Minor Change |
Technical Notes |
Interapplication Communication |
|
2008-04-15
|
Xcode Design Tools for Class Modeling
(HTML)
(PDF)
New document that describes the Xcode Design Tools for Class Modeling.
|
First Version |
Guides |
Design Guidelines, Tools |
|
2008-04-14
|
Determining console user login status
(HTML)
A complete rewrite to account for fast user switching, and to simplify the code.
|
Minor Change |
Technical Q&As |
Process Management |
|
2008-04-08
|
2D Graphics Release Notes for Mac OS X v10.5
(HTML)
Update information on garbage collection.
|
Minor Change |
Release Notes |
Graphics & Imaging |
|
2008-04-08
|
Animation Overview
(HTML)
(PDF)
Corrected typos.
|
Minor Change |
Guides |
Games, Graphics & Imaging |
|
2008-04-08
|
CPlusTest Reference
(HTML)
Reprocessed content with new toolchain.
|
Minor Change |
Reference |
Tools |
|
2008-04-08
|
Data Browser Reference
(HTML)
(PDF)
Made minor technical fixes.
|
Minor Change |
Reference |
Human Interface Toolbox, User Experience |
|
2008-04-08
|
Disc Recording Framework Reference
(HTML)
Reprocessed content with new toolchain.
|
Minor Change |
Reference |
Audio, File Management |
|
2008-04-08
|
Disc Recording UI Framework Reference
(HTML)
Reprocessed content with new toolchain.
|
Minor Change |
Reference |
Audio, File Management, User Experience |
|
2008-04-08
|
JavaScriptCore Framework Reference
(HTML)
Reprocessed content with new toolchain.
|
Minor Change |
Reference |
Internet & Web |
|
2008-04-08
|
Uniform Type Identifiers Overview
(HTML)
(PDF)
Added information about the UTI character set.
|
Minor Change |
Guides |
Data Management, File Management, Interapplication Communication |
|
2008-03-25
|
Bonjour Printer Subtype for HTTP
(HTML)
Restructured the document to clarify possible ambiguities.
|
Minor Change |
Technical Q&As |
Networking |
|
2008-03-11
|
Accessibility Overview
(HTML)
(PDF)
Removed the Children attribute from the Busy Indicator role information.
|
Minor Change |
Guides |
Accessibility |
|
2008-03-11
|
AppleScript Language Guide
(HTML)
(PDF)
Updated to describe AppleScript features through Mac OS X v10.5 and AppleScript 2.0.
|
Content Update |
Guides |
Interapplication Communication, Scripting & Automation |
|
2008-03-11
|
CFNetwork Programming Guide
(HTML)
(PDF)
Made minor typographical corrections and clarifications.
|
Minor Change |
Guides |
Security |
|
2008-03-11
|
High Level Toolbox Release Notes (10.5.2)
(HTML)
New document that describes HIToolbox enhancements for Mac OS X v10.5.2.
|
First Version |
Release Notes |
Human Interface Toolbox |
|
2008-03-11
|
How to work around HIMovieViewCreate failing
(HTML)
Editorial
|
Minor Change |
Technical Q&As |
QuickTime |
|
2008-03-11
|
Strings Programming Guide for Core Foundation
(HTML)
(PDF)
Added information to "Handling External Representations of Strings" about string encodings that do not include a BOM.
|
Minor Change |
Guides |
Core Foundation, Data Management, Internationalization, Text & Fonts |
|
2008-03-11
|
Suppressing the "unexpectedly quit" alert
(HTML)
Updated content for Mac OS X 10.4 and 10.5. Fixed a typographical error. "~Library/Preferences/com.apple.CrashReporter.plist" should be "~/Library/Preferences/com.apple.CrashReporter.plist."
|
Minor Change |
Technical Q&As |
User Experience |
|
2008-03-10
|
CarbonCocoaTempConverter
(HTML)
(DMG)
(ZIP)
Updated to produce a universal binary. Added code and comments for clarification.
|
Content Update |
Sample Code |
Events & Other Input |
|
2008-02-25
|
FSMegaInfo
(HTML)
(DMG)
(ZIP)
Prints information about various file system objects; helpful when debugging VFS plug-ins.
|
First Version |
Sample Code |
File Management |
|
2008-02-20
|
Customizing Process Stack Size
(HTML)
Updated NSThread section for Leopard.
|
Minor Change |
Technical Q&As |
Process Management, Resource Management |
|
2008-02-08
|
Multiprocessing Services Reference
(HTML)
(PDF)
Updated the description of the MPRemoteCall function.
|
Minor Change |
Reference |
Performance, Process Management |
|
2008-02-08
|
Quick Look Programming Guide
(HTML)
(PDF)
Corrected minor errors.
|
Minor Change |
Guides |
User Experience |
|
2008-02-08
|
Security Overview
(HTML)
(PDF)
Added descriptions of new features for Mac OS X v10.5.
|
Minor Change |
Guides |
Security |
|
2008-02-08
|
Threading Programming Guide
(HTML)
(PDF)
Performed a major rewrite and update of thread-related concepts and tasks.
|
Content Update |
Guides |
Performance, Process Management |
|
2008-01-30
|
Authorization for Everyone
(HTML)
Updated to include BetterAuthorizationSample References.
|
Minor Change |
Technical Notes |
Security |
|
2008-01-23
|
GNU C 4.2 Preprocessor User Guide
(HTML)
Updated for GCC 4.2.1
|
First Version |
Reference |
Tools |
|
2008-01-23
|
GNU C/C++/Objective-C 4.2.1 Compiler User Guide
(HTML)
Updated for GCC 4.2.1
|
First Version |
Reference |
Tools |
|
2008-01-23
|
New HID Manager APIs for Mac OS X version 10.5
(HTML)
Fixed typo's, indentation and some (miss)parameterization. Run loop code now Carbon/Cocoa agnostic.
|
Minor Change |
Technical Notes |
Games, Porting |
|
2008-01-23
|
Programmatically causing restart, shutdown and/or logout
(HTML)
( )
Added information for daemon authors.
|
Content Update |
Technical Q&As |
Events & Other Input, Process Management, Resource Management |