Implemented GSSendBezierPath:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-11-21 20:29:20 +00:00
parent 15e791f6a5
commit ec9f97d9f6

View file

@ -1,3 +1,14 @@
2002-11-21 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSGraphicsContext.m
Rewrote [GSSendBezierPath:] to send the full path to the
backend. Code comes from [NSBezierPath _doPath].
* Source/NSBezierPath.m
Replaces [_doPath] with calls to [NSGraphicsContext
GSSendBezierPath:].
Added optimisation methods [appendBezierPath:] and
[transformUsingAffineTransform:] on GSBezierPath.
2002-11-18 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSBundleAdditions.m: Added some logic in the initWithCoder