(fixes issue 409) by Erlend Böe with modification to release already initialized _timeZone
(fixes issue 410) by Erlend Böe
(fixes issue 414) by Erlend Böe, NSDateFormatter missing methods
(fixes issue 415) added NSOSStatusErrorDomain constant
(fixes issue 417) added NSStringDrawing options
(fixes issue 419) by Markus Hitter, NSDateFormatter off by one for month
(fixes issue 421) by Markus Hitter, NSWindow resign main window behavior fix
(fixes issue 422) by Erlend Böe, NSDateFormatter returns
(fixes issue 424) by tobias at platen-software.de, CoreFoundation.xcodeproj and NSKeyedUnarchiver fix
(fixes issue 425) by Markus Hitter, NSButtonCell drawing fix
- replaced _wraps with _lineBreakMode in NSCell, NSFormCell, NSTextFieldCell, NSButtonCell. added nib decoding of value
- added a few missing setNeedsDisplay: in NSImageView
- added keyed encoding to NSColor and concrete subclasses, switched pasteboard i/o to keyed encoding
- fixed drawing of images in an NSButtonCell in a flipped view
- fine changes to NSOutlineView's cell width calculations
- 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
fix for inappropriate background re-drawing within the content area of NSTabViewItems and probably other drawing areas
fine tuning of button controls layout size in dependency of the control size parameter
- Fixed problem with NSPopUpButton cell having a blank title introduced with the NSButtonCell attributed title changes
- SWRender, AA Sample structure flattened
-Panels and Drawers no longer appear in task bar
-[NSText(View) setFont:range:] implemented
-NSCell, NSButtonCell loading state from nib file
-NSCell,NSTextField sendsActionOnEndEditing implemented
-NSTabView layout adjustments
-NSComboBox improvements
- Fixed bug in NSRunLoop which would cause a timer set up during an ASAP notification to not fire
- Removed text drag acceptance by non-key text fields, not the correct behavior
- Assortment of missing methods added, some implemented whole or partially, some not.
- Updated some of the Objective-C runtime structures to reflect Apple conventions (OBJCMethod -> struct objc_method, OBJCMethodList -> struct objc_method_list, etc)
- Fixed issue #25, %C should work now in NSString format strings
- Initial pass at issue #26, partial implementation of NSKeyedArchiver
- Initial pass at recursive descent parser for NSPredicate format strings.
- A few CoreFoundation headers added to Foundation
- NSConditionLock template added.
-[NSBundle objectForInfoDictionaryKey:] implemented
-[NSCharacterSet isSupersetOfSet:] implemented (poorly)
-[NSMutableData replaceBytesInRange:withBytes:length:] implemented
-[NSData dataWithBytesNoCopy:length:freeWhenDone:] implemented
-[NSString UTF8String] implemented
-[NSString stringByStandardizingPath] added by not implemented correctly
-[NSError localizedDescription] implemented
+[NSSet setWithObjects:count:] implemented
- AppKit/binders renamed AppKit/NSKeyValueBinding
- Initial pass at NSFontDescriptor added
-[NSView convertSize:to/fromView:] implemented
-[NSFont getAdvancements:forGlyphs:count:] implemented
-A few NSAnimation/NSViewAnimation definitions added
- Implemented NSDisclosureBezelStyle in NSButtonCell in default theme
- Improved layout and more drawing with UxTheme
- Added Johannes Fortmann's KVO fixes from April 5th
- Fixed Linux/Unix header, linking and runtime problems reported by Anthony Beurivé
- Cleaned up objc runtime/headers so that the differences between the KVO implementation for Cocotron vs. Apple runtime are a much smaller.
- Fixed issue 20 for pointer and non-retained object NSValue's.
- Fixed issue 19, NSSelectorFromString so that it registers unknown selectors
- Added Dirk Theisen's concrete NSDirectoryEnumerator and NSClassDescription implementation
- added more NSURL* methods.
- moved some control drawing into a new class NSGraphicsStyle which is responsible for control drawing in the current theme. NSGraphicsStyle implements the default theme and subclasses draw whatever look they want.
- preliminary support for the XP and above UxTheme API in the class NSGraphicsStyle_uxtheme, some controls will do native themed drawing now. Layout/highlighting is not perfect.