mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Corrections for NSSplitView and NSTabView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df9ae0c299
commit
7ee5ba0326
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2001-11-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m
|
||||
In [performActionForItemAtIndex:] select the item of the popup
|
||||
before sending the action.
|
||||
* Headers/gnustep/gui/NSSplitView.h
|
||||
Removed unused ivar _splitCursor. Added some MacOSX methods. Moved
|
||||
extension methods to separate category.
|
||||
* Source/NSSplitView.m
|
||||
Adopted to changes in header. Dummy implementation of new
|
||||
methods. Changed incudes. In [mouseDown:] also check for new delegate
|
||||
methods. [_adjustSubviews:] now takes the old size as an argument
|
||||
to hand it on to delegate. Changed all places that call
|
||||
this. En-/decode the image instead of the cursor.
|
||||
* Headers/gnustep/gui/NSTabView.h
|
||||
Renamed all ivars and added some new MacOSX methods. Added two new
|
||||
unsupported NSTabViewType values.
|
||||
* Source/NSTabView.m
|
||||
Adopted to changes in header. Use [insertTabViewItem:atIndex:] in
|
||||
[addTabViewItem:]. Corrected [selectNextTabViewItem:] and
|
||||
[selectPreviousTabViewItem:]. In [selectTabViewItem:] set the
|
||||
first responder of the tab view. Other small cleanup.
|
||||
|
||||
2001-11-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSSpellChecker.h
|
||||
|
|
Loading…
Reference in a new issue