mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
ca879fbb39
- 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
2.9 KiB
2.9 KiB