mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
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:
parent
0c6fdd21fa
commit
af60389269
4 changed files with 413 additions and 1236 deletions
16
ChangeLog
16
ChangeLog
|
@ -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
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue