From 7063d76a007fbf636250d7199d6f24ec487163b1 Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Tue, 12 Aug 2008 17:21:32 +0000 Subject: - Added GTMNSMakeUncollectable for forcing objects to survive in a GC world. - Added GTMCFAutorelease to make the [GTMNSMakeCollectable(cfFoo) autorelease] simpler and clearer, it's now just GTMCFAutorelease(cfFoo), and works in both GC and non-GC world. - Added GTMIsGarbageCollectionEnabled to GTMGarbageCollection.h. See the note there for it's usage. - Disabled the unittests for things on top of NSAppleScript in a GC world since Apple has bugs and it can crash. See the unittest for a note about it. - GTMStackTrace now can figure out ObjC symbols. Downside it is now ObjC only. - GTMFourCharCode can now be used with NSAppleEventDescriptors easily. typeType, typeKeyword, typeApplSignature, and typeEnumerated all get turned into GTMFourCharCodes. - Fixed up crash in GTMLoggerRingBufferWriter when used with GC on. - Significant updates to GTMNSAppleScript+Handler allowing you to list all handlers and properties (including inherited) and cleans up several errors in how scripting was being handled. --- .../GTMNSBezierPath+RoundRectTest.ppc64.tiff | Bin 8042 -> 10728 bytes AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff | Bin 8036 -> 10724 bytes .../GTMNSBezierPath+RoundRectTest.x86_64.tiff | Bin 8042 -> 10728 bytes .../TestData/GTMNSBezierPath+ShadingTest.10.5.tiff | Bin 19450 -> 45080 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'AppKit/TestData') diff --git a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff index a4df8f8..ef22b6b 100644 Binary files a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff and b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.ppc64.tiff differ diff --git a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff index c41ab04..b165acf 100644 Binary files a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff and b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.tiff differ diff --git a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff index a4df8f8..ef22b6b 100644 Binary files a/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff and b/AppKit/TestData/GTMNSBezierPath+RoundRectTest.x86_64.tiff differ diff --git a/AppKit/TestData/GTMNSBezierPath+ShadingTest.10.5.tiff b/AppKit/TestData/GTMNSBezierPath+ShadingTest.10.5.tiff index 040cb0d..b44b5bf 100644 Binary files a/AppKit/TestData/GTMNSBezierPath+ShadingTest.10.5.tiff and b/AppKit/TestData/GTMNSBezierPath+ShadingTest.10.5.tiff differ -- cgit v1.2.3