mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Added a little trick to NSCell to reduce number of concurrently allocated
typing dictionaries git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86b2df02c9
commit
418f373144
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Sun Dec 17 14:32:11 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSCell.m ([-_nonAutoreleasedTypingAttributes]): New
|
||||
method replacing ([-_typingAttributes]), to reduce the number of
|
||||
concurrent typing dictionaries allocated.
|
||||
([-attributedStringValue]), ([-_sizeText:]),
|
||||
([-_drawText:inFrame:]): Updated for the new method.
|
||||
|
||||
Sat Dec 16 22:45:32 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSLayoutManager.m ([GSTextContainerLayoutInfo -dealloc]):
|
||||
|
|
Loading…
Reference in a new issue