- Removed import of windows.h in OBJCDynamicModule and typed NSModuleHandle as void * for windows. Fixed windows specific files which needed windows.h
-NSTableView/NSOutlineView changed to not cache numberOfRows in instance, but do cache inside methods, to avoid out of sync situations (doc.s do say it is called a lot). Some NSInteger updating.
- NSNib, fixed duplicate sending of awakeFromNib to objects in name table as they were already in archive after being assigned UID provided name was present in nib. Does not send awakeFromNib to objects in name table not present in nib.
- NSBundle, disable NSUnimplementedMethod in localizedInfoDictionary
- use winsock2 in NSSocket_windows
- NSBitmapImageRep imageRepsWithContentsOfFile check for nil result on initWithContentsOfFile:
- Fixed KGPDFPage box calculations
- NSSound_win32 BOOL fixes
declared the respective delegate methods in NSControl.h -[NSObject(NSControl_delegate) control:textShouldBeginEditing:] and -[NSObject(NSControl_delegate) control:textShouldBeginEditing:]
-[NSTextView resignFirstResponder:] calls the the delegates textShouldEndEditing if it exists.
-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)