mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
work on text view sizing, various fixes for text classes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44a4abdda9
commit
528a627ccb
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
Sun Jan 7 03:28:14 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/GSSimpleLayoutManager.m
|
||||
([-textStorage:edited:range:changeInLength:invalidatedRange:]),
|
||||
([-invalidateLayoutForCharacterRange:isSoft:actualCharacterRange:]):
|
||||
Invoke [NSTextView -invalidateTextContainerOrigin].
|
||||
* Source/NSLayoutManager.m ([-textContainerChangedTextView:]):
|
||||
Implemented.
|
||||
* Source/NSTextContainer.m ([-setTextView:]): Call
|
||||
[NSLayoutManager -textContainerChangedTextView:] if appropriate;
|
||||
do not remove frame change notifications for the old text view.
|
||||
* Source/NSTextView.m ([-initWithFrame:textContainer:]): Set min
|
||||
size to zero; do not modify existing text container flags; removed
|
||||
unused call to sizeToFit. ([-setHorizontallyResizable:]),
|
||||
([-setVerticallyResizable:]): Removed most code.
|
||||
([-setConstrainedFrameSize:]): Implemented. ([-sizeToFit]):
|
||||
Rewritten completely to use [-setConstrainedFrameSize:].
|
||||
([-setTextContainer:]): Do not set the text container size.
|
||||
([-invalidateTextContainerOrigin]): Implemented.
|
||||
([-setFieldEditor:]): Set non horizontally nor vertically
|
||||
resizable.
|
||||
|
||||
2001-01-03 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSFont.m: Minor optimisations - caching class and defaults.
|
||||
|
|
Loading…
Reference in a new issue