mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
15e791f6a5
commit
ec9f97d9f6
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue