mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Headers/gnustep/gui/NSTableView.h
Source/NSTableView.m Source/NSClipView.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11278 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6bd75c41bc
commit
33aafe61be
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2001-10-29 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Headers/gnustep/gui/NSTableView.h:
|
||||
* Source/NSTableView.m:
|
||||
[-sizeLastColumnToFit], [-sizeToFit], [-setAutoresizesAllColumnToFit],
|
||||
[-autoresizesAllColumnsToFit] implementation
|
||||
sizeToFit now behaves like OS4.2 (it did not)
|
||||
Various changes for speed improvements ([-drawRect], [-updateCell])
|
||||
New internal method ([-superviewFrameChanged:]) called by NSClipView
|
||||
(conforms to OS4.2)
|
||||
[-initWithCoder]: support for previously archived NSTableView
|
||||
* Source/NSClipView.m: [-dealloc] and [-setDocumentView:]
|
||||
Support for NSTableView superviewFrameChanged method
|
||||
|
||||
2001-10-28 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Source/NSStepper.m:
|
||||
|
|
Loading…
Reference in a new issue