darling-cocotron icon indicating copy to clipboard operation
darling-cocotron copied to clipboard

Fork of the Cocotron for Darling

Results 6 darling-cocotron issues
Sort by recently updated
recently updated
newest added

Adds stubs and implements missing functionality as required for [Apple TextEdit](https://github.com/darlinghq/darling-TextEdit) to compile and run. Also note the following related PRs: :white_check_mark: [CoreFoundation](https://github.com/darlinghq/darling-corefoundation/pull/6) :white_check_mark: [LaunchServices](https://github.com/darlinghq/darling/pull/1352) :white_check_mark: [AppleEvents Stubs](https://github.com/darlinghq/darling/pull/1363) :white_check_mark: [TextEdit...

Various missing symbols required for Apple's font tool suite to run. Not sure about the sort order of things, but at least the changes go into the right files. Please...

This fix solves two problems: - String drawing performance is very slow when truncating large texts - String drawing does not properly truncate NSLineBreakByTruncatingHead and NSLineBreakByTruncatingMiddle This pull request is...

Previously it would send ``NSWindowDidResizeNotification`` when a window was only moved not resized. Now, it will properly send ``NSWindowDidMoveNotification``. Test with: https://github.com/gammasoft71/Examples_Cocoa/blob/master/src/Events/WindowAndMessages/WindowAndMessages.m