Fork of the Cocotron for Darling
Go to file
Sergey Bugaev d33f35a15b Get rid of the window/backing context types discrepancy
From here on, all the contexts are "backing"; that is, they reside somewhere in the memory
(RAM, GPU memory, files, etc), and the windowing backend is responsible for displaying the
contents on the screen somehow. The way they actually do that is by sending the pixel data
over to the GPU, composing the final image using OpenGL rendering and displaying it using
OpenGL.framework.
2018-05-16 00:21:27 +03:00
AppKit Get rid of the window/backing context types discrepancy 2018-05-16 00:21:27 +03:00
CFNetwork in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
CFSSLHandler_openssl in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
Cocoa Set dylib versions 2017-08-08 13:03:19 -07:00
Cocotron/Cocotron.xcodeproj in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
CommonCrypto in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
CoreData Fix direct isa access 2017-12-17 16:11:05 +03:00
CoreGraphics Fix CoreGraphics compilation 2017-12-30 19:15:08 -08:00
CoreServices in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
CoreText Use version A instead of C for CoreText 2018-01-02 18:40:00 -08:00
Examples Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
Foundation Syntax modernizations 2018-01-16 21:24:43 -08:00
ImageKit in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
InstallCDT fix a typo on install.sh 2015-10-15 22:21:41 -10:00
IOKit in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
makefiles Fix direct isa access 2017-12-17 16:11:05 +03:00
NSSpellEngine_hunspell in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
O2Context_AntiGrain in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
objc fix invalid return statement 2015-10-16 13:04:25 -10:00
Onyx2D Get rid of the window/backing context types discrepancy 2018-05-16 00:21:27 +03:00
OpenGL Revert "Link to CF using the new way" 2017-08-22 12:20:24 -07:00
PDFKit Fix direct isa access 2017-12-17 16:11:05 +03:00
pthread in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
QuartzCore Set proper QuartzCore version 2017-12-30 22:46:07 -08:00
ScriptingBridge in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
Security in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
testing Fix direct isa access 2017-12-17 16:11:05 +03:00
xcconfig changes for building cocotron-master on Mac OS X 10.0.4 + Xcode 6.4 2015-08-09 22:53:36 -03:00
.clang-format c++ tweak to format 2015-05-22 22:17:23 -04:00
.gitignore added more files/directories to .gitignore 2015-08-09 23:37:36 -03:00
.hgignore fiddle build directories and install OpenSSL and Hunspell local to working copy 2013-04-05 23:18:12 -04:00
LICENSE.txt A test commit 2013-04-09 17:12:27 -04:00
README Added README 2015-05-01 22:24:31 -04:00

The Cocotron