Fork of the Cocotron for Darling
Go to file
ckegel a4bc3feb11 Add framework for size and magnification methods
Add stubs for content size, frame size, and magnification size,
and add basic implementations where feasible.
2024-02-02 16:19:25 -05:00
AppKit Add framework for size and magnification methods 2024-02-02 16:19:25 -05: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 implicit-function-declaration 2023-06-19 11:30:55 -07:00
CoreText Fix implicit-function-declaration 2023-06-19 11:30:55 -07: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 More stubs and fixes for Xcode 2023-09-25 16:17:44 -04: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