Changed image to lighten it. Added code to NSOutlineView to take advantage of Pierre's modifications to NSTableView.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-03-04 23:53:27 +00:00
parent 0c6fdd21fa
commit af60389269
4 changed files with 413 additions and 1236 deletions

View file

@ -1,3 +1,19 @@
2002-03-04 Gregory John Casamento <greg_casamento@yahoo.com>
& Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSTableView.m added methods to handle posting of
notifications as well as methods to handle making appropriate
delegate calls. Also made necessary changes in other methods
([NSTableView mouseDown:], [NSTableView selectAll], etc...)
to use them. (PYR)
* Source/NSOutlineView.m overrode notification methods and delegate
methods defined in NSTableView. (GJC) This was done as a
collaborative effort to ensure that NSOutlineView is more
maintainable and benefits from updates made to NSTableView.
Also made changes to increase spacing between "knob" and text
* Images/common_outlineUnexpandable.tiff lightened image to
make it stand out more when an item cannot be expanded. (GJC)
2002-03-04 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/AppKit/NSEvent.h: Modify to support MacOS-X documented API

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff