mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:21:08 +00:00
Fixes for table columns; prefixed all NSMatrix ivars with underscores
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7463 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d59015f979
commit
dfd0b3ca80
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
Sun Sep 10 16:49:50 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Headers/gnustep/gui/NSMatrix.h: Prefixed all ivars with
|
||||
underscore.
|
||||
* Source/NSMatrix.m: Updated for change in ivars.
|
||||
* Source/NSForm.m ([-calcSize]): Idem.
|
||||
|
||||
Sun Sep 10 16:17:36 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTableColumn.m ([-initWithIdentifier:]): Made column
|
||||
editable by default.
|
||||
* Source/NSTableHeaderView.m ([-mouseDown:]): Do not start
|
||||
resizing if the column is not resizable.
|
||||
* Source/NSTableView.m ([-mouseDown:]): Do not start editing if
|
||||
the column is not editable.
|
||||
|
||||
Fri Sep 8 18:42:10 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSWindow.m ([-setFrame:display:]): Call
|
||||
|
|
Loading…
Reference in a new issue