From f18f8c0cd2c0146da330a41b84e6e3b746a0acdc Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sun, 21 Oct 2001 23:31:46 +0000 Subject: [PATCH] Some ruler additions to NSScrollView. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11213 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19602e627..44c1bb751 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2001-10-21 Fred Kiefer + + * Source/NSScrollView.m + Implemented [setRulerViewClass:] and preset to NSRulerView. Cache + the scrollerWidth in a class var, use this in all methods. + Use _sizeForBorderType() from NSCell to determine the border size + in all methods that handle borderType. Replaced all uses of + AUTORELEASE with explicit RELEASE calls. In [setContentView:] + don't RETAIN the content view, as this is handled by the normal + subview mechanism. (Don't RELEASE it in [dealloc] and + [removeSubview:]) Added dummy method [scrollWheel:]. + Implemented the ruler methods, but this are still not handled in + [tile] and [drawRect:]. + * Header/gnustep/gui/NSScroller.h + Added some MacOSX methods. + * Source/NSScroller.m + Dummy implementation for those methods. + Thu Oct 18 16:21:37 2001 Nicola Pero * Source/NSClipView.m ([-dealloc]): Remove us from observing the