Cleanup of NSBrowser.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14514 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2002-09-22 22:12:00 +00:00
parent 84dc37bfb4
commit a3ef325e5e

View file

@ -1,3 +1,15 @@
2002-09-22 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBrowser.m
Removed unused ivar _numberOfRows from NSBrowserColumn.
Made GSBrowserTitleCell a subclass of NSTableHeaderCell.
Corrected [scrollColumnToVisible:], so that the column becomes
visible but not always last. Adopted [scrollViaScroller:] to this
change. Inlined most private methods and optimized the
code. Reorganized [_performLoadOfColumn:] to remove code
duplication. Set the title of a column here and not each time
when drawing.
2002-09-22 16:33 Alexander Malmberg <alexander@malmberg.org>
* Source/NSTextView.m (-initWithFrame:textContainer:): Set