Commit Graph

7 Commits

Author SHA1 Message Date
Airy ANDRE
3dda0a11d7 O2DataConsumerCreateWithURL implementation is missing + adding a few API to have a more complete CGDataConsumer implementation 2011-11-04 21:14:20 +01:00
Christopher Lloyd
25f22b4c7b split Onyx2D out of CoreGraphics 2010-03-31 10:36:14 -04:00
Christopher Lloyd
1a2ac73769 - initial CFData implementation
- NSBitmapImageRep -TIFFRepresentationOfImageRepsInArray:, -TIFFRepresentationOfImageRepsInArray:usingCompression:factor
- NSImage -TIFFRepresentation, -TIFFRepresentationUsingCompression:factor:
- renamed NSTIFFReader to O2Decoder_TIFF
- renamed O2ColorSpaceType constants to kO2ColorSpaceModel ones
- initial CG/O2ImageDestination implementation supporting simple TIFF encoding via O2Encoder_TIFF
- O2DataProvider, O2DataConsumer work
- Some CF related cleanup in O2/CG
2009-12-01 22:27:05 +00:00
Christopher Lloyd
309746b175 (fixes issue #457)
cleanup warnings
2009-11-30 21:44:17 +00:00
Christopher Lloyd
e812c6fc0f renamed KG* files to O2* files and appropriate source changes 2009-11-18 04:48:58 +00:00
Christopher Lloyd
7e5ec4ecb8 - moved CG* basic types to CFBase.h
- cleaned up CF and CG headers so they do not have ObjC in them
- AppKit changes related to CF/CG header changes
- added CFNetwork and CoreServices skeletons
2009-11-12 18:07:15 +00:00
Christopher Lloyd
a73db3310f - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both)
- new experimental AppKit-MacOS-i386 target which sits on Apple's Foundation, ApplicationServices (not operational). Header&api usage fixes to clean this up.
- Redid NSBezierPath so it doesn't rely on private Cocotron CoreGraphics API.
- Change the NSRaise macros/functions to be inline so AppKit can just include it instead of depending on them in Foundation since they aren't present in OSX.
- split NSRaiseException() into it's own Foundation private header and removed use from AppKit.
- changed use of NSRangeEntries so AppKit can embed it on MacOS
- switched NSOutlineView use of NSInt*CallBacks to NSInteger*CallBacks
- added CGPDFContext and CGDataConsumer
2009-06-05 03:16:46 +00:00