Fork of the Cocotron for Darling
Go to file
Juan Patricio 2b0caf2f51
Fixed return code for alets created with alertWithMessageText
Those types of alerts have a different set of NSModalResponse.

This fix alerts not working in The Blockheads Server and any other app also using that method.
2023-02-23 13:45:08 -03:00
AppKit Fixed return code for alets created with alertWithMessageText 2023-02-23 13:45:08 -03:00
Cocoa Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
CoreData Fix int-conversion error 2022-11-20 10:30:36 -08:00
CoreGraphics Fix int-conversion error 2022-11-20 10:30:36 -08:00
CoreText Fix int-conversion error 2022-11-20 10:30:36 -08:00
examples Removed Unused Code 2021-05-24 21:11:48 -04:00
formatting Improve Patch and Format New Code 2020-05-13 11:33:22 -04:00
Onyx2D Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
QuartzCore Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
.clang-format Fix Continuation Indent 2020-05-12 17:04:16 -04:00
.gitignore Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00
CMakeLists.txt Removed Unused Code 2021-05-24 21:11:48 -04:00
LICENSE Removed Unused Code 2021-05-24 21:11:48 -04:00
README.md Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00

The Cocotron

Darling's fork of the Cocotron

Code Formatting

clang-format requires a patch to correctly format ObjC code

Patch Instructions

Run cd formatting; ./build.sh to compile the patched clang-format from source

Formatting Instrcutions

Run cd formatting; ./format.sh to format the code