mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
Implemented caching images in windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64ebc0c483
commit
1f0664c044
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
Fri Jul 12 12:55:17 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
Patch from Benhur Stein <benhur-gnustep@inf.ufsm.br>:
|
||||||
|
* Headers/gnustep/gui/NSWindow.h (_cachedImage,
|
||||||
|
_cachedImageOrigin): New instance variables.
|
||||||
|
* Source/NSWindow.m ([-dealloc]): Release _cachedImage if needed.
|
||||||
|
([-display]): Invoke discardCachedImage.
|
||||||
|
([-cacheImageInRect:]): Implemented.
|
||||||
|
([-discardCachedImage]): Implemented.
|
||||||
|
([-restoreCachedImage]): Implemented.
|
||||||
|
|
||||||
Fri Jul 12 11:49:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
Fri Jul 12 11:49:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
Patch from Jeff Teunissen <deek@d2dc.net>:
|
Patch from Jeff Teunissen <deek@d2dc.net>:
|
||||||
|
|
Loading…
Reference in a new issue