mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:10:48 +00:00
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:
parent
84dc37bfb4
commit
a3ef325e5e
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue