mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 14:31:55 +00:00
Some ruler additions to NSScrollView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e5249cfa0c
commit
f18f8c0cd2
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
||||||
|
2001-10-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* 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 <nicola@brainstorm.co.uk>
|
Thu Oct 18 16:21:37 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||||
|
|
||||||
* Source/NSClipView.m ([-dealloc]): Remove us from observing the
|
* Source/NSClipView.m ([-dealloc]): Remove us from observing the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue