More tidyup and updates to the NSAffineTransform codwe

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13943 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-22 16:11:44 +00:00
parent 444e38c8c6
commit 180e7b6c2c

View file

@ -1,8 +1,15 @@
Sat Jun 22 14:59:36 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSAffineTransform.m ([-set]): Removed code to create a
float[6] matrix which is no longer used.
Sat Jun 22 14:53:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSAffineTransform.h ([-rotateByAngle:]): Method removed.
* Source/NSAffineTransform.m Idem.
* Source/NSAffineTransform.m ([-setFrameRotation:]): Use
rotateByDegrees:, not rotateByAngle:
Sat Jun 22 14:52:19 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSView.m ([-rotateByAngle:]): Use -rotateByDegrees:, not