mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Log my latest changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed77ebb967
commit
d9d8d2b482
1 changed files with 15 additions and 3 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,8 +1,20 @@
|
|||
2007-07-02 Sergii Stoian <soyan255@gmail.com>
|
||||
|
||||
* Source/cairo/CairoGState.m: (-DPSshow:): Apply correct scale
|
||||
and translate transformation matrix.
|
||||
|
||||
* Source/cairo/CairoGState.m
|
||||
(-DPSshow:): Apply correct scale and translate transformation matrix.
|
||||
(-DPSsetstrokeadjust:): Implement.
|
||||
(-DPSinitgraphics): Set _strokeadjust to 1 by default.
|
||||
(-_adjustPath:): Implement new method that place the path to pixel
|
||||
boundaries.
|
||||
(-_setPath:): Change method definition adding fillOrClip argument.
|
||||
Use _adjustPath: method.
|
||||
(-DPSclip): Change call of _setPath: to new format.
|
||||
(-DPSeoclip): Ditto.
|
||||
(-DPSeofill): Ditto.
|
||||
(-DPSfill): Ditto.
|
||||
(-DPSstroke): Ditto.
|
||||
(-compositerect:op:): Ditto.
|
||||
* Headers/cairo/CairoGState.h: Define _strokeadjust variable.
|
||||
* Source/cairo/CairoFontInfo.m: (-widthOfString:): Add sanity check.
|
||||
|
||||
2007-06-29 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
|
Loading…
Reference in a new issue