From 5af7eddad8aa32ec169c41723cd4b6d4eb12ae7e Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 5 Nov 2000 16:32:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8040 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 444382778..6f92a8015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2000-11-05 Fred Kiefer + + * Headers/gnustep/gui/NSClipView.h: + * Headers/gnustep/gui/NSScrollView.h: + Added method to set backgound drawing. + * Model/GMAppKit.m: Store new ivar for NSClipView + * Source/NSScrollView.m: Hand on background drawing to content + view. In [setContentView:] call setDocumentView:. + * Source/NSClipView.m: Added dealloc method. Implemented + [drawsBackground] and [setDrawsBackground:]. In [setDocumentView:] + get the background drawing from the document view. [drawRect:] and + [isOpaque] check the background drawing. Corrected [constrainScrollPoint:] + to respect the documentFrame origin. Implemented [autoscroll:] + * Source/NSTextContainer.m: In [setWidthTracksTextView:] and + [setHeightTracksTextView:] make sure that the view post changes + and that notifications are only send once. + * Source/NSText.m: Moved all sizeToFit calls after text changes to + the layout manager. + * Source/GSSimpleLayoutManager.m: Call size to fit on view after + layout changes. + 2000-10-24 Fred Kiefer * Source/GSSimpleLayoutManager.m: Removed some 300 lines