mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 06:51:08 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7680 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c600d60eb6
commit
ab9bbf557c
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
||||||
|
2000-09-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Header/gnustep/gui/NSText.h:
|
||||||
|
Moved ivar _textContainer from NSTextView to here.
|
||||||
|
* Header/gnustep/gui/NSTextView.h:
|
||||||
|
Removed ivar _textContainer. Added some delegate messages.
|
||||||
|
Two new NSTextView like methods for text container handling.
|
||||||
|
* Source/NSText.m:
|
||||||
|
Moved the text container handling from NSTextView to here and
|
||||||
|
corrected it.
|
||||||
|
* Source/NSTextView.m:
|
||||||
|
Use text container implementation from super class.
|
||||||
|
* Source/NSLayoutManager.m:
|
||||||
|
Implemented [firstTextView].
|
||||||
|
* Source/GSSimpleLayoutManager.h:
|
||||||
|
Removed additional method [setFirstTextView]
|
||||||
|
* Source/GSSimpleLayoutManager.m:
|
||||||
|
Switched to use the text container for size information.
|
||||||
|
Implemented [textContainerChangedGeometry].
|
||||||
|
* Source/NSTextContainer.m:
|
||||||
|
In [setTextView] let the text view send frame changed notifications.
|
||||||
|
Check text view in [_textViewFrameChanged:].
|
||||||
|
Don't add observer if text view is nil in
|
||||||
|
[setHeightTracksTextView:] and [setWidthTracksTextView:]
|
||||||
|
* Source/NSView.m:
|
||||||
|
In [display] check if the _visibleRect is still valid.
|
||||||
|
|
||||||
2000-09-28 Adam Fedor <fedor@gnu.org>
|
2000-09-28 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/NSGraphicsContext.m (-_addDragTypes:toWindow:): Change to
|
* Source/NSGraphicsContext.m (-_addDragTypes:toWindow:): Change to
|
||||||
|
|
Loading…
Reference in a new issue