git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-06-08 16:45:17 +00:00
parent ce1ca29ea5
commit 51b1d81a60

View file

@ -1,8 +1,17 @@
2000-06-08 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep.m
Moved code to create the _imageData into
[initWithBitmapDataPlanes:...] and corrected [copyWithZone:]
* Source/NSEPSImageRep.m
Implemented canInitWithData:, imageUnfilteredFileTypes
and imageUnfilteredPasteboardTypes.
2000-06-07 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSImageRep.m
Corrected some methods on this class so that subclasses may use
them. MOved all the class methods to the front of the file.
them. Moved all the class methods to the front of the file.
* Source/NSBitmapImageRep.m
Removed methods implemented by superclass.
* Headers/gnustep/gui/NSEPSImageRep.h: