mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
New methods for NSImage composition
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10680 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
468daba33d
commit
c57c850110
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
2001-08-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSImage.h
|
||||
Added declaration of
|
||||
[compositeToPoint:fromRect:operation:fraction:],
|
||||
[compositeToPoint:operation:fraction:],
|
||||
[drawAtPoint:fromRect:operation:fraction:] and
|
||||
[drawInRect:fromRect:operation:fraction:]
|
||||
* Source/NSImage.m
|
||||
Dummy implementation of new methods.
|
||||
[dissolveToPoint:fromRect:fraction:] Move the drawing rectangle
|
||||
to the origin of the image rep before the intersection of the two
|
||||
rects.
|
||||
[TIFFRepresentationUsingCompression:factor:] and
|
||||
[TIFFRepresentation] call method on NSBitmapImageRep.
|
||||
List explicit flag settings in [init].
|
||||
Moved background drawing to [drawRepresentation:inRect:].
|
||||
Restructured [_doImageCache] and [_cacheForRep:].
|
||||
* Source/NSBitmapImageRep.m
|
||||
Implemented [TIFFRepresentationOfImageRepsInArray] and
|
||||
[TIFFRepresentationOfImageRepsInArray:usingCompression:factor:]
|
||||
|
||||
Fri Aug 10 11:00:00 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/Parsers/attributedStringConsumer.m (GSRTFcolorbg): set
|
||||
|
|
Loading…
Reference in a new issue