mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 08:07:07 +00:00
Rewrote MS Windows clipping code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
69d7f1f3da
commit
59a0af73c0
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2002-06-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/gsc/GSGState.m
|
||||
Added default implementation for [DPSrectfill::::],
|
||||
[DPSrectstroke::::] and [DPSrectclip::::].
|
||||
* Header/winlib/WIN32GState.h
|
||||
Added ivar to store old clip region.
|
||||
* Source/winlib/WIN32GState.m
|
||||
[_paintPath:], [DPSrectclip::::], [DPSinitclip], [setStyle:]
|
||||
and [restoreStyle:]: Rewrote the whole clipping code.
|
||||
Added [deepen] and [dealloc] for consistency.
|
||||
Simplified [DPSrectstroke::::].
|
||||
|
||||
2002-06-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/win32/WIN32Server.m (-beep): Implement
|
||||
|
|
Loading…
Reference in a new issue