darling-cocotron/Onyx2D
2014-02-14 11:09:00 -08:00
..
English.lproj split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
Onyx2D.xcodeproj merge with cjwlloyd-plasqdev 2012-05-16 01:02:43 -04:00
platform_Windows Make the fonts metrics/advances on Windows match the Mac ones - the important part is using the font at Em size and scale that to the font size 2013-12-09 18:03:21 +01:00
gif_lib.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
gif_lib.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
Info.plist split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2AffineTransform.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2AffineTransform.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2argb8u.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2argb8u.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2argb32f.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2argb32f.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2BitmapContext.h CA fixes 2011-01-10 11:50:38 -05:00
O2BitmapContext.m Rough in some spell checker classes and clean up warnings 2011-08-22 00:14:07 -04:00
O2Blending.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ClipMask.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ClipMask.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ClipPhase.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2ClipPhase.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ClipState.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ClipState.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Color.h better handling of unhandled cases for the AntiGrain context 2011-05-22 23:19:15 -04:00
O2Color.m merged with cocotron main 2011-09-06 14:29:58 +03:00
O2ColorSpace.h NSColorSpace support for DeviceN and pattern spaces 2010-10-20 15:50:24 -04:00
O2ColorSpace.m NSColorSpace support for DeviceN and pattern spaces 2010-10-20 15:50:24 -04:00
O2ColorSpace+PDF.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ColorSpace+PDF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Context_builtin.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2Context_builtin.m O2Context_gdi viewport can be outside of the surface because of some rounding problem 2013-10-03 17:47:31 +02:00
O2Context_distill.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Context_distill.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Context.h NSGraphicsContext isDrawingToScreen should be NO only for non-bitmap context, not just for "real" screen ones 2013-10-30 12:42:33 +01:00
O2Context.m Make the fonts metrics/advances on Windows match the Mac ones - the important part is using the font at Em size and scale that to the font size 2013-12-09 18:03:21 +01:00
O2DataConsumer.h fixing a typo 2011-11-06 09:28:10 -05:00
O2DataConsumer.m O2DataConsumerCreateWithURL implementation is missing + adding a few API to have a more complete CGDataConsumer implementation 2011-11-04 21:14:20 +01:00
O2DataProvider.h fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2DataProvider.m re-organize for O2ImageDecoder and jpeg image decode, fix warnings 2012-05-14 11:14:09 -04:00
O2Decoder_TIFF.h fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2Decoder_TIFF.m - switch to Onyx as default window contents renderer, to use GDI, set default CGBackingRasterizer to "GDI" 2010-04-01 22:51:31 -04:00
O2Encoder_JPG.h re-organize for O2ImageDecoder and jpeg image decode, fix warnings 2012-05-14 11:14:09 -04:00
O2Encoder_JPG.m Remove bogus log message 2013-12-10 13:17:57 -08:00
O2Encoder_PNG.h add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Encoder_PNG.m Make png compression go faster 2014-02-14 11:09:00 -08:00
O2Encoder_TIFF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Encoder_TIFF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Encoding.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Encoding.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2Exceptions.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2EXIFDecoder.h Meta-properties support for jpg files 2013-03-22 22:58:02 +01:00
O2EXIFDecoder.m Add JFIF metadata to the EXIF decoder (which is actually more a JPEG metadata decoder) - needed to get the proper DPI info 2014-02-12 19:54:37 +01:00
O2Font_freetype.h conditional FreeType detection and use 2011-09-29 09:47:23 -04:00
O2Font_freetype.m conditional FreeType detection and use 2011-09-29 09:47:23 -04:00
O2Font_ttf.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Font_ttf.m variety of small fixes 2011-01-10 11:44:35 -05:00
O2Font.h Make the fonts metrics/advances on Windows match the Mac ones - the important part is using the font at Em size and scale that to the font size 2013-12-09 18:03:21 +01:00
O2Font.m Make the fonts metrics/advances on Windows match the Mac ones - the important part is using the font at Em size and scale that to the font size 2013-12-09 18:03:21 +01:00
O2Font+PDF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Font+PDF.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2Function.h - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
O2Function.m - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
O2Function+PDF.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Function+PDF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Geometry.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2Geometry.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2GlyphStencil.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2GlyphStencil.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2GraphicsState.h Support for images, shading, layers, shadows, global alpha... for the AntiGrain context (not 100% complete yet) 2011-06-22 18:17:01 +02:00
O2GraphicsState.m Support for images, shading, layers, shadows, global alpha... for the AntiGrain context (not 100% complete yet) 2011-06-22 18:17:01 +02:00
O2Image.h add to image and incorporate into PDF generation 2012-05-14 22:18:17 -04:00
O2Image.m add to image and incorporate into PDF generation 2012-05-14 22:18:17 -04:00
O2Image+PDF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Image+PDF.m Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
O2ImageDecoder_JPEG_libjpeg.h re-organize for O2ImageDecoder and jpeg image decode, fix warnings 2012-05-14 11:14:09 -04:00
O2ImageDecoder_JPEG_libjpeg.m Don't crash when a malloc fails when trying to create a JPEG image 2013-12-09 17:59:44 +01:00
O2ImageDecoder_JPEG_stb.h re-organize for O2ImageDecoder and jpeg image decode, fix warnings 2012-05-14 11:14:09 -04:00
O2ImageDecoder_JPEG_stb.m Memory leak 2013-05-22 20:12:15 +02:00
O2ImageDecoder.h add to image and incorporate into PDF generation 2012-05-14 22:18:17 -04:00
O2ImageDecoder.m add to image and incorporate into PDF generation 2012-05-14 22:18:17 -04:00
O2ImageDestination.h Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
O2ImageDestination.m Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
O2ImageSource_BMP.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_BMP.m Merge with the trunk with a few fixes 2012-11-28 18:34:54 +01:00
O2ImageSource_GIF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_GIF.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2ImageSource_ICNS.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_ICNS.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2ImageSource_JPEG.h re-organize for O2ImageDecoder and jpeg image decode, fix warnings 2012-05-14 11:14:09 -04:00
O2ImageSource_JPEG.m Try to not crash when the allocation of memory for bitmap data is failing 2013-12-05 15:35:03 +01:00
O2ImageSource_PNG.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_PNG.m revert the NSFileManager change + optimisation - mainly trying to limit the number of file existence checks when looking for a resource - for some weird reason, this can be very expensive on Win32 2014-02-14 18:13:20 +01:00
O2ImageSource_TIFF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_TIFF.m Try to not crash when the allocation of memory for bitmap data is failing 2013-12-05 15:35:03 +01:00
O2ImageSource.h A couple more of exported metadata for TIFF files 2013-12-05 15:34:16 +01:00
O2ImageSource.m Add JFIF metadata to the EXIF decoder (which is actually more a JPEG metadata decoder) - needed to get the proper DPI info 2014-02-12 19:54:37 +01:00
O2Layer.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Layer.m Support for images, shading, layers, shadows, global alpha... for the AntiGrain context (not 100% complete yet) 2011-06-22 18:17:01 +02:00
O2LZW.h fixes issue #565, NSRecursiveLock_win32 header fix, better PDF DCTDecode, LZW PDF stream decompress, PDF inline images fix 2010-12-15 22:39:25 -05:00
O2LZW.m rough in more spelling, fix build warnings 2011-08-25 23:08:17 -04:00
O2MutablePath.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2MutablePath.m Rounded Path are closed on Quartz, not in O2 2011-11-14 13:19:37 +01:00
O2Paint_axialGradient.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Paint_axialGradient.m - Faster copy blend with coverage 2010-06-11 14:34:17 -04:00
O2Paint_color.h - remove unused VGColor types and functions 2010-06-12 14:14:22 -04:00
O2Paint_color.m - remove unused VGColor types and functions 2010-06-12 14:14:22 -04:00
O2Paint_image.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Paint_image.m Rough in some spell checker classes and clean up warnings 2011-08-22 00:14:07 -04:00
O2Paint_pattern.h CGPattern work and cleanup 2010-10-21 21:32:52 -04:00
O2Paint_pattern.m fixed pattern drawing, building Onyx on OS X 2010-12-08 23:23:59 -05:00
O2Paint_radialGradient.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Paint_radialGradient.m - Faster copy blend with coverage 2010-06-11 14:34:17 -04:00
O2Paint_ramp.h - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
O2Paint_ramp.m - Faster copy blend with coverage 2010-06-11 14:34:17 -04:00
O2Paint.h - Faster copy blend with coverage 2010-06-11 14:34:17 -04:00
O2Paint.m - Faster copy blend with coverage 2010-06-11 14:34:17 -04:00
O2Path.h initial AntiGrain context skeleton 2011-05-18 23:05:04 -04:00
O2Path.m Implement O2PathContainsPoint() 2012-08-31 14:28:03 -04:00
O2Pattern.h Add some accessors to O2Pattern 2011-11-23 14:17:53 +01:00
O2Pattern.m Add some accessors to O2Pattern 2011-11-23 14:17:53 +01:00
O2PDFArray.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFArray.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2PDFBlock.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFBlock.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFCharWidths.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFCharWidths.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFContentStream.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFContentStream.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFContext.h Basic support for Image in PDF Context + support for printing to a PDF file 2012-01-18 15:59:12 -08:00
O2PDFContext.m Better encoding support 2013-11-04 18:23:42 +01:00
O2PDFDictionary.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFDictionary.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFDocument.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFDocument.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFilter.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFilter.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2PDFFont.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFFont.m fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2PDFFunction_Type0.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFFunction_Type0.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFFunction_Type2.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFunction_Type2.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFunction_Type3.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFunction_Type3.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFFunction_Type4.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFFunction_Type4.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFObject_Boolean.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Boolean.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_const.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFObject_const.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFObject_identifier.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFObject_identifier.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Integer.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Integer.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Name.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Name.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_R.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_R.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Real.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject_Real.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFObject.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFObject.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFOperators.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFOperators.m fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2PDFOperatorTable.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFOperatorTable.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFPage.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFPage.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFScanner.h fixes issue #565, NSRecursiveLock_win32 header fix, better PDF DCTDecode, LZW PDF stream decompress, PDF inline images fix 2010-12-15 22:39:25 -05:00
O2PDFScanner.m fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2PDFStream.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFStream.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFString.h fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2PDFString.m fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2PDFxref.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFxref.m PDF improvements : emit page data after each page is done to reduce memory use + fix some retain cycles 2012-02-29 15:45:41 +01:00
O2PDFxrefEntry.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFxrefEntry.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Shading.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Shading.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Shading+PDF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Shading+PDF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Surface.h merge with cjwlloyd-ac 2011-05-23 14:07:38 -04:00
O2Surface.m fix image init, variety of warnings 2012-05-15 01:05:28 -04:00
O2TIFFImageDirectory.h Add support for using libtiff for decoding TIFF files (to support more TIFF formats) - libtiff is only used for now for decoding the pixels part (not for tags or directories - for minimal code changes) 2012-05-22 11:53:08 -07:00
O2TIFFImageDirectory.m A couple more of exported metadata for TIFF files 2013-12-05 15:34:16 +01:00
O2TTFDecoder.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2TTFDecoder.m fix cast warnings with clang 2012-05-15 01:43:33 -04:00
O2zlib.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2zlib.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
VGmath.h - Mike Shields' NSBox custom type implementation 2010-05-11 11:28:47 -04:00
VGPath.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
VGPath.m clean up some warnings, NSSearchPathForDirectoriesInDomains fixes 2011-05-03 11:08:30 -04:00