darling-cocotron/Onyx2D
2011-03-24 22:11:35 -04:00
..
English.lproj split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
Onyx2D.xcodeproj fixed pattern drawing, building Onyx on OS X 2010-12-08 23:23:59 -05:00
platform_Windows Implemented correct ordering for -[NSApp orderedWindows], -[NSWindow orderedIndex]. Fix NSCell, NSButtonCell, NSBrowserCell init/titling values. Fix NSButton NSShadowlessSquareBezelStyle drawing. Added more use of locking for CGLContext. Fix some GDI error recovery/usage. 2011-03-24 22:11:35 -04: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 split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -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 Onyx2D improvements 2010-10-22 11:57:22 -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 split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2BitmapContext.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -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 split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -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 Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Color.m Onyx2D improvements 2010-10-22 11:57:22 -04: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 Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Context_builtin.m Onyx2D improvements 2010-10-22 11:57:22 -04: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 fixes for warnings 2010-10-22 16:32:04 -04:00
O2Context.m Fixed a bunch of warnings 2010-10-28 02:53:25 -04:00
O2DataConsumer.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2DataConsumer.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2DataProvider.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
O2DataProvider.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
O2Decoder_TIFF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -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_PNG.h add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Encoder_PNG.m add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04: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 Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Exceptions.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Font_freetype.h add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Font_freetype.m add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Font_ttf.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Font_ttf.m fixed pattern drawing, building Onyx on OS X 2010-12-08 23:23:59 -05:00
O2Font.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Font.m Implemented correct ordering for -[NSApp orderedWindows], -[NSWindow orderedIndex]. Fix NSCell, NSButtonCell, NSBrowserCell init/titling values. Fix NSButton NSShadowlessSquareBezelStyle drawing. Added more use of locking for CGLContext. Fix some GDI error recovery/usage. 2011-03-24 22:11:35 -04:00
O2Font+PDF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Font+PDF.m Onyx2D improvements 2010-10-22 11:57:22 -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 Onyx2D improvements 2010-10-22 11:57:22 -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 Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2GraphicsState.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Image.h add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Image.m add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2Image+PDF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Image+PDF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageDestination.h add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2ImageDestination.m add new source/resources to AppKit project, add PNG encoding support 2010-11-05 16:09:59 -04:00
O2ImageSource_BMP.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_BMP.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_GIF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_GIF.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_ICNS.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_ICNS.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_JPEG.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_JPEG.m 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
O2ImageSource_PNG.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_PNG.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2ImageSource_TIFF.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource_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
O2ImageSource.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2ImageSource.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Layer.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Layer.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04: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 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
O2MutablePath.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2MutablePath.m Onyx2D improvements 2010-10-22 11:57:22 -04: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 Onyx2D improvements 2010-10-22 11:57:22 -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 split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2Path.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2Pattern.h CGPattern work and cleanup 2010-10-21 21:32:52 -04:00
O2Pattern.m CGPattern work and cleanup 2010-10-21 21:32:52 -04:00
O2PDFArray.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFArray.m Onyx2D improvements 2010-10-22 11:57:22 -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 split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFContext.m Onyx2D improvements 2010-10-22 11:57:22 -04: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 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
O2PDFFont.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFFont.m Onyx2D improvements 2010-10-22 11:57:22 -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 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
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 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
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 Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFString.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2PDFxref.h split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
O2PDFxref.m split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04: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 - remove unused VGColor types and functions 2010-06-12 14:14:22 -04:00
O2Surface.m Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2TIFFImageDirectory.h - switch to Onyx as default window contents renderer, to use GDI, set default CGBackingRasterizer to "GDI" 2010-04-01 22:51:31 -04:00
O2TIFFImageDirectory.m 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
O2TTFDecoder.h Onyx2D improvements 2010-10-22 11:57:22 -04:00
O2TTFDecoder.m Onyx2D improvements 2010-10-22 11:57:22 -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 Onyx2D improvements 2010-10-22 11:57:22 -04:00