Fixes and little speed ups to NSBrowser

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-09-06 15:30:16 +00:00
parent 3e1d117119
commit eb536b2766

View file

@ -1,3 +1,10 @@
Wed Sep 6 16:44:30 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSBrowser.m: Cache scrollerWidth in the whole class;
removed empty view from NSBrowserColumn. ([-_unloadFromColumn:]):
Use nil instead of empty view. ([-setDelegate:]): Do not retain
delegate. ([-pathToColumn:]): Fixed memory leak.
Wed Sep 6 14:51:36 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Model/GMAppKit.m ([NSWindow -initWithModelUnarchiver:]): Updated