From 33a8a6ac63cb7e0aaa1a746756a56cc607caee8c Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 4 Nov 2001 00:11:55 +0000 Subject: [PATCH] Corrections for NSSplitView and NSTabView. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11309 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1dc0c0026..aef8bb54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2001-11-03 Fred Kiefer + + * 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 * Headers/gnustep/gui/NSSpellChecker.h