mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce1ca29ea5
commit
51b1d81a60
1 changed files with 10 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue